Go to the source code of this file.
|
subroutine | xc_am05 (n, rho, grho, g2rho, g3rho, ex, ec, vx, vc) |
|
subroutine | xc_am05_point (rho, s, u, v, ex, ec, vx, vc, pot) |
|
subroutine | xc_am05_ldax (n, ex, vx) |
|
subroutine | xc_am05_ldapwc (n, ec, vc) |
|
subroutine | xc_am05_labertw (z, val) |
|
◆ xc_am05()
subroutine xc_am05 |
( |
integer, intent(in) |
n, |
|
|
real(8), dimension(n), intent(in) |
rho, |
|
|
real(8), dimension(n), intent(in) |
grho, |
|
|
real(8), dimension(n), intent(in) |
g2rho, |
|
|
real(8), dimension(n), intent(in) |
g3rho, |
|
|
real(8), dimension(n), intent(out) |
ex, |
|
|
real(8), dimension(n), intent(out) |
ec, |
|
|
real(8), dimension(n), intent(out) |
vx, |
|
|
real(8), dimension(n), intent(out) |
vc |
|
) |
| |
◆ xc_am05_labertw()
subroutine xc_am05_labertw |
( |
real(8), intent(in) |
z, |
|
|
real(8), intent(out) |
val |
|
) |
| |
◆ xc_am05_ldapwc()
subroutine xc_am05_ldapwc |
( |
real(8), intent(in) |
n, |
|
|
real(8), intent(out) |
ec, |
|
|
real(8), intent(out) |
vc |
|
) |
| |
◆ xc_am05_ldax()
subroutine xc_am05_ldax |
( |
real(8), intent(in) |
n, |
|
|
real(8), intent(out) |
ex, |
|
|
real(8), intent(out) |
vx |
|
) |
| |
◆ xc_am05_point()
subroutine xc_am05_point |
( |
real(8), intent(in) |
rho, |
|
|
real(8), intent(in) |
s, |
|
|
real(8), intent(in) |
u, |
|
|
real(8), intent(in) |
v, |
|
|
real(8), intent(out) |
ex, |
|
|
real(8), intent(out) |
ec, |
|
|
real(8), intent(out) |
vx, |
|
|
real(8), intent(out) |
vc, |
|
|
integer, intent(in) |
pot |
|
) |
| |