This file contains basic code in fortran for Lennard Jones potential simulation. This type of project is usually first in the line of learning molecular dynamics. So this is my first molecular dynamics simulation code. Lennard jones potential has been simulated in this project.
Code is written quite straight forward and is well structured. Anyone can go through it if having any trouble regarding lennard jones potential. I have also added the .dat files for 20,000 simulations. You can plot these dat files and see the average KE, PE and TE(total energy) of the system yourself. I had many problems regarding the simulation and debugging so I have written it as simple and as structured as possible.
This might be fortran code but it is easy to understand to anyone who know atleast one other language such as C or Python.