![]() |
(git:b77b4be)
|
Performs the metadynamics calculation. More...
Functions/Subroutines | |
subroutine, public | metadyn_initialise_plumed (force_env, simpar, itimes) |
... | |
subroutine, public | metadyn_finalise_plumed () |
makes sure PLUMED is shut down cleanly | |
subroutine, public | metadyn_integrator (force_env, itimes, vel, rand) |
General driver for applying metadynamics. | |
subroutine, public | metadyn_forces (force_env, vel) |
add forces to the subsys due to the metadynamics run possibly modifies the velocites (if reflective walls are applied) | |
subroutine, public | metadyn_velocities_colvar (force_env, rand) |
Evolves velocities COLVAR according to Vanden-Eijnden Ciccotti C.Phys.Letter 429 (2006) 310-316. | |
subroutine, public | metadyn_write_colvar (force_env) |
Write down COLVAR information evolved according to Vanden-Eijnden Ciccotti C.Phys.Letter 429 (2006) 310-316. | |
Performs the metadynamics calculation.
subroutine, public metadynamics::metadyn_initialise_plumed | ( | type(force_env_type), pointer | force_env, |
type(simpar_type), pointer | simpar, | ||
integer, intent(in) | itimes | ||
) |
...
force_env | ... |
simpar | ... |
itimes | ... |
Definition at line 128 of file metadynamics.F.
subroutine, public metadynamics::metadyn_finalise_plumed |
makes sure PLUMED is shut down cleanly
Definition at line 199 of file metadynamics.F.
subroutine, public metadynamics::metadyn_integrator | ( | type(force_env_type), pointer | force_env, |
integer, intent(in) | itimes, | ||
real(kind=dp), dimension(:, :), intent(inout), optional | vel, | ||
real(kind=dp), dimension(:), optional, pointer | rand | ||
) |
General driver for applying metadynamics.
force_env | ... |
itimes | ... |
vel | ... |
rand | ... |
Definition at line 226 of file metadynamics.F.
subroutine, public metadynamics::metadyn_forces | ( | type(force_env_type), pointer | force_env, |
real(kind=dp), dimension(:, :), intent(inout), optional | vel | ||
) |
add forces to the subsys due to the metadynamics run possibly modifies the velocites (if reflective walls are applied)
force_env | ... |
vel | ... |
Definition at line 368 of file metadynamics.F.
subroutine, public metadynamics::metadyn_velocities_colvar | ( | type(force_env_type), pointer | force_env, |
real(kind=dp), dimension(:), intent(inout), optional | rand | ||
) |
Evolves velocities COLVAR according to Vanden-Eijnden Ciccotti C.Phys.Letter 429 (2006) 310-316.
force_env | ... |
rand | ... |
Definition at line 630 of file metadynamics.F.
subroutine, public metadynamics::metadyn_write_colvar | ( | type(force_env_type), pointer | force_env | ) |
Write down COLVAR information evolved according to Vanden-Eijnden Ciccotti C.Phys.Letter 429 (2006) 310-316.
force_env | ... |
Definition at line 729 of file metadynamics.F.