From ff6e0cf9cb6eb974bbbb0467254d9927a2e8043c Mon Sep 17 00:00:00 2001 From: Weine Olovsson Date: Thu, 11 Apr 2024 11:41:43 +0200 Subject: [PATCH] Update bandgap_Si.md --- content/bandgap_Si.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/bandgap_Si.md b/content/bandgap_Si.md index f919f12..cbb512b 100644 --- a/content/bandgap_Si.md +++ b/content/bandgap_Si.md @@ -28,12 +28,12 @@ First, copy the example folder which contains some of the VASP input files and u cp /software/sse2/tetralith_el9/manual/vasp/POTCARs/PBE/2024-03-19/Si/POTCAR . ``` ```{group-tab} LEONARDO - cp -r /leonardo_scratch/fast/EUHPC_D02_030/vasp_ws2024/examples/bandgap_Si . + cp -r /leonardo_scratch/fast/EUHPC_TD02_030/vasp_ws2024/examples/bandgap_Si . cd bandgap_Si and copy the latest POTCAR file for Si - cp /leonardo_scratch/fast/EUHPC_D02_030/vasp_ws2024/potpaw_PBE.64/Si/POTCAR . + cp /leonardo_scratch/fast/EUHPC_TD02_030/vasp_ws2024/potpaw_PBE.64/Si/POTCAR . ``` ````