lammps/lib
Axel Kohlmeyer fb3a8f5bb1
Merge pull request #1909 from giacomofiorin/colvars-update
Update Colvars to version 2020-02-27
2020-03-05 10:18:01 -05:00
..
atc put back overly eager deleted code that is used without -DNDEBUG 2019-10-21 03:25:21 -04:00
awpmd reduce compiler warnings in USER-AWPMD 2019-10-18 15:57:07 +02:00
colvars Update Colvars to version 2020-02-27 2020-02-27 19:55:31 -05:00
compress git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13908 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2015-08-19 15:19:08 +00:00
gpu Add shared memory optimization 2020-02-12 01:35:44 +03:00
h5md revamp of library builds 2017-08-07 17:13:01 -04:00
kim add support for automated checksumming of downloaded sources to kim api conventional build 2019-08-16 12:43:37 -04:00
kokkos add EPYC to KOKKOS_ARCH_LIST 2020-03-01 13:45:06 +08:00
latte some cleanups and small bugfixes to conform better with python conventions 2019-01-28 17:37:05 -05:00
linalg LAMMPS does not build on windows without this one 2018-06-25 18:13:41 -04:00
message resolve unused parameter warnings in USER-ATC package 2019-10-20 13:36:06 -04:00
molfile whitespace cleanup in VMD plugin headers 2017-04-18 11:46:19 -04:00
mscg some cleanups and small bugfixes to conform better with python conventions 2019-01-28 17:37:05 -05:00
netcdf new Section package and start doc pages and build scripts 2017-05-04 11:22:20 -06:00
plumed update plumed support to include version 2.6.0. Fix bug in API check 2020-02-13 16:03:58 +01:00
poems avoid recursive header inclusion 2019-07-26 17:26:59 -04:00
python correct logic bug in else branch of the conditional 2017-04-14 11:57:53 -04:00
qmmm update instructions for in qmmm README to cover both build systems and include more details 2020-02-20 16:59:06 +01:00
quip update and automate the QUIP configuration so that no environment variables are needed 2017-07-28 16:11:13 -04:00
scafacos some cleanups and small bugfixes to conform better with python conventions 2019-01-28 17:37:05 -05:00
smd some cleanups and small bugfixes to conform better with python conventions 2019-01-28 17:37:05 -05:00
voronoi switch download server for voro++ from LBL to download.lammps.org, which seems much more reliable 2019-02-13 09:53:20 -05:00
vtk add configuration for linking VTK 7.1 on Ubuntu 18.04 2019-07-30 06:02:47 -04:00
.gitignore revamp of library builds 2017-08-07 17:13:01 -04:00
Install.py fix logic error in generic Install.py script when a Makefile.lammps is missing 2020-02-19 18:10:32 +01:00
README remove MEAM and REAX from lib folder 2018-12-10 12:05:29 -05: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, USER-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)
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 USER-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 USER-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)
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, USER-QUIP package
                from Albert Bartok-Partay and Gabor Csanyi (U Cambridge)
smd           hooks to Eigen library, used by USER-SMD 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)