forked from lijiext/lammps
rename USER-PACE to ML-PACE
This commit is contained in:
parent
031e537d3f
commit
fd24820603
|
@ -37,7 +37,7 @@ src/USER-MESONT/* @iafoss
|
||||||
src/USER-MOFFF/* @hheenen
|
src/USER-MOFFF/* @hheenen
|
||||||
src/USER-MOLFILE/* @akohlmey
|
src/USER-MOLFILE/* @akohlmey
|
||||||
src/USER-NETCDF/* @pastewka
|
src/USER-NETCDF/* @pastewka
|
||||||
src/USER-PACE/* @yury-lysogorskiy
|
src/ML-PACE/* @yury-lysogorskiy
|
||||||
src/USER-PLUMED/* @gtribello
|
src/USER-PLUMED/* @gtribello
|
||||||
src/USER-PHONON/* @lingtikong
|
src/USER-PHONON/* @lingtikong
|
||||||
src/USER-PTM/* @pmla
|
src/USER-PTM/* @pmla
|
||||||
|
|
|
@ -146,7 +146,7 @@ set(STANDARD_PACKAGES ASPHERE BODY CLASS2 COLLOID COMPRESS DIPOLE
|
||||||
USER-H5MD ML-HDNNP USER-LB USER-MANIFOLD USER-MDI USER-MEAMC USER-MESONT USER-MGPT
|
USER-H5MD ML-HDNNP USER-LB USER-MANIFOLD USER-MDI USER-MEAMC USER-MESONT USER-MGPT
|
||||||
USER-MISC USER-MOFFF USER-MOLFILE USER-NETCDF USER-PHONON USER-PLUMED USER-PTM USER-QTB
|
USER-MISC USER-MOFFF USER-MOLFILE USER-NETCDF USER-PHONON USER-PLUMED USER-PTM USER-QTB
|
||||||
USER-RANN USER-REACTION USER-REAXC USER-SCAFACOS USER-SDPD USER-SMD USER-SMTBQ USER-SPH
|
USER-RANN USER-REACTION USER-REAXC USER-SCAFACOS USER-SDPD USER-SMD USER-SMTBQ USER-SPH
|
||||||
USER-TALLY USER-UEF USER-VTK USER-QUIP USER-QMMM USER-YAFF USER-PACE USER-BROWNIAN)
|
USER-TALLY USER-UEF USER-VTK USER-QUIP USER-QMMM USER-YAFF ML-PACE USER-BROWNIAN)
|
||||||
|
|
||||||
set(SUFFIX_PACKAGES CORESHELL GPU KOKKOS OPT USER-INTEL USER-OMP)
|
set(SUFFIX_PACKAGES CORESHELL GPU KOKKOS OPT USER-INTEL USER-OMP)
|
||||||
|
|
||||||
|
@ -351,7 +351,7 @@ else()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
foreach(PKG_WITH_INCL KSPACE PYTHON ML-IAP VORONOI USER-COLVARS ML-HDNNP USER-MDI USER-MOLFILE USER-NETCDF
|
foreach(PKG_WITH_INCL KSPACE PYTHON ML-IAP VORONOI USER-COLVARS ML-HDNNP USER-MDI USER-MOLFILE USER-NETCDF
|
||||||
USER-PLUMED USER-QMMM USER-QUIP USER-SCAFACOS USER-SMD USER-VTK KIM LATTE MESSAGE MSCG COMPRESS USER-PACE)
|
USER-PLUMED USER-QMMM USER-QUIP USER-SCAFACOS USER-SMD USER-VTK KIM LATTE MESSAGE MSCG COMPRESS ML-PACE)
|
||||||
if(PKG_${PKG_WITH_INCL})
|
if(PKG_${PKG_WITH_INCL})
|
||||||
include(Packages/${PKG_WITH_INCL})
|
include(Packages/${PKG_WITH_INCL})
|
||||||
endif()
|
endif()
|
||||||
|
|
|
@ -14,8 +14,8 @@ execute_process(
|
||||||
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
|
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
|
||||||
)
|
)
|
||||||
|
|
||||||
file(GLOB PACE_EVALUATOR_INCLUDE_DIR ${CMAKE_BINARY_DIR}/lammps-user-pace-*/USER-PACE)
|
file(GLOB PACE_EVALUATOR_INCLUDE_DIR ${CMAKE_BINARY_DIR}/lammps-user-pace-*/ML-PACE)
|
||||||
file(GLOB PACE_EVALUATOR_SOURCES ${CMAKE_BINARY_DIR}/lammps-user-pace-*/USER-PACE/*.cpp)
|
file(GLOB PACE_EVALUATOR_SOURCES ${CMAKE_BINARY_DIR}/lammps-user-pace-*/ML-PACE/*.cpp)
|
||||||
list(FILTER PACE_EVALUATOR_SOURCES EXCLUDE REGEX pair_pace.cpp)
|
list(FILTER PACE_EVALUATOR_SOURCES EXCLUDE REGEX pair_pace.cpp)
|
||||||
|
|
||||||
add_library(pace STATIC ${PACE_EVALUATOR_SOURCES})
|
add_library(pace STATIC ${PACE_EVALUATOR_SOURCES})
|
|
@ -9,7 +9,7 @@ set(ALL_PACKAGES ASPHERE BODY CLASS2 COLLOID COMPRESS CORESHELL DIPOLE GPU
|
||||||
USER-COLVARS USER-DIFFRACTION USER-DPD USER-DRUDE USER-EFF USER-FEP USER-H5MD
|
USER-COLVARS USER-DIFFRACTION USER-DPD USER-DRUDE USER-EFF USER-FEP USER-H5MD
|
||||||
ML-HDNNP USER-INTEL USER-LB USER-MANIFOLD USER-MDI USER-MEAMC USER-MESODPD
|
ML-HDNNP USER-INTEL USER-LB USER-MANIFOLD USER-MDI USER-MEAMC USER-MESODPD
|
||||||
USER-MESONT USER-MGPT USER-MISC USER-MOFFF USER-MOLFILE USER-NETCDF USER-OMP
|
USER-MESONT USER-MGPT USER-MISC USER-MOFFF USER-MOLFILE USER-NETCDF USER-OMP
|
||||||
USER-PACE USER-PHONON USER-PLUMED USER-PTM USER-QMMM USER-QTB USER-QUIP USER-RANN
|
ML-PACE USER-PHONON USER-PLUMED USER-PTM USER-QMMM USER-QTB USER-QUIP USER-RANN
|
||||||
USER-REACTION USER-REAXC USER-SCAFACOS USER-SDPD USER-SMD USER-SMTBQ USER-SPH
|
USER-REACTION USER-REAXC USER-SCAFACOS USER-SDPD USER-SMD USER-SMTBQ USER-SPH
|
||||||
USER-TALLY USER-UEF USER-VTK USER-YAFF USER-DIELECTRIC)
|
USER-TALLY USER-UEF USER-VTK USER-YAFF USER-DIELECTRIC)
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ set(ALL_PACKAGES ASPHERE BODY CLASS2 COLLOID COMPRESS CORESHELL DIPOLE GPU
|
||||||
USER-COLVARS USER-DIFFRACTION USER-DPD USER-DRUDE USER-EFF USER-FEP USER-H5MD
|
USER-COLVARS USER-DIFFRACTION USER-DPD USER-DRUDE USER-EFF USER-FEP USER-H5MD
|
||||||
ML-HDNNP USER-INTEL USER-LB USER-MANIFOLD USER-MDI USER-MEAMC USER-MESODPD
|
ML-HDNNP USER-INTEL USER-LB USER-MANIFOLD USER-MDI USER-MEAMC USER-MESODPD
|
||||||
USER-MESONT USER-MGPT USER-MISC USER-MOFFF USER-MOLFILE USER-NETCDF USER-OMP
|
USER-MESONT USER-MGPT USER-MISC USER-MOFFF USER-MOLFILE USER-NETCDF USER-OMP
|
||||||
USER-PACE USER-PHONON USER-PLUMED USER-PTM USER-QMMM USER-QTB USER-QUIP USER-RANN
|
ML-PACE USER-PHONON USER-PLUMED USER-PTM USER-QMMM USER-QTB USER-QUIP USER-RANN
|
||||||
USER-REACTION USER-REAXC USER-SCAFACOS USER-SDPD USER-SMD USER-SMTBQ USER-SPH
|
USER-REACTION USER-REAXC USER-SCAFACOS USER-SDPD USER-SMD USER-SMTBQ USER-SPH
|
||||||
USER-TALLY USER-UEF USER-VTK USER-YAFF USER-DIELECTRIC)
|
USER-TALLY USER-UEF USER-VTK USER-YAFF USER-DIELECTRIC)
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Preset that turns on packages with automatic downloads of sources or potentials.
|
# Preset that turns on packages with automatic downloads of sources or potentials.
|
||||||
# Compilation of libraries like Plumed or ScaFaCoS can take a considerable amount of time.
|
# Compilation of libraries like Plumed or ScaFaCoS can take a considerable amount of time.
|
||||||
|
|
||||||
set(ALL_PACKAGES KIM LATTE MSCG VORONOI USER-PLUMED USER-SCAFACOS USER-SMD USER-MESONT USER-MDI USER-PACE)
|
set(ALL_PACKAGES KIM LATTE MSCG VORONOI USER-PLUMED USER-SCAFACOS USER-SMD USER-MESONT USER-MDI ML-PACE)
|
||||||
|
|
||||||
foreach(PKG ${ALL_PACKAGES})
|
foreach(PKG ${ALL_PACKAGES})
|
||||||
set(PKG_${PKG} ON CACHE BOOL "" FORCE)
|
set(PKG_${PKG} ON CACHE BOOL "" FORCE)
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
set(PACKAGES_WITH_LIB COMPRESS GPU KIM KOKKOS LATTE MESSAGE MPIIO MSCG
|
set(PACKAGES_WITH_LIB COMPRESS GPU KIM KOKKOS LATTE MESSAGE MPIIO MSCG
|
||||||
PYTHON VORONOI
|
PYTHON VORONOI
|
||||||
USER-ADIOS USER-ATC USER-AWPMD USER-H5MD ML-HDNNP USER-LB USER-MOLFILE
|
USER-ADIOS USER-ATC USER-AWPMD USER-H5MD ML-HDNNP USER-LB USER-MOLFILE
|
||||||
USER-MESONT USER-MDI USER-NETCDF USER-PACE USER-PLUMED USER-QMMM USER-QUIP
|
USER-MESONT USER-MDI USER-NETCDF ML-PACE USER-PLUMED USER-QMMM USER-QUIP
|
||||||
USER-SCAFACOS USER-SMD USER-VTK)
|
USER-SCAFACOS USER-SMD USER-VTK)
|
||||||
|
|
||||||
foreach(PKG ${PACKAGES_WITH_LIB})
|
foreach(PKG ${PACKAGES_WITH_LIB})
|
||||||
|
|
|
@ -54,7 +54,7 @@ This is the list of packages that may require additional steps.
|
||||||
* :ref:`USER-MESONT <user-mesont>`
|
* :ref:`USER-MESONT <user-mesont>`
|
||||||
* :ref:`USER-MOLFILE <user-molfile>`
|
* :ref:`USER-MOLFILE <user-molfile>`
|
||||||
* :ref:`USER-NETCDF <user-netcdf>`
|
* :ref:`USER-NETCDF <user-netcdf>`
|
||||||
* :ref:`USER-PACE <user-pace>`
|
* :ref:`ML-PACE <ml-pace>`
|
||||||
* :ref:`USER-PLUMED <user-plumed>`
|
* :ref:`USER-PLUMED <user-plumed>`
|
||||||
* :ref:`USER-OMP <user-omp>`
|
* :ref:`USER-OMP <user-omp>`
|
||||||
* :ref:`USER-QMMM <user-qmmm>`
|
* :ref:`USER-QMMM <user-qmmm>`
|
||||||
|
@ -1261,9 +1261,9 @@ be built for the most part with all major versions of the C++ language.
|
||||||
|
|
||||||
----------
|
----------
|
||||||
|
|
||||||
.. _user-pace:
|
.. _ml-pace:
|
||||||
|
|
||||||
USER-PACE package
|
ML-PACE package
|
||||||
-----------------------------
|
-----------------------------
|
||||||
|
|
||||||
This package requires a library that can be downloaded and built
|
This package requires a library that can be downloaded and built
|
||||||
|
@ -1276,8 +1276,8 @@ at: `https://github.com/ICAMS/lammps-user-pace/ <https://github.com/ICAMS/lammps
|
||||||
.. tab:: CMake build
|
.. tab:: CMake build
|
||||||
|
|
||||||
By default the library will be downloaded from the git repository
|
By default the library will be downloaded from the git repository
|
||||||
and built automatically when the USER-PACE package is enabled with
|
and built automatically when the ML-PACE package is enabled with
|
||||||
``-D PKG_USER-PACE=yes``. The location for the sources may be
|
``-D PKG_ML-PACE=yes``. The location for the sources may be
|
||||||
customized by setting the variable ``PACELIB_URL`` when
|
customized by setting the variable ``PACELIB_URL`` when
|
||||||
configuring with CMake (e.g. to use a local archive on machines
|
configuring with CMake (e.g. to use a local archive on machines
|
||||||
without internet access). Since CMake checks the validity of the
|
without internet access). Since CMake checks the validity of the
|
||||||
|
@ -1288,7 +1288,7 @@ at: `https://github.com/ICAMS/lammps-user-pace/ <https://github.com/ICAMS/lammps
|
||||||
|
|
||||||
.. tab:: Traditional make
|
.. tab:: Traditional make
|
||||||
|
|
||||||
You can download and build the USER-PACE library
|
You can download and build the ML-PACE library
|
||||||
in one step from the ``lammps/src`` dir, using these commands,
|
in one step from the ``lammps/src`` dir, using these commands,
|
||||||
which invoke the ``lib/pace/Install.py`` script.
|
which invoke the ``lib/pace/Install.py`` script.
|
||||||
|
|
||||||
|
|
|
@ -37,7 +37,7 @@ packages:
|
||||||
+--------------------------------------+--------------------------------------+------------------------------------+----------------------------------+--------------------------------+--------------------------------+
|
+--------------------------------------+--------------------------------------+------------------------------------+----------------------------------+--------------------------------+--------------------------------+
|
||||||
| :ref:`USER-ATC <user-atc>` | :ref:`USER-AWPMD <user-awpmd>` | :ref:`USER-COLVARS <user-colvars>` | :ref:`USER-H5MD <user-h5md>` | :ref:`ML-HDNNP <ml-hdnnp>` | :ref:`USER-INTEL <user-intel>` |
|
| :ref:`USER-ATC <user-atc>` | :ref:`USER-AWPMD <user-awpmd>` | :ref:`USER-COLVARS <user-colvars>` | :ref:`USER-H5MD <user-h5md>` | :ref:`ML-HDNNP <ml-hdnnp>` | :ref:`USER-INTEL <user-intel>` |
|
||||||
+--------------------------------------+--------------------------------------+------------------------------------+----------------------------------+--------------------------------+--------------------------------+
|
+--------------------------------------+--------------------------------------+------------------------------------+----------------------------------+--------------------------------+--------------------------------+
|
||||||
| :ref:`USER-MOLFILE <user-molfile>` | :ref:`USER-NETCDF <user-netcdf>` | :ref:`USER-PACE <user-pace>` | :ref:`USER-PLUMED <user-plumed>` | :ref:`USER-OMP <user-omp>` | :ref:`USER-QMMM <user-qmmm>` |
|
| :ref:`USER-MOLFILE <user-molfile>` | :ref:`USER-NETCDF <user-netcdf>` | :ref:`ML-PACE <ml-pace>` | :ref:`USER-PLUMED <user-plumed>` | :ref:`USER-OMP <user-omp>` | :ref:`USER-QMMM <user-qmmm>` |
|
||||||
+--------------------------------------+--------------------------------------+------------------------------------+----------------------------------+--------------------------------+--------------------------------+
|
+--------------------------------------+--------------------------------------+------------------------------------+----------------------------------+--------------------------------+--------------------------------+
|
||||||
| :ref:`USER-QUIP <user-quip>` | :ref:`USER-SCAFACOS <user-scafacos>` | :ref:`USER-SMD <user-smd>` | :ref:`USER-VTK <user-vtk>` | | |
|
| :ref:`USER-QUIP <user-quip>` | :ref:`USER-SCAFACOS <user-scafacos>` | :ref:`USER-SMD <user-smd>` | :ref:`USER-VTK <user-vtk>` | | |
|
||||||
+--------------------------------------+--------------------------------------+------------------------------------+----------------------------------+--------------------------------+--------------------------------+
|
+--------------------------------------+--------------------------------------+------------------------------------+----------------------------------+--------------------------------+--------------------------------+
|
||||||
|
|
|
@ -94,7 +94,7 @@ page gives those details.
|
||||||
* :ref:`USER-MOLFILE <PKG-USER-MOLFILE>`
|
* :ref:`USER-MOLFILE <PKG-USER-MOLFILE>`
|
||||||
* :ref:`USER-NETCDF <PKG-USER-NETCDF>`
|
* :ref:`USER-NETCDF <PKG-USER-NETCDF>`
|
||||||
* :ref:`USER-OMP <PKG-USER-OMP>`
|
* :ref:`USER-OMP <PKG-USER-OMP>`
|
||||||
* :ref:`USER-PACE <PKG-USER-PACE>`
|
* :ref:`ML-PACE <PKG-ML-PACE>`
|
||||||
* :ref:`USER-PHONON <PKG-USER-PHONON>`
|
* :ref:`USER-PHONON <PKG-USER-PHONON>`
|
||||||
* :ref:`USER-PLUMED <PKG-USER-PLUMED>`
|
* :ref:`USER-PLUMED <PKG-USER-PLUMED>`
|
||||||
* :ref:`USER-PTM <PKG-USER-PTM>`
|
* :ref:`USER-PTM <PKG-USER-PTM>`
|
||||||
|
@ -2075,16 +2075,16 @@ This package has :ref:`specific installation instructions <user-omp>` on the :do
|
||||||
|
|
||||||
----------
|
----------
|
||||||
|
|
||||||
.. _PKG-USER-PACE:
|
.. _PKG-ML-PACE:
|
||||||
|
|
||||||
USER-PACE package
|
ML-PACE package
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
**Contents:**
|
**Contents:**
|
||||||
|
|
||||||
A pair style for the Atomic Cluster Expansion potential (ACE).
|
A pair style for the Atomic Cluster Expansion potential (ACE).
|
||||||
ACE is a methodology for deriving a highly accurate classical potential
|
ACE is a methodology for deriving a highly accurate classical potential
|
||||||
fit to a large archive of quantum mechanical (DFT) data. The USER-PACE
|
fit to a large archive of quantum mechanical (DFT) data. The ML-PACE
|
||||||
package provides an efficient implementation for running simulations
|
package provides an efficient implementation for running simulations
|
||||||
with ACE potentials.
|
with ACE potentials.
|
||||||
|
|
||||||
|
@ -2105,11 +2105,12 @@ Aidan Thompson^3, Gabor Csanyi^2, Christoph Ortner^4, Ralf Drautz^1.
|
||||||
|
|
||||||
**Install:**
|
**Install:**
|
||||||
|
|
||||||
This package has :ref:`specific installation instructions <user-pace>` on the :doc:`Build extras <Build_extras>` page.
|
This package has :ref:`specific installation instructions <ml-pace>` on the
|
||||||
|
:doc:`Build extras <Build_extras>` page.
|
||||||
|
|
||||||
**Supporting info:**
|
**Supporting info:**
|
||||||
|
|
||||||
* src/USER-PACE: filenames -> commands
|
* src/ML-PACE: filenames -> commands
|
||||||
* :doc:`pair_style pace <pair_pace>`
|
* :doc:`pair_style pace <pair_pace>`
|
||||||
* examples/PACKAGES/pace
|
* examples/PACKAGES/pace
|
||||||
|
|
||||||
|
|
|
@ -89,7 +89,7 @@ package:
|
||||||
+------------------------------------------------+-----------------------------------------------------------------+-------------------------------------------------------------------------------+------------------------------------------------------+---------+
|
+------------------------------------------------+-----------------------------------------------------------------+-------------------------------------------------------------------------------+------------------------------------------------------+---------+
|
||||||
| :ref:`USER-OMP <PKG-USER-OMP>` | OpenMP-enabled styles | :doc:`Speed omp <Speed_omp>` | `Benchmarks <https://www.lammps.org/bench.html>`_ | no |
|
| :ref:`USER-OMP <PKG-USER-OMP>` | OpenMP-enabled styles | :doc:`Speed omp <Speed_omp>` | `Benchmarks <https://www.lammps.org/bench.html>`_ | no |
|
||||||
+------------------------------------------------+-----------------------------------------------------------------+-------------------------------------------------------------------------------+------------------------------------------------------+---------+
|
+------------------------------------------------+-----------------------------------------------------------------+-------------------------------------------------------------------------------+------------------------------------------------------+---------+
|
||||||
| :ref:`USER-PACE <PKG-USER-PACE>` | Fast implementation of Atomic Cluster Expansion (ACE) potential | :doc:`pair pace <pair_pace>` | USER/pace | ext |
|
| :ref:`ML-PACE <PKG-ML-PACE>` | Fast implementation of Atomic Cluster Expansion (ACE) potential | :doc:`pair pace <pair_pace>` | USER/pace | ext |
|
||||||
+------------------------------------------------+-----------------------------------------------------------------+-------------------------------------------------------------------------------+------------------------------------------------------+---------+
|
+------------------------------------------------+-----------------------------------------------------------------+-------------------------------------------------------------------------------+------------------------------------------------------+---------+
|
||||||
| :ref:`USER-PHONON <PKG-USER-PHONON>` | phonon dynamical matrix | :doc:`fix phonon <fix_phonon>` | USER/phonon | no |
|
| :ref:`USER-PHONON <PKG-USER-PHONON>` | phonon dynamical matrix | :doc:`fix phonon <fix_phonon>` | USER/phonon | no |
|
||||||
+------------------------------------------------+-----------------------------------------------------------------+-------------------------------------------------------------------------------+------------------------------------------------------+---------+
|
+------------------------------------------------+-----------------------------------------------------------------+-------------------------------------------------------------------------------+------------------------------------------------------+---------+
|
||||||
|
|
|
@ -91,7 +91,7 @@ This pair style can only be used via the *pair* keyword of the
|
||||||
Restrictions
|
Restrictions
|
||||||
""""""""""""
|
""""""""""""
|
||||||
|
|
||||||
This pair style is part of the USER-PACE package. It is only enabled if LAMMPS
|
This pair style is part of the ML-PACE package. It is only enabled if LAMMPS
|
||||||
was built with that package.
|
was built with that package.
|
||||||
See the :doc:`Build package <Build_package>` doc page for more info.
|
See the :doc:`Build package <Build_package>` doc page for more info.
|
||||||
|
|
||||||
|
|
|
@ -2,8 +2,8 @@ SHELL = /bin/sh
|
||||||
|
|
||||||
# ------ FILES ------
|
# ------ FILES ------
|
||||||
|
|
||||||
SRC_FILES = $(wildcard src/USER-PACE/*.cpp)
|
SRC_FILES = $(wildcard src/ML-PACE/*.cpp)
|
||||||
SRC = $(filter-out src/USER-PACE/pair_pace.cpp, $(SRC_FILES))
|
SRC = $(filter-out src/ML-PACE/pair_pace.cpp, $(SRC_FILES))
|
||||||
|
|
||||||
# ------ DEFINITIONS ------
|
# ------ DEFINITIONS ------
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ OBJ = $(SRC:.cpp=.o)
|
||||||
|
|
||||||
|
|
||||||
# ------ SETTINGS ------
|
# ------ SETTINGS ------
|
||||||
CXXFLAGS = -O3 -fPIC -Isrc/USER-PACE
|
CXXFLAGS = -O3 -fPIC -Isrc/ML-PACE
|
||||||
|
|
||||||
ARCHIVE = ar
|
ARCHIVE = ar
|
||||||
ARCHFLAG = -rc
|
ARCHFLAG = -rc
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
pace_SYSINC =-I../../lib/pace/src/USER-PACE
|
pace_SYSINC =-I../../lib/pace/src/ML-PACE
|
||||||
pace_SYSLIB = -L../../lib/pace/ -lpace
|
pace_SYSLIB = -L../../lib/pace/ -lpace
|
||||||
pace_SYSPATH =
|
pace_SYSPATH =
|
||||||
|
|
|
@ -1,18 +1,14 @@
|
||||||
This directory contains files required to use the USER-PACE package,
|
This directory contains files required to use the ML-PACE package, which
|
||||||
which provides the pace pair style, an efficient implementation of
|
provides the pace pair style, an efficient implementation of the Atomic
|
||||||
the Atomic Cluster Expansion potential (ACE).
|
Cluster Expansion potential (ACE). ACE is a methodology for deriving a
|
||||||
ACE is a methodology for deriving a highly accurate classical potential
|
highly accurate classical potential fit to a large archive of quantum
|
||||||
fit to a large archive of quantum mechanical (DFT) data.
|
mechanical (DFT) data. This package was written by Yury Lysogorskiy and
|
||||||
This package was written by Yury Lysogorskiy and others
|
others at ICAMS, the Interdisciplinary Centre for Advanced Materials
|
||||||
at ICAMS, the Interdisciplinary Centre for Advanced Materials Simulation,
|
Simulation, Ruhr University Bochum, Germany, http://www.icams.de
|
||||||
Ruhr University Bochum, Germany, http://www.icams.de
|
|
||||||
|
|
||||||
You can type "make lib-pace" from the src directory to see help on
|
You can type "make lib-pace" from the src directory to see help on how
|
||||||
how to download and build this library via make commands, or you can
|
to download and build this library via make commands, or you can do the
|
||||||
do the same thing by typing "python Install.py" from within this
|
same thing by typing "python Install.py" from within this directory.
|
||||||
directory.
|
|
||||||
|
|
||||||
More information about the USER-PACE implementation of ACE
|
More information about the ML-PACE implementation of ACE is available
|
||||||
is available here:
|
here: https://github.com/ICAMS/lammps-user-pace
|
||||||
|
|
||||||
https://github.com/ICAMS/lammps-user-pace
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
The USER-PACE package provides the pace pair style,
|
The ML-PACE package provides the pace pair style,
|
||||||
an efficient implementation of the Atomic Cluster Expansion
|
an efficient implementation of the Atomic Cluster Expansion
|
||||||
potential (ACE).
|
potential (ACE).
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ provided to help automate the process. Also see the LAMMPS manual for
|
||||||
general information on building LAMMPS with external libraries
|
general information on building LAMMPS with external libraries
|
||||||
using either traditional make or CMake.
|
using either traditional make or CMake.
|
||||||
|
|
||||||
More information about the USER-PACE implementation of ACE
|
More information about the ML-PACE implementation of ACE
|
||||||
is available here:
|
is available here:
|
||||||
|
|
||||||
https://github.com/ICAMS/lammps-user-pace
|
https://github.com/ICAMS/lammps-user-pace
|
|
@ -56,13 +56,13 @@ PACKUSER = user-adios user-atc user-awpmd user-brownian user-bocs cg-dna \
|
||||||
user-eff user-fep user-h5md ml-hdnnp user-intel user-lb user-manifold \
|
user-eff user-fep user-h5md ml-hdnnp user-intel user-lb user-manifold \
|
||||||
user-mdi user-meamc user-mesodpd user-mesont user-mgpt user-misc \
|
user-mdi user-meamc user-mesodpd user-mesont user-mgpt user-misc \
|
||||||
user-mofff user-molfile user-netcdf user-omp user-phonon \
|
user-mofff user-molfile user-netcdf user-omp user-phonon \
|
||||||
user-pace user-plumed user-ptm user-qmmm user-qtb user-quip \
|
ml-pace user-plumed user-ptm user-qmmm user-qtb user-quip \
|
||||||
user-rann user-reaction user-reaxc user-scafacos user-smd user-smtbq \
|
user-rann user-reaction user-reaxc user-scafacos user-smd user-smtbq \
|
||||||
user-sdpd user-sph user-tally user-uef user-vtk user-yaff
|
user-sdpd user-sph user-tally user-uef user-vtk user-yaff
|
||||||
|
|
||||||
PACKLIB = compress gpu kim kokkos latte message mpiio mscg poems python voronoi \
|
PACKLIB = compress gpu kim kokkos latte message mpiio mscg poems python voronoi \
|
||||||
user-adios user-atc user-awpmd user-colvars user-h5md ml-hdnnp user-lb user-mdi \
|
user-adios user-atc user-awpmd user-colvars user-h5md ml-hdnnp user-lb user-mdi \
|
||||||
user-mesont user-molfile user-netcdf user-pace user-plumed user-qmmm user-quip \
|
user-mesont user-molfile user-netcdf ml-pace user-plumed user-qmmm user-quip \
|
||||||
user-scafacos user-smd user-vtk
|
user-scafacos user-smd user-vtk
|
||||||
|
|
||||||
PACKSYS = compress mpiio python user-lb
|
PACKSYS = compress mpiio python user-lb
|
||||||
|
@ -71,7 +71,7 @@ PACKINT = gpu kokkos message poems user-atc user-awpmd user-colvars user-mesont
|
||||||
user-mdi
|
user-mdi
|
||||||
|
|
||||||
PACKEXT = kim latte mscg voronoi \
|
PACKEXT = kim latte mscg voronoi \
|
||||||
user-adios user-h5md ml-hdnnp user-molfile user-netcdf user-pace user-plumed \
|
user-adios user-h5md ml-hdnnp user-molfile user-netcdf ml-pace user-plumed \
|
||||||
user-qmmm user-quip user-scafacos user-smd user-vtk
|
user-qmmm user-quip user-scafacos user-smd user-vtk
|
||||||
|
|
||||||
PACKALL = $(PACKAGE) $(PACKUSER)
|
PACKALL = $(PACKAGE) $(PACKUSER)
|
||||||
|
|
Loading…
Reference in New Issue