From b196614dad1573516caa960b6f3fdf1d19c460b4 Mon Sep 17 00:00:00 2001 From: Sarath Menon Date: Mon, 12 Jun 2023 09:04:30 +0200 Subject: [PATCH] Update gettingstarted.md --- docs/source/gettingstarted.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/gettingstarted.md b/docs/source/gettingstarted.md index a998859..f4390ce 100644 --- a/docs/source/gettingstarted.md +++ b/docs/source/gettingstarted.md @@ -90,7 +90,7 @@ Activate the environment using: conda activate calphy2 ``` -Obtain the stable version from [here](https://github.com/lammps/lammps/archive/refs/tags/stable_29Sep2021.tar.gz) and extract the archive. From the extracted archive, the following steps, used in the [conda-forge recipe](https://github.com/conda-forge/lammps-feedstock/blob/master/recipe/build.sh) can be run: +Obtain the stable version from [here](https://github.com/lammps/lammps/releases) and extract the archive. From the extracted archive, the following steps, used in the [conda-forge recipe](https://github.com/conda-forge/lammps-feedstock/blob/master/recipe/build.sh) can be run: ``` mkdir build_lib @@ -108,7 +108,7 @@ cd .. (**Optional**) The above commands only builds the [MANYBODY](https://docs.lammps.org/Packages_details.html#pkg-manybody) package. To use some of the other potentials, the following commands could be added to the `cmake` call. -- `-D PKG_ML-PACE=ON` for performant [Atomic Cluster Expansion](https://docs.lammps.org/Packages_details.html#pkg-ml-pace) potential (from [October 2021 version](https://github.com/lammps/lammps/releases/tag/patch_27Oct2021)). +- `-D PKG_ML-PACE=ON` for performant [Atomic Cluster Expansion](https://docs.lammps.org/Packages_details.html#pkg-ml-pace) potential (from [June 2022 version](https://github.com/lammps/lammps/releases/tag/patch_27Oct2021)). - `-D PKG_ML-SNAP=ON`for [SNAP potential](https://docs.lammps.org/Packages_details.html#pkg-ml-snap). - `-D PKG_MEAM=ON` for [MEAM potential](https://docs.lammps.org/Packages_details.html#meam-package). - `-D PKG_KIM=ON` for [KIM support](https://docs.lammps.org/Packages_details.html#pkg-kim).