◆ SetupSimpleFixedNodeBranch() [1/2]
◆ SetupSimpleFixedNodeBranch() [2/2]
◆ createMyNode()
◆ operator()()
Definition at line 51 of file test_SimpleFixedNodeBranch.cpp.
References SetupSimpleFixedNodeBranch::createMyNode(), SetupSimpleFixedNodeBranch::emb_, SetupSimpleFixedNodeBranch::mcwc_, SetupSimpleFixedNodeBranch::num_global_walkers_, Walker< t_traits, p_traits >::R, qmcplusplus::sfnb, SetupSimpleFixedNodeBranch::tau_, qmcplusplus::testing::valid_dmc_input_dmc_index, and qmcplusplus::testing::valid_dmc_input_sections.
53 const SimulationCell simulation_cell;
54 mcwc_ = std::make_unique<MCWalkerConfiguration>(simulation_cell);
55 mcwc_->setName(
"electrons");
67 mcwc_->createWalkers(2);
68 (*mcwc_)[0]->R = w1.R;
69 (*mcwc_)[1]->R = w2.R;
73 sfnb.setEstimatorManager(std::move(
emb_));
78 sfnb.initWalkerController(*
mcwc_,
false,
false);
constexpr int valid_dmc_input_dmc_index
void createMyNode(SimpleFixedNodeBranch &sfnb, const char *xml)
UPtr< EstimatorManagerBase > emb_
std::unique_ptr< SFNBranch > sfnb
UPtr< MCWalkerConfiguration > mcwc_
Walker< QMCTraits, PtclOnLatticeTraits > MCPWalker
constexpr std::array< const char *, 3 > valid_dmc_input_sections
◆ comm_
◆ doc_
◆ emb_
◆ mcwc_
◆ num_global_walkers_
int num_global_walkers_ = 16 |
|
private |
◆ pop_
◆ tau_
The documentation for this class was generated from the following file: