Gnuplot scripts: Difference between revisions

From The Yambo Project
Jump to navigation Jump to search
(Created page with "===hf.gnu=== set key c set grid y set grid x set xtics nomirror set x2tics set xlabel 'Cutoff Energy Ry" set x2label 'Number of RL Vectors in Exchange' p "hf.dat" u 1...")
 
No edit summary
Line 8: Line 8:
  set x2label 'Number of RL Vectors in Exchange'  
  set x2label 'Number of RL Vectors in Exchange'  
  p "hf.dat" u 1:($4-$3)  w lp lw 2 lt -1 t "HF gap", '' using 1:($4-$3):x2tic(2) lt 7 t ''
  p "hf.dat" u 1:($4-$3)  w lp lw 2 lt -1 t "HF gap", '' using 1:($4-$3):x2tic(2) lt 7 t ''
== Links ==
* [[Tutorials|Back to tutorials menu]]
* [[How to obtain the quasi-particle band structure of a bulk material: h-BN | Back to How to obtain the quasiparticle band structure of a bulk material: h-BN  ]]
* [[Hartree Fock | Back to Hartree Fock module]]

Revision as of 09:10, 12 April 2017

hf.gnu

set key c
set grid y
set grid x
set xtics nomirror
set x2tics
set xlabel 'Cutoff Energy Ry"
set x2label 'Number of RL Vectors in Exchange' 
p "hf.dat" u 1:($4-$3)  w lp lw 2 lt -1 t "HF gap",  using 1:($4-$3):x2tic(2) lt 7 t 


Links