![]() |
(git:d18deda)
|
Functions/Subroutines | |
subroutine, public | get_sto_ng (zeta, n, nq, lq, alpha, coef) |
return STO-NG parameters; INPUT: zeta (Slater exponent) n (Expansion length) nq (principle quantum number) lq (angular quantum number) OUTPUT: alpha (n Gaussian exponents) coef (n corresponding expansion coefficients) | |
subroutine, public sto_ng::get_sto_ng | ( | real(kind=dp), intent(in) | zeta, |
integer, intent(in) | n, | ||
integer, intent(in) | nq, | ||
integer, intent(in) | lq, | ||
real(kind=dp), dimension(:), intent(out) | alpha, | ||
real(kind=dp), dimension(:), intent(out) | coef | ||
) |
return STO-NG parameters; INPUT: zeta (Slater exponent) n (Expansion length) nq (principle quantum number) lq (angular quantum number) OUTPUT: alpha (n Gaussian exponents) coef (n corresponding expansion coefficients)
Error of expansion: Int ( |Phi - Chi|^2 )
...
zeta | ... |
n | ... |
nq | ... |
lq | ... |
alpha | ... |
coef | ... |
Definition at line 53 of file sto_ng.F.