Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 369 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 369 Bytes

md-simulator

An implementation of the Ewald summation method to simulate systems of charged particles.

Installation

To install the package on your machine, first clone it

$ git clone https://github.com/Marsll/md-simulator

Then, inside the directory you can install it by

$ python setup.py install

To run tests

$ python setup.py test