![]() |
(git:b77b4be)
|
Provides integrator routines (velocity verlet) for all the ensemble types. More...
Functions/Subroutines | |
subroutine, public | langevin (md_env) |
Langevin integrator for particle positions & momenta (Brownian dynamics) | |
subroutine, public | nve (md_env, globenv) |
nve integrator for particle positions & momenta | |
subroutine, public | isokin (md_env) |
simplest version of the isokinetic gaussian thermostat | |
subroutine, public | nvt_adiabatic (md_env, globenv) |
nvt adiabatic integrator for particle positions & momenta | |
subroutine, public | nvt (md_env, globenv) |
nvt integrator for particle positions & momenta | |
subroutine, public | npt_i (md_env, globenv) |
npt_i integrator for particle positions & momenta isotropic box changes | |
subroutine, public | reftraj (md_env) |
uses coordinates in a file and generates frame after frame of these | |
subroutine, public | nph_uniaxial (md_env) |
nph_uniaxial integrator (non-Hamiltonian version) for particle positions & momenta undergoing uniaxial stress ( in x-direction of orthorhombic cell) due to a shock compression: Reed et. al. Physical Review Letters 90, 235503 (2003). | |
subroutine, public | nph_uniaxial_damped (md_env) |
nph_uniaxial integrator (non-Hamiltonian version) for particle positions & momenta undergoing uniaxial stress ( in x-direction of orthorhombic cell) due to a shock compression: Reed et. al. Physical Review Letters 90, 235503 (2003). Added damping (e.g. thermostat to barostat) | |
subroutine, public | npt_f (md_env, globenv) |
Velocity Verlet integrator for the NPT ensemble with fully flexible cell. | |
subroutine, public | nve_respa (md_env) |
RESPA integrator for nve ensemble for particle positions & momenta. | |
Provides integrator routines (velocity verlet) for all the ensemble types.
subroutine, public integrator::langevin | ( | type(md_environment_type), pointer | md_env | ) |
Langevin integrator for particle positions & momenta (Brownian dynamics)
md_env | ... |
Definition at line 134 of file integrator.F.
subroutine, public integrator::nve | ( | type(md_environment_type), pointer | md_env, |
type(global_environment_type), pointer | globenv | ||
) |
nve integrator for particle positions & momenta
md_env | ... |
globenv | ... |
Definition at line 390 of file integrator.F.
subroutine, public integrator::isokin | ( | type(md_environment_type), pointer | md_env | ) |
simplest version of the isokinetic gaussian thermostat
md_env | ... |
Definition at line 602 of file integrator.F.
subroutine, public integrator::nvt_adiabatic | ( | type(md_environment_type), pointer | md_env, |
type(global_environment_type), pointer | globenv | ||
) |
nvt adiabatic integrator for particle positions & momenta
md_env | ... |
globenv | ... |
Definition at line 718 of file integrator.F.
subroutine, public integrator::nvt | ( | type(md_environment_type), pointer | md_env, |
type(global_environment_type), pointer | globenv | ||
) |
nvt integrator for particle positions & momenta
md_env | ... |
globenv | ... |
Definition at line 926 of file integrator.F.
subroutine, public integrator::npt_i | ( | type(md_environment_type), pointer | md_env, |
type(global_environment_type), pointer | globenv | ||
) |
npt_i integrator for particle positions & momenta isotropic box changes
md_env | ... |
globenv | ... |
Definition at line 1166 of file integrator.F.
subroutine, public integrator::reftraj | ( | type(md_environment_type), pointer | md_env | ) |
uses coordinates in a file and generates frame after frame of these
md_env | ... |
Definition at line 1504 of file integrator.F.
subroutine, public integrator::nph_uniaxial | ( | type(md_environment_type), pointer | md_env | ) |
nph_uniaxial integrator (non-Hamiltonian version) for particle positions & momenta undergoing uniaxial stress ( in x-direction of orthorhombic cell) due to a shock compression: Reed et. al. Physical Review Letters 90, 235503 (2003).
md_env | ... |
Definition at line 1702 of file integrator.F.
subroutine, public integrator::nph_uniaxial_damped | ( | type(md_environment_type), pointer | md_env | ) |
nph_uniaxial integrator (non-Hamiltonian version) for particle positions & momenta undergoing uniaxial stress ( in x-direction of orthorhombic cell) due to a shock compression: Reed et. al. Physical Review Letters 90, 235503 (2003). Added damping (e.g. thermostat to barostat)
md_env | ... |
Definition at line 1945 of file integrator.F.
subroutine, public integrator::npt_f | ( | type(md_environment_type), pointer | md_env, |
type(global_environment_type), pointer | globenv | ||
) |
Velocity Verlet integrator for the NPT ensemble with fully flexible cell.
md_env | ... |
globenv | ... |
Definition at line 2197 of file integrator.F.
subroutine, public integrator::nve_respa | ( | type(md_environment_type), pointer | md_env | ) |
RESPA integrator for nve ensemble for particle positions & momenta.
md_env | ... |
Definition at line 2502 of file integrator.F.