QMCPACK
TauParams< RT, CoordsType::POS > Struct Template Reference
+ Collaboration diagram for TauParams< RT, CoordsType::POS >:

Public Member Functions

 TauParams (RT tau, RT grp_inv_mass, RT spin_mass)
 

Public Attributes

RT tauovermass
 
RT oneover2tau
 
RT sqrttau
 

Detailed Description

template<typename RT>
struct qmcplusplus::TauParams< RT, CoordsType::POS >

Definition at line 28 of file TauParams.hpp.

Constructor & Destructor Documentation

◆ TauParams()

TauParams ( RT  tau,
RT  grp_inv_mass,
RT  spin_mass 
)
inline

Definition at line 34 of file TauParams.hpp.

References qmcplusplus::sqrt().

35  {
36  tauovermass = tau * grp_inv_mass;
37  oneover2tau = 0.5 / (tauovermass);
39  }
MakeReturn< UnaryNode< FnSqrt, typename CreateLeaf< Vector< T1, C1 > >::Leaf_t > >::Expression_t sqrt(const Vector< T1, C1 > &l)

Member Data Documentation

◆ oneover2tau

RT oneover2tau

Definition at line 31 of file TauParams.hpp.

◆ sqrttau

RT sqrttau

Definition at line 32 of file TauParams.hpp.

◆ tauovermass

RT tauovermass

Definition at line 30 of file TauParams.hpp.


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