![]() |
(git:b77b4be)
|
Calculate the Thomas-Fermi kinetic energy functional plus the von Weizsaecker term. More...
Functions/Subroutines | |
subroutine, public | tfw_lda_info (reference, shortform, needs, max_deriv) |
... | |
subroutine, public | tfw_lsd_info (reference, shortform, needs, max_deriv) |
... | |
subroutine, public | tfw_lda_eval (rho_set, deriv_set, order) |
... | |
subroutine, public | tfw_lsd_eval (rho_set, deriv_set, order) |
... | |
Calculate the Thomas-Fermi kinetic energy functional plus the von Weizsaecker term.
subroutine, public xc_tfw::tfw_lda_info | ( | character(len=*), intent(out), optional | reference, |
character(len=*), intent(out), optional | shortform, | ||
type(xc_rho_cflags_type), intent(inout), optional | needs, | ||
integer, intent(out), optional | max_deriv | ||
) |
subroutine, public xc_tfw::tfw_lsd_info | ( | character(len=*), intent(out), optional | reference, |
character(len=*), intent(out), optional | shortform, | ||
type(xc_rho_cflags_type), intent(inout), optional | needs, | ||
integer, intent(out), optional | max_deriv | ||
) |
subroutine, public xc_tfw::tfw_lda_eval | ( | type(xc_rho_set_type), intent(in) | rho_set, |
type(xc_derivative_set_type), intent(in) | deriv_set, | ||
integer, intent(in) | order | ||
) |
subroutine, public xc_tfw::tfw_lsd_eval | ( | type(xc_rho_set_type), intent(in) | rho_set, |
type(xc_derivative_set_type), intent(in) | deriv_set, | ||
integer, intent(in) | order | ||
) |