![]() |
(git:b77b4be)
|
Routines to handle an external electrostatic field The external field can be generic and is provided by user input. More...
Functions/Subroutines | |
subroutine, public | external_e_potential (qs_env) |
Computes the external potential on the grid. | |
subroutine, public | external_c_potential (qs_env, calculate_forces) |
Computes the force and the energy due to the external potential on the cores. | |
Routines to handle an external electrostatic field The external field can be generic and is provided by user input.
subroutine, public qs_external_potential::external_e_potential | ( | type(qs_environment_type), pointer | qs_env | ) |
Computes the external potential on the grid.
qs_env | ... |
Definition at line 66 of file qs_external_potential.F.
subroutine, public qs_external_potential::external_c_potential | ( | type(qs_environment_type), pointer | qs_env, |
logical, optional | calculate_forces | ||
) |
Computes the force and the energy due to the external potential on the cores.
qs_env | ... |
calculate_forces | ... |
Definition at line 170 of file qs_external_potential.F.