![]() |
(git:b77b4be)
|
Calculation of gCP pair potentials. More...
Functions/Subroutines | |
subroutine, public | calculate_gcp_pairpot (qs_env, gcp_env, energy, calculate_forces, ategcp) |
... | |
Calculation of gCP pair potentials.
subroutine, public qs_gcp_method::calculate_gcp_pairpot | ( | type(qs_environment_type), pointer | qs_env, |
type(qs_gcp_type), pointer | gcp_env, | ||
real(kind=dp), intent(out) | energy, | ||
logical, intent(in) | calculate_forces, | ||
real(kind=dp), dimension(:), optional | ategcp | ||
) |
...
qs_env | ... |
gcp_env | ... |
energy | ... |
calculate_forces | ... |
ategcp | ... |
Definition at line 62 of file qs_gcp_method.F.