lammps/lib
Axel Kohlmeyer fb675028b9
whitespace
2022-09-29 02:42:11 -04:00
..
atc fix index copy-n-paste error 2022-08-05 07:40:36 -04:00
awpmd use nullptr instead of NULL or 0 where applicable 2021-10-12 21:47:02 -04:00
colvars Remove trailing whitespace from Lepton per suggestion from @akohlmey 2022-06-02 11:52:39 -04:00
compress update for zstd support 2020-09-07 21:00:45 -04:00
electrode Review akohlmey 2022-04-05 15:35:04 +00:00
gpu whitespace 2022-09-29 02:42:11 -04:00
h5md replace tabs and remove trailing whitespace in lib folder with updated script 2021-08-22 20:45:24 -04:00
hdnnp update path to examples in README files 2021-06-29 15:58:08 -04:00
kim Adjustments to lib/kim/Install.py and docs 2021-12-01 16:49:00 -06:00
kokkos strip off -pendantic-errors flag when compiling with nvcc_wrapper to fix error compiling ML-PACE 2022-07-18 14:01:32 -04:00
latte must set `suffix` variable only when suffixflag is true 2022-06-13 17:47:20 -04:00
linalg update to LAPACK version 3.10.1 2022-07-21 08:41:44 -04:00
machdyn also update eigen download for traditional build 2021-10-02 23:17:08 -04:00
mdi update MDI library to version 1.4.12 which plugs memory leaks on initialization 2022-09-18 11:04:57 -04:00
mesont remove call to non-portable FDATE() function (a GNU Fortran extension) 2021-08-25 23:56:20 -04:00
molfile replace tabs and remove trailing whitespace in lib folder with updated script 2021-08-22 20:45:24 -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 - set species type for NULL atom type to -1. species_type=-1 value will not reach ACE Evaluator::compute_atom, but if it will ,then error will be thrown there 2022-06-02 23:01:54 +02:00
plugin add missing file (was ignored by default) 2021-03-16 23:42:06 -04:00
plumed add support for plumed 2.6.6, 2.7.4, and 2.8.0 (default 2.7.4) 2022-02-25 16:34:37 -05:00
poems catch up on refactoring default destructors that were missed previously 2021-10-14 01:12:04 -04:00
python Merge branch 'master' into mliappy3 2020-12-18 09:16:44 -05:00
qmmm must set define to "see" the lammps_open() library function 2021-10-09 10:20:47 -04:00
quip update path to examples in README files 2021-06-29 15:58:08 -04:00
scafacos replace tabs and remove trailing whitespace in lib folder with updated script 2021-08-22 20:45:24 -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 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 Merge branch 'develop' into remove-message-package 2022-04-09 00:25:11 -04:00
install_helpers.py remove unused imports 2022-06-14 10:45:05 -04: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)
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)