From 38233fcac5baf6e903d3376bd07502686308a926 Mon Sep 17 00:00:00 2001 From: epitaxy <31850335+epitaxy@users.noreply.github.com> Date: Fri, 3 Jun 2022 15:59:08 +0900 Subject: [PATCH] Update hpc.sh --- hpc.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hpc.sh b/hpc.sh index 0e2fee6..a0b406e 100644 --- a/hpc.sh +++ b/hpc.sh @@ -29,3 +29,6 @@ export ESPRESSO_PSEUDO='/mnt/hpc/pseudo/' # Conda environment export PATH=/home/$USER/miniconda3/bin:/mnt/hpc/pkgs/pwtk-2.0:$PATH + +# Install QE through conda +conda install -c conda-forge qe