lammps/lib
Axel Kohlmeyer 208216ba3d
Merge branch 'kokkos-amd-gfx1103-support' into collected-small-fixes
2024-07-30 08:46:22 -04:00
..
atc getting out of the insurance business :-) 2023-01-23 16:45:41 -05:00
awpmd work around C++17 issue in AWPMD package 2023-08-03 21:56:04 -04:00
colvars silence uninitialized access valgrind warning 2023-09-21 07:33:03 -04:00
compress update for zstd support 2020-09-07 21:00:45 -04:00
electrode don't need to link to Fortran runtime with linalg anymore 2022-12-28 13:48:36 -05:00
gpu silence compiler warnings 2024-07-28 11:49:27 -04:00
h5md replace tabs and remove trailing whitespace in lib folder with updated script 2021-08-22 20:45:24 -04:00
hdnnp Merge branch 'develop' into collected-small-fixes 2023-02-02 02:40:50 -05:00
kim Update lib/kim/README 2023-06-16 12:21:42 -05:00
kokkos fix typo 2024-07-30 08:46:01 -04:00
lepton silence compiler warnings 2023-04-22 17:50:41 -04:00
linalg update to LAPACK 3.12 2023-11-24 15:29:14 -05:00
machdyn change refereces to lib/smd and smd to lib/machdyn and machdyn 2023-09-13 15:51:41 -04:00
mdi update external MDI library to version 1.4.26 2024-01-23 21:21:04 -05:00
mlpod don't need to link to Fortran runtime with linalg anymore 2022-12-28 13:48:36 -05:00
molfile update VMD plugin headers to the latest version 2023-06-21 06:44:09 -04:00
netcdf bulk rename of remaining USER- packages 2021-06-29 20:12:59 -04:00
pace add missing define to GNU make based build of pace library as well 2023-12-13 11:46:01 -05:00
plugin add missing file (was ignored by default) 2021-03-16 23:42:06 -04:00
plumed update fix plumed API version check and add reminder comments to build files 2024-06-17 07:11:56 -04:00
poems catch up on refactoring default destructors that were missed previously 2021-10-14 01:12:04 -04:00
python avoid legacy compilation failures on recent ubuntu machines that only have python3-config 2023-08-12 12:41:44 -04:00
qmmm use pkg-config instead of pkgconf consistently, since the latter comes with compatibility to the former 2024-07-03 21:21:35 -04:00
quip update path to examples in README files 2021-06-29 15:58:08 -04:00
rheo document GSL dependency and provide build instructions for RHEO package 2024-07-03 19:07:19 -04:00
scafacos implement download fallback for traditional make build 2023-02-01 06:47:25 -05: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 update Purge.list and .gitignores 2023-03-29 17:33:58 -04:00
Install.py bulk rename of remaining USER- packages 2021-06-29 20:12:59 -04:00
README remove MSCG package from LAMMPS distribution 2023-07-16 21:04:58 -04:00
install_helpers.py implement download fallback for traditional make build 2023-02-01 06:47:25 -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)
lepton        Lepton library for fast evaluation of mathematical
                expressions from a string. Imported from OpenMM.
linalg        set of BLAS and LAPACK routines needed by ATC package
                from Axel Kohlmeyer (Temple U)
mdi           hooks to the MDI library, used by MDI package
                from Taylor Barnes (MolSSI at Virginia Tech)
molfile       hooks to VMD molfile plugins, used by the MOLFILE package
                from Axel Kohlmeyer (Temple U) and the VMD development team
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)