14 #ifndef QMCPLUSPLUS_STATIC_STRUCTURE_FACTOR_H 15 #define QMCPLUSPLUS_STATIC_STRUCTURE_FACTOR_H 24 using k2_t = std::vector<RealType>;
25 using dens_t = std::vector<RealType>;
26 using pts_t = std::vector<PosType>;
40 std::string
getClassName()
const override {
return "StaticStructureFactor"; }
42 bool put(xmlNodePtr cur)
override;
54 #if !defined(REMOVE_TRACEMANAGER) 61 bool get(std::ostream& os)
const override {
return false; }
65 void report(
const std::string& pad);
bool put(xmlNodePtr cur) override
Read the input parameter.
void checkout_scalar_arrays(TraceManager &tm)
helper functions for EinsplineSetBuilder
QTBase::RealType RealType
void setObservables(PropertySetType &plist) override
Set the values evaluated by this object to plist Default implementation is to assign Value which is u...
std::string getClassName() const override
return class name
Declaration of OperatorBase.
std::vector< RealType > dens_t
void collect_scalar_samples()
void addObservables(PropertySetType &plist, BufferType &olist) override
named values to the property list Default implementaton uses addValue(plist_)
Vectorized record engine for scalar properties.
std::unique_ptr< OperatorBase > makeClone(ParticleSet &P, TrialWaveFunction &psi) final
Specialized paritlce class for atomistic simulations.
ParticleSet::Buffer_t BufferType
typedef for the serialized buffer
std::vector< PosType > pts_t
StaticStructureFactor(ParticleSet &P)
void registerCollectables(std::vector< ObservableHelper > &h5desc, hdf_archive &file) const override
~StaticStructureFactor() override
An abstract class for Local Energy operators.
const ParticleSet & Pinit
Class to represent a many-body trial wave function.
std::vector< RealType > k2_t
Return_t evaluate(ParticleSet &P) override
Evaluate the local energy contribution of this component.
void delete_scalar_arrays()
std::vector< std::string > species_name
void setParticlePropertyList(PropertySetType &plist, int offset) override
void report(const std::string &pad)
void resetTargetParticleSet(ParticleSet &P) override
Reset the data with the target ParticleSet.
BareKineticEnergy::Return_t Return_t
RecordNamedProperty< FullPrecRealType > PropertySetType
define PropertyList_t