|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | 30-Sep-2021 | - |
| atc/ | H | 30-Sep-2021 | - | 87,988 | 55,389 |
| awpmd/ | H | 30-Sep-2021 | - | 6,620 | 4,141 |
| colvars/ | H | 30-Sep-2021 | - | 43,941 | 30,988 |
| compress/ | H | 30-Sep-2021 | - | 33 | 8 |
| gpu/ | H | 30-Sep-2021 | - | 80,161 | 56,766 |
| h5md/ | H | 30-Sep-2021 | - | 812 | 584 |
| hdnnp/ | H | 30-Sep-2021 | - | 199 | 140 |
| kim/ | H | 30-Sep-2021 | - | 298 | 191 |
| kokkos/ | H | 03-May-2022 | - | 210,155 | 136,930 |
| latte/ | H | 30-Sep-2021 | - | 242 | 171 |
| linalg/ | H | 30-Sep-2021 | - | 59,805 | 21,212 |
| machdyn/ | H | 30-Sep-2021 | - | 165 | 115 |
| mdi/ | H | 30-Sep-2021 | - | 293 | 184 |
| mesont/ | H | 30-Sep-2021 | - | 5,398 | 3,740 |
| message/ | H | 30-Sep-2021 | - | 2,921 | 1,846 |
| molfile/ | H | 30-Sep-2021 | - | 1,263 | 451 |
| mscg/ | H | 30-Sep-2021 | - | 447 | 284 |
| netcdf/ | H | 30-Sep-2021 | - | 67 | 49 |
| pace/ | H | 30-Sep-2021 | - | 163 | 98 |
| plugin/ | H | 30-Sep-2021 | - | 34 | 18 |
| plumed/ | H | 30-Sep-2021 | - | 236 | 178 |
| poems/ | H | 03-May-2022 | - | 12,036 | 7,635 |
| python/ | H | 30-Sep-2021 | - | 98 | 71 |
| qmmm/ | H | 30-Sep-2021 | - | 12,757 | 12,066 |
| quip/ | H | 30-Sep-2021 | - | 146 | 107 |
| scafacos/ | H | 30-Sep-2021 | - | 200 | 152 |
| voronoi/ | H | 30-Sep-2021 | - | 223 | 161 |
| vtk/ | H | 30-Sep-2021 | - | 131 | 105 |
| Install.py | H A D | 30-Sep-2021 | 3 KiB | 98 | 66 |
| README | H A D | 30-Sep-2021 | 3.3 KiB | 62 | 56 |
| install_helpers.py | H A D | 30-Sep-2021 | 1.7 KiB | 69 | 53 |
| pylint.rc | H A D | 30-Sep-2021 | 16.9 KiB | 565 | 425 |
README
1This directory contains libraries that can be linked to when building
2LAMMPS, if particular packages are included in the LAMMPS build.
3
4Most of these directories contain code for the library; some contain
5a Makefile.lammps file that points to where the library is installed
6elsewhere on your system.
7
8In either case, the library itself must be installed and/or built
9first, so that the appropriate library files exist for LAMMPS to link
10against.
11
12Each library directory contains a README with additional info about
13how to acquire and/or build the library. This may require you to edit
14one of the provided Makefiles to make it suitable for your machine.
15
16The libraries in this directory are the following:
17
18atc atomistic-to-continuum methods, ATC package
19 from Reese Jones, Jeremy Templeton, Jon Zimmerman (Sandia)
20awpmd antisymmetrized wave packet molecular dynamics, AWPMD package
21 from Ilya Valuev (JIHT RAS)
22colvars collective variable module (Metadynamics, ABF and more)
23 from Giacomo Fiorin and Jerome Henin (ICMS, Temple U)
24compress hook to system lib for performing I/O compression, COMPRESS pkg
25 from Axel Kohlmeyer (Temple U)
26gpu general GPU routines, GPU package
27 from Mike Brown (ORNL)
28h5md ch5md library for output of MD data in HDF5 format
29 from Pierre de Buyl (KU Leuven)
30hdnnp hooks to n2p2, neural network potential package, used by ML-HDNNP
31 from Andreas Singraber
32kim hooks to the KIM library, used by KIM package
33 from Ryan Elliott and Ellad Tadmor (U Minn)
34kokkos Kokkos package for GPU and many-core acceleration
35 from Kokkos development team (Sandia)
36linalg set of BLAS and LAPACK routines needed by ATC package
37 from Axel Kohlmeyer (Temple U)
38message client/server communication library via MPI, sockets, files
39 from Steve Plimpton (Sandia)
40molfile hooks to VMD molfile plugins, used by the MOLFILE package
41 from Axel Kohlmeyer (Temple U) and the VMD development team
42mscg hooks to the MSCG library, used by fix_mscg command
43 from Jacob Wagner and Greg Voth group (U Chicago)
44netcdf hooks to a NetCDF library installed on your system
45 from Lars Pastewka (Karlsruhe Institute of Technology)
46plugin settings to load styles into LAMMPS from plugins
47 from Axel Kohlmeyer (Temple U)
48poems POEMS rigid-body integration package, POEMS package
49 from Rudranarayan Mukherjee (RPI)
50python hooks to the system Python library, used by the PYTHON package
51 from the LAMMPS development team
52qmmm quantum mechanics/molecular mechanics coupling interface
53 from Axel Kohlmeyer (Temple U)
54quip interface to QUIP/libAtoms framework, ML-QUIP package
55 from Albert Bartok-Partay and Gabor Csanyi (U Cambridge)
56machdyn hooks to Eigen library, used by MACHDYN package
57 from Georg Ganzenmueller (Ernst Mach Institute, Germany)
58voronoi hooks to the Voro++ library, used by compute voronoi/atom command
59 from Daniel Schwen (LANL)
60vtk hooks to the VTK library, used by dump custom/vtk command
61 from Richard Berger (JKU)
62