16 #ifndef QMCPLUSPLUS_EXAMPLEHEBUILDER_H 17 #define QMCPLUSPLUS_EXAMPLEHEBUILDER_H 32 std::unique_ptr<WaveFunctionComponent>
buildComponent(xmlNodePtr cur)
override;
ExampleHeBuilder(Communicate *comm, ParticleSet &p, const PSetMap &psets)
helper functions for EinsplineSetBuilder
An abstract class for wave function builders.
std::map< std::string, const std::unique_ptr< ParticleSet > > PSetMap
Wrapping information on parallelism.
Specialized paritlce class for atomistic simulations.
Declaration of a TrialWaveFunction.
std::unique_ptr< WaveFunctionComponent > buildComponent(xmlNodePtr cur) override
process a xml node at cur
declaration of the base class for many-body wavefunction.