![]() |
(git:87fe8d4)
|
Calculate the Thomas-Fermi kinetic energy functional. More...
Functions/Subroutines | |
| subroutine, public | thomas_fermi_info (lsd, reference, shortform, needs, max_deriv) |
| ... | |
| subroutine, public | thomas_fermi_lda_eval (rho_set, deriv_set, order) |
| ... | |
| subroutine, public | thomas_fermi_lsd_eval (rho_set, deriv_set, order) |
| ... | |
Calculate the Thomas-Fermi kinetic energy functional.
| subroutine, public xc_thomas_fermi::thomas_fermi_info | ( | logical, intent(in) | lsd, |
| 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 | ||
| ) |
...
| lsd | ... |
| reference | ... |
| shortform | ... |
| needs | ... |
| max_deriv | ... |
Definition at line 80 of file xc_thomas_fermi.F.
| subroutine, public xc_thomas_fermi::thomas_fermi_lda_eval | ( | type(xc_rho_set_type), intent(in) | rho_set, |
| type(xc_derivative_set_type), intent(in) | deriv_set, | ||
| integer, intent(in) | order | ||
| ) |
...
| rho_set | ... |
| deriv_set | ... |
| order | ... |
Definition at line 121 of file xc_thomas_fermi.F.
| subroutine, public xc_thomas_fermi::thomas_fermi_lsd_eval | ( | type(xc_rho_set_type), intent(in) | rho_set, |
| type(xc_derivative_set_type), intent(in) | deriv_set, | ||
| integer, intent(in) | order | ||
| ) |
...
| rho_set | ... |
| deriv_set | ... |
| order | ... |
Definition at line 183 of file xc_thomas_fermi.F.