QMCPACK
PHDerivs Class Reference

Derivatives for the radial equation given a pseudoHamiltonian. More...

+ Collaboration diagram for PHDerivs:

Public Member Functions

Vec2 operator() (double r, Vec2 &u_and_du)
 
 PHDerivs (RadialWF &wf)
 

Private Attributes

RadialWFWF
 

Detailed Description

Derivatives for the radial equation given a pseudoHamiltonian.

Definition at line 76 of file RadialWF.h.

Constructor & Destructor Documentation

◆ PHDerivs()

PHDerivs ( RadialWF wf)
inline

Definition at line 83 of file RadialWF.h.

83  : WF(wf)
84  { /* Do nothing */
85  }
RadialWF & WF
Definition: RadialWF.h:79

Member Function Documentation

◆ operator()()

Vec2 operator() ( double  r,
Vec2 u_and_du 
)
inline

Definition at line 82 of file RadialWF.h.

References RadialWF::PseudoDerivs(), and WF.

82 { return WF.PseudoDerivs(r, u_and_du); }
RadialWF & WF
Definition: RadialWF.h:79
Vec2 PseudoDerivs(double r, Vec2 &u_and_du)
Definition: RadialWF.h:126

Member Data Documentation

◆ WF

RadialWF& WF
private

Definition at line 79 of file RadialWF.h.

Referenced by operator()().


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