(git:c5411e0)
Loading...
Searching...
No Matches
xc_functionals_utilities::calc_fx Interface Reference

Public Member Functions

subroutine calc_fx_array (n, rhoa, rhob, fx, m)
 ...
 
pure subroutine calc_fx_single (rhoa, rhob, fx, m)
 ...
 

Detailed Description

Definition at line 37 of file xc_functionals_utilities.F.

Member Function/Subroutine Documentation

◆ calc_fx_array()

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 
)

...

Parameters
n...
rhoa...
rhob...
fx...
m...

Definition at line 213 of file xc_functionals_utilities.F.

◆ calc_fx_single()

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 
)

...

Parameters
rhoa...
rhob...
fx...
m...

Definition at line 285 of file xc_functionals_utilities.F.


The documentation for this interface was generated from the following file: