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
Next revision Both sides next revision
band_structure [2009/11/25 22:44]
jelen
band_structure [2014/10/20 12:40]
vlada
Line 38: Line 38:
   &END   &END
  
-After the run, we obtain a file **''​ek.dat''​** appears in a working directory. This file contains at each line set of eigenvalues for given k-points ordered in ascending form. The Fermi level can+After the run, we obtain a file **''​ek.dat''​** appears in a working directory. This file contains at each line set of eigenvalues for given k-points ordered in ascending form. File with k-points {{:​lgxg.kpts|lgxg.kpts}} ​The Fermi level can
 Now we have all information to plot the band structure of the Si bulk. Now we have all information to plot the band structure of the Si bulk.
  
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.txt · Last modified: 2014/10/20 12:42 (external edit)