Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 346 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 346 Bytes

Lennard-Jones Molecular-Dynamics Simulator

Simple molecular dynamics simulator using Lennard-Jones potential. Takes XYZ files as input and spits out XYZ files for use with VMD.

To build, run make build To run on a file with the name "filename".xyz, run make run F=filename To simulate with VMD, after installing VMD, run make vmd F=filename