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/02/09 11:24]
dani
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}}
  
  
Line 88: Line 88:
 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)