![]() |
(git:e68414f)
|
Public Member Functions | |
| subroutine | calc_fx_array (n, rhoa, rhob, fx, m) |
| ... | |
| pure subroutine | calc_fx_single (rhoa, rhob, fx, m) |
| ... | |
Definition at line 37 of file xc_functionals_utilities.F.
| subroutine xc_functionals_utilities::calc_fx::calc_fx_array | ( | integer, intent(in) | n, |
| real(kind=dp), dimension(*), intent(in) | rhoa, | ||
| real(kind=dp), dimension(*), intent(in) | rhob, | ||
| real(kind=dp), dimension(:, :), intent(out) | fx, | ||
| integer, intent(in) | m | ||
| ) |
...
| n | ... |
| rhoa | ... |
| rhob | ... |
| fx | ... |
| m | ... |
Definition at line 213 of file xc_functionals_utilities.F.
| pure subroutine xc_functionals_utilities::calc_fx::calc_fx_single | ( | real(kind=dp), intent(in) | rhoa, |
| real(kind=dp), intent(in) | rhob, | ||
| real(kind=dp), dimension(:), intent(out) | fx, | ||
| integer, intent(in) | m | ||
| ) |
...
| rhoa | ... |
| rhob | ... |
| fx | ... |
| m | ... |
Definition at line 285 of file xc_functionals_utilities.F.