The repository contains the implementation of various molecular dynamics methods for simulations of molecular motions.
Methods in the molecular dynamics:
- Newton,
- Verlet,
- Velocity Verlet,
- LeapFrog
The potential of a harmonic oscillator was used.
The simulation can be seen in the VDM program by loading the file with the XYZ extension.
The code was written entirely by me.