Skip to content

simongravelle/read-lammps-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages