srDFT_SC/new/N2_avtz/plots/pouet.gp

24 lines
1.4 KiB
Plaintext
Raw Normal View History

2019-10-01 19:13:31 +02:00
set xrange [:7]
2020-01-26 16:00:22 +01:00
set xlabel "Internuclear distance (bohr) "
set ylabel "Atomization energy (hartree)"
2020-01-27 14:08:14 +01:00
set format y "%.2f"
set format x "%.1f"
set grid
2020-01-27 17:12:00 +01:00
set style textbox opaque noborder
set style line 12 lc rgb '#dddddd' lt 1 lw 0.5
set grid xtics mxtics ytics mytics back ls 12, ls 12
2020-01-27 18:04:38 +01:00
#set label 1 at screen 0.035, 0.035 front "c) N_{2}, aug-cc-pVTZ"
2020-01-27 14:08:14 +01:00
plot 'data_DFT_avtzE_error' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 title "FCI"
replot 'data_DFT_avtzE_error' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 title "FCI+PBEot{/Symbol z}"
replot 'data_DFT_avtzE_error' using 1:4 smooth cspline notitle lt 4 , "" using 1:4 w p lt 4 ps 1 title "FCI+PBEot"
replot 'data_DFT_avtzE_error' using 1:3 smooth cspline notitle lt 9 , "" using 1:3 w p lt 9 ps 1 title "FCI+PBE"
replot 'data_DFT_avtzE_error' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 notitle
replot 'data_DFT_avtzE_error' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 notitle
replot 'data_DFT_avtzE_error' using 1:4 smooth cspline notitle lt 4 , "" using 1:4 w p lt 4 ps 1 notitle
replot 'data_DFT_avtzE_error' using 1:3 smooth cspline notitle lt 9 , "" using 1:3 w p lt 9 ps 1 notitle
2020-01-27 17:12:00 +01:00
set terminal pdf enhanced font "Times,16" solid dashlength 1.0 linewidth 2. rounded size 4.0in, 3.0in
2020-01-27 14:08:14 +01:00
set output "DFT_avtzE_error.pdf"
2019-10-01 19:13:31 +02:00
replot
2020-01-27 14:08:14 +01:00