10 #ifndef QMCPLUSPLUS_SOVMC_UPDATEALL_H 11 #define QMCPLUSPLUS_SOVMC_UPDATEALL_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
Implements the Spin VMC algorithm using particle-by-particle move.
SOVMCUpdateAll & operator=(const SOVMCUpdateAll &)=delete
Copy operator (disabled).
Collection of Local Energy Operators.
SOVMCUpdateAll(MCWalkerConfiguration &w, TrialWaveFunction &psi, QMCHamiltonian &h, RandomBase< FullPrecRealType > &rg)
Constructor.
void advanceWalker(Walker_t &thisWalker, bool recompute) override
move a walker
Class to represent a many-body trial wave function.
Declare QMCUpdateBase class.
~SOVMCUpdateAll() override
A container class to represent a walker.