![]() |
(git:b77b4be)
|
Contains types used for a Dimer Method calculations. More...
Data Types | |
type | dimer_env_type |
Defines the environment for a Dimer Method calculation. More... | |
Functions/Subroutines | |
subroutine, public | dimer_env_create (dimer_env, subsys, globenv, dimer_section) |
... | |
subroutine, public | dimer_env_retain (dimer_env) |
... | |
subroutine, public | dimer_env_release (dimer_env) |
... | |
subroutine, public | dimer_fixed_atom_control (vec, subsys) |
Set parts of a given array vec to zero according to fixed atom constraints. When atoms are (partially) fixed then the relevant components of nvec should be set to zero. Furthermore, the relevant components of the gradient in CG should also be set to zero. | |
Contains types used for a Dimer Method calculations.
subroutine, public dimer_types::dimer_env_create | ( | type(dimer_env_type), pointer | dimer_env, |
type(cp_subsys_type), pointer | subsys, | ||
type(global_environment_type), pointer | globenv, | ||
type(section_vals_type), pointer | dimer_section | ||
) |
...
dimer_env | ... |
subsys | ... |
globenv | ... |
dimer_section | ... |
Definition at line 118 of file dimer_types.F.
subroutine, public dimer_types::dimer_env_retain | ( | type(dimer_env_type), pointer | dimer_env | ) |
...
dimer_env | ... |
Definition at line 210 of file dimer_types.F.
subroutine, public dimer_types::dimer_env_release | ( | type(dimer_env_type), pointer | dimer_env | ) |
...
dimer_env | ... |
Definition at line 225 of file dimer_types.F.
subroutine, public dimer_types::dimer_fixed_atom_control | ( | real(kind=dp), dimension(:), intent(inout) | vec, |
type(cp_subsys_type), pointer | subsys | ||
) |
Set parts of a given array vec to zero according to fixed atom constraints. When atoms are (partially) fixed then the relevant components of nvec should be set to zero. Furthermore, the relevant components of the gradient in CG should also be set to zero.
vec | : vector to be modified |
subsys | : subsys type object used by CP2k |
Definition at line 265 of file dimer_types.F.