simongravelle / read-lammps-data

Python script allowing to import LAMMPS data file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Read LAMMPS data

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

Installation

pip install .

Use

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

About

Python script allowing to import LAMMPS data file

License:GNU General Public License v3.0


Languages

Language:Python 100.0%