Home
last modified time | relevance | path

Searched defs:WaveFunctionComponent (Results 1 – 3 of 3) sorted by relevance

/dports/science/qmcpack/qmcpack-3.11.0/src/QMCWaveFunctions/
H A DWaveFunctionComponent.h77 {
87 typedef ParticleSet::Walker_t Walker_t;
89 typedef Walker_t::Buffer_t BufferType;
116 /** Pointer to the differential WaveFunctionComponent of this object argument
120 DiffWaveFunctionComponentPtr dPsi; argument
127 /** Name of the class derived from WaveFunctionComponent argument
135 ///list of variables this WaveFunctionComponent handles argument
141 WaveFunctionComponent(const std::string& class_name, const std::string& obj_name = ""); argument
144 virtual ~WaveFunctionComponent() {} in ~WaveFunctionComponent() argument
452 virtual WaveFunctionComponentPtr makeClone(ParticleSet& tqp) const; argument
[all …]
H A DWaveFunctionComponent.cpp26 WaveFunctionComponent::WaveFunctionComponent(const std::string& class_name, const std::string& obj_… in WaveFunctionComponent() function in qmcplusplus::WaveFunctionComponent
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCWaveFunctions/Fermion/
H A DDiracDeterminantBase.h36 : WaveFunctionComponent(class_name), in WaveFunctionComponent() function