![]() |
(git:07c9450)
|
Routines to compute singles correction to RPA (RSE) More...
Functions/Subroutines | |
| subroutine, public | rse_energy (qs_env, mp2_env, para_env, dft_control, mo_coeff, homo, eigenval) |
| Single excitations energy corrections for RPA. | |
Routines to compute singles correction to RPA (RSE)
| subroutine, public rpa_rse::rse_energy | ( | type(qs_environment_type), intent(in), pointer | qs_env, |
| type(mp2_type), intent(inout) | mp2_env, | ||
| type(mp_para_env_type), intent(in), pointer | para_env, | ||
| type(dft_control_type), intent(in), pointer | dft_control, | ||
| type(cp_fm_type), dimension(:), intent(in) | mo_coeff, | ||
| integer, dimension(:), intent(in) | homo, | ||
| real(kind=dp), dimension(:, :), intent(in) | eigenval | ||
| ) |