/lmptools

LAMMPS post processing tools

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

LMPTOOLS

Tests pre-commit.ci status codecov

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.

Install

To install the latest release

pip install lmptools

Contributing Guidelines

To contribute to lmptools review Contributing.