/md-simulator

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

Primary LanguagePythonApache License 2.0Apache-2.0

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