gridxc_atom Module


Contents


Subroutines

public subroutine atomXC(irel, nr, maxr, rmesh, nSpin, Dens, Ex, Ec, Dx, Dc, Vxc)

Finds total exchange-correlation energy and potential for a spherical electron density distribution.

Read more…

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: irel
integer, intent(in) :: nr
integer, intent(in) :: maxr
real(kind=dp), intent(in) :: rmesh(nr)
integer, intent(in) :: nSpin
real(kind=dp), intent(in) :: Dens(maxr,nSpin)
real(kind=dp), intent(out) :: Ex
real(kind=dp), intent(out) :: Ec
real(kind=dp), intent(out) :: Dx
real(kind=dp), intent(out) :: Dc
real(kind=dp), intent(out) :: Vxc(maxr,nSpin)