![]() |
(git:b77b4be)
|
Basic container type for QM/MM with force mixing. More...
Data Types | |
type | qmmmx_env_type |
Functions/Subroutines | |
subroutine, public | qmmmx_env_get (qmmmx_env, subsys, potential_energy, kinetic_energy) |
... | |
subroutine, public | qmmmx_env_release (qmmmx_env) |
releases the given qmmmx_env (see doc/ReferenceCounting.html) | |
Basic container type for QM/MM with force mixing.
subroutine, public qmmmx_types::qmmmx_env_get | ( | type(qmmmx_env_type), intent(in) | qmmmx_env, |
type(cp_subsys_type), optional, pointer | subsys, | ||
real(kind=dp), intent(out), optional | potential_energy, | ||
real(kind=dp), intent(out), optional | kinetic_energy | ||
) |
...
qmmmx_env | ... |
subsys | ... |
potential_energy | ... |
kinetic_energy | ... |
Definition at line 41 of file qmmmx_types.F.
subroutine, public qmmmx_types::qmmmx_env_release | ( | type(qmmmx_env_type), intent(inout) | qmmmx_env | ) |
releases the given qmmmx_env (see doc/ReferenceCounting.html)
qmmmx_env | the object to release |
Definition at line 60 of file qmmmx_types.F.