From c92dfac4c2bde4e5875c0f2f3284ac28f3dfae73 Mon Sep 17 00:00:00 2001 From: xysun25 Date: Fri, 10 Jul 2026 18:28:19 +0200 Subject: [PATCH] Document the usage of MACE potentials in CP2K --- docs/methods/machine_learning/mace.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/methods/machine_learning/mace.md b/docs/methods/machine_learning/mace.md index d75f0a1340..e3cc393f59 100644 --- a/docs/methods/machine_learning/mace.md +++ b/docs/methods/machine_learning/mace.md @@ -62,7 +62,7 @@ binaries, installing the toolchain with `--with-libtorch` is sufficient; for GPU provide the path to a CUDA LibTorch build: ```shell -./install_cp2k_toolchain.sh --with-libtorch +./install_cp2k_toolchain.sh --with-libtorch= ``` ## Further Resources