Tutorials download: Difference between revisions

From The Yambo Project
Jump to navigation Jump to search
(Created page with list of files to download)
 
 
(4 intermediate revisions by 2 users not shown)
Line 5: Line 5:
* from the Yambo GIT tutorial repository  
* from the Yambo GIT tutorial repository  


=== 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.
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.
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, the files needed to run the tutorials can be downloaded from the lists below.  
If you are using your own installation or the docker, the files needed to run the tutorials can be downloaded from the lists below.  


Line 20: Line 20:
   hBN
   hBN


====Files needed for modular tutorials====
===Files needed for modular tutorials===
All of the following should be downloaded prior to following the modular tutorials:
All of the following should be downloaded prior to following the modular tutorials:


{| class="wikitable"
{| class="wikitable"
|-
|-
! Tutorial !! File(s)
! Matrial !! File(s)
|-
|-
| rowspan="4"| hBN || [https://media.yambo-code.eu/educational/tutorials/files/hBN.tar.gz hBN.tar.gz]  
| rowspan="4"| hBN || [https://media.yambo-code.eu/educational/tutorials/files/hBN.tar.gz hBN.tar.gz]  
Line 37: Line 37:
|}
|}


====Files needed for stand-alone tutorials====
===Files needed for stand-alone tutorials===
At the start of each tutorial you will be told which specific file needs to be downloaded:
At the start of each tutorial you will be told which specific file needs to be downloaded:


{| class="wikitable"
{| class="wikitable"
|-
|-
! Tutorial !! File(s)
! Material !! File(s)
|-
|-
| rowspan="2"| Silicon || [https://media.yambo-code.eu/educational/tutorials/files/Silicon.tar.gz Silicon.tar.gz]
| rowspan="2"| Silicon || [https://media.yambo-code.eu/educational/tutorials/files/Silicon.tar.gz Silicon.tar.gz]
Line 49: Line 49:
|-
|-
| LiF || [https://media.yambo-code.eu/educational/tutorials/files/LiF.tar.gz LiF.tar.gz]
| LiF || [https://media.yambo-code.eu/educational/tutorials/files/LiF.tar.gz LiF.tar.gz]
|-
| SiH4 || [https://media.yambo-code.eu/educational/tutorials/files/SiH4.tar.gz SiH4.tar.gz]
|-
| R_methyloxirane || [https://media.yambo-code.eu/educational/tutorials/files/R_methyloxirane_DBs.tar.gz R_methyloxirane_DBs.tar.gz]
|-
| rowspan="3"| Iron || [https://media.yambo-code.eu/educational/tutorials/files/Iron_DBs.tar.gz Iron_DBs.tar.gz]
|-
| [https://media.yambo-code.eu/educational/tutorials/files/Iron_Inputs.tar.gz Iron_Inputs.tar.gz]
|-
| [https://media.yambo-code.eu/educational/tutorials/files/Iron_abinit_gs_files.tar.gz Iron_abinit_gs_files.tar.gz]
|-
|-
| Aluminum || [https://media.yambo-code.eu/educational/tutorials/files/Aluminum.tar.gz Aluminum.tar.gz]
| Aluminum || [https://media.yambo-code.eu/educational/tutorials/files/Aluminum.tar.gz Aluminum.tar.gz]
Line 58: Line 68:
| Hydrogen_Chain || [https://media.yambo-code.eu/educational/tutorials/files/Hydrogen_Chain.tar.gz Hydrogen_Chain.tar.gz]
| Hydrogen_Chain || [https://media.yambo-code.eu/educational/tutorials/files/Hydrogen_Chain.tar.gz Hydrogen_Chain.tar.gz]
|-
|-
| MoS2 for HPC || [https://media.yambo-code.eu/educational/tutorials/files/MoS2_HPC_tutorial.tar.gz MoS2_HPC_tutorial.tar.gz]
| rowspan="2"| MoS2 || [https://media.yambo-code.eu/educational/tutorials/files/MoS2_HPC_tutorial.tar.gz MoS2_HPC_tutorial.tar.gz]
|-
|-
| MoS2 for HPC shorter version || [https://media.yambo-code.eu/educational/tutorials/files/MoS2_2Dquasiparticle_tutorial.tar.gz MoS2_2Dquasiparticle_tutorial.tar.gz]
| [https://media.yambo-code.eu/educational/tutorials/files/MoS2_2Dquasiparticle_tutorial.tar.gz MoS2_2Dquasiparticle_tutorial.tar.gz]
|-
|-
| Yambopy for QE || [https://media.yambo-code.eu/educational/tutorials/files/databases_qepy.tar databases_qepy]
| rowspan="2"| Yambopy || [https://media.yambo-code.eu/educational/tutorials/files/databases_qepy.tar databases_qepy]
|-
|-
| Yambopy for YAMBO || [https://media.yambo-code.eu/educational/tutorials/files/databases_yambopy.tar databases_yambopy]
| [https://media.yambo-code.eu/educational/tutorials/files/databases_yambopy.tar databases_yambopy]
|-
|-
|}
|}


=== From the Git Tutorial Repository (advanced users) ===
== From the Git Tutorial Repository (advanced users) ==
If you are using your own installation or the docker, the [https://github.com/yambo-code/tutorials tutorials repository] contains the updated tutorials CORE databases. To use it
If you are using your own installation or the docker, the [https://github.com/yambo-code/tutorials tutorials repository] contains the updated tutorials CORE databases. To use it
  $ git clone https://github.com/yambo-code/tutorials.git YAMBO_TUTORIALS
  $ git clone https://github.com/yambo-code/tutorials.git YAMBO_TUTORIALS
  $ cd YAMBO_TUTORIALS
  $ cd YAMBO_TUTORIALS
  $ ./setup.pl -install
  $ ./setup.pl -install

Latest revision as of 07:47, 18 June 2024

The tutorial CORE databases can be obtained

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, the files needed to run the tutorials can be downloaded from the lists below.

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 -xvfz hBN.tar.gz
$ ls YAMBO_TUTORIALS
  hBN

Files needed for modular tutorials

All of the following should be downloaded prior to following the modular tutorials:

Matrial File(s)
hBN hBN.tar.gz
hBN-convergence-kpoints.tar.gz
hBN-2D.tar.gz
hBN-2D-para.tar.gz

Files needed for stand-alone tutorials

At the start of each tutorial you will be told which specific file needs to be downloaded:

Material File(s)
Silicon Silicon.tar.gz
Silicon_Electron-Phonon.tar.gz
LiF LiF.tar.gz
SiH4 SiH4.tar.gz
R_methyloxirane R_methyloxirane_DBs.tar.gz
Iron Iron_DBs.tar.gz
Iron_Inputs.tar.gz
Iron_abinit_gs_files.tar.gz
Aluminum Aluminum.tar.gz
GaSb GaSb.tar.gz
AlAs AlAs.tar.gz
Hydrogen_Chain Hydrogen_Chain.tar.gz
MoS2 MoS2_HPC_tutorial.tar.gz
MoS2_2Dquasiparticle_tutorial.tar.gz
Yambopy databases_qepy
databases_yambopy

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