![]() |
(git:b77b4be)
|
Three-center integrals over Cartesian Gaussian-type functions. More...
Functions/Subroutines | |
subroutine, public | init_os_overlap3 (ya, yb, yc, ra, rb, rc) |
Calculation of three-center integrals over Cartesian Gaussian-type functions. | |
recursive real(dp) function, public | os_overlap3 (an, cn, bn) |
... | |
Variables | |
integer, parameter | lmax = 5 |
real(dp) | xa |
real(dp) | xb |
real(dp) | xc |
real(dp), dimension(3) | a |
real(dp), dimension(3) | b |
real(dp), dimension(3) | c |
real(dp), dimension(3) | p |
real(dp), dimension(3) | g |
real(dp) | xsi |
real(dp) | zeta |
real(dp) | sss |
Three-center integrals over Cartesian Gaussian-type functions.
subroutine, public ai_overlap3_debug::init_os_overlap3 | ( | real(dp) | ya, |
real(dp) | yb, | ||
real(dp) | yc, | ||
real(dp), dimension(3) | ra, | ||
real(dp), dimension(3) | rb, | ||
real(dp), dimension(3) | rc | ||
) |
Calculation of three-center integrals over Cartesian Gaussian-type functions.
ya | ... |
yb | ... |
yc | ... |
rA | ... |
rB | ... |
rC | ... |
Definition at line 48 of file ai_overlap3_debug.F.
recursive real(dp) function, public ai_overlap3_debug::os_overlap3 | ( | integer, dimension(3) | an, |
integer, dimension(3) | cn, | ||
integer, dimension(3) | bn | ||
) |
...
an | ... |
cn | ... |
bn | ... |
Definition at line 83 of file ai_overlap3_debug.F.
integer, parameter ai_overlap3_debug::lmax = 5 |
Definition at line 26 of file ai_overlap3_debug.F.
real(dp) ai_overlap3_debug::xa |
Definition at line 28 of file ai_overlap3_debug.F.
real(dp) ai_overlap3_debug::xb |
Definition at line 28 of file ai_overlap3_debug.F.
real(dp) ai_overlap3_debug::xc |
Definition at line 28 of file ai_overlap3_debug.F.
real(dp), dimension(3) ai_overlap3_debug::a |
Definition at line 29 of file ai_overlap3_debug.F.
real(dp), dimension(3) ai_overlap3_debug::b |
Definition at line 29 of file ai_overlap3_debug.F.
real(dp), dimension(3) ai_overlap3_debug::c |
Definition at line 29 of file ai_overlap3_debug.F.
real(dp), dimension(3) ai_overlap3_debug::p |
Definition at line 30 of file ai_overlap3_debug.F.
real(dp), dimension(3) ai_overlap3_debug::g |
Definition at line 30 of file ai_overlap3_debug.F.
real(dp) ai_overlap3_debug::xsi |
Definition at line 31 of file ai_overlap3_debug.F.
real(dp) ai_overlap3_debug::zeta |
Definition at line 31 of file ai_overlap3_debug.F.
real(dp) ai_overlap3_debug::sss |
Definition at line 31 of file ai_overlap3_debug.F.