Get Tutorial files CECAM2021: Difference between revisions
Jump to navigation
Jump to search
(5 intermediate revisions by 3 users not shown) | |||
Line 8: | Line 8: | ||
=== From the Yambo Virtual Machine (VM) === | === From the Yambo Virtual Machine (VM) === | ||
If you are using the VM, a recent version of the tutorial files is provided.Follow these [[Yambo_Virtual_Machine#Updating_the_Yambo_tutorial_files| instructions]] to update the tutorial files to the most recent version. | If you are using the VM, a recent version of the tutorial files is provided. | ||
Follow these [[Yambo_Virtual_Machine#Updating_the_Yambo_tutorial_files| instructions]] to update the tutorial files to the most recent version. | |||
=== From the Yambo website === | === From the Yambo website === | ||
If you are using your own installation or the docker, | If you are using your own installation or the docker, download the following files: | ||
[http://www.yambo-code.org/educational/tutorials/files/hBN.tar.gz hBN.tar.gz] [15 MB], | [http://www.yambo-code.org/educational/tutorials/files/hBN.tar.gz hBN.tar.gz] [15 MB], | ||
[http://www.yambo-code.org/educational/tutorials/files/hBN-2D.tar.gz hBN-2D.tar.gz] [8.6 MB], | |||
[http://www.yambo-code.org/educational/tutorials/files/hBN-convergence-kpoints.tar.gz hBN-convergence-kpoints.tar.gz] [254 MB], | [http://www.yambo-code.org/educational/tutorials/files/hBN-convergence-kpoints.tar.gz hBN-convergence-kpoints.tar.gz] [254 MB], | ||
Line 22: | Line 24: | ||
$ mv hBN.tar.gz YAMBO_TUTORIALS | $ mv hBN.tar.gz YAMBO_TUTORIALS | ||
$ cd YAMBO_TUTORIALS | $ cd YAMBO_TUTORIALS | ||
$ tar - | $ tar -xvzf hBN.tar.gz | ||
$ ls YAMBO_TUTORIALS | $ ls YAMBO_TUTORIALS | ||
hBN | hBN | ||
Line 31: | Line 33: | ||
$ cd YAMBO_TUTORIALS | $ cd YAMBO_TUTORIALS | ||
$ ./setup.pl -install | $ ./setup.pl -install | ||
== Navigate == | |||
Back to the [[CECAM_VIRTUAL_2021#Tutorials | main School page]] |
Latest revision as of 10:46, 8 April 2021
Obtaing the tutorial files
The tutorial CORE databases can be obtained
- from the Yambo Virtual Machine
- from the Yambo web-page
- from the Yambo GIT tutorial repository
From the Yambo Virtual Machine (VM)
If you are using the VM, a recent version of the tutorial files is provided. Follow these instructions to update the tutorial files to the most recent version.
From the Yambo website
If you are using your own installation or the docker, download the following files:
hBN.tar.gz [15 MB], hBN-2D.tar.gz [8.6 MB], hBN-convergence-kpoints.tar.gz [254 MB],
After downloading the tar.gz files just unpack them in the YAMBO_TUTORIALS folder. For example
$ mkdir YAMBO_TUTORIALS $ mv hBN.tar.gz YAMBO_TUTORIALS $ cd YAMBO_TUTORIALS $ tar -xvzf hBN.tar.gz $ ls YAMBO_TUTORIALS hBN
From the Git Tutorial Repository (advanced users)
If you are using your own installation or the docker, the tutorials repository contains the updated tutorials CORE databases. To use it
$ git clone https://github.com/yambo-code/tutorials.git YAMBO_TUTORIALS $ cd YAMBO_TUTORIALS $ ./setup.pl -install
Back to the main School page