VELOCITY_SOFTENING
A method to initialize the velocities along low-curvature directions in order to favors MD trajectories to cross rapidly over small energy barriers into neighboring basins. In each iteration the forces are calculated at a point y, which is slightly displaced from the current positions x in the direction of the original velocities v. The velocities are then updated with the force component F_t, which is perpendicular to N. N = v / |v|; y = x + delta * N; F_t = F(y) - ⟨ F(y) | N ⟩ * N; v’ = v + alpha * F_t [Edit on GitHub]
Keywords
Keyword descriptions
- ALPHA
Type: real
Default: 1.50000000E-001Description: Mixing factor used for updating velocities.
- DELTA
Type: real
Default: 1.00000000E-001Description: Displacement used to obtain y.
- STEPS
Type: integer
Default: 0Description: Number of softening iterations performed. Typical values are around 40 steps.