Go to the source code of this file.
|
| module | xc_lyp |
| | calculates the lyp correlation functional
|
| |
|
| subroutine, public | xc_lyp::lyp_lda_info (reference, shortform, needs, max_deriv) |
| | return various information on the functional
|
| |
| subroutine, public | xc_lyp::lyp_lsd_info (reference, shortform, needs, max_deriv) |
| | return various information on the functional
|
| |
| subroutine, public | xc_lyp::lyp_lda_eval (rho_set, deriv_set, grad_deriv, lyp_params) |
| | evaluates the lyp correlation functional for lda
|
| |
| subroutine, public | xc_lyp::lyp_lsd_eval (rho_set, deriv_set, grad_deriv, lyp_params) |
| | evaluates the becke 88 exchange functional for lsd
|
| |