git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@4989 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2010-10-06 23:26:13 +00:00
parent 53c01eb323
commit fb3c30a824
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ dumpsort.py sort the snapshots of atoms in a LAMMPS dump file by atom ID
dump2cfg.py convert a native LAMMPS dump file to CFG format
dump2xyz.py convert a native LAMMPS dump file to XYZ format
dump2pdb.py convert a native LAMMPS dump file to PDB format
neb_combine.py combine multiple NEB dump files into one time series
neb_final.py combine multiple NEB final states into one sequence of states
See the top of each script file for syntax, or just run it with no
arguments to get a syntax message.