From 52942a43ad0594ac6f0082f1da6a0bd2116c14bf Mon Sep 17 00:00:00 2001 From: Weine Olovsson Date: Thu, 11 Apr 2024 11:41:03 +0200 Subject: [PATCH] Update Ni100_surface.md --- content/Ni100_surface.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/Ni100_surface.md b/content/Ni100_surface.md index 91f41b7..97822f9 100644 --- a/content/Ni100_surface.md +++ b/content/Ni100_surface.md @@ -29,12 +29,12 @@ First, copy the example folder which contains some of the VASP input files ``` ```{group-tab} LEONARDO - cp -r /leonardo_scratch/fast/EUHPC_D02_030/vasp_ws2024/examples/Ni100_surf . + cp -r /leonardo_scratch/fast/EUHPC_TD02_030/vasp_ws2024/examples/Ni100_surf . cd Ni100_surf and copy the latest POTCAR file for Ni - cp /leonardo_scratch/fast/EUHPC_D02_030/vasp_ws2024/potpaw_PBE.64/Ni/POTCAR . + cp /leonardo_scratch/fast/EUHPC_TD02_030/vasp_ws2024/potpaw_PBE.64/Ni/POTCAR . ``` ````