MD (Module)
Overview
The MD
module performs a molecular dynamics run on each supplied target configuration, and can be used to relax the intramolecular geometry of molecules and promote their “diversity”.
Description
Basic Algorithm
The MD
module employs a standard two-stage velocity Verlet algorithm as follows. Initially, a set of random velocities
where
In the first stage of the velocity Verlet, at a given time
where
At this point, the forces
… and the velocities evolved by their remaining half-step using the new accelerations and re-scaled to give the desired temperature:
Options
Targets
Keyword | Arguments | Default | Description |
---|---|---|---|
Configuration |
Configuration |
– | Required Target configuration on which to operate. |
Simulation
Keyword | Arguments | Default | Description |
---|---|---|---|
NSteps |
int |
50 |
Number of molecular dynamics steps to perform |
Timestep |
TimestepType |
Auto |
Timestep type / strategy to use in the calculation. |
DeltaT |
double |
5.0e-4 |
Timestep to use in the simulation (if the timestep style utilises one). |
RandomVelocities |
bool |
false |
Whether to always assign random velocities when starting the molecular dynamics simulation. If false then random velocities are only generated if no other velocities exist. |
Control
Keyword | Arguments | Default | Description |
---|---|---|---|
OnlyWhenEnergyStable |
bool |
true |
Only run molecular dynamics on a configuration if the total energy of the configuration (as determined by an Energy module is considered stable. |
RestrictToSpecies |
Species ... |
– | Restrict force calculation to only molecules of the specified species. Molecules of other species types remain at their current positions (always have zero force acting on them). |
Output
Keyword | Arguments | Default | Description |
---|---|---|---|
EnergyFrequency |
int |
10 |
Frequency at which to calculate total system energy |
OutputFrequency |
int |
5 |
Frequency at which to output step information |
TrajectoryFrequency |
int |
0 |
Write frequency for trajectory file |
Advanced
Keyword | Arguments | Default | Description |
---|---|---|---|
CapForces |
bool |
false |
Whether to cap forces acting on atoms to a predefined limit, preventing potential explosions when bad contacts are present in the system. The value at which to cap forces is set by the CapForcesAt keyword. |
CapForcesAt |
force |
1.0e7 |
Value (in 10 J/mol) at which to cap forces if CapForces is enabled. |
CutoffDistance |
r |
– | Interatomic cutoff distance |
IntraOnly |
bool |
false |
Only calculate forces arising from internal molecule interactions (i.e. bonds, angles, torsion, impropers, and any allowed pair potential contributions) and ignore forces between molecules. This can be useful to force efficient exploration of intramolecular degrees of freedom at the expense of molecule-molecule interactions. If used, a subsequent relaxation with MolShake is highly recommended. |