![]() |
(git:d18deda)
|
Self-consistent continuum solvation (SCCS) model implementation. More...
Functions/Subroutines | |
subroutine, public | sccs (qs_env, rho_tot_gspace, v_hartree_gspace, v_sccs, h_stress) |
Self-consistent continuum solvation (SCCS) model implementation. | |
subroutine, public | print_sccs_results (energy, sccs_control, output_unit) |
Print SCCS results. | |
Self-consistent continuum solvation (SCCS) model implementation.
subroutine, public qs_sccs::sccs | ( | type(qs_environment_type), pointer | qs_env, |
type(pw_c1d_gs_type), intent(inout) | rho_tot_gspace, | ||
type(pw_c1d_gs_type), intent(inout) | v_hartree_gspace, | ||
type(pw_r3d_rs_type), intent(inout) | v_sccs, | ||
real(kind=dp), dimension(3, 3), intent(out), optional | h_stress | ||
) |
Self-consistent continuum solvation (SCCS) model implementation.
qs_env | ... |
rho_tot_gspace | ... |
v_hartree_gspace | ... |
v_sccs | ... |
h_stress | ... |
Definition at line 121 of file qs_sccs.F.
subroutine, public qs_sccs::print_sccs_results | ( | type(qs_energy_type), pointer | energy, |
type(sccs_control_type), pointer | sccs_control, | ||
integer, intent(in) | output_unit | ||
) |