![]() |
(git:936074a)
|
Calculate the KS reference potentials. More...
Functions/Subroutines | |
| subroutine, public | ks_ref_potential (qs_env, vh_rspace, vxc_rspace, vtau_rspace, vadmm_rspace, ehartree, exc, h_stress) |
| calculate the Kohn-Sham reference potential | |
| subroutine, public | ks_ref_potential_atom (qs_env, local_rho_set, local_rho_set_admm, v_hartree_rspace) |
| calculate the Kohn-Sham GAPW reference potentials | |
Calculate the KS reference potentials.
| subroutine, public qs_ks_reference::ks_ref_potential | ( | type(qs_environment_type), pointer | qs_env, |
| type(pw_r3d_rs_type), intent(inout) | vh_rspace, | ||
| type(pw_r3d_rs_type), dimension(:), pointer | vxc_rspace, | ||
| type(pw_r3d_rs_type), dimension(:), pointer | vtau_rspace, | ||
| type(pw_r3d_rs_type), dimension(:), pointer | vadmm_rspace, | ||
| real(kind=dp), intent(out) | ehartree, | ||
| real(kind=dp), intent(out) | exc, | ||
| real(kind=dp), dimension(3, 3), intent(inout), optional | h_stress | ||
| ) |
calculate the Kohn-Sham reference potential
| qs_env | ... |
| vh_rspace | ... |
| vxc_rspace | ... |
| vtau_rspace | ... |
| vadmm_rspace | ... |
| ehartree | ... |
| exc | ... |
| h_stress | container for the stress tensor of the Hartree term |
Definition at line 93 of file qs_ks_reference.F.
| subroutine, public qs_ks_reference::ks_ref_potential_atom | ( | type(qs_environment_type), pointer | qs_env, |
| type(local_rho_type), pointer | local_rho_set, | ||
| type(local_rho_type), pointer | local_rho_set_admm, | ||
| type(pw_r3d_rs_type), intent(in) | v_hartree_rspace | ||
| ) |
calculate the Kohn-Sham GAPW reference potentials
| qs_env | ... |
| local_rho_set | ... |
| local_rho_set_admm | ... |
| v_hartree_rspace | ... |
Definition at line 296 of file qs_ks_reference.F.