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
- Host: GitHub
- URL: https://github.com/simongravelle/read-lammps-data
- Owner: simongravelle
- License: gpl-3.0
- Created: 2022-02-07T21:19:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-04T13:03:13.000Z (over 3 years ago)
- Last Synced: 2025-07-23T11:59:13.120Z (3 months ago)
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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)