Installation

First build the analysis library:

cd analysis/
make

Then run, in the root directory

pip install -r requirements.txt
python setup.py install

Testing

To run the tests, go to the test directory:

cd test
nosetests . --with-coverage --rednose --cover-package=analysis,postprocess,pylammps

LAMMPS Interface

Before running, make sure the python lammps.py file is in your PYTHONPATH variable. Otherwise, it will fail when trying to import it.