![]() |
(git:f56c6e3)
|
Calculation of the Fermi contact integrals over Cartesian Gaussian-type functions. More...
Functions/Subroutines | |
| subroutine, public | fermi_contact (la_max, la_min, npgfa, rpgfa, zeta, lb_max, lb_min, npgfb, rpgfb, zetb, rac, rbc, dab, fcab, ldfc) |
| Purpose: Calculation of the two-center Fermi contact integrals 4/3*pi*[a|delta(r-c)|b] over Cartesian Gaussian-type functions. | |
Calculation of the Fermi contact integrals over Cartesian Gaussian-type functions.
| subroutine, public ai_fermi_contact::fermi_contact | ( | integer, intent(in) | la_max, |
| integer, intent(in) | la_min, | ||
| integer, intent(in) | npgfa, | ||
| real(kind=dp), dimension(:), intent(in) | rpgfa, | ||
| real(kind=dp), dimension(:), intent(in) | zeta, | ||
| integer, intent(in) | lb_max, | ||
| integer, intent(in) | lb_min, | ||
| integer, intent(in) | npgfb, | ||
| real(kind=dp), dimension(:), intent(in) | rpgfb, | ||
| real(kind=dp), dimension(:), intent(in) | zetb, | ||
| real(kind=dp), dimension(3), intent(in) | rac, | ||
| real(kind=dp), dimension(3), intent(in) | rbc, | ||
| real(kind=dp) | dab, | ||
| real(kind=dp), dimension(ldfc, *), intent(inout) | fcab, | ||
| integer, intent(in) | ldfc | ||
| ) |
Purpose: Calculation of the two-center Fermi contact integrals 4/3*pi*[a|delta(r-c)|b] over Cartesian Gaussian-type functions.
| la_max | ... |
| la_min | ... |
| npgfa | ... |
| rpgfa | ... |
| zeta | ... |
| lb_max | ... |
| lb_min | ... |
| npgfb | ... |
| rpgfb | ... |
| zetb | ... |
| rac | ... |
| rbc | ... |
| dab | ... |
| fcab | ... |
| ldfc | ... |
Definition at line 70 of file ai_fermi_contact.F.