Skip to content

Commit

Permalink
Updated yambo-tutorial.md
Browse files Browse the repository at this point in the history
  • Loading branch information
palful authored Mar 11, 2024
1 parent bba13f6 commit 4994247
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions content/day5/yambo-tutorial.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
:sequential_nav: next

.. _day5-yambo:

Expand Down Expand Up @@ -49,15 +48,15 @@ The typical workflow for a GW calculation is:

## Set up a Yambo calculation

Go to your user work directory and download the materials for the tutorial:
Go to your user work directory and download the materials for the tutorial (1.2GB, it may take a couple of minutes):
```console
wget https://media.yambo-code.eu/educational/tutorials/files/MoS2_HPC_tutorial.tar.gz
tar -xvzf MoS2_HPC_tutorial_Leonardo.tar.gz YAMBO_TUTORIAL
wget https://media.yambo-code.eu/educational/tutorials/files/MoS2_HPC_tutorial_Leonardo.tar.gz
tar -xvzf MoS2_HPC_tutorial.tar.gz
```

You can now enter the tutorial directory
```console
cd YAMBO_TUTORIAL
cd MoS2_HPC_tutorial_Leonardo
```

### Yambo `SAVE` folder
Expand Down

0 comments on commit 4994247

Please sign in to comment.