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

https://github.com/simongravelle/read-lammps-data

Python script allowing to import LAMMPS data file
https://github.com/simongravelle/read-lammps-data

Last synced: about 1 month ago
JSON representation

Python script allowing to import LAMMPS data file

Awesome Lists containing this project

README

          

Read LAMMPS data
================

Read LAMMPS data file and import it into Python. Adapted
from the LAMMPS reader of `velocirobbie`_.

.. _`velocirobbie`: https://github.com/velocirobbie/

Installation
------------

.. code-block:: bash

pip install .

Use
---

.. code-block:: python

from readlammps import ReadLammpsData
lammps_data = ReadLammpsData("data.lammps", verbose = False)