12 #ifndef QMCPLUSPLUS_SPECIESKINETICENERGY_H 13 #define QMCPLUSPLUS_SPECIESKINETICENERGY_H 31 std::string
getClassName()
const override {
return "SpeciesKineticEnergy"; }
32 bool put(xmlNodePtr cur)
override;
33 bool get(std::ostream& os)
const override;
helper functions for EinsplineSetBuilder
std::vector< std::string > species_names
Declaration of OperatorBase.
SpeciesKineticEnergy evaluate the kinetic energy of each species in the target particle set separatel...
void resetTargetParticleSet(ParticleSet &P) override
Reset the data with the target ParticleSet.
Specialized paritlce class for atomistic simulations.
ParticleSet::Buffer_t BufferType
typedef for the serialized buffer
void setObservables(PropertySetType &plist) override
Set the values evaluated by this object to plist Default implementation is to assign Value which is u...
Return_t evaluate(ParticleSet &P) override
Evaluate the local energy contribution of this component.
void registerCollectables(std::vector< ObservableHelper > &h5desc, hdf_archive &file) const override
An abstract class for Local Energy operators.
void addObservables(PropertySetType &plist, BufferType &collectables) override
named values to the property list Default implementaton uses addValue(plist_)
std::unique_ptr< OperatorBase > makeClone(ParticleSet &qp, TrialWaveFunction &psi) final
Class to represent a many-body trial wave function.
std::string getClassName() const override
return class name
SpeciesKineticEnergy(ParticleSet &P)
std::vector< RealType > vec_minus_over_2m
BareKineticEnergy::Return_t Return_t
std::vector< RealType > species_kinetic
bool put(xmlNodePtr cur) override
Read the input parameter.
RecordNamedProperty< FullPrecRealType > PropertySetType
define PropertyList_t