32 const std::string engine_input(
"<tmp> </tmp>");
44 app_log() <<
"Test of DescentEngineHandle construction" << std::endl;
45 std::unique_ptr<DescentEngineHandle> handle = std::make_unique<DescentEngineHandle>(descentEngineObj);
48 const int fake_num_params = 5;
49 const int fake_sample_num = 100;
50 handle->prepareSampling(fake_num_params, fake_sample_num);
51 auto& test_der_rat_samp = handle->getVector();
53 REQUIRE(test_der_rat_samp.size() == 6);
54 REQUIRE(test_der_rat_samp[0] == 0.0);
class that handles xmlDoc
qmcplusplus::QMCTraits::FullPrecValueType FullPrecValueType
helper functions for EinsplineSetBuilder
TEST_CASE("complex_helper", "[type_traits]")
Communicate * Controller
Global Communicator for a process.
Wrapping information on parallelism.
QTFull::ValueType FullPrecValueType
QTBase::ValueType ValueType
REQUIRE(std::filesystem::exists(filename))
bool processXML(const xmlNodePtr cur)
process xml node
bool parseFromString(const std::string_view data)
LatticeGaussianProduct::ValueType ValueType