![]() |
QMCPACK
|
class for Slater-type orbitals, More...
Public Types | |
using | real_type = T |
Public Member Functions | |
RadialSTO () | |
RadialSTO (int n, double z, double norm=1.0) | |
void | setgrid (T r) |
T | f (T r) const |
T | df (T r) const |
T | evaluate (T r) |
void | evaluateAll (T r, T rinv) |
T | evaluate (T r, T rinv, T &drnl, T &d2rnl) |
Public Attributes | |
int | NminusOne |
T | Z |
T | Norm |
T | Y |
T | dY |
T | d2Y |
class for Slater-type orbitals,
Definition at line 167 of file SlaterTypeOrbital.h.
using real_type = T |
Definition at line 170 of file SlaterTypeOrbital.h.
|
inline |
Definition at line 175 of file SlaterTypeOrbital.h.
|
inline |
Definition at line 176 of file SlaterTypeOrbital.h.
|
inline |
Definition at line 182 of file SlaterTypeOrbital.h.
References qmcplusplus::exp(), RadialSTO< T >::NminusOne, RadialSTO< T >::Norm, qmcplusplus::pow(), and RadialSTO< T >::Z.
|
inline |
Definition at line 188 of file SlaterTypeOrbital.h.
References qmcplusplus::exp(), RadialSTO< T >::NminusOne, RadialSTO< T >::Norm, qmcplusplus::pow(), and RadialSTO< T >::Z.
Referenced by RadialSTO< T >::evaluateAll().
|
inline |
Definition at line 192 of file SlaterTypeOrbital.h.
References qmcplusplus::exp(), RadialSTO< T >::NminusOne, RadialSTO< T >::Norm, qmcplusplus::pow(), and RadialSTO< T >::Z.
|
inline |
Definition at line 190 of file SlaterTypeOrbital.h.
References RadialSTO< T >::d2Y, RadialSTO< T >::dY, RadialSTO< T >::evaluate(), and RadialSTO< T >::Y.
|
inline |
Definition at line 180 of file SlaterTypeOrbital.h.
References qmcplusplus::exp(), RadialSTO< T >::NminusOne, RadialSTO< T >::Norm, qmcplusplus::pow(), and RadialSTO< T >::Z.
|
inline |
Definition at line 178 of file SlaterTypeOrbital.h.
T d2Y |
Definition at line 174 of file SlaterTypeOrbital.h.
Referenced by RadialSTO< T >::evaluateAll().
T dY |
Definition at line 174 of file SlaterTypeOrbital.h.
Referenced by RadialSTO< T >::evaluateAll().
int NminusOne |
Definition at line 171 of file SlaterTypeOrbital.h.
Referenced by RadialSTO< T >::df(), RadialSTO< T >::evaluate(), and RadialSTO< T >::f().
T Norm |
Definition at line 173 of file SlaterTypeOrbital.h.
Referenced by RadialSTO< T >::df(), RadialSTO< T >::evaluate(), and RadialSTO< T >::f().
T Y |
Definition at line 174 of file SlaterTypeOrbital.h.
Referenced by RadialSTO< T >::evaluateAll().
T Z |
Definition at line 172 of file SlaterTypeOrbital.h.
Referenced by RadialSTO< T >::df(), RadialSTO< T >::evaluate(), and RadialSTO< T >::f().