User Tools

Site Tools


exercises:2017_ethz_mmm:bands_2

This is an old revision of the document!


Calculation of the bandstructure of Si by means of DFT with different settings

connect to hypatia:
ssh -X EMPA-USER@jump1.empa.ch
ssh -X hypatia
module load python/2.7.12 

go in the directory where you want to put the exercise and do:

cp /home/cpi/exercise_11.tar ./
tar -xvf exercise_11.tar
cd exercise_11

You will find a different directory for each TASK

Please have a look at this web page

http://materialscloud.org/sssp/

where pseudopotentials for different elements of the periodic table can be found. For each pseudopotential several convergence test have been made, the use of the data contained in this webpage can be in general trusted, but additional tests are always a good praxis

Please also have a look at the webpage of quantum-espresso to find a detailed description of input parameters

http://www.quantum-espresso.org/

TASK_0

The batch script run contain the instruction to run a quantum-espresso DFT calculaiton for a conventional cell of Si (ibrav=1 for simple cubic cell). As you can see in the file, 8 atoms are included in the cell of parameter a=5.43A. The primitive cell (ibrav=2 for fcc) would contain only 2 atoms and would not be cubic. The scirpt is ment to run a calculation to optimize the wavefuntion of the system and to compute the total energy. A sinlge k point, Gamma, is used for the summation over the Brillouin Zone.

edit the script run and identify the sections where
  • the lattice parameter is specified
  • the type of lattice (ibrav) is specified
  • the coordinates of the atoms are provided in crystal coordinates
  • the Monkhorst-Pack grid (in this case only Gamma point) is specifyed for the BZ sums

Submit the calculation to the queue

qsub run

Have a look to th eoutput generated: si.out

  • identify where the symmetry operations used by the code are listed
  • identify the k-points used during the calculations
  • find where the eigenvalues (provided in eV) for each k-point are printed
  • find the total energy of teh system

to find the total energy of the system you can also type:

grep "\!" si.out

to find the Fermi energy of the system you can also type:

grep "Fermi" si.out
exercises/2017_ethz_mmm/bands_2.1495014071.txt.gz · Last modified: 2020/08/21 10:15 (external edit)