![]() |
(git:b77b4be)
|
Calculation of spin orbit integrals over Cartesian Gaussian-type functions. More...
Functions/Subroutines | |
subroutine, public | pso (la_max, la_min, npgfa, rpgfa, zeta, lb_max, lb_min, npgfb, rpgfb, zetb, rac, rbc, rab, vab, ldrr1, ldrr2, rr) |
Calculation of the primitive paramagnetic spin orbit integrals over Cartesian Gaussian-type functions. | |
Calculation of spin orbit integrals over Cartesian Gaussian-type functions.
subroutine, public ai_spin_orbit::pso | ( | 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), dimension(3), intent(in) | rab, | ||
real(kind=dp), dimension(:, :, :), intent(inout) | vab, | ||
integer, intent(in) | ldrr1, | ||
integer, intent(in) | ldrr2, | ||
real(dp), dimension(0:ldrr1-1, ldrr2, *), intent(inout) | rr | ||
) |
Calculation of the primitive paramagnetic spin orbit integrals over Cartesian Gaussian-type functions.
la_max | ... |
la_min | ... |
npgfa | ... |
rpgfa | ... |
zeta | ... |
lb_max | ... |
lb_min | ... |
npgfb | ... |
rpgfb | ... |
zetb | ... |
rac | ... |
rbc | ... |
rab | ... |
vab | ... |
ldrr1 | ... |
ldrr2 | ... |
rr | ... |
Definition at line 79 of file ai_spin_orbit.F.