LMPTOOLS is a Python package that aims to facilitate post-processing of LAMMPS simulation data/dump files. The design of this tool
is modular in nature with the aim to be easily extensible. The design principle behind lmptools is that it treats the simulation outputs (dump files, log files) as a tape that
is read from start to end. As each entry in the dump file aka simulation snapshot is parsed from file, lmptools allows users to execute custom functions/code in order to allow post-processing.
To install the latest release
pip install lmptoolsTo contribute to lmptools review Contributing.