![]() |
QMCPACK
|
class to evaluate the normalization factors for the Slater-Type orbitals More...
Collaboration diagram for STONorm< T >:Public Member Functions | |
| STONorm (int nmax=1) | |
| void | set (int nmax) |
| T | operator() (int n, T screen) |
Public Attributes | |
| std::vector< T > | Factorial |
class to evaluate the normalization factors for the Slater-Type orbitals
Definition at line 22 of file SlaterTypeOrbital.h.
|
inlineexplicit |
Definition at line 27 of file SlaterTypeOrbital.h.
|
inline |
Definition at line 38 of file SlaterTypeOrbital.h.
References STONorm< T >::Factorial, qmcplusplus::n, qmcplusplus::pow(), and qmcplusplus::sqrt().
|
inline |
Definition at line 29 of file SlaterTypeOrbital.h.
References STONorm< T >::Factorial, and qmcplusplus::n.
| std::vector<T> Factorial |
Definition at line 24 of file SlaterTypeOrbital.h.
Referenced by STONorm< T >::operator()(), and STONorm< T >::set().