QMCPACK
NonLocalECPotential::NonLocalECPotentialMultiWalkerResource Struct Reference
+ Inheritance diagram for NonLocalECPotential::NonLocalECPotentialMultiWalkerResource:
+ Collaboration diagram for NonLocalECPotential::NonLocalECPotentialMultiWalkerResource:

Public Member Functions

 NonLocalECPotentialMultiWalkerResource ()
 
std::unique_ptr< ResourcemakeClone () const override
 
- Public Member Functions inherited from Resource
 Resource (const std::string &name)
 
virtual ~Resource ()=default
 
const std::string & getName () const
 

Public Attributes

ResourceCollection collection {"NLPPcollection"}
 
Matrix< Realve_samples
 a crowds worth of per particle nonlocal ecp potential values More...
 
Matrix< Realvi_samples
 

Detailed Description

Definition at line 31 of file NonLocalECPotential.cpp.

Constructor & Destructor Documentation

◆ NonLocalECPotentialMultiWalkerResource()

Definition at line 33 of file NonLocalECPotential.cpp.

33 : Resource("NonLocalECPotential") {}
Resource(const std::string &name)
Definition: Resource.h:23

Member Function Documentation

◆ makeClone()

std::unique_ptr<Resource> makeClone ( ) const
inlineoverridevirtual

Implements Resource.

Definition at line 35 of file NonLocalECPotential.cpp.

36  {
37  return std::make_unique<NonLocalECPotentialMultiWalkerResource>(*this);
38  }

Member Data Documentation

◆ collection

ResourceCollection collection {"NLPPcollection"}

Definition at line 41 of file NonLocalECPotential.cpp.

◆ ve_samples

Matrix<Real> ve_samples

a crowds worth of per particle nonlocal ecp potential values

Definition at line 43 of file NonLocalECPotential.cpp.

◆ vi_samples

Matrix<Real> vi_samples

Definition at line 44 of file NonLocalECPotential.cpp.


The documentation for this struct was generated from the following file: