![]() |
(git:3a1353c)
|
Two-center overlap integrals over Cartesian Gaussian-type functions. More...
Functions/Subroutines | |
| subroutine, public | init_os_overlap2 (ya, yb, ra, rb) |
| Calculation of overlap integrals over Cartesian Gaussian-type functions. | |
| recursive real(dp) function, public | os_overlap2 (an, bn) |
| ... | |
Variables | |
| integer, parameter | lmax = 5 |
| real(dp) | xa |
| real(dp) | xb |
| real(dp), dimension(3) | a |
| real(dp), dimension(3) | b |
| real(dp), dimension(3) | p |
| real(dp) | xsi |
| real(dp) | zeta |
| real(dp) | ss |
Two-center overlap integrals over Cartesian Gaussian-type functions.
| subroutine, public ai_overlap_debug::init_os_overlap2 | ( | real(dp) | ya, |
| real(dp) | yb, | ||
| real(dp), dimension(3) | ra, | ||
| real(dp), dimension(3) | rb | ||
| ) |
Calculation of overlap integrals over Cartesian Gaussian-type functions.
| ya | ... |
| yb | ... |
| rA | ... |
| rB | ... |
Definition at line 46 of file ai_overlap_debug.F.
| recursive real(dp) function, public ai_overlap_debug::os_overlap2 | ( | integer, dimension(3) | an, |
| integer, dimension(3) | bn | ||
| ) |
...
| an | ... |
| bn | ... |
Definition at line 72 of file ai_overlap_debug.F.
| integer, parameter ai_overlap_debug::lmax = 5 |
Definition at line 26 of file ai_overlap_debug.F.
| real(dp) ai_overlap_debug::xa |
Definition at line 28 of file ai_overlap_debug.F.
| real(dp) ai_overlap_debug::xb |
Definition at line 28 of file ai_overlap_debug.F.
| real(dp), dimension(3) ai_overlap_debug::a |
Definition at line 29 of file ai_overlap_debug.F.
| real(dp), dimension(3) ai_overlap_debug::b |
Definition at line 29 of file ai_overlap_debug.F.
| real(dp), dimension(3) ai_overlap_debug::p |
Definition at line 30 of file ai_overlap_debug.F.
| real(dp) ai_overlap_debug::xsi |
Definition at line 31 of file ai_overlap_debug.F.
| real(dp) ai_overlap_debug::zeta |
Definition at line 31 of file ai_overlap_debug.F.
| real(dp) ai_overlap_debug::ss |
Definition at line 31 of file ai_overlap_debug.F.