include tools/python in whitespace check

This commit is contained in:
Axel Kohlmeyer
2022-03-16 13:22:39 -04:00
parent bb4268518b
commit 4be3da727a
2 changed files with 10 additions and 9 deletions

View File

@ -28,6 +28,7 @@ include:
- src/** - src/**
- lib/** - lib/**
- tools/coding_standard - tools/coding_standard
- tools/python
exclude: exclude:
- lib/colvars/Install.py - lib/colvars/Install.py
- lib/gpu/geryon/file_to_cstr.sh - lib/gpu/geryon/file_to_cstr.sh

View File

@ -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 explained below), send email to Steve Plimpton (sjplimp at
sandia.gov). sandia.gov).
log2txt.py convert thermo info in a LAMMPS log file to columns of numbers 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 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 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 dump2cfg.py convert a native LAMMPS dump file to CFG format
dump2xyz.py convert a native LAMMPS dump file to XYZ format dump2xyz.py convert a native LAMMPS dump file to XYZ format
dump2pdb.py convert a native LAMMPS dump file to PDB 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_combine.py combine multiple NEB dump files into one time series
neb_final.py combine multiple NEB final states into one sequence of states 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 See the top of each script file for syntax, or just run it with no
arguments to get a syntax message. arguments to get a syntax message.