![]() |
(git:b77b4be)
|
Public Member Functions | |
subroutine | amn_l1 (sep, amn) |
Computes the A^{\mu \nu}_l values for the evaluation of the two-center two-electron integrals. The term is the one reported in Eq.(7) of TCA. | |
subroutine | amn_l2 (sep, amn) |
Computes the A^{\mu \nu}_l values for the evaluation of the two-center two-electron integrals. The term is the one reported in Eq.(7) of TCA. | |
Definition at line 197 of file semi_empirical_par_utils.F.
subroutine semi_empirical_par_utils::amn_l::amn_l1 | ( | type(semi_empirical_type), pointer | sep, |
real(kind=dp), dimension(6), intent(out) | amn | ||
) |
Computes the A^{\mu \nu}_l values for the evaluation of the two-center two-electron integrals. The term is the one reported in Eq.(7) of TCA.
sep | ... |
amn | ... |
Definition at line 528 of file semi_empirical_par_utils.F.
subroutine semi_empirical_par_utils::amn_l::amn_l2 | ( | type(semi_empirical_type), pointer | sep, |
real(kind=dp), dimension(6, 0:2), intent(out) | amn | ||
) |
Computes the A^{\mu \nu}_l values for the evaluation of the two-center two-electron integrals. The term is the one reported in Eq.(7) of TCA.
sep | ... |
amn | ... |
Definition at line 575 of file semi_empirical_par_utils.F.