Difference between revisions of "Tutorials"

From The Yambo Project
Jump to navigation Jump to search
Line 4: Line 4:
Available systems are: <code>hBN.tar.gz</code>, <code>hBN-2D.tar.gz</code>.
Available systems are: <code>hBN.tar.gz</code>, <code>hBN-2D.tar.gz</code>.


* CECAM students: download and extract ''hBN'' and ''hBN-2D''
* CECAM students: download and extract ''hBN'' and ''hBN-2D'', and find your allocated username ''tutoXY'' and node ''node0RS'' from [[CECAM-accounts-2017|this table]].
  $ ssh -X tutoXY@cecampc4.epfl.ch  
  $ ssh -X tutoXY@cecampc4.epfl.ch     ''(from CECAM PC or your notebook)''
  $ cd /home/tutoXY
$ ssh -X node0RS
$ which pw.x yambo
/nfs_home/tutoadmin/bin/pw.x
/nfs_home/tutoadmin/bin/yambo
  $ cd /home/scratch/            ''(NB: do '''not''' run on the /nfs_home partition)''
$ mkdir yambo_YOUR_NAME      ''(there are more participants than accounts!)''
$ cd yambo_YOUR_NAME
  $ cp /home/tutoadmin/yambo-2017/tutorials/hBN.tar.gz .
  $ cp /home/tutoadmin/yambo-2017/tutorials/hBN.tar.gz .
  $ tar -zxvf hBN.tar.gz       
  $ tar -zxvf hBN.tar.gz       
  $ ls  
  $ ls  
  YAMBO_TUTORIALS
  YAMBO_TUTORIALS
$ ssh nodeABC ..?
 
* Download: from [this link]
* Download: from [this link]



Revision as of 11:07, 6 April 2017

Tutorial files

To follow the tutorials, you must first download or copy data files for each system. Files are distributed as gzipped tarballs. Always extract the tarballs in the same place.
Available systems are: hBN.tar.gz, hBN-2D.tar.gz.

  • CECAM students: download and extract hBN and hBN-2D, and find your allocated username tutoXY and node node0RS from this table.
$ ssh -X tutoXY@cecampc4.epfl.ch     (from CECAM PC or your notebook)
$ ssh -X node0RS 
$ which pw.x yambo
/nfs_home/tutoadmin/bin/pw.x
/nfs_home/tutoadmin/bin/yambo
$ cd /home/scratch/            (NB: do not run on the /nfs_home partition)
$ mkdir yambo_YOUR_NAME      (there are more participants than accounts!)
$ cd yambo_YOUR_NAME
$ cp /home/tutoadmin/yambo-2017/tutorials/hBN.tar.gz .
$ tar -zxvf hBN.tar.gz      
$ ls 
YAMBO_TUTORIALS
  • Download: from [this link]

Full tutorials

If you are starting out with Yambo, or even an experienced user, we recommend that you complete the following tutorials before trying to use Yambo for your system. Each tutorial is fairly standalone, although some require that you have completed previous ones.

Introduction

Quasiparticles in the GW approximation

Using Yambo in Parallel

Excitons and the Bethe-Salpeter Equation

Yambo-python driver



Modules

An alternative way to learn Yambo is through a more detailed look at our documentation modules. These provide a focus on the input parameters, run time behaviour, and underlying physics behind each yambo task or runlevel. Although they can be followed separately, they are better followed as part of the more structured tutorials given above. The modules are grouped as follows:

Other stuff and old stuff


Navigation: Home -> Tutorials