exploration of MD simulations in MATLAB. A lennard-Jones potential is used for both 2D and 3D (the function is easily differentiable so we can calculate the force and hence acceleration of the particles, which is needed for the Verlet algorithm).
practice for 3D, just want to get the basic idea of the Verlet integrator demonstrated.
contains all the main scripts which can be directly run in the MATLAB window.
For the 2D case, the main verlet algorithms are implemented directly inside the script (instead of partitioned as functions) since they are not too complicated.
This folder contains all the requisite functions required to run the verlet update in the scripts of the simulations folder. Contrary to the 2D case, the extra degrees of freedom in the 3D case makes it a bit more convenient to modularize the Verlet algorithm.
Contains all the scripts to execute the molecular dynamics simulation of particles sitting in an Lennard-Jones potential.