lammps/lib
Yury Lysogorskiy d1fd2f74d1 update PACELIB_URL (tackling some PGI warnings): v.2021.2.3.upd2
update lib/pace/Makefile: -O3 optimization
2021-04-08 16:06:05 +02:00
..
atc Manually resolve two rebase conflicts. 2020-09-14 12:04:51 -06:00
awpmd Revert commit 14dfd3876a which walked-back 2020-09-14 12:05:46 -06:00
colvars apply cast to first variable in sequence of multiplications 2021-02-07 21:18:54 -05:00
compress update for zstd support 2020-09-07 21:00:45 -04:00
gpu update constants for lj/cubic/gpu from CPU version 2021-04-07 14:00:14 -04:00
h5md Fix typo 2020-03-14 13:57:48 +09: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.3.1 2021-01-22 21:02:05 -07:00
latte latte: bump to v1.2.2 2020-05-05 10:51:11 -06:00
linalg Fix typo 2020-03-14 13:57:48 +09:00
mesont not portable to use "mpi" 2020-06-12 09:01:59 -04:00
message update cslib homepage URLs to use https:// 2020-10-21 16:53:30 -04:00
molfile update molfile plugin headers with latest versions from VMD 2020-09-14 12:05:45 -06: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
pace update PACELIB_URL (tackling some PGI warnings): v.2021.2.3.upd2 2021-04-08 16:06:05 +02:00
plugin add missing file (was ignored by default) 2021-03-16 23:42:06 -04:00
plumed add support for plumed version 2.7.0 and make it default 2020-12-23 14:23:39 -05: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 Fix typo 2020-03-14 13:57:48 +09:00
quip Fix casing of the word GitHub 2020-11-10 14:20:52 +01:00
scafacos Fix casing of the word GitHub 2020-11-10 14:20:52 +01:00
smd Eigen3 is now hosted at GitLab. The bitbucket repo is gone. Update URLs and MD5s 2020-08-18 21:29:43 -04: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 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 convert plugin functionality into a package 2021-03-16 23:00:16 -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, 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)
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, 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)