![]() |
(git:b77b4be)
|
Basic container type for QM/MM. More...
Data Types | |
type | qmmm_env_type |
Functions/Subroutines | |
subroutine, public | qmmm_env_get (qmmm_env, subsys, potential_energy, kinetic_energy) |
... | |
subroutine, public | qmmm_env_release (qmmm_env) |
releases the given qmmm_env (see doc/ReferenceCounting.html) | |
Basic container type for QM/MM.
subroutine, public qmmm_types::qmmm_env_get | ( | type(qmmm_env_type), intent(in) | qmmm_env, |
type(cp_subsys_type), optional, pointer | subsys, | ||
real(kind=dp), intent(out), optional | potential_energy, | ||
real(kind=dp), intent(out), optional | kinetic_energy | ||
) |
...
qmmm_env | ... |
subsys | ... |
potential_energy | ... |
kinetic_energy | ... |
Definition at line 49 of file qmmm_types.F.
subroutine, public qmmm_types::qmmm_env_release | ( | type(qmmm_env_type), intent(inout) | qmmm_env | ) |
releases the given qmmm_env (see doc/ReferenceCounting.html)
qmmm_env | the object to release |
Definition at line 80 of file qmmm_types.F.