|
CP2K 2.4 (Revision 12889)
|
Calculation of the Fermi contact integrals over Cartesian Gaussian-type functions. More...
Functions | |
| 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. | |
Variables | |
| CHARACTER(len=*), parameter, private | moduleN = 'ai_fermi_contact' |
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.
Definition at line 53 of file ai_fermi_contact.f90.
References orbital_pointers::coset, and mathconstants::pi.
Referenced by qs_fermi_contact::build_fermi_contact_matrix().
Here is the caller graph for this function:| CHARACTER(len=*),parameter,private ai_fermi_contact::moduleN = 'ai_fermi_contact' |
Definition at line 39 of file ai_fermi_contact.f90.
1.7.3