srDFT_SC/new/H10_vdz/plots/pouet.gp

18 lines
651 B
Plaintext
Raw Normal View History

2019-11-23 16:38:36 +01:00
2020-01-27 14:20:58 +01:00
set xrange [:3.6]
set xlabel "Internuclear distance (bohr)"
2020-01-26 16:00:22 +01:00
set ylabel "Atomization energy (hartree)"
2020-01-27 14:20:58 +01:00
set format y "%.2f"
set format x "%.1f"
set grid
2020-01-27 14:40:36 +01:00
set title "H_{10}, cc-pVDZ"
2020-01-27 14:20:58 +01:00
plot 'data_DFT_vdzE_error' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 title "FCI"
replot 'data_DFT_vdzE_error' using 1:3 smooth cspline notitle lt 8 , "" using 1:3 w p lt 8 title "FCI+PBE"
replot 'data_DFT_vdzE_error' using 1:4 smooth cspline notitle lt 4 , "" using 1:4 w p lt 4 title "FCI+PBEot"
2019-10-02 18:43:27 +02:00
2020-01-27 14:20:58 +01:00
set terminal pdf enhanced font "Times" solid dashlength 1.0 linewidth 2. rounded size 4.0in, 3.0in
set output "DFT_vdzE_error.pdf"
replot