![]() |
(git:b77b4be)
|
Calculation of integrals over Cartesian Gaussian-type functions for [a|(r-Ra)^(2m)|b] Ra is the position of center a. More...
Functions/Subroutines | |
subroutine, public | operator_ra2m (la_max, la_min, npgfa, zeta, lb_max, lb_min, npgfb, zetb, m, rab, sab, dsab, calculate_forces) |
Calculation of the primitive two-center [a|(r-Ra)^(2m)|b] integrals over Cartesian Gaussian-type functions; operator is here (r-Ra)^(2m) | |
Calculation of integrals over Cartesian Gaussian-type functions for [a|(r-Ra)^(2m)|b] Ra is the position of center a.
subroutine, public ai_operator_ra2m::operator_ra2m | ( | integer, intent(in) | la_max, |
integer, intent(in) | la_min, | ||
integer, intent(in) | npgfa, | ||
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) | zetb, | ||
integer, intent(in) | m, | ||
real(kind=dp), dimension(3), intent(in) | rab, | ||
real(kind=dp), dimension(:, :), intent(inout) | sab, | ||
real(kind=dp), dimension(:, :, :), intent(inout) | dsab, | ||
logical, intent(in) | calculate_forces | ||
) |
Calculation of the primitive two-center [a|(r-Ra)^(2m)|b] integrals over Cartesian Gaussian-type functions; operator is here (r-Ra)^(2m)
la_max | ... |
la_min | ... |
npgfa | ... |
zeta | ... |
lb_max | ... |
lb_min | ... |
npgfb | ... |
zetb | ... |
m | exponent in (r-Ra)^(2m) operator |
rab | ... |
sab | ... |
dsab | ... |
calculate_forces | ... |
Definition at line 72 of file ai_operator_ra2m.F.