getXC Subroutine

public subroutine getXC(n, func, auth, wx, wc)

Returns the xc functional(s) information previously set and stored in the module variables.

Arguments

Type IntentOptional AttributesName
integer, intent(out), optional :: n

Number of functionals

character(len=*), intent(out), optional :: func(:)

Functional name labels

character(len=*), intent(out), optional :: auth(:)

Functional author labels

real(kind=dp), intent(out), optional :: wx(:)

Functl weights for exchange

real(kind=dp), intent(out), optional :: wc(:)

Functl weights for correlation


Contents

None