include tools/python in whitespace check
This commit is contained in:
@ -28,6 +28,7 @@ include:
|
||||
- src/**
|
||||
- lib/**
|
||||
- tools/coding_standard
|
||||
- tools/python
|
||||
exclude:
|
||||
- lib/colvars/Install.py
|
||||
- lib/gpu/geryon/file_to_cstr.sh
|
||||
|
||||
@ -6,14 +6,14 @@ functionality that could be added, built on the Pizza.py modules (as
|
||||
explained below), send email to Steve Plimpton (sjplimp at
|
||||
sandia.gov).
|
||||
|
||||
log2txt.py convert thermo info in a LAMMPS log file to columns of numbers
|
||||
logplot.py plot 2 columns of thermo info from a LAMMPS log file
|
||||
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
|
||||
log2txt.py convert thermo info in a LAMMPS log file to columns of numbers
|
||||
logplot.py plot 2 columns of thermo info from a LAMMPS log file
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user