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