14 #ifndef QMCPLUSPLUS_DMC_ALLPARTICLE_UPDATE_H 15 #define QMCPLUSPLUS_DMC_ALLPARTICLE_UPDATE_H Base class for update methods for each step.
A set of walkers that are to be advanced by Metropolis Monte Carlo.
helper functions for EinsplineSetBuilder
Collection of Local Energy Operators.
DMCUpdateAllWithKill(MCWalkerConfiguration &w, TrialWaveFunction &psi, QMCHamiltonian &h, RandomBase< FullPrecRealType > &rg)
Constructor.
DMCUpdateAllWithKill & operator=(const DMCUpdateAllWithKill &)=delete
Copy operator (disabled).
DMCUpdateAllWithRejection(MCWalkerConfiguration &w, TrialWaveFunction &psi, QMCHamiltonian &h, RandomBase< FullPrecRealType > &rg)
Constructor.
~DMCUpdateAllWithKill() override
destructor
~DMCUpdateAllWithRejection() override
destructor
void advanceWalker(Walker_t &thisWalker, bool recompute) override
advance all the walkers with killnode==no
Class to represent a many-body trial wave function.
void advanceWalker(Walker_t &thisWalker, bool recompute) override
advance all the walkers with killnode==yes
Declare QMCUpdateBase class.
DMCUpdateAllWithRejection & operator=(const DMCUpdateAllWithRejection &)=delete
Copy operator (disabled).
A container class to represent a walker.