lammps/tools
Axel Kohlmeyer 66fbc40944
add valgrind suppression for Kokkos
2025-04-04 10:09:33 -04:00
..
amber2lmp
ch2lmp
coding_standard add test for version related tags missing a colon 2025-03-27 13:20:08 -04:00
colvars
createatoms
drude
eam_database
eam_generate
eff
emacs
fep
i-pi
ipp
kate
lammps-gui update for recent changes 2025-04-03 22:45:37 -04:00
lmp2arc
lmp2cfg
matlab
moltemplate tried to minimize the differences between my version and the existing version 2025-03-19 13:58:46 -04:00
msi2lmp silence compiler warnings 2024-09-06 14:58:42 -04:00
offline
phonon
polybond
pymol_asphere
python
regression-tests turn off verbose, reduce timeout 2024-10-29 23:07:35 -05:00
replica
singularity explain more steps of the release process related to building packages 2025-02-06 20:55:11 -05:00
smd
spin/interpolate_gneb
swig sync new library interface function across all interfaced derived packages 2025-03-24 04:33:27 -04:00
tabulate
tinker
valgrind add valgrind suppression for Kokkos 2025-04-04 10:09:33 -04:00
vim
xmgrace
Makefile
README
binary2txt.cpp update remaining places that used to support -DLAMMPS_SMALLSMALL 2025-03-15 02:11:50 -04:00
chain.f90
def.chain
def.chain.ab
def.micelle2d
magic
micelle2d.f90
stl_bin2txt.cpp

README

LAMMPS pre- and post-processing tools

This directory contains several stand-alone tools for creating LAMMPS
input files and massaging LAMMPS output data.  Instructions on how to
use the tools are discussed in the "Additional Tools" section of the
LAMMPS documentation.

Tools that are single source files in this directory have additional
comments that may be useful at the top of the source file.  Tools that
reside in their own sub-directories have README files you should look
at.

These are the included tools:

amber2lmp              python scripts for using AMBER to setup LAMMPS input
binary2txt             convert a LAMMPS dump file from binary to ASCII text
ch2lmp                 convert CHARMM files to LAMMPS input
chain                  create a data file of bead-spring chains
coding_standard        python scripts to detect and fix some LAMMPS conventions
colvars                post-process output of the fix colvars command
createatoms            generate lattices of atoms within a geometry
drude                  create Drude core/electron atom pairs in a data file
eam_database           one tool to generate EAM alloy potential files
eam_generate           2nd tool to generate EAM alloy potential files
eff                    scripts for working with the eFF (electron force field)
emacs                  add-ons to EMACS editor for editing LAMMPS input scripts
fep                    scripts for free-energy perturbation with FEP pkg
i-pi                   Python wrapper for performing path-integral MD (PIMD)
ipp                    input pre-processor Perl tool for creating input scripts
kate                   add-ons to Kate editor for editing LAMMPS input scripts
lmp2arc                convert LAMMPS output to Accelrys Insight format
lmp2cfg                convert LAMMPS output to CFG files for AtomEye viz
magic                  patterns to detect LAMMPS files with the file(1) command
matlab                 MatLab scripts for post-processing LAMMPS output
micelle2d              create a data file of small lipid chains in solvent
moltemplate            Instructions for installing the Moltemplate builder program
msi2lmp                use Accelrys Insight code to setup LAMMPS input
offline                Scripts for building LAMMPS when offline
phonon                 post-process output of the fix phonon command
polybond               Python tool for programmable polymer bonding
pymol_asphere          convert LAMMPS output of ellipsoids to PyMol format
python                 Python scripts for post-processing LAMMPS output
regression-tests       Python script to run regression tests using the example input
replica                tool to reorder LAMMPS replica trajectories according to temperature
singularity            Singularity container descriptions suitable for LAMMPS development
smd                    convert Smooth Mach Dynamics triangles to VTK
spin                   perform a cubic polynomial interpolation of a GNEB MEP
stl_bin2txt            convert binary STL files to ASCII
swig                   Interface file and demo scripts for SWIG wrappers for the LAMMPS C library interface
tabulate               Python scripts to generate tabulated potential files for LAMMPS
tinker2lmp.py          convert Tinker input files to LAMMPS input files
valgrind               suppression files for use with valgrind's memcheck tool
vim                    add-ons to VIM editor for editing LAMMPS input scripts
xmgrace                a collection of scripts to generate xmgrace plots

For tools that are single C, C++, or Fortran files, a Makefile for
building them is included in this directory.  You may need to edit it
for the compilers and paths on your system.

For tools in their own sub-directories, see their README file for info
on how to build and use it.