2019-11-20 15:52:45 +01:00
|
|
|
set xrange [:7]
|
2019-11-23 16:38:36 +01:00
|
|
|
|
2020-01-20 18:37:01 +01:00
|
|
|
set xlabel "Inter nuclear distance (a.u.) "
|
2019-11-23 16:38:36 +01:00
|
|
|
set ylabel "Energy (Hartree)"
|
|
|
|
set key font ",15"
|
|
|
|
set key spacing "1,8"
|
|
|
|
|
2019-11-23 16:44:02 +01:00
|
|
|
plot 'data_DFT_avdzE_error' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 title "FCI/avdz"
|
|
|
|
replot 'data_DFT_avdzE_error' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 title "FCI+PBEot{/Symbol z}/avdz"
|
|
|
|
replot 'data_DFT_avdzE_error' using 1:4 smooth cspline notitle lt 4 , "" using 1:4 w p lt 4 ps 1 title "FCI+PBEot/avdz"
|
|
|
|
replot 'data_DFT_avdzE_error' using 1:3 smooth cspline notitle lt 9 , "" using 1:3 w p lt 9 ps 1 title "FCI+PBE/avdz"
|
2020-01-20 18:37:01 +01:00
|
|
|
set terminal pdf enhanced linewidth 4
|
|
|
|
set output "DFT_avdzE_error.pdf"
|
2019-11-20 15:52:45 +01:00
|
|
|
replot
|
|
|
|
|