lammps/tools
Axel Kohlmeyer 2e6a0112d3
update URLs in some more files
2021-05-24 16:19:37 -04:00
..
amber2lmp Convert British spelling to American 2020-03-18 23:09:23 +09:00
ch2lmp change lammps2pdb.pl to only ignore the first line of a data file. whitespace fixes 2020-07-05 23:36:00 -04:00
cmake do not advertise multiple targets in cmbuild wrapper 2020-03-17 15:57:33 -04:00
coding_standard hack to allow processing individual files. handle a few more substitutions 2021-05-24 15:53:21 -04:00
colvars Fix typo 2020-03-14 13:57:48 +09:00
createatoms git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@4679 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2010-09-02 23:46:27 +00:00
drude removal of a few duplicated lines 2020-08-28 11:28:47 +02:00
eam_database modernize fortran code in eam_database to replace features no longer allowed in fortran 2018 2019-10-21 03:12:17 -04:00
eam_generate git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1028 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2007-10-12 16:20:03 +00:00
eff update URLs in some more files 2021-05-24 16:19:37 -04:00
emacs mention -*- cookie for switching emacs modes and clarify file pattern text 2018-07-31 10:24:36 +02:00
fep Start update of fep examples and doc 2021-01-22 21:39:09 +01:00
i-pi Convert British spelling to American 2020-03-18 23:09:23 +09:00
ipp Fix typo 2020-03-14 13:57:48 +09:00
kate git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9294 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2013-01-18 16:04:11 +00:00
lammps-shell update/trim list of include files according to the IWYU principle 2021-04-24 13:22:39 -04:00
lmp2arc fix obvious bugs 2020-09-22 05:34:29 -04:00
lmp2cfg Fix typo 2020-03-14 13:57:48 +09:00
matlab Fix typo 2020-03-14 13:57:48 +09:00
mesont update URLs in some more files 2021-05-24 16:19:37 -04:00
moltemplate Fix typo 2020-03-14 13:57:48 +09:00
msi2lmp correct indentation 2021-01-17 16:06:08 -05:00
offline cmake tweaks 2021-05-13 08:57:41 -04:00
phonon update phana tool for USER-PHONON from github 2020-07-29 10:48:04 -04:00
polybond Convert British spelling to American 2020-03-18 23:09:23 +09:00
pymol_asphere Fix typo 2020-03-14 13:57:48 +09:00
python get rid of (evil) tabs and trailing whitespace in bundled Pizza.py components 2019-09-19 07:34:27 -04:00
reax Fix typo 2020-03-14 13:57:48 +09:00
replica fix some more URLs 2021-05-24 15:38:27 -04:00
singularity Update ROCm container definitions 2021-04-02 16:11:23 -04:00
smd changes for next patch, 2d disc options for spheres, fix external upgrade, bug fixes for fix ave/chunk for density calcs, Aidan doc page citation deconvolution 2017-03-21 08:56:37 -06:00
spin/interpolate_gneb Fix typo 2020-03-14 13:57:48 +09:00
swig add GPU device query functions to library interface and its wrappers 2021-05-11 14:59:49 -04:00
valgrind add suppressions for googletest 2020-07-11 13:18:14 -04:00
vim update list of known LAMMPS keywords 2019-06-11 11:15:04 -04:00
xmgrace Fix typo 2020-03-14 13:57:48 +09:00
Makefile tools/Makefile: remove remains of data2xmovie 2017-07-11 16:16:03 -06:00
README add offline folder to tools README file 2021-05-05 23:19:32 -04:00
binary2txt.cpp update URLs in some more files 2021-05-24 16:19:37 -04:00
chain.f git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13410 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2015-04-14 14:18:40 +00:00
def.chain git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@27 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2006-09-27 19:51:49 +00:00
def.chain.ab git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@27 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2006-09-27 19:51:49 +00:00
def.micelle2d git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@27 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2006-09-27 19:51:49 +00:00
magic update URLs in some more files 2021-05-24 16:19:37 -04:00
micelle2d.f git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@27 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2006-09-27 19:51:49 +00:00

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
cmake                  tools and scripts for use with CMake
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 USER-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
lammps-shell           LAMMPS executable enhanced for interactive use
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
mesont                 Tools for use with the USER-MESONT package
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
reax                   Tools for analyzing output of ReaxFF simulations
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
swig                   Interface file and demo scripts for SWIG wrappers for the LAMMPS C library interface
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.