An open API service indexing awesome lists of open source software.

https://github.com/mphowardlab/lammpsio

Python tools for working with LAMMPS files
https://github.com/mphowardlab/lammpsio

lammps molecular-dynamics python

Last synced: 5 months ago
JSON representation

Python tools for working with LAMMPS files

Awesome Lists containing this project

README

          

# lammpsio

[![PyPI version](https://img.shields.io/pypi/v/lammpsio.svg)](https://pypi.org/project/lammpsio)
[![PyPI downloads](https://img.shields.io/pypi/dm/lammpsio)](https://pypi.org/project/lammpsio)
[![Conda](https://img.shields.io/conda/dn/conda-forge/lammpsio)](https://anaconda.org/conda-forge/lammpsio)

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](https://lammpsio.readthedocs.io) includes installation,
examples, and commands.

## Citing lammpsio

When using `lammpsio` in published work, please cite:
> C. L. Petix, M. Kundu, and M. P. Howard, "lammpsio: Transparent and reproducible handling of LAMMPS particle data in Python." Journal of Open Source Software 10, 8962 (2025); [doi:10.21105/joss.08962](https://doi.org/10.21105/joss.08962).