![]() |
(git:0ec2378)
|
Calculate the Perdew Correlation from 1986. More...
Functions/Subroutines | |
| subroutine, public | p86_lda_info (reference, shortform, needs, max_deriv) |
| ... | |
| subroutine, public | p86_lda_eval (rho_set, deriv_set, order, p86_params) |
| ... | |
Calculate the Perdew Correlation from 1986.
| subroutine, public xc_perdew86::p86_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 | ||
| ) |
...
| reference | ... |
| shortform | ... |
| needs | ... |
| max_deriv | ... |
Definition at line 93 of file xc_perdew86.F.
| subroutine, public xc_perdew86::p86_lda_eval | ( | type(xc_rho_set_type), intent(in) | rho_set, |
| type(xc_derivative_set_type), intent(in) | deriv_set, | ||
| integer, intent(in) | order, | ||
| type(section_vals_type), pointer | p86_params | ||
| ) |
...
| rho_set | ... |
| deriv_set | ... |
| order | ... |
| p86_params | ... |
Definition at line 119 of file xc_perdew86.F.