andeplane / LANVis

Large Atomic Numeriment Visualization
GNU General Public License v3.0
0 stars 0 forks source link

Create LAMMPS Dump importer #13

Open andeplane opened 7 years ago

andeplane commented 7 years ago

The LAMMPS dump file format looks like this:

ITEM: TIMESTEP
0
ITEM: NUMBER OF ATOMS
500
ITEM: BOX BOUNDS pp pp pp
0.0000000000000000e+00 8.3979809569125372e+00
0.0000000000000000e+00 8.3979809569125372e+00
0.0000000000000000e+00 8.3979809569125372e+00
ITEM: ATOMS id type xs ys zs
... (atom positions
ITEM: TIMESTEP
1
...