├── MD_program.ipynb ├── README.md ├── animations ├── all_together.py ├── lj_pot.py ├── trajectory_liquid.xyz ├── trajectory_solid.xyz └── verlet_example.py └── ljmd.py /MD_program.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m-rivera/ljmd/HEAD/MD_program.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m-rivera/ljmd/HEAD/README.md -------------------------------------------------------------------------------- /animations/all_together.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m-rivera/ljmd/HEAD/animations/all_together.py -------------------------------------------------------------------------------- /animations/lj_pot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m-rivera/ljmd/HEAD/animations/lj_pot.py -------------------------------------------------------------------------------- /animations/trajectory_liquid.xyz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m-rivera/ljmd/HEAD/animations/trajectory_liquid.xyz -------------------------------------------------------------------------------- /animations/trajectory_solid.xyz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m-rivera/ljmd/HEAD/animations/trajectory_solid.xyz -------------------------------------------------------------------------------- /animations/verlet_example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m-rivera/ljmd/HEAD/animations/verlet_example.py -------------------------------------------------------------------------------- /ljmd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m-rivera/ljmd/HEAD/ljmd.py --------------------------------------------------------------------------------