Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 457 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 457 Bytes

tinymd

A very simple and primitive molecular dynamics simulation in rust.

Installation and Usage

To build:

cargo build

Configuration is currently done by editing the source files. The simulation takes plain files as input and only works on monoatomic rare-gas clusters, using the Lennard-Jones potential. The arrays used are fixed size and have to be changed to the appropriate system size. Correctness of the output has not been verified!