srDFT_SC/new/F2_avdz/plots/pouet.gp

16 lines
554 B
Plaintext
Raw Normal View History

2020-01-13 16:54:44 +01:00
set xrange [:5]
set key bottom
set xlabel "Inter nuclear distance (a.u.) "
set ylabel "Energy (Hartree)"
set key font ",15"
set key spacing "1,8"
plot 'E_relat_dft' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 title "FCI/avdz"
replot 'E_relat_dft' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 title "FCI+SU-PBE-OT/avdz"
replot 'E_relat_exact' using 1:2 smooth cspline notitle lt 7 , "" using 1:2 w p lt 7 ps 1 title "Exact"
2019-11-23 16:38:36 +01:00
set terminal eps enhanced linewidth 6
2020-01-13 16:54:44 +01:00
set output "DFT_avdzE_relat.eps"
2019-10-01 19:13:31 +02:00
replot