![]() |
QMCPACK
|
Inheritance diagram for StaticStructureFactor:
Collaboration diagram for StaticStructureFactor:Public Member Functions | |
| StaticStructureFactor (ParticleSet &P) | |
| ~StaticStructureFactor () override | |
| std::string | getClassName () const override |
| return class name More... | |
| std::unique_ptr< OperatorBase > | makeClone (ParticleSet &P, TrialWaveFunction &psi) final |
| bool | put (xmlNodePtr cur) override |
| Read the input parameter. More... | |
| Return_t | evaluate (ParticleSet &P) override |
| Evaluate the local energy contribution of this component. More... | |
| void | addObservables (PropertySetType &plist, BufferType &olist) override |
| named values to the property list Default implementaton uses addValue(plist_) More... | |
| void | registerCollectables (std::vector< ObservableHelper > &h5desc, hdf_archive &file) const override |
| void | resetTargetParticleSet (ParticleSet &P) override |
| Reset the data with the target ParticleSet. More... | |
| void | setObservables (PropertySetType &plist) override |
| Set the values evaluated by this object to plist Default implementation is to assign Value which is updated by evaluate function using my_index_. More... | |
| void | setParticlePropertyList (PropertySetType &plist, int offset) override |
| void | checkout_scalar_arrays (TraceManager &tm) |
| void | collect_scalar_samples () |
| void | delete_scalar_arrays () |
| bool | get (std::ostream &os) const override |
| write about the class More... | |
| void | reset () |
| void | report (const std::string &pad) |
Public Member Functions inherited from OperatorBase | |
| OperatorBase () | |
| Construct a new Operator Base object Default and unique empty constructor. More... | |
| virtual | ~OperatorBase ()=default |
| virtual bool | dependsOnWaveFunction () const |
| return true if this operator depends on a wavefunction More... | |
| std::bitset< 8 > & | getUpdateMode () noexcept |
| get update_mode_ reference More... | |
| Return_t | getValue () const noexcept |
| get a copy of value_ More... | |
| std::string | getName () const noexcept |
| getter a copy of my_name_, rvalue small string optimization More... | |
| void | setName (const std::string name) noexcept |
| Set my_name member, uses small string optimization (pass by value) More... | |
| TraceRequest & | getRequest () noexcept |
| Get request_ member. More... | |
| virtual void | registerObservables (std::vector< ObservableHelper > &h5desc, hdf_archive &file) const |
| add to observable descriptor for hdf5 The default implementation is to register a scalar for this->value_ More... | |
| virtual void | setHistories (Walker_t &ThisWalker) |
| virtual Return_t | evaluateDeterministic (ParticleSet &P) |
| Evaluate the local energy contribution of this component, deterministically based on current state. More... | |
| virtual void | mw_evaluate (const RefVectorWithLeader< OperatorBase > &o_list, const RefVectorWithLeader< TrialWaveFunction > &wf_list, const RefVectorWithLeader< ParticleSet > &p_list) const |
| Evaluate the contribution of this component of multiple walkers. More... | |
| virtual void | mw_evaluatePerParticle (const RefVectorWithLeader< OperatorBase > &o_list, const RefVectorWithLeader< TrialWaveFunction > &wf_list, const RefVectorWithLeader< ParticleSet > &p_list, const std::vector< ListenerVector< RealType >> &listeners, const std::vector< ListenerVector< RealType >> &listeners_ions) const |
| Evaluate the contribution of this component of multiple walkers per particle and report to registerd listeners from objects in Estimators. More... | |
| virtual void | mw_evaluateWithParameterDerivatives (const RefVectorWithLeader< OperatorBase > &o_list, const RefVectorWithLeader< ParticleSet > &p_list, const opt_variables_type &optvars, const RecordArray< ValueType > &dlogpsi, RecordArray< ValueType > &dhpsioverpsi) const |
| TODO: add docs. More... | |
| virtual Return_t | rejectedMove (ParticleSet &P) |
| TODO: add docs. More... | |
| virtual Return_t | evaluateWithToperator (ParticleSet &P) |
| Evaluate the local energy contribution of this component with Toperators updated if requested. More... | |
| virtual void | mw_evaluateWithToperator (const RefVectorWithLeader< OperatorBase > &o_list, const RefVectorWithLeader< TrialWaveFunction > &wf_list, const RefVectorWithLeader< ParticleSet > &p_list) const |
| Evaluate the contribution of this component of multiple walkers. More... | |
| virtual void | mw_evaluatePerParticleWithToperator (const RefVectorWithLeader< OperatorBase > &o_list, const RefVectorWithLeader< TrialWaveFunction > &wf_list, const RefVectorWithLeader< ParticleSet > &p_list, const std::vector< ListenerVector< RealType >> &listeners, const std::vector< ListenerVector< RealType >> &listeners_ions) const |
| Evaluate the contribution of this component of multiple walkers per particle and report to registerd listeners from objects in Estimators. More... | |
| virtual Return_t | evaluateValueAndDerivatives (ParticleSet &P, const opt_variables_type &optvars, const Vector< ValueType > &dlogpsi, Vector< ValueType > &dhpsioverpsi) |
| Evaluate value and derivatives wrt the optimizables. More... | |
| virtual Return_t | evaluateWithIonDerivs (ParticleSet &P, ParticleSet &ions, TrialWaveFunction &psi, ParticleSet::ParticlePos &hf_term, ParticleSet::ParticlePos &pulay_term) |
| Evaluate contribution to local energy and derivatives w.r.t ionic coordinates from OperatorBase. More... | |
| virtual Return_t | evaluateWithIonDerivsDeterministic (ParticleSet &P, ParticleSet &ions, TrialWaveFunction &psi, ParticleSet::ParticlePos &hf_term, ParticleSet::ParticlePos &pulay_term) |
| Evaluate contribution to local energy and derivatives w.r.t ionic coordinates from OperatorBase. More... | |
| virtual void | evaluateOneBodyOpMatrix (ParticleSet &P, const TWFFastDerivWrapper &psi, std::vector< ValueMatrix > &B) |
| Evaluate "B" matrix for observable. More... | |
| virtual void | evaluateOneBodyOpMatrixForceDeriv (ParticleSet &P, ParticleSet &source, const TWFFastDerivWrapper &psi, const int iat, std::vector< std::vector< ValueMatrix >> &Bforce) |
| Evaluate "dB/dR" matrices for observable. More... | |
| virtual void | updateSource (ParticleSet &s) |
| Update data associated with a particleset. More... | |
| virtual Return_t | getEnsembleAverage () |
| Return an average value by collective operation. More... | |
| virtual void | createResource (ResourceCollection &collection) const |
| Initialize a shared resource and hand it to a collection. More... | |
| virtual void | acquireResource (ResourceCollection &collection, const RefVectorWithLeader< OperatorBase > &o_list) const |
| Acquire a shared resource from a collection. More... | |
| virtual void | releaseResource (ResourceCollection &collection, const RefVectorWithLeader< OperatorBase > &o_list) const |
| Return a shared resource to a collection. More... | |
| virtual void | setRandomGenerator (RandomBase< FullPrecRealType > *rng) |
| Set the Random Generator object TODO: add docs. More... | |
| virtual void | add2Hamiltonian (ParticleSet &qp, TrialWaveFunction &psi, QMCHamiltonian &targetH) |
| TODO: add docs. More... | |
| virtual void | getRequiredTraces (TraceManager &tm) |
| TODO: add docs. More... | |
| virtual void | informOfPerParticleListener () |
| bool | isClassical () const noexcept |
| bool | isQuantum () const noexcept |
| bool | isClassicalClassical () const noexcept |
| bool | isQuantumClassical () const noexcept |
| bool | isQuantumQuantum () const noexcept |
| bool | getMode (const int i) const noexcept |
| Return the mode i. More... | |
| bool | isNonLocal () const noexcept |
| TODO: add docs. More... | |
| bool | hasListener () const noexcept |
| void | contributeTraceQuantities () |
| Make trace quantities available. More... | |
| void | checkoutTraceQuantities (TraceManager &tm) |
| Checkout trace arrays Derived classes must guard individual checkouts using request info. More... | |
| void | collectScalarTraces () |
| Collect scalar trace data. More... | |
| void | deleteTraceQuantities () |
| delete trace arrays More... | |
Public Attributes | |
| int | nspecies |
| std::vector< std::string > | species_name |
| RealType | ecut |
| int | nkpoints |
| const ParticleSet & | Pinit |
Additional Inherited Members | |
Protected Member Functions inherited from OperatorBase | |
| virtual void | contributeScalarQuantities () |
| virtual void | checkoutScalarQuantities (TraceManager &tm) |
| virtual void | collectScalarQuantities () |
| virtual void | deleteScalarQuantities () |
| virtual void | contributeParticleQuantities () |
| virtual void | checkoutParticleQuantities (TraceManager &tm) |
| virtual void | deleteParticleQuantities () |
| virtual void | setComputeForces (bool compute) |
| void | setEnergyDomain (EnergyDomains edomain) |
| Set the Energy Domain. More... | |
| void | setQuantumDomain (QuantumDomains qdomain) |
| set quantum domain More... | |
| void | oneBodyQuantumDomain (const ParticleSet &P) |
| set quantum domain for one-body operator More... | |
| void | twoBodyQuantumDomain (const ParticleSet &P) |
| set quantum domain for two-body operator More... | |
| void | twoBodyQuantumDomain (const ParticleSet &P1, const ParticleSet &P2) |
| set quantum domain for two-body operator More... | |
| void | addValue (PropertySetType &plist) |
| named values to the property list More... | |
Protected Attributes inherited from OperatorBase | |
| std::bitset< 8 > | update_mode_ |
| set the current update mode More... | |
| Return_t | value_ |
| current value More... | |
| std::string | name_ |
| name of this object More... | |
| TraceRequest | request_ |
| whether traces are being collected More... | |
| int | my_index_ |
| starting index of this object More... | |
| Return_t | new_value_ |
| a new value for a proposed move More... | |
| Walker_t * | t_walker_ |
| reference to the current walker More... | |
| bool | streaming_particles_ |
| bool | have_required_traces_ |
Definition at line 21 of file StaticStructureFactor.h.
Definition at line 25 of file StaticStructureFactor.h.
Definition at line 24 of file StaticStructureFactor.h.
Definition at line 26 of file StaticStructureFactor.h.
| StaticStructureFactor | ( | ParticleSet & | P | ) |
Definition at line 21 of file StaticStructureFactor.cpp.
References APP_ABORT, ParticleSet::getLattice(), ParticleSet::getSpeciesSet(), StaticStructureFactor::nspecies, StaticStructureFactor::reset(), qmcplusplus::Units::time::s, SpeciesSet::size(), StaticStructureFactor::species_name, SpeciesSet::speciesName, and qmcplusplus::SUPERCELL_OPEN.
|
inlineoverride |
Definition at line 37 of file StaticStructureFactor.h.
|
overridevirtual |
named values to the property list Default implementaton uses addValue(plist_)
| plist | RecordNameProperty |
| collectables | Observables that are accumulated by evaluate |
Reimplemented from OperatorBase.
Definition at line 99 of file StaticStructureFactor.cpp.
References PooledData< T >::add(), PooledData< T >::current(), OperatorBase::my_index_, StaticStructureFactor::nkpoints, and StaticStructureFactor::nspecies.
|
inline |
Definition at line 55 of file StaticStructureFactor.h.
|
inline |
Definition at line 56 of file StaticStructureFactor.h.
|
inline |
Definition at line 57 of file StaticStructureFactor.h.
|
overridevirtual |
Evaluate the local energy contribution of this component.
| P | input configuration containing N particles |
Implements OperatorBase.
Definition at line 125 of file StaticStructureFactor.cpp.
References ParticleSet::Collectables, Matrix< T, Alloc >::cols(), ParticleSet::getSK(), OperatorBase::my_index_, StaticStructureFactor::nkpoints, StaticStructureFactor::nspecies, StructFact::rhok_i, StructFact::rhok_r, qmcplusplus::Units::time::s, OperatorBase::t_walker_, and Walker< t_traits, p_traits >::Weight.
|
inlineoverridevirtual |
write about the class
Implements OperatorBase.
Definition at line 61 of file StaticStructureFactor.h.
|
inlineoverridevirtual |
|
finalvirtual |
Implements OperatorBase.
Definition at line 44 of file StaticStructureFactor.cpp.
|
overridevirtual |
Read the input parameter.
| cur | xml node for a OperatorBase object |
Implements OperatorBase.
Definition at line 50 of file StaticStructureFactor.cpp.
References OhmmsAttributeSet::add(), APP_ABORT, StaticStructureFactor::ecut, ParticleSet::getSimulationCell(), OperatorBase::name_, StaticStructureFactor::nkpoints, StaticStructureFactor::Pinit, OhmmsAttributeSet::put(), StaticStructureFactor::report(), StaticStructureFactor::reset(), and qmcplusplus::sqrt().
|
overridevirtual |
Reimplemented from OperatorBase.
Definition at line 107 of file StaticStructureFactor.cpp.
References ObservableHelper::addProperty(), ParticleSet::getSimulationCell(), OperatorBase::my_index_, OperatorBase::name_, StaticStructureFactor::nkpoints, StaticStructureFactor::nspecies, qmcplusplus::oh, StaticStructureFactor::Pinit, qmcplusplus::Units::time::s, and StaticStructureFactor::species_name.
| void report | ( | const std::string & | pad | ) |
Definition at line 86 of file StaticStructureFactor.cpp.
References qmcplusplus::app_log(), StaticStructureFactor::ecut, OperatorBase::name_, StaticStructureFactor::nkpoints, StaticStructureFactor::nspecies, qmcplusplus::Units::time::s, and StaticStructureFactor::species_name.
Referenced by StaticStructureFactor::put().
| void reset | ( | ) |
Definition at line 35 of file StaticStructureFactor.cpp.
References OperatorBase::COLLECTABLE, StaticStructureFactor::ecut, OperatorBase::name_, StaticStructureFactor::nkpoints, and OperatorBase::update_mode_.
Referenced by StaticStructureFactor::put(), and StaticStructureFactor::StaticStructureFactor().
|
inlineoverridevirtual |
Reset the data with the target ParticleSet.
| P | new target ParticleSet |
Implements OperatorBase.
Definition at line 50 of file StaticStructureFactor.h.
|
inlineoverridevirtual |
Set the values evaluated by this object to plist Default implementation is to assign Value which is updated by evaluate function using my_index_.
| plist | RecordNameProperty |
Reimplemented from OperatorBase.
Definition at line 51 of file StaticStructureFactor.h.
|
inlineoverridevirtual |
| RealType ecut |
Definition at line 31 of file StaticStructureFactor.h.
Referenced by StaticStructureFactor::put(), StaticStructureFactor::report(), and StaticStructureFactor::reset().
| int nkpoints |
Definition at line 32 of file StaticStructureFactor.h.
Referenced by StaticStructureFactor::addObservables(), StaticStructureFactor::evaluate(), StaticStructureFactor::put(), StaticStructureFactor::registerCollectables(), StaticStructureFactor::report(), and StaticStructureFactor::reset().
| int nspecies |
Definition at line 29 of file StaticStructureFactor.h.
Referenced by StaticStructureFactor::addObservables(), StaticStructureFactor::evaluate(), StaticStructureFactor::registerCollectables(), StaticStructureFactor::report(), and StaticStructureFactor::StaticStructureFactor().
| const ParticleSet& Pinit |
Definition at line 33 of file StaticStructureFactor.h.
Referenced by StaticStructureFactor::put(), and StaticStructureFactor::registerCollectables().
| std::vector<std::string> species_name |
Definition at line 30 of file StaticStructureFactor.h.
Referenced by StaticStructureFactor::registerCollectables(), StaticStructureFactor::report(), and StaticStructureFactor::StaticStructureFactor().