lammpsio provides a Python interface for reading and writing LAMMPS data and dump files. It also enables interconversion with HOOMD-blue's GSD format. This flexible package enables users to work with LAMMPS files in a variety of ways that improve workflow efficiency and reproducibility.
lammpsio is a pure Python package that can be installed using pip:
pip install lammpsio
or conda:
conda install -c conda-forge lammpsio
Our documentation includes installation, examples, and commands.