lammps/lib
Axel Kohlmeyer 88c8d1a3c6
rename "minimal" preset to "basic"
2021-06-30 20:39:17 -04:00
..
atc bulk rename of remaining USER- packages 2021-06-29 20:12:59 -04:00
awpmd bulk rename of remaining USER- packages 2021-06-29 20:12:59 -04:00
colvars bulk rename of remaining USER- packages 2021-06-29 20:12:59 -04:00
compress update for zstd support 2020-09-07 21:00:45 -04:00
gpu Correct device pointer datatype in HIP UCL_Const 2021-06-02 15:46:57 -04:00
h5md bulk rename of remaining USER- packages 2021-06-29 20:12:59 -04:00
hdnnp update path to examples in README files 2021-06-29 15:58:08 -04:00
kim update for kim-api-2.2.1 2020-12-14 00:03:59 -06:00
kokkos Update Kokkos library in LAMMPS to v3.4.1 2021-05-27 08:45:16 -06:00
latte latte: bump to v1.2.2 2020-05-05 10:51:11 -06:00
linalg bulk rename of remaining USER- packages 2021-06-29 20:12:59 -04:00
machdyn rename USER-SMD package to MACHDYN 2021-06-29 17:19:39 -04:00
mdi bulk rename of remaining USER- packages 2021-06-29 20:12:59 -04:00
mesont bulk rename of remaining USER- packages 2021-06-29 20:12:59 -04:00
message update cslib homepage URLs to use https:// 2020-10-21 16:53:30 -04:00
molfile bulk rename of remaining USER- packages 2021-06-29 20:12:59 -04:00
mscg bulk rename of remaining USER- packages 2021-06-29 20:12:59 -04:00
netcdf bulk rename of remaining USER- packages 2021-06-29 20:12:59 -04:00
pace rename USER-PACE to ML-PACE 2021-06-29 15:45:50 -04:00
plugin add missing file (was ignored by default) 2021-03-16 23:42:06 -04:00
plumed bulk rename of remaining USER- packages 2021-06-29 20:12:59 -04:00
poems Revert commit 05d41cd50d which walked-back 2020-09-14 12:05:46 -06:00
python Merge branch 'master' into mliappy3 2020-12-18 09:16:44 -05:00
qmmm rename "minimal" preset to "basic" 2021-06-30 20:39:17 -04:00
quip update path to examples in README files 2021-06-29 15:58:08 -04:00
scafacos Fix casing of the word GitHub 2020-11-10 14:20:52 +01:00
voronoi add patch to VORONOI package external build so it will compile with BSD make 2020-05-03 04:04:02 -04:00
vtk bulk rename of remaining USER- packages 2021-06-29 20:12:59 -04:00
.gitignore revamp of library builds 2017-08-07 17:13:01 -04:00
Install.py bulk rename of remaining USER- packages 2021-06-29 20:12:59 -04:00
README bulk rename of remaining USER- packages 2021-06-29 20:12:59 -04:00
install_helpers.py update generic Install.py script to use argparse 2019-01-14 12:52:21 -05:00
pylint.rc some cleanups and small bugfixes to conform better with python conventions 2019-01-28 17:37:05 -05:00

README

This directory contains libraries that can be linked to when building
LAMMPS, if particular packages are included in the LAMMPS build.

Most of these directories contain code for the library; some contain
a Makefile.lammps file that points to where the library is installed
elsewhere on your system.  

In either case, the library itself must be installed and/or built
first, so that the appropriate library files exist for LAMMPS to link
against.

Each library directory contains a README with additional info about
how to acquire and/or build the library.  This may require you to edit
one of the provided Makefiles to make it suitable for your machine.

The libraries in this directory are the following:

atc           atomistic-to-continuum methods, ATC package
                from Reese Jones, Jeremy Templeton, Jon Zimmerman (Sandia)
awpmd         antisymmetrized wave packet molecular dynamics, AWPMD package
                from Ilya Valuev (JIHT RAS)
colvars       collective variable module (Metadynamics, ABF and more)
                from Giacomo Fiorin and Jerome Henin (ICMS, Temple U)
compress      hook to system lib for performing I/O compression, COMPRESS pkg
                from Axel Kohlmeyer (Temple U)
gpu           general GPU routines, GPU package
                from Mike Brown (ORNL)
h5md          ch5md library for output of MD data in HDF5 format
                from Pierre de Buyl (KU Leuven)
hdnnp         hooks to n2p2, neural network potential package, used by ML-HDNNP
                from Andreas Singraber
kim           hooks to the KIM library, used by KIM package
                from Ryan Elliott and Ellad Tadmor (U Minn)
kokkos        Kokkos package for GPU and many-core acceleration
                from Kokkos development team (Sandia)
linalg        set of BLAS and LAPACK routines needed by ATC package
                from Axel Kohlmeyer (Temple U)
message       client/server communication library via MPI, sockets, files
                from Steve Plimpton (Sandia)
molfile       hooks to VMD molfile plugins, used by the MOLFILE package
                from Axel Kohlmeyer (Temple U) and the VMD development team
mscg          hooks to the MSCG library, used by fix_mscg command
                from Jacob Wagner and Greg Voth group (U Chicago)
netcdf        hooks to a NetCDF library installed on your system
                from Lars Pastewka (Karlsruhe Institute of Technology)
plugin        settings to load styles into LAMMPS from plugins
                from Axel Kohlmeyer (Temple U)
poems         POEMS rigid-body integration package, POEMS package
                from Rudranarayan Mukherjee (RPI)
python        hooks to the system Python library, used by the PYTHON package
                from the LAMMPS development team
qmmm          quantum mechanics/molecular mechanics coupling interface
                from Axel Kohlmeyer (Temple U)
quip          interface to QUIP/libAtoms framework, ML-QUIP package
                from Albert Bartok-Partay and Gabor Csanyi (U Cambridge)
machdyn       hooks to Eigen library, used by MACHDYN package
                from Georg Ganzenmueller (Ernst Mach Institute, Germany)
voronoi       hooks to the Voro++ library, used by compute voronoi/atom command
                from Daniel Schwen (LANL)
vtk           hooks to the VTK library, used by dump custom/vtk command
                from Richard Berger (JKU)