lammps/lib
Axel Kohlmeyer 24e65b618b
update external MDI library to version 1.4.26
2024-01-23 21:33:32 -05:00
..
atc getting out of the insurance business :-) 2023-01-23 16:45:41 -05:00
awpmd fix error with C++17 in AWPMD package 2023-08-16 02:42:35 -04:00
colvars silence uninitialized access valgrind warning 2023-09-21 07:33:24 -04:00
compress
electrode don't need to link to Fortran runtime with linalg anymore 2022-12-28 13:48:36 -05:00
gpu Avoid (harmless) errors when shutting down the GPU. 2024-01-19 00:33:10 -05:00
h5md
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 sync with develop 2023-08-03 11:33:14 -04:00
lepton silence compiler warnings 2023-04-22 17:50:41 -04:00
linalg remove fortran sources and update README with pointer to the conversion package 2022-12-31 16:59:25 -05:00
machdyn change refereces to lib/smd and smd to lib/machdyn and machdyn 2023-09-13 16:33:55 -04:00
mdi update external MDI library to version 1.4.26 2024-01-23 21:33:32 -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
mscg implement download fallback for traditional make build 2023-02-01 06:53:53 -05:00
netcdf
pace update PACE library 2023-10-13 16:31:09 -04:00
plugin
plumed trim list of known plumed source packages. 2023-03-16 21:01:32 -04:00
poems
python avoid legacy compilation failures on recent ubuntu machines that only have python3-config 2023-08-14 11:40:26 -04:00
qmmm
quip
scafacos implement download fallback for traditional make build 2023-02-01 06:53:53 -05:00
voronoi
vtk
.gitignore update Purge.list and .gitignores 2023-03-29 17:33:58 -04:00
Install.py
README import Lepton library with namespace and header changed to LMP_Lepton 2022-12-21 14:18:39 -05:00
install_helpers.py implement download fallback for traditional make build 2023-02-01 06:53:53 -05:00
pylint.rc

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
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)