From 9b0b2e85cbf32c5f5018c56da6945522656ff0e6 Mon Sep 17 00:00:00 2001 From: James Michael Goff Date: Thu, 27 Feb 2025 12:44:36 -0700 Subject: [PATCH] updated ACE docs --- docs/source/Quick.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/Quick.rst b/docs/source/Quick.rst index e6c1fcf7a..a261760e0 100644 --- a/docs/source/Quick.rst +++ b/docs/source/Quick.rst @@ -36,6 +36,7 @@ Get & build LAMMPS with Python library:: cd $LAMMPS_DIR/build-fitsnap cmake ../cmake -DBUILD_SHARED_LIBS=yes \ -DMLIAP_ENABLE_PYTHON=yes \ + -DMLIAP_ENABLE_ACE=yes \ -DPKG_PYTHON=yes \ -DPKG_ML-SNAP=yes \ -DPKG_ML-IAP=yes \ @@ -63,4 +64,4 @@ Run high-performance MD with this neural network potential:: mpirun -np 4 ${LAMMPS_DIR}/fitsnap-build/lmp < in.run -For more details, or if you encounter errors, see `Installation `__. \ No newline at end of file +For more details, or if you encounter errors, see `Installation `__.