1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
reset
set term x11 size 680,620
set size 1.0, 1.0
set origin 0.0, 0.0
unset key
set multiplot
set yrange[-30:30]
set size 0.33, 0.33
set origin 0.0, 0.66
set title "logderiv.0"
plot "logderiv.0" u 1:2 w l, "logderiv.0" u 1:3 w l
set size 0.33, 0.33
set origin 0.33, 0.66
set title "logderiv.1"
plot "logderiv.1" u 1:2 w l, "logderiv.1" u 1:3 w l
set size 0.33, 0.33
set origin 0.66, 0.66
set title "logderiv.2"
plot "logderiv.2" u 1:2 w l, "logderiv.2" u 1:3 w l
set size 0.33, 0.33
set origin 0.00, 0.33
set yrange[-5:5]
set xrange[0:5]
set title "wfn for l=0"
plot 'wfn1' u 1:2 w l lc 1, 'wfn1' u 1:3 w l lc 2, 'wfn1' u 1:4 w l lc 3
replot 'wfn2' u 1:2 w l lc 1, 'wfn2' u 1:3 w l lc 2, 'wfn2' u 1:4 w l lc 3
set size 0.33, 0.33
set origin 0.33, 0.33
set title "wfn for l=1"
plot 'wfn3' u 1:2 w l lc 1, 'wfn3' u 1:3 w l lc 2, 'wfn3' u 1:4 w l lc 3
plot 'wfn4' u 1:2 w l lc 1, 'wfn4' u 1:3 w l lc 2, 'wfn4' u 1:4 w l lc 3
set size 0.33, 0.33
set origin 0.00, 0.0
set xrange[0:10]
set yrange[-3:5]
set title "vloc & ftvloc"
plot 'vloc' u 1:2 w l lc 1,'ftvloc' u 1:2 w l lc 2,'ftvloc' u 1:3 w l lc 3,'ftvloc' u 1:4 w l lc 4
set size 0.33, 0.33
set origin 0.33, 0.0
set xrange[0:50]
set yrange[-1:10]
set title "ftkin and fthatpot"
plot 'ftkin.1' u ($1*$1*0.5):2 w l lc 1, 'ftkin.3' u ($1*$1*0.5):2 w l lc 3
replot 'fthatpot.0' u ($1*$1*0.5):2 w l lc 1, 'fthatpot.1' u ($1*$1*0.5):2 w l lc 2, 'fthatpot.2' u ($1*$1*0.5):2 w l lc 3
set size 0.33, 0.33
set origin 0.66, 0.0
set xrange[0:10]
set yrange[-0.5:1]
set title "tprod"
plot 'tprod.1' u ($1*$1*0.5):2 w l lc 1, 'tprod.3' u ($1*$1*0.5):2 w l lc 2
unset multiplot
|