User Tools

Site Tools


band_structure

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
band_structure [2009/11/25 22:44]
jelen
band_structure [2014/10/20 12:42] (current)
Line 18: Line 18:
    Fermi Level =   ​-4.33045968490834 ​    Fermi Level =   ​-4.33045968490834 ​
  
-In next step, we run the ''​FIREBALL''​ code again, but now with fixed charges (**''​ifixcharge = 1''​**) and with a new set of k-points in desired high-symmetry directions in the first Brillouin zone. Remember we need having **''​CHARGES''​** file in a working directory for a restart. In this particular case,we have chosen a direction ''​L-Γ-X-Γ''​ stored in a **''​lgxg.kpts''​** file (see also fig. 1).+In next step, we run the ''​FIREBALL''​ code again, but now with fixed charges (**''​ifixcharge = 1''​**) and with a new set of k-points in desired high-symmetry directions in the first Brillouin zone. Remember we need having **''​CHARGES''​** file in a working directory for a restart. In this particular case,we have chosen a direction ''​L-Γ-X-Γ''​ stored in a **''​{{:lgxg.kpts|lgxg.kpts}}''​** file (see also fig. 1).
  
  
Line 55: Line 55:
   multiplot>​ plot "​ek.dat"​ using 1:7 with lines   multiplot>​ plot "​ek.dat"​ using 1:7 with lines
   ​   ​
-{{:​si-bulk:​si-bulk.png|Si-bulk Band Structure}}+{{:​si-bulk:​si-bulk.png?400|Si-bulk Band Structure}}
  
  
   ​   ​
 +
 ===== DOS ===== ===== DOS =====
  
Line 88: Line 89:
 After finishing a run, we obtain **''​dens_001.dat''​**,​**''​dens_002.dat''​** including projected DOS on two Si atoms in the unit cell (including projected DOS onto individual shells of atoms). Additionally,​ there is a file **''​dens_TOT.dat''​** containing DOS. Here, a first column means energy and a second one DOS.  After finishing a run, we obtain **''​dens_001.dat''​**,​**''​dens_002.dat''​** including projected DOS on two Si atoms in the unit cell (including projected DOS onto individual shells of atoms). Additionally,​ there is a file **''​dens_TOT.dat''​** containing DOS. Here, a first column means energy and a second one DOS. 
  
- +  mac135> gnuplot 
 +  gnuplot> set xrange [0:1] 
 +  gnuplot> set yrange [-17:0] 
 +  gnuplot> set xlabel "DOS [arb. units]"​ 
 +  gnuplot> set ylabel "​Energy [eV]"​ 
 +  gnuplot> ​ plot "​dens_TOT.dat"​ using 2:1 title 'Total DOS' with lines, \ 
 +            "​dens_001.dat"​ using 11:1 title 'PDOS Si atom ' with lines 
 + 
 +{{:​si-bulk:​pdos-si_bulk.png?​400|DOS Si Bulk}} 
 + 
 + 
band_structure.1259185449.txt.gz · Last modified: 2011/02/18 13:14 (external edit)