Figures F2 O2 N2. H10 to do...

This commit is contained in:
Anthony Scemama 2020-01-27 14:08:14 +01:00
parent f0defbea7e
commit 4be360fd60
16 changed files with 392 additions and 2407 deletions

View File

@ -1,3 +1,4 @@
#!/bin/bash
WF=FCI
BASIS=avdz
@ -10,23 +11,32 @@ OUT=${METHOD}_${BASIS}E_${TYPE}
cat << EOF > pouet.gp
set xrange [:5]
set yrange [-0.25:0]
set format y "%.2f"
set format x "%.1f"
set xlabel "Inter atomic distance (a.u.) "
set ylabel "Energy (Hartree)"
set key font ",15"
set key spacing "1,8"
set xlabel "Interatomic distance (a.u.) "
set ylabel "Energy (a.u.)"
set grid
set key bottom
plot '${FILE}' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 title "${WF}/$BASIS"
replot '${FILE}' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 title "${WF}+PBEot0{/Symbol z}/$BASIS"
replot '${FILE}' using 1:6 smooth cspline notitle lt 7 , "" using 1:6 w p lt 7 ps 1 title "Exact"
set terminal eps enhanced linewidth 6
set output "${OUT}.eps"
set terminal pdfcairo \
font "Times,14" \
solid dashlength 1.0 linewidth 2. rounded \
size 4.0in, 3.0in
set output "${OUT}.pdf"
replot
quit
EOF
gnuplot pouet.gp
exit 0
if [[ $METHOD == "DFT" ]]; then
@ -35,19 +45,21 @@ cat << EOF > pouet.gp
set xrange [2.1 :3.0]
set yrange [-0.235:-0.18]
set key bottom
set format y "%.2f"
set format x "%.1f"
set xlabel "Inter atomic distance (a.u.) "
set xlabel "Interatomic distance (a.u.) "
set ylabel "Energy (Hartree)"
set key font ",15"
set key spacing "1,8"
set grid
plot '${FILE}' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 title "${WF}/$BASIS"
replot '${FILE}' using 1:3 smooth cspline notitle lt 9 , "" using 1:3 w p lt 9 ps 1 title "${WF}+PBE-UEG~{/Symbol z}{.8-}/$BASIS"
replot '${FILE}' using 1:4 smooth cspline notitle lt 4 , "" using 1:4 w p lt 4 ps 1 title "${WF}+PBEot~{/Symbol z}{.8-}/$BASIS"
replot '${FILE}' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 title "${WF}+PBEot0{/Symbol z}/$BASIS"
replot '${FILE}' using 1:6 smooth cspline notitle lt 7 , "" using 1:6 w p lt 7 ps 1 title "Exact"
set terminal eps enhanced linewidth 6
set output "${OUT}.eps"
set terminal pdf enhanced
set output "${OUT}.pdf"
replot
EOF
@ -63,18 +75,22 @@ OUT=${METHOD}_${BASIS}E_${TYPE}
cat << EOF > pouet.gp
set xrange [:7]
set xlabel "Inter atomic distance (a.u.) "
set xlabel "Interatomic distance (a.u.) "
set ylabel "Energy (Hartree)"
set key font ",15"
set key spacing "1,8"
set grid
plot '${FILE}' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 title "${WF}/$BASIS"
replot '${FILE}' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 title "${WF}+PBEot{/Symbol z}/$BASIS"
replot '${FILE}' using 1:4 smooth cspline notitle lt 4 , "" using 1:4 w p lt 4 ps 1 title "${WF}+PBEot/$BASIS"
replot '${FILE}' using 1:3 smooth cspline notitle lt 9 , "" using 1:3 w p lt 9 ps 1 title "${WF}+PBE/$BASIS"
set terminal eps enhanced linewidth 6
set output "${OUT}.eps"
set terminal pdf enhanced\
font "Times,14" \
solid dashlength 1.0 linewidth 2. rounded \
size 4.0in, 3.0in
set output "${OUT}.pdf"
replot
quit
EOF

View File

@ -1,15 +1,21 @@
set xrange [:7]
set xrange [:5]
set yrange [-0.25:0]
set format y "%.2f"
set format x "%.1f"
set xlabel "Inter atomic distance (a.u.) "
set ylabel "Energy (Hartree)"
set key font ",15"
set key spacing "1,8"
set xlabel "Interatomic distance (a.u.) "
set ylabel "Energy (a.u.)"
set grid
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"
set terminal eps enhanced linewidth 6
set output "DFT_avdzE_error.eps"
set key bottom
plot 'data_DFT_avdzE_relat' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 title "FCI/avdz"
replot 'data_DFT_avdzE_relat' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 title "FCI+PBEot0{/Symbol z}/avdz"
replot 'data_DFT_avdzE_relat' using 1:6 smooth cspline notitle lt 7 , "" using 1:6 w p lt 7 ps 1 title "Exact"
set terminal pdfcairo font "Times,14" solid dashlength 1.0 linewidth 2. rounded size 4.0in, 3.0in
set output "DFT_avdzE_relat.pdf"
replot
quit

File diff suppressed because it is too large Load Diff

View File

@ -1,846 +0,0 @@
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: cairo 1.15.10 (http://cairographics.org)
%%CreationDate: Mon Jan 27 12:25:29 2020
%%Pages: 1
%%DocumentData: Clean7Bit
%%LanguageLevel: 2
%%BoundingBox: 0 0 360 216
%%EndComments
%%BeginProlog
50 dict begin
/q { gsave } bind def
/Q { grestore } bind def
/cm { 6 array astore concat } bind def
/w { setlinewidth } bind def
/J { setlinecap } bind def
/j { setlinejoin } bind def
/M { setmiterlimit } bind def
/d { setdash } bind def
/m { moveto } bind def
/l { lineto } bind def
/c { curveto } bind def
/h { closepath } bind def
/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
0 exch rlineto 0 rlineto closepath } bind def
/S { stroke } bind def
/f { fill } bind def
/f* { eofill } bind def
/n { newpath } bind def
/W { clip } bind def
/W* { eoclip } bind def
/BT { } bind def
/ET { } bind def
/BDC { mark 3 1 roll /BDC pdfmark } bind def
/EMC { mark /EMC pdfmark } bind def
/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
/Tj { show currentpoint cairo_store_point } bind def
/TJ {
{
dup
type /stringtype eq
{ show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
} forall
currentpoint cairo_store_point
} bind def
/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
/Tf { pop /cairo_font exch def /cairo_font_matrix where
{ pop cairo_selectfont } if } bind def
/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
/cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
/cairo_font where { pop cairo_selectfont } if } bind def
/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
/g { setgray } bind def
/rg { setrgbcolor } bind def
/d1 { setcachedevice } bind def
/cairo_data_source {
CairoDataIndex CairoData length lt
{ CairoData CairoDataIndex get /CairoDataIndex CairoDataIndex 1 add def }
{ () } ifelse
} def
/cairo_flush_ascii85_file { cairo_ascii85_file status { cairo_ascii85_file flushfile } if } def
/cairo_image { image cairo_flush_ascii85_file } def
/cairo_imagemask { imagemask cairo_flush_ascii85_file } def
%%EndProlog
%%BeginSetup
%%BeginResource: font DejaVuSans
11 dict begin
/FontType 42 def
/FontName /DejaVuSans def
/PaintType 0 def
/FontMatrix [ 1 0 0 1 0 0 ] def
/FontBBox [ 0 0 0 0 ] def
/Encoding 256 array def
0 1 255 { Encoding exch /.notdef put } for
Encoding 32 /space put
Encoding 40 /parenleft put
Encoding 41 /parenright put
Encoding 43 /plus put
Encoding 45 /hyphen put
Encoding 46 /period put
Encoding 47 /slash put
Encoding 48 /zero put
Encoding 50 /two put
Encoding 51 /three put
Encoding 52 /four put
Encoding 53 /five put
Encoding 54 /six put
Encoding 56 /eight put
Encoding 65 /A put
Encoding 66 /B put
Encoding 67 /C put
Encoding 69 /E put
Encoding 70 /F put
Encoding 71 /G put
Encoding 73 /I put
Encoding 79 /O put
Encoding 80 /P put
Encoding 83 /S put
Encoding 84 /T put
Encoding 85 /U put
Encoding 97 /a put
Encoding 98 /b put
Encoding 99 /c put
Encoding 100 /d put
Encoding 101 /e put
Encoding 103 /g put
Encoding 104 /h put
Encoding 105 /i put
Encoding 108 /l put
Encoding 109 /m put
Encoding 110 /n put
Encoding 111 /o put
Encoding 114 /r put
Encoding 115 /s put
Encoding 116 /t put
Encoding 117 /u put
Encoding 118 /v put
Encoding 120 /x put
Encoding 121 /y put
Encoding 122 /z put
/CharStrings 47 dict dup begin
/.notdef 0 def
/hyphen 1 def
/zero 2 def
/period 3 def
/six 4 def
/five 5 def
/four 6 def
/three 7 def
/two 8 def
/space 9 def
/eight 10 def
/A 11 def
/t 12 def
/o 13 def
/m 14 def
/i 15 def
/z 16 def
/a 17 def
/n 18 def
/e 19 def
/r 20 def
/g 21 def
/y 22 def
/parenleft 23 def
/h 24 def
/parenright 25 def
/I 26 def
/u 27 def
/c 28 def
/l 29 def
/d 30 def
/s 31 def
/b 32 def
/F 33 def
/C 34 def
/slash 35 def
/v 36 def
/plus 37 def
/P 38 def
/B 39 def
/E 40 def
/U 41 def
/G 42 def
/O 43 def
/T 44 def
/S 45 def
/x 46 def
end readonly def
/sfnts [
<0001000000090080000300106376742000691d3900001e94000001fe6670676d7134766a0000
2094000000ab676c796656ded28f0000009c00001df8686561640d1447cc0000214000000036
686865610d9f079c0000217800000024686d7478d88c18650000219c000000bc6c6f63610002
b89800002258000000c06d617870049c06710000231800000020707265703b07f10000002338
0000056800020066fe96046605a400030007001a400c04fb0006fb0108057f0204002fc4d4ec
310010d4ecd4ec301311211125211121660400fc73031bfce5fe96070ef8f272062900010064
01df027f028300030011b6009c020401000410dccc310010d4ec301321152164021bfde50283
a40000020087ffe3048f05f0000b00170023401306a01200a00c91128c18091c0f1e031c151b
1810fcecf4ec310010e4f4ec10ee300122021110123332121110022732001110002322001110
00028b9c9d9d9c9d9d9d9dfb0109fef7fbfbfef701090550fecdfeccfecdfecd013301330134
0133a0fe73fe86fe87fe73018d0179017a018d00000100db000001ae00fe00030011b7008302
011900180410fcec31002fec3037331523dbd3d3fefe0002008fffe3049605f0000b00240058
40241306000d860c00a01606a01c16a510a00c8922911c8c250c22091c191e131c03211f1b25
10fcececf4ece4310010e4f4e4fce410ee10ee10ee111239304014cb00cb01cd02cd03cd04cb
05cb0607a41eb21e025d015d01220615141633323635342601152e01232202033e0133320015
140023200011100021321602a4889f9f88889f9f01094c9b4cc8d30f3bb26be10105fef0e2fe
fdfeee0150011b4c9b033bbaa2a1bbbba1a2ba0279b82426fef2feef575dfeefebe6feea018d
0179016201a51e0000000001009effe3046405d5001d005e4023041a071186101d1aa00714a0
10890d02a000810d8c07a41e171c010a031c000a10061e10fc014bb016544bb014545b58b900
10ffc038594bb00f5458b9001000403859c4d4ec10c4ee310010e4e4f4ec10e6ee10fec410ee
1112393013211521113e0133320015140021222627351e0133323635342623220607dd0319fd
a02c582cfa0124fed4feef5ec3685ac06badcacaad51a15405d5aafe920f0ffeeeeaf1fef520
20cb3130b69c9cb62426000000020064000004a405d50002000d0081401d010d030d0003030d
4200030b07a00501038109010c0a001c0608040c0e10dc4bb00b544bb00d545b58b9000cffc0
3859d43cc4ec32113931002fe4d43cec321239304b5358071004c9071005c9592201402a0b00
2a0048005900690077008a000716012b0026012b0336014e014f0c4f0d5601660175017a0385
010d5d005d09012103331133152311231121350306fe0201fe35fed5d5c9fd5e0525fce303cd
fc33a8fea00160c300000001009cffe3047305f000280070402e0015130a86091f862013a015
0da00993061ca020932391068c15a329161c13000314191c2620101c03141f09062910fc4bb0
16544bb014545b58b90009ffc03859c4c4d4ecf4ec11173939310010ece4f4e4ec10e6ee10ee
10ee10ee11123930014009641e611f6120642104005d011e0115140421222627351e01333236
3534262b013533323635342623220607353e01333204151406033f91a3fed0fee85ec76a54c8
6dbec7b9a5aeb6959ea39853be7273c959e6010c8e03251fc490ddf22525c33132968f8495a6
7770737b2426b42020d1b27cab00000100960000044a05f0001c009e4027191a1b03181c1105
0400110505044210a111940da014910400a00200100a02010a1c171003061d10fc4bb015544b
b016545b4bb014545b58b90003ffc03859c4d4ecc0c011123931002fec32f4ecf4ec304b5358
071005ed0705ed01b01c1011173959220140325504560556077a047a05761b87190704000419
041a041b051c74007606751a731b741c82008619821a821b821ca800a81b115d005d25211521
353600373e0135342623220607353e01333204151406070600018902c1fc4c73018d33614da7
865fd3787ad458e80114455b19fef4aaaaaa7701913a6d974977964243cc3132e8c25ca5701d
feeb00000003008bffe3048b05f0000b0023002f00434025180c00a02706a01e2da012911e8c
27a330180c242a1c15241c0f091c151b1e031c0f211b3010fcc4ecf4c4ec10ee10ee11393931
0010ece4f4ec10ee10ee393930012206151416333236353426252e0135342433321615140607
1e01151404232224353436131416333236353426232206028b90a5a59090a6a5fea5829100ff
dedffe918192a3fef7f7f7fef7a448918382939382839102c59a87879a9b86879a5620b280b3
d0d0b380b22022c68fd9e8e8d98fc60161748282747482820000000200100000056805d50002
000a00c2404100110100040504021105050401110a030a0011020003030a0711050406110505
040911030a08110a030a4200030795010381090509080706040302010009050a0b10d4c41739
31002f3ce4d4ec1239304b5358071005ed0705ed071005ed0705ed071008ed071005ed071005
ed071008ed5922b2200c01015d40420f010f020f070f080f005800760070008c000907010802
060309041601190256015802500c67016802780176027c0372047707780887018802800c9802
99039604175d005d090121013301230321032302bcfeee0225fe7be50239d288fd5f88d5050e
fd1903aefa2b017ffe81000000010037000002f2059e0013003840190e05080f03a9001101bc
08870a0b08090204000810120e461410fc3cc4fc3cc432393931002fecf43cc4ec3211393930
b2af1501015d01112115211114163b01152322263511233533110177017bfe854b73bdbdd5a2
8787059efec28ffda0894e9a9fd202608f013e00000000020071ffe30475047b000b0017004a
401306b91200b90cb8128c1809120f51031215451810fcecf4ec310010e4f4ec10ee3040233f
197b007b067f077f087f097f0a7f0b7b0c7f0d7f0e7f0f7f107f117b12a019f01911015d0122
06151416333236353426273200111000232200111000027394acab9593acac93f00112feeef0
f1feef011103dfe7c9c9e7e8c8c7e99cfec8feecfeedfec701390113011401380000000100ba
0000071d047b0022005a4026061209180f00061d07150c871d2003b81bbc19100700110f0808
065011080f501c18081a462310fcec32fcfcfcec11123931002f3c3ce4f43cc4ec3211121739
3040133024502470249024a024a024bf24df24ff2409015d013e013332161511231134262322
061511231134262322061511231133153e01333216042945c082afbeb972758fa6b972778da6
b9b93fb0797aab03897c76f5e2fd5c029ea19cbea4fd87029ea29bbfa3fd870460ae67627c00
0000000200c100000179061400030007002b400e06be04b100bc020501080400460810fc3cec
3231002fe4fcec30400b1009400950096009700905015d1333112311331523c1b8b8b8b80460
fba00614e90000010058000003db04600009009d401a081102030203110708074208a900bc03
a905080301000401060a10dc4bb00b544bb00c545b58b90006ffc038594bb0135458b9000600
403859c432c411393931002fecf4ec304b5358071005ed071005ed5922014042050216022602
47024907050b080f0b18031b082b08200b36033908300b400140024503400440054308570359
085f0b6001600266036004600562087f0b800baf0b1b5d005d1321150121152135012171036a
fd4c02b4fc7d02b4fd650460a8fcdb93a80325000002007bffe3042d047b000a002500bc4027
191f0b17090e00a91706b90e1120861fba1cb923b8118c170c001703180d09080b1f03081445
2610fcecccd4ec323211393931002fc4e4f4fcf4ec10c6ee10ee11391139123930406e301d30
1e301f3020302130223f27401d401e401f402040214022501d501e501f502050215022502770
27851d871e871f8720872185229027a027f0271e301e301f30203021401e401f40204021501e
501f50205021601e601f60206021701e701f70207021801e801f80208021185d015d01220615
14163332363d01371123350e01232226353436332135342623220607353e0133321602bedfac
816f99b9b8b83fbc88accbfdfb0102a79760b65465be5af3f00233667b6273d9b4294cfd81aa
6661c1a2bdc0127f8b2e2eaa2727fc00000100ba00000464047b001300364019030900030e01
06870e11b80cbc0a010208004e0d09080b461410fcec32f4ec31002f3ce4f4c4ec1112173930
b46015cf1502015d0111231134262322061511231133153e013332160464b87c7c95acb9b942
b375c1c602a4fd5c029e9f9ebea4fd870460ae6564ef00020071ffe3047f047b0014001b0070
4024001501098608880515a90105b90c01bb18b912b80c8c1c1b1502081508004b02120f451c
10fcecf4ecc4111239310010e4f4ece410ee10ee10f4ee1112393040293f1d701da01dd01df0
1d053f003f013f023f153f1b052c072f082f092c0a6f006f016f026f156f1b095d71015d0115
211e0133323637150e01232000111000333200072e0123220607047ffcb20ccdb76ac76263d0
6bfef4fec70129fce20107b802a5889ab90e025e5abec73434ae2a2c0138010a01130143fedd
c497b4ae9e00000100ba0000034a047b001100304014060b0700110b03870eb809bc070a0608
0008461210fcc4ec3231002fe4f4ecc4d4cc11123930b450139f1302015d012e012322061511
231133153e0133321617034a1f492c9ca7b9b93aba85132e1c03b41211cbbefdb20460ae6663
0505000000020071fe56045a047b000b0028004a4023190c1d0912861316b90f03b92623b827
bc09b90fbd1a1d261900080c4706121220452910fcc4ecf4ec323231002fc4e4ece4f4c4ec10
fed5ee1112393930b6602a802aa02a03015d0134262322061514163332361710022122262735
1e013332363d010e0123220211101233321617353303a2a59594a5a59495a5b8fefefa61ac51
519e52b5b439b27ccefcfcce7cb239b8023dc8dcdcc8c7dcdcebfee2fee91d1eb32c2abdbf5b
6362013a01030104013a6263aa000001003dfe56047f0460000f018b40430708020911000f0a
110b0a00000f0e110f000f0d110c0d00000f0d110e0d0a0b0a0c110b0b0a420d0b0910000b05
8703bd0e0bbc100e0d0c0a09060300080f040f0b1010d44bb00a544bb008545b58b9000b0040
38594bb0145458b9000bffc03859c4c4111739310010e432f4ec113911391239304b53580710
05ed071008ed071008ed071005ed071008ed0705ed173259220140f0060005080609030d160a
170d100d230d350d490a4f0a4e0d5a095a0a6a0a870d800d930d120a000a09060b050c0b0e0b
0f1701150210041005170a140b140c1a0e1a0f2700240124022004200529082809250a240b24
0c270d2a0e2a0f201137003501350230043005380a360b360c380d390e390f30114100400140
024003400440054006400740084209450a470d490e490f401154005101510255035004500556
06550756085709570a550b550c590e590f501166016602680a690e690f60117b08780e780f89
008a09850b850c890d890e890f9909950b950c9a0e9a0fa40ba40cab0eab0fb011cf11df11ff
11655d005d050e012b01353332363f01013309013302934e947c936c4c543321fe3bc3015e01
5ec368c87a9a488654044efc94036c000000000100b0fef2027b0612000d0037400f06980097
0e0d070003120600130a0e10dc4bb0135458b9000affc038594bb00f5458b9000a00403859e4
32ec113939310010fcec300106021514121723260235341237027b86828385a0969594970612
e6fe3ee7e7fe3be5eb01c6e0df01c4ec000100ba000004640614001300344019030900030e01
06870e11b80c970a010208004e0d09080b461410fcec32f4ec31002f3cecf4c4ec1112173930
b2601501015d0111231134262322061511231133113e013332160464b87c7c95acb9b942b375
c1c602a4fd5c029e9f9ebea4fd870614fd9e6564ef00000100a4fef2026f0612000d001f400f
079800970e0701000b12041308000e10dc3cf4ec113939310010fcec30133316121514020723
3612353402a4a096959596a08583830612ecfe3cdfe0fe3aebe501c5e7e701c20000000100c9
0000019305d50003002eb700af02011c00040410fc4bb0105458b9000000403859ec31002fec
3001400d30054005500560058f059f05065d13331123c9caca05d5fa2b00000200aeffe30458
047b00130014003b401c030900030e0106870e118c0a01bc14b80c0d0908140b4e0208004615
10fcecf439ec3231002fe4e432f4c4ec1112173930b46f15c01502015d131133111416333236
3511331123350e0123222601aeb87c7c95adb8b843b175c1c801cf01ba02a6fd619f9fbea402
7bfba0ac6663f003a80000010071ffe303e7047b0019003f401b00860188040e860d880ab911
04b917b8118c1a07120d004814451a10fce432ec310010e4f4ec10fef4ee10f5ee30400b0f1b
101b801b901ba01b05015d01152e0123220615141633323637150e0123220011100021321603
e74e9d50b3c6c6b3509d4e4da55dfdfed6012d010655a20435ac2b2be3cdcde32b2baa242401
3e010e0112013a230000000100c100000179061400030022b7009702010800460410fcec3100
2fec30400d10054005500560057005f00506015d13331123c1b8b80614f9ec0000020071ffe3
045a06140010001c003840191ab9000e14b905088c0eb801970317040008024711120b451d10
fcecf4ec323231002fece4f4c4ec10c4ee30b6601e801ea01e03015d0111331123350e012322
0211100033321601141633323635342623220603a2b8b83ab17ccbff00ffcb7cb1fdc7a79292
a8a89292a703b6025ef9eca86461014401080108014461fe15cbe7e7cbcbe7e70001006fffe3
03c7047b002700e7403c0d0c020e0b531f1e080902070a531f1f1e420a0b1e1f041500860189
041486158918b91104b925b8118c281e0a0b1f1b0700521b080e07081422452810fcc4ecd4ec
e4111239393939310010e4f4ec10fef5ee10f5ee121739304b535807100eed111739070eed11
17395922b2002701015d406d1c0a1c0b1c0c2e092c0a2c0b2c0c3b093b0a3b0b3b0c0b200020
012402280a280b2a132f142f152a16281e281f292029212427860a860b860c860d1200000001
0202060a060b030c030d030e030f03100319031a031b031c041d09272f293f295f297f298029
9029a029f029185d005d7101152e012322061514161f011e0115140623222627351e01333236
3534262f012e01353436333216038b4ea85a898962943fc4a5f7d85ac36c66c661828c65ab40
ab98e0ce66b4043fae282854544049210e2a99899cb62323be353559514b50250f2495829eac
1e000000000200baffe304a40614000b001c0038401903b90c0f09b918158c0fb81b97190012
1247180c06081a461d10fcec3232f4ec31002fece4f4c4ec10c6ee30b6601e801ea01e03015d
013426232206151416333236013e01333200111002232226271523113303e5a79292a7a79292
a7fd8e3ab17bcc00ffffcc7bb13ab9b9022fcbe7e7cbcbe7e702526461febcfef8fef8febc61
64a80614000100c90000042305d50009002940120695040295008104ad08050107031c00040a
10fcec32d4c431002fecf4ec10ee30b20f0b01015d13211521112115211123c9035afd700250
fdb0ca05d5aafe48aafd370000010073ffe3052705f000190036401a0da10eae0a951101a100
ae04951791118c1a07190d003014101a10fcec32ec310010e4f4ecf4ec10eef6ee30b40f1b1f
1b02015d01152e0123200011100021323637150e01232000111000213216052766e782ff00fe
f00110010082e7666aed84feadfe7a0186015386ed0562d55f5efec7fed8fed9fec75e5fd348
48019f01670168019f47000000010000ff4202b205d50003002d4014001a010201021a030003
42029f008104020001032fc43939310010f4ec304b5358071005ed071005ed59220133012302
08aafdf8aa05d5f96d0000000001003d0000047f0460000600fb402703110405040211010205
050402110302060006011100000642020300bf0506050302010504000710d44bb00a5458b900
00004038594bb014544bb015545b58b90000ffc03859c4173931002fec3239304b5358071005
ed071008ed071008ed071005ed592201408e48026a027b027f02860280029102a40208060006
0109030904150015011a031a0426002601290329042008350035013a033a0430084600460149
034904460548064008560056015903590450086600660169036904670568066008750074017b
037b0475057a068500850189038904890586069600960197029a03980498059706a805a706b0
08c008df08ff083e5d005d133309013301233dc3015e015ec3fe5cfa0460fc5403acfba00000
000100d9000005db0504000b002340110009019c07030502150400170a0615080c10dcfc3cfc
3cec31002fd43cfc3cc43001112115211123112135211103ae022dfdd3a8fdd3022d0504fdd3
aafdd3022daa022d000200c90000048d05d500080013003a40180195100095098112100a0802
040005190d3f11001c09041410fcec32fcec11173931002ff4ecd4ec30400b0f151f153f155f
15af1505015d011133323635342623252132041514042b0111230193fe8d9a9a8dfe3801c8fb
0101fefffbfeca052ffdcf92878692a6e3dbdde2fda8000300c9000004ec05d5000800110020
004340231900950a0995128101950aad1f110b080213191f05000e1c1605191c2e09001c1204
2110fcec32fcecd4ec111739393931002fececf4ec10ee3930b20f2201015d01112132363534
262301112132363534262325213216151406071e01151404232101930144a39d9da3febc012b
94919194fe0b0204e7fa807c95a5fef0fbfde802c9fddd878b8c850266fe3e6f727170a6c0b1
89a21420cb98c8da000100c90000048b05d5000b002e401506950402950081089504ad0a0501
0907031c00040c10fcec32d4c4c431002fececf4ec10ee30b21f0d01015d1321152111211521
11211521c903b0fd1a02c7fd3902f8fc3e05d5aafe46aafde3aa0000000100b2ffe3052905d5
0011004040160802110b0005950e8c09008112081c0a38011c00411210fc4bb0105458b90000
ffc03859ecfcec310010e432f4ec11393939393001b61f138f139f13035d1333111416333236
35113311100021200011b2cbaec3c2aecbfedffee6fee5fedf05d5fc75f0d3d3f0038bfc5cfe
dcfed6012a01240000010073ffe3058b05f0001d0039402000051b0195031b950812a111ae15
950e91088c1e02001c1134043318190b101e10fcecfce4fcc4310010e4f4ecf4ec10fed4ee11
393930251121352111060423200011100021320417152e0123200011100021323604c3feb602
1275fee6a0fea2fe75018b015e9201076f70fc8bfeeefeed011301126ba8d50191a6fd7f5355
0199016d016e01994846d75f60fecefed1fed2fece25000000020073ffe305d905f0000b0017
0023401306951200950c91128c1809190f33031915101810fcecfcec310010e4f4ec10ee3001
22001110003332001110002720001110002120001110000327dcfefd0103dcdc0101feffdc01
3a0178fe88fec6fec5fe870179054cfeb8fee5fee6feb80148011a011b0148a4fe5bfe9efe9f
fe5b01a40162016201a500000001fffa000004e905d50007004a400e0602950081040140031c
0040050810d4e4fce431002ff4ec3230014bb00a5458bd00080040000100080008ffc0381137
3859401300091f00100110021f071009400970099f09095d03211521112311210604effdeecb
fdee05d5aafad5052b0000010087ffe304a205f00027007e403c0d0c020e0b021e1f1e080902
070a021f1f1e420a0b1e1f0415010015a11494189511049500942591118c281e0a0b1f1b0700
221b190e2d071914222810dcc4ecfcece4111239393939310010e4f4e4ec10eef6ee10c61117
39304b535807100eed11173907100eed1117395922b20f2901015db61f292f294f29035d0115
2e012322061514161f011e0115140421222627351e013332363534262f012e01353424333216
044873cc5fa5b377a67ae2d7feddfee76aef807bec72adbc879a7be2ca0117f569da05a4c537
36807663651f192bd9b6d9e0302fd04546887e6e7c1f182dc0abc6e426000001003b00000479
0460000b014340460511060706041103040707060411050401020103110202010b110001000a
11090a0101000a110b0a0708070911080807420a070401040800bf05020a0704010408000208
060c10d44bb00a544bb00f545b4bb010545b4bb011545b58b90006004038594bb0145458b900
06ffc03859c4d4c411173931002f3cec321739304b5358071005ed071008ed071008ed071005
ed071005ed071008ed071008ed071005ed59220140980a04040a1a04150a260a3d04310a5504
5707580a660a76017a047607740a8d04820a99049f049707920a900aa601a904af04a507a30a
a00a1c0a03040505090a0b1a03150515091a0b2903260525092a0b200d3a0139033705340736
09390b300d4903460545094a0b400d590056015902590357055606590756085609590b500d6f
0d78017f0d9b019407ab01a407b00dcf0ddf0dff0d2f5d005d09022309012309013309010464
fe6b01aad9febafebad901b3fe72d9012901290460fddffdc101b8fe48024a0216fe71018f00
013500b800cb00cb00c100aa009c01a600b800660000007100cb00a002b20085007500b800c3
01cb0189022d00cb00a600f000d300aa008700cb03aa0400014a003300cb000000d9050200f4
015400b4009c01390114013907060400044e04b4045204b804e704cd0037047304cd04600473
013303a2055605a60556053903c5021200c9001f00b801df007300ba03e9033303bc0444040e
00df03cd03aa00e503aa0404000000cb008f00a4007b00b80014016f007f027b0252008f00c7
05cd009a009a006f00cb00cd019e01d300f000ba018300d5009803040248009e01d500c100cb
00f600830354027f00000333026600d300c700a400cd008f009a0073040005d5010a00fe022b
00a400b4009c00000062009c0000001d032d05d505d505d505f0007f007b005400a406b80614
072301d300b800cb00a601c301ec069300a000d3035c037103db0185042304a80448008f0139
011401390360008f05d5019a0614072306660179046004600460047b009c00000277046001aa
00e904600762007b00c5007f027b000000b4025205cd006600bc00660077061000cd013b0185
0389008f007b0000001d00cd074a042f009c009c0000077d006f0000006f0335006a006f007b
00ae00b2002d0396008f027b00f600830354063705f6008f009c04e10266008f018d02f600cd
03440029006604ee00730000140000960000b707060504030201002c2010b002254964b04051
5820c859212d2cb002254964b040515820c859212d2c20100720b00050b00d7920b8ffff5058
041b0559b0051cb0032508b0042523e120b00050b00d7920b8ffff5058041b0559b0051cb003
2508e12d2c4b505820b0fd454459212d2cb002254560442d2c4b5358b00225b0022545445921
212d2c45442d2cb00225b0022549b00525b005254960b0206368208a108a233a8a10653a2d00
0001000000025eb8060bacea5f0f3cf5001f080000000000d3d94ef700000000d3d94ef7f7d6
fc4c0e5909dc00000008000000010000000000010000076dfe1d00000efef7d6fa510e590001
0000000000000000000000000000002f04cd006602e3006405170087028b00db0517008f0517
009e051700640517009c05170096028b00000517008b057900100323003704e5007107cb00ba
023900c10433005804e7007b051200ba04ec0071034a00ba0514007104bc003d031f00b00512
00ba031f00a4025c00c9051200ae04660071023900c105140071042b006f051400ba049a00c9
0596007302b2000004bc003d06b400d904d300c9057d00c9050e00c905db00b206330073064c
007304e3fffa0514008704bc003b000000000000004400000070000000f40000011c000001f4
000002b4000003700000045800000558000005580000062c00000728000007a4000008480000
090c0000095c00000a2800000b5400000bcc00000ca000000d1000000dd800000fa400001014
0000108c000010e40000112c000011b000001248000012840000131c0000147c000015140000
1568000016000000164c00001770000017c400001844000018f400001954000019d800001a80
00001b0c00001b7c00001c7400001df800010000002f0354002b0068000c0002001000990008
00000415021600080004b8028040fffbfe03fa1403f92503f83203f79603f60e03f5fe03f4fe
03f32503f20e03f19603f02503ef8a4105effe03ee9603ed9603ecfa03ebfa03eafe03e93a03
e84203e7fe03e63203e5e45305e59603e48a4105e45303e3e22f05e3fa03e22f03e1fe03e0fe
03df3203de1403dd9603dcfe03db1203da7d03d9bb03d8fe03d68a4105d67d03d5d44705d57d
03d44703d3d21b05d3fe03d21b03d1fe03d0fe03cffe03cefe03cd9603cccb1e05ccfe03cb1e
03ca3203c9fe03c6851105c61c03c51603c4fe03c3fe03c2fe03c1fe03c0fe03bffe03befe03
bdfe03bcfe03bbfe03ba1103b9862505b9fe03b8b7bb05b8fe03b7b65d05b7bb03b78004b6b5
2505b65d40ff03b64004b52503b4fe03b39603b2fe03b1fe03b0fe03affe03ae6403ad0e03ac
ab2505ac6403abaa1205ab2503aa1203a98a4105a9fa03a8fe03a7fe03a6fe03a51203a4fe03
a3a20e05a33203a20e03a16403a08a4105a096039ffe039e9d0c059efe039d0c039c9b19059c
64039b9a10059b19039a1003990a0398fe0397960d0597fe03960d03958a410595960394930e
05942803930e0392fa039190bb0591fe03908f5d0590bb039080048f8e25058f5d038f40048e
25038dfe038c8b2e058cfe038b2e038a8625058a410389880b05891403880b03878625058764
038685110586250385110384fe038382110583fe0382110381fe0380fe037ffe0340ff7e7d7d
057efe037d7d037c64037b5415057b25037afe0379fe03780e03770c03760a0375fe0374fa03
73fa0372fa0371fa0370fe036ffe036efe036c21036bfe036a1142056a530369fe03687d0367
11420566fe0365fe0364fe0363fe0362fe03613a0360fa035e0c035dfe035bfe035afe035958
0a0559fa03580a035716190557320356fe035554150555420354150353011005531803521403
514a130551fe03500b034ffe034e4d10054efe034d10034cfe034b4a13054bfe034a4910054a
1303491d0d05491003480d0347fe0346960345960344fe0343022d0543fa0342bb03414b0340
fe033ffe033e3d12053e14033d3c0f053d12033c3b0d053c40ff0f033b0d033afe0339fe0338
37140538fa033736100537140336350b05361003350b03341e03330d0332310b0532fe03310b
03302f0b05300d032f0b032e2d09052e10032d09032c32032b2a25052b64032a2912052a2503
2912032827250528410327250326250b05260f03250b0324fe0323fe03220f03210110052112
032064031ffa031e1d0d051e64031d0d031c1142051cfe031bfa031a42031911420519fe0318
64031716190517fe031601100516190315fe0314fe0313fe031211420512fe0311022d051142
03107d030f64030efe030d0c16050dfe030c0110050c16030bfe030a100309fe0308022d0508
fe030714030664030401100504fe03401503022d0503fe0302011005022d0301100300fe0301
b80164858d012b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b002b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b1d00>
] def
/f-0-0 currentdict end definefont pop
%%EndResource
%%EndSetup
%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox: 0 0 360 216
%%EndPageSetup
q 5 1 345 209 rectclip
1 0 0 -1 0 216 cm q
0 g
1.5 w
0 J
0 j
[] 0.0 d
3.8 M q 1 0 0 1 0 0 cm
53.148 186.75 m 56.852 186.75 l S Q
q 1 0 0 1 0 0 cm
345.148 186.75 m 341.449 186.75 l S Q
BT
8 0 0 -8 22.260938 189.775781 Tm
/f-0-0 1 Tf
(-0.065)Tj
ET
q 1 0 0 1 0 0 cm
53.148 167.102 m 56.852 167.102 l S Q
q 1 0 0 1 0 0 cm
345.148 167.102 m 341.449 167.102 l S Q
BT
8 0 0 -8 27.350781 170.125781 Tm
/f-0-0 1 Tf
(-0.06)Tj
ET
q 1 0 0 1 0 0 cm
53.148 147.449 m 56.852 147.449 l S Q
q 1 0 0 1 0 0 cm
345.148 147.449 m 341.449 147.449 l S Q
BT
8 0 0 -8 22.260938 150.475781 Tm
/f-0-0 1 Tf
(-0.055)Tj
ET
q 1 0 0 1 0 0 cm
53.148 127.801 m 56.852 127.801 l S Q
q 1 0 0 1 0 0 cm
345.148 127.801 m 341.449 127.801 l S Q
BT
8 0 0 -8 27.350781 130.825781 Tm
/f-0-0 1 Tf
(-0.05)Tj
ET
q 1 0 0 1 0 0 cm
53.148 108.148 m 56.852 108.148 l S Q
q 1 0 0 1 0 0 cm
345.148 108.148 m 341.449 108.148 l S Q
BT
8 0 0 -8 22.260938 111.175781 Tm
/f-0-0 1 Tf
(-0.045)Tj
ET
q 1 0 0 1 0 0 cm
53.148 88.449 m 56.852 88.449 l S Q
q 1 0 0 1 0 0 cm
345.148 88.449 m 341.449 88.449 l S Q
BT
8 0 0 -8 27.350781 91.475781 Tm
/f-0-0 1 Tf
(-0.04)Tj
ET
q 1 0 0 1 0 0 cm
53.148 68.801 m 56.852 68.801 l S Q
q 1 0 0 1 0 0 cm
345.148 68.801 m 341.449 68.801 l S Q
BT
8 0 0 -8 22.260938 71.825781 Tm
/f-0-0 1 Tf
(-0.035)Tj
ET
q 1 0 0 1 0 0 cm
53.148 49.148 m 56.852 49.148 l S Q
q 1 0 0 1 0 0 cm
345.148 49.148 m 341.449 49.148 l S Q
BT
8 0 0 -8 27.350781 52.175781 Tm
/f-0-0 1 Tf
(-0.03)Tj
ET
q 1 0 0 1 0 0 cm
53.148 29.5 m 56.852 29.5 l S Q
q 1 0 0 1 0 0 cm
345.148 29.5 m 341.449 29.5 l S Q
BT
8 0 0 -8 22.260938 32.525781 Tm
/f-0-0 1 Tf
(-0.025)Tj
ET
q 1 0 0 1 0 0 cm
53.148 9.852 m 56.852 9.852 l S Q
q 1 0 0 1 0 0 cm
345.148 9.852 m 341.449 9.852 l S Q
BT
8 0 0 -8 27.350781 12.875781 Tm
/f-0-0 1 Tf
(-0.02)Tj
ET
q 1 0 0 1 0 0 cm
82.352 186.75 m 82.352 183.051 l S Q
q 1 0 0 1 0 0 cm
82.352 9.852 m 82.352 13.551 l S Q
BT
8 0 0 -8 74.717188 199.075781 Tm
/f-0-0 1 Tf
( 2.6)Tj
ET
q 1 0 0 1 0 0 cm
140.75 186.75 m 140.75 183.051 l S Q
q 1 0 0 1 0 0 cm
140.75 9.852 m 140.75 13.551 l S Q
BT
8 0 0 -8 133.117188 199.075781 Tm
/f-0-0 1 Tf
( 2.8)Tj
ET
q 1 0 0 1 0 0 cm
199.148 186.75 m 199.148 183.051 l S Q
q 1 0 0 1 0 0 cm
199.148 9.852 m 199.148 13.551 l S Q
BT
8 0 0 -8 195.333594 199.075781 Tm
/f-0-0 1 Tf
( 3)Tj
ET
q 1 0 0 1 0 0 cm
257.551 186.75 m 257.551 183.051 l S Q
q 1 0 0 1 0 0 cm
257.551 9.852 m 257.551 13.551 l S Q
BT
8 0 0 -8 249.917188 199.075781 Tm
/f-0-0 1 Tf
( 3.2)Tj
ET
q 1 0 0 1 0 0 cm
315.949 186.75 m 315.949 183.051 l S Q
q 1 0 0 1 0 0 cm
315.949 9.852 m 315.949 13.551 l S Q
BT
8 0 0 -8 308.317188 199.075781 Tm
/f-0-0 1 Tf
( 3.4)Tj
ET
q 1 0 0 1 0 0 cm
53.148 9.852 292 176.898 re S Q
BT
0 -8 -8 0 11.175781 156.481641 Tm
/f-0-0 1 Tf
[(A)18(tomization ener)17(gy \(hartr)22(ee\))]TJ
8 0 0 -8 141.843359 213.025781 Tm
[(Inter)18(nuclear distance \(bohr\) )]TJ
ET
0 0.619608 0.45098 rg
q 1 0 0 1 0 0 cm
53.148 84.301 m 56.102 88.648 l 59.051 92.648 l 62 96.352 l 64.949 99.801
l 67.898 102.949 l 70.852 105.801 l 73.801 108.449 l 76.75 110.801 l 79.699
112.949 l 82.648 114.852 l 85.602 116.602 l 88.551 118.102 l 91.5 119.398
l 94.449 120.551 l 97.398 121.5 l 100.352 122.352 l 103.301 123 l 106.25
123.551 l 109.199 123.949 l 112.148 124.301 l 115.102 124.5 l 118.051 124.602
l 121 124.648 l 123.949 124.602 l 126.898 124.5 l 129.852 124.352 l 132.801
124.102 l 138.699 123.398 l 141.648 122.949 l 144.602 122.449 l 147.551
121.898 l 153.449 120.602 l 156.398 119.852 l 159.352 119.102 l 162.301
118.25 l 165.25 117.352 l 168.199 116.449 l 171.148 115.449 l 174.102 114.449
l 177.051 113.352 l 180 112.25 l 182.949 111.102 l 185.898 109.898 l 188.852
108.699 l 191.801 107.449 l 194.75 106.148 l 197.699 104.852 l 200.602
103.5 l 203.551 102.102 l 206.5 100.699 l 212.398 97.801 l 215.352 96.352
l 218.301 94.801 l 221.25 93.301 l 227.148 90.199 l 230.102 88.602 l 233.051
87 l 236 85.352 l 238.949 83.75 l 241.898 82.102 l 244.852 80.398 l 247.801
78.75 l 253.699 75.352 l 256.648 73.648 l 259.602 71.898 l 262.551 70.199
l 271.398 64.949 l 274.352 63.199 l 286.148 56.199 l 289.102 54.398 l 297.949
49.148 l 300.898 47.449 l 303.852 45.699 l 306.801 43.949 l 315.648 38.852
l 318.602 37.148 l 321.551 35.449 l 324.5 33.801 l 327.449 32.148 l 330.398
30.5 l 333.352 28.898 l 336.301 27.301 l 339.25 25.699 l 342.199 24.102
l 345.148 22.602 l S Q
0 g
BT
9.333008 0 0 -9.333008 125.502441 22.513086 Tm
/f-0-0 1 Tf
(FCI/avdz)Tj
ET
0 0.619608 0.45098 rg
q 1 0 0 1 0 0 cm
50.148 81.301 m 56.148 87.301 l S Q
q 1 0 0 1 0 0 cm
50.148 87.301 m 56.148 81.301 l S Q
q 1 0 0 1 0 0 cm
115.852 121.602 m 121.852 127.602 l S Q
q 1 0 0 1 0 0 cm
115.852 127.602 m 121.852 121.602 l S Q
q 1 0 0 1 0 0 cm
196.148 101.148 m 202.148 107.148 l S Q
q 1 0 0 1 0 0 cm
196.148 107.148 m 202.148 101.148 l S Q
q 1 0 0 1 0 0 cm
342.148 19.602 m 348.148 25.602 l S Q
q 1 0 0 1 0 0 cm
342.148 25.602 m 348.148 19.602 l S Q
q 1 0 0 1 0 0 cm
182.051 16 m 188.051 22 l S Q
q 1 0 0 1 0 0 cm
182.051 22 m 188.051 16 l S Q
0.580392 0 0.827451 rg
q 1 0 0 1 0 0 cm
53.148 115.699 m 56.102 119.449 l 59.051 122.898 l 62 126.051 l 64.949
128.949 l 67.898 131.551 l 70.852 133.898 l 73.801 136 l 76.75 137.852 l
79.699 139.5 l 82.648 140.949 l 85.602 142.148 l 88.551 143.148 l 91.5
144 l 94.449 144.648 l 97.398 145.199 l 100.352 145.551 l 103.301 145.75
l 106.25 145.852 l 109.199 145.852 l 112.148 145.699 l 115.102 145.449
l 118.051 145.148 l 121 144.801 l 123.949 144.352 l 126.898 143.801 l 129.852
143.25 l 132.801 142.602 l 135.75 141.898 l 138.699 141.148 l 141.648 140.301
l 144.602 139.449 l 147.551 138.5 l 150.5 137.5 l 156.398 135.398 l 159.352
134.25 l 165.25 131.852 l 168.199 130.602 l 171.148 129.25 l 174.102 127.898
l 177.051 126.551 l 180 125.102 l 182.949 123.648 l 185.898 122.199 l 188.852
120.648 l 191.801 119.102 l 194.75 117.551 l 197.699 115.949 l 200.602
114.301 l 203.551 112.648 l 206.5 111 l 212.398 107.602 l 215.352 105.852
l 221.25 102.352 l 227.148 98.75 l 230.102 96.949 l 233.051 95.148 l 236
93.301 l 238.949 91.449 l 241.898 89.602 l 244.852 87.699 l 247.801 85.852
l 250.75 83.949 l 253.699 82.051 l 256.648 80.148 l 259.602 78.25 l 262.551
76.352 l 265.5 74.449 l 268.449 72.551 l 271.398 70.648 l 274.352 68.699
l 277.301 66.801 l 280.25 64.898 l 286.148 61.102 l 289.102 59.199 l 292.051
57.301 l 295 55.398 l 297.949 53.551 l 300.898 51.648 l 303.852 49.801
l 306.801 47.949 l 309.75 46.102 l 315.648 42.5 l 318.602 40.699 l 321.551
38.898 l 330.398 33.648 l 333.352 31.949 l 339.25 28.551 l 342.199 26.898
l 345.148 25.301 l S Q
0 g
BT
9.333008 0 0 -9.333008 76.42666 33.363086 Tm
/f-0-0 1 Tf
(FCI+PBE-UEG/avdz)Tj
ET
0.580392 0 0.827451 rg
q 1 0 0 1 0 0 cm
50.148 112.699 6 6 re S Q
q 1 0 0 1 0 0 cm
115.852 142.051 6 6 re S Q
q 1 0 0 1 0 0 cm
196.148 112.102 6 6 re S Q
q 1 0 0 1 0 0 cm
342.148 22.301 6 6 re S Q
q 1 0 0 1 0 0 cm
182.051 26.852 6 6 re S Q
0.901961 0.623529 0 rg
q 1 0 0 1 0 0 cm
53.148 115.648 m 56.102 119.5 l 59.051 123 l 62 126.199 l 64.949 129.102
l 67.898 131.801 l 70.852 134.148 l 73.801 136.301 l 76.75 138.199 l 79.699
139.898 l 82.648 141.352 l 85.602 142.602 l 88.551 143.648 l 91.5 144.551
l 94.449 145.25 l 97.398 145.801 l 100.352 146.199 l 103.301 146.449 l
106.25 146.551 l 109.199 146.602 l 112.148 146.5 l 115.102 146.301 l 118.051
146 l 121 145.648 l 123.949 145.25 l 126.898 144.75 l 129.852 144.199 l
132.801 143.602 l 135.75 142.898 l 138.699 142.148 l 141.648 141.352 l
144.602 140.5 l 147.551 139.602 l 150.5 138.648 l 153.449 137.648 l 156.398
136.551 l 159.352 135.449 l 162.301 134.301 l 165.25 133.102 l 168.199
131.852 l 171.148 130.551 l 174.102 129.25 l 177.051 127.852 l 180 126.449
l 185.898 123.551 l 188.852 122.051 l 194.75 118.949 l 197.699 117.352
l 200.602 115.75 l 203.551 114.102 l 206.5 112.449 l 212.398 109.051 l 215.352
107.352 l 221.25 103.852 l 224.199 102.051 l 227.148 100.301 l 230.102
98.449 l 233.051 96.648 l 236 94.801 l 238.949 93 l 241.898 91.102 l 244.852
89.25 l 247.801 87.398 l 253.699 83.602 l 256.648 81.699 l 259.602 79.801
l 262.551 77.898 l 268.449 74.102 l 271.398 72.148 l 274.352 70.25 l 277.301
68.352 l 280.25 66.449 l 283.199 64.5 l 286.148 62.602 l 289.102 60.699
l 292.051 58.801 l 295 56.949 l 297.949 55.051 l 300.898 53.148 l 303.852
51.301 l 306.801 49.449 l 309.75 47.602 l 312.699 45.75 l 315.648 43.949
l 318.602 42.148 l 321.551 40.352 l 324.5 38.551 l 330.398 35.051 l 333.352
33.352 l 336.301 31.648 l 339.25 29.949 l 342.199 28.301 l 345.148 26.648
l S Q
0 g
BT
9.333008 0 0 -9.333008 83.080225 44.213086 Tm
/f-0-0 1 Tf
[(FCI+PBE-)-28(OT/avdz)]TJ
ET
0.901961 0.623529 0 rg
q 1 0 0 1 0 0 cm
50.148 112.648 6 6 re S Q
q 1 0 0 1 0 0 cm
115.852 142.898 6 6 re S Q
q 1 0 0 1 0 0 cm
196.148 113.551 6 6 re S Q
q 1 0 0 1 0 0 cm
342.148 23.648 6 6 re S Q
q 1 0 0 1 0 0 cm
182.051 37.699 6 6 re S Q
0 g
q 1 0 0 1 0 0 cm
53.148 114.648 m 56.102 118.449 l 59.051 122 l 62 125.199 l 64.949 128.148
l 67.898 130.801 l 70.852 133.199 l 73.801 135.352 l 76.75 137.25 l 79.699
138.949 l 82.648 140.398 l 85.602 141.699 l 88.551 142.75 l 91.5 143.648
l 94.449 144.352 l 97.398 144.898 l 100.352 145.301 l 103.301 145.551 l
106.25 145.699 l 109.199 145.699 l 112.148 145.602 l 115.102 145.449 l
118.051 145.148 l 121 144.801 l 123.949 144.398 l 126.898 143.949 l 129.852
143.398 l 132.801 142.801 l 135.75 142.102 l 138.699 141.398 l 141.648
140.602 l 144.602 139.75 l 147.551 138.852 l 150.5 137.898 l 153.449 136.898
l 156.398 135.852 l 159.352 134.699 l 162.301 133.551 l 165.25 132.352
l 168.199 131.148 l 171.148 129.852 l 174.102 128.551 l 177.051 127.148
l 182.949 124.352 l 185.898 122.852 l 188.852 121.398 l 191.801 119.852
l 194.75 118.301 l 197.699 116.699 l 200.602 115.102 l 203.551 113.5 l 206.5
111.852 l 209.449 110.148 l 212.398 108.449 l 215.352 106.75 l 224.199
101.5 l 227.148 99.699 l 230.102 97.898 l 233.051 96.102 l 236 94.25 l 238.949
92.449 l 241.898 90.602 l 244.852 88.75 l 247.801 86.852 l 250.75 85 l
253.699 83.102 l 256.648 81.199 l 259.602 79.301 l 262.551 77.398 l 268.449
73.602 l 271.398 71.699 l 274.352 69.801 l 277.301 67.898 l 283.199 64.102
l 286.148 62.199 l 289.102 60.301 l 292.051 58.398 l 295 56.5 l 297.949
54.648 l 300.898 52.75 l 303.852 50.898 l 306.801 49.051 l 309.75 47.199
l 312.699 45.398 l 315.648 43.551 l 318.602 41.75 l 321.551 39.949 l 330.398
34.699 l 333.352 33 l 339.25 29.602 l 342.199 27.949 l 345.148 26.352 l
S Q
BT
9.333008 0 0 -9.333008 66.95708 55.063086 Tm
/f-0-0 1 Tf
[(FCI+SU-PBE-)-28(OT/avdz)]TJ
ET
q 1 0 0 1 0 0 cm
50.148 116.648 m 53.148 111.648 l 56.148 116.648 l h
50.148 116.648 m S Q
q 1 0 0 1 0 0 cm
115.852 147.102 m 118.852 142.102 l 121.852 147.102 l h
115.852 147.102 m S Q
q 1 0 0 1 0 0 cm
196.148 117.898 m 199.148 112.898 l 202.148 117.898 l h
196.148 117.898 m S Q
q 1 0 0 1 0 0 cm
342.148 28.352 m 345.148 23.352 l 348.148 28.352 l h
342.148 28.352 m S Q
q 1 0 0 1 0 0 cm
182.051 53.551 m 185.051 48.551 l 188.051 53.551 l h
182.051 53.551 m S Q
0.898039 0.117647 0.0627451 rg
q 1 0 0 1 0 0 cm
53.148 154.602 m 56.102 157.352 l 59.051 159.852 l 62 162.199 l 64.949
164.352 l 67.898 166.301 l 70.852 168.051 l 73.801 169.648 l 76.75 171 l
79.699 172.199 l 82.648 173.25 l 85.602 174.102 l 88.551 174.852 l 91.5
175.398 l 94.449 175.801 l 97.398 176.102 l 100.352 176.301 l 103.301 176.352
l 106.25 176.301 l 109.199 176.102 l 112.148 175.852 l 115.102 175.5 l
118.051 175.051 l 121 174.5 l 123.949 173.852 l 126.898 173.102 l 129.852
172.25 l 132.801 171.352 l 135.75 170.398 l 138.699 169.352 l 141.648 168.199
l 144.602 167 l 147.551 165.75 l 150.5 164.398 l 153.449 163 l 156.398
161.551 l 159.352 160.051 l 162.301 158.5 l 165.25 156.852 l 168.199 155.199
l 171.148 153.5 l 174.102 151.75 l 177.051 149.949 l 180 148.102 l 182.949
146.25 l 185.898 144.352 l 188.852 142.398 l 191.801 140.449 l 194.75 138.449
l 197.699 136.398 l 200.602 134.352 l 203.551 132.301 l 206.5 130.199 l
209.449 128.148 l 212.398 126 l 215.352 123.898 l 221.25 119.602 l 224.199
117.449 l 227.148 115.25 l 230.102 113.051 l 233.051 110.898 l 241.898
104.301 l 244.852 102.051 l 247.801 99.852 l 250.75 97.648 l 256.648 93.25
l 259.602 91 l 265.5 86.602 l 268.449 84.398 l 271.398 82.199 l 274.352
80.051 l 277.301 77.852 l 280.25 75.699 l 283.199 73.551 l 286.148 71.398
l 289.102 69.25 l 292.051 67.148 l 295 65.051 l 297.949 62.949 l 300.898
60.898 l 303.852 58.852 l 306.801 56.801 l 312.699 52.801 l 315.648 50.852
l 318.602 48.898 l 321.551 46.949 l 324.5 45.051 l 327.449 43.199 l 330.398
41.301 l 333.352 39.5 l 339.25 35.898 l 345.148 32.398 l S Q
0 g
BT
9.333008 0 0 -9.333008 139.419922 65.913086 Tm
/f-0-0 1 Tf
(Exact)Tj
ET
0.898039 0.117647 0.0627451 rg
76.602 169.551 m 76.602 173.551 70.602 173.551 70.602 169.551 c 70.602
165.551 76.602 165.551 76.602 169.551 c f
q 1 0 0 1 0 0 cm
76.602 169.551 m 76.602 173.551 70.602 173.551 70.602 169.551 c 70.602
165.551 76.602 165.551 76.602 169.551 c S Q
105.25 176.352 m 105.25 180.352 99.25 180.352 99.25 176.352 c 99.25 172.352
105.25 172.352 105.25 176.352 c f
q 1 0 0 1 0 0 cm
105.25 176.352 m 105.25 180.352 99.25 180.352 99.25 176.352 c 99.25 172.352
105.25 172.352 105.25 176.352 c S Q
153.852 164.199 m 153.852 168.199 147.852 168.199 147.852 164.199 c 147.852
160.199 153.852 160.199 153.852 164.199 c f
q 1 0 0 1 0 0 cm
153.852 164.199 m 153.852 168.199 147.852 168.199 147.852 164.199 c 147.852
160.199 153.852 160.199 153.852 164.199 c S Q
209.051 130.551 m 209.051 134.551 203.051 134.551 203.051 130.551 c 203.051
126.551 209.051 126.551 209.051 130.551 c f
q 1 0 0 1 0 0 cm
209.051 130.551 m 209.051 134.551 203.051 134.551 203.051 130.551 c 203.051
126.551 209.051 126.551 209.051 130.551 c S Q
319.398 50.352 m 319.398 54.352 313.398 54.352 313.398 50.352 c 313.398
46.352 319.398 46.352 319.398 50.352 c f
q 1 0 0 1 0 0 cm
319.398 50.352 m 319.398 54.352 313.398 54.352 313.398 50.352 c 313.398
46.352 319.398 46.352 319.398 50.352 c S Q
188.051 62.398 m 188.051 66.398 182.051 66.398 182.051 62.398 c 182.051
58.398 188.051 58.398 188.051 62.398 c f
q 1 0 0 1 0 0 cm
188.051 62.398 m 188.051 66.398 182.051 66.398 182.051 62.398 c 182.051
58.398 188.051 58.398 188.051 62.398 c S Q
0 g
q 1 0 0 1 0 0 cm
53.148 9.852 292 176.898 re S Q
Q Q
showpage
%%Trailer
end
%%EOF

View File

@ -13,17 +13,27 @@ OUT=${METHOD}_${BASIS}E_${TYPE}
cat << EOF > pouet.gp
set xrange [:5]
set key bottom
set format y "%.3f"
set format x "%.1f"
set grid
set title "$BASIS2"
set xlabel "Internuclear distance (bohr) "
set xlabel "Internuclear distance (bohr)"
set ylabel "Atomization energy (hartree)"
set key font ",15"
set key spacing "1,8"
set terminal eps enhanced linewidth 6
set output "${OUT}.eps"
plot '${FILE}' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 title "${WF}/$BASIS2"
replot '${FILE}' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 title "${WF}+SU-PBE-OT/$BASIS2"
plot '${FILE}' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 title "${WF}"
replot '${FILE}' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 title "${WF}+SU-PBE-OT"
replot '${FILE2}' using 1:2 smooth cspline notitle lt 7 , "" using 1:2 w p lt 7 ps 1 title "Exact"
replot '${FILE}' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 notitle
replot '${FILE}' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 notitle
set terminal pdf enhanced\
font "Times" \
solid dashlength 1.0 linewidth 2. rounded \
size 4.0in, 3.0in
set output "${OUT}.pdf"
replot
EOF
@ -33,22 +43,32 @@ if [[ $METHOD == "DFT" ]]; then
OUT=${METHOD}_${BASIS}E_${TYPE}_zoom
cat << EOF > pouet_relat.gp
set xrange [2.5:3.5]
set key left
set key bottom right
set format y "%.3f"
set format x "%.1f"
set grid
set title "$BASIS2"
set xlabel "Internuclear distance (bohr) "
set xlabel "Internuclear distance (bohr)"
set ylabel "Atomization energy (hartree)"
set key font ",15"
set key spacing "1,8"
plot '${FILE}' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 title "${WF}/$BASIS"
replot '${FILE}' using 1:3 smooth cspline notitle lt 9 , "" using 1:3 w p lt 9 ps 1 title "${WF}+PBE-UEG/$BASIS"
replot '${FILE}' using 1:4 smooth cspline notitle lt 4 , "" using 1:4 w p lt 4 ps 1 title "${WF}+PBE-OT/$BASIS"
replot '${FILE}' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 title "${WF}+SU-PBE-OT/$BASIS"
plot '${FILE}' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 title "${WF}"
replot '${FILE}' using 1:3 smooth cspline notitle lt 9 , "" using 1:3 w p lt 9 ps 1 title "${WF}+PBE-UEG"
replot '${FILE}' using 1:4 smooth cspline notitle lt 4 , "" using 1:4 w p lt 4 ps 1 title "${WF}+PBE-OT"
replot '${FILE}' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 title "${WF}+SU-PBE-OT"
replot '${FILE2}' using 1:2 smooth cspline notitle lt 7 , "" using 1:2 w p lt 7 ps 1 title "Exact"
set terminal eps enhanced linewidth 6
set output "${OUT}.eps"
replot '${FILE}' using 1:3 smooth cspline notitle lt 9 , "" using 1:3 w p lt 9 ps 1 notitle
replot '${FILE}' using 1:4 smooth cspline notitle lt 4 , "" using 1:4 w p lt 4 ps 1 notitle
replot '${FILE}' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 notitle
set terminal pdf enhanced\
font "Times" \
solid dashlength 1.0 linewidth 2. rounded \
size 4.0in, 3.0in
set output "${OUT}.pdf"
replot
EOF
fi
@ -64,16 +84,23 @@ cat << EOF > pouet.gp
set xrange [:7]
set xlabel "Internuclear distance (bohr) "
set ylabel "Atomization energy (hartree)"
set key font ",15"
set key spacing "1,8"
plot '${FILE}' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 title "${WF}/$BASIS"
replot '${FILE}' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 title "${WF}+PBEot{/Symbol z}/$BASIS"
replot '${FILE}' using 1:4 smooth cspline notitle lt 4 , "" using 1:4 w p lt 4 ps 1 title "${WF}+PBEot/$BASIS"
replot '${FILE}' using 1:3 smooth cspline notitle lt 9 , "" using 1:3 w p lt 9 ps 1 title "${WF}+PBE/$BASIS"
set terminal eps enhanced linewidth 6
set output "${OUT}.eps"
set format y "%.3f"
set format x "%.1f"
set grid
set title "$BASIS2"
plot '${FILE}' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 title "${WF}"
replot '${FILE}' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 title "${WF}+PBEot{/Symbol z}"
replot '${FILE}' using 1:4 smooth cspline notitle lt 4 , "" using 1:4 w p lt 4 ps 1 title "${WF}+PBEot"
replot '${FILE}' using 1:3 smooth cspline notitle lt 9 , "" using 1:3 w p lt 9 ps 1 title "${WF}+PBE"
set terminal pdf enhanced\
font "Times" \
solid dashlength 1.0 linewidth 2. rounded \
size 4.0in, 3.0in
set output "${OUT}.pdf"
replot
EOF
gnuplot pouet.gp

View File

@ -1,14 +1,21 @@
set xrange [:5]
set key bottom
set format y "%.3f"
set format x "%.1f"
set grid
set title "aug-cc-pVDZ"
set xlabel "Internuclear distance (bohr) "
set xlabel "Internuclear distance (bohr)"
set ylabel "Atomization energy (hartree)"
set key font ",15"
set key spacing "1,8"
set terminal eps enhanced linewidth 6
set output "DFT_avdzE_relat.eps"
plot 'E_relat_dft' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 title "FCI/aug-cc-pVDZ"
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/aug-cc-pVDZ"
plot 'E_relat_dft' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 title "FCI"
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"
replot 'E_relat_exact' using 1:2 smooth cspline notitle lt 7 , "" using 1:2 w p lt 7 ps 1 title "Exact"
replot 'E_relat_dft' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 notitle
replot 'E_relat_dft' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 notitle
set terminal pdf enhanced font "Times" solid dashlength 1.0 linewidth 2. rounded size 4.0in, 3.0in
set output "DFT_avdzE_relat.pdf"
replot

View File

@ -1,6 +1,8 @@
#!/bin/bash
WF=FCI
BASIS=avtz
BASIS2=aug-cc-pVTZ
METHOD=DFT
TYPE=relat
@ -11,19 +13,28 @@ OUT=${METHOD}_${BASIS}E_${TYPE}
cat << EOF > pouet.gp
set xrange [:5]
set key bottom
set format y "%.3f"
set format x "%.1f"
set grid
set title "$BASIS2"
set xlabel "Internuclear distance (bohr) "
set xlabel "Internuclear distance (bohr)"
set ylabel "Atomization energy (hartree)"
set key font ",15"
set key spacing "1,8"
plot '${FILE}' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 title "${WF}/$BASIS"
replot '${FILE}' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 title "${WF}+SU-PBE-OT/$BASIS"
plot '${FILE}' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 title "${WF}"
replot '${FILE}' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 title "${WF}+SU-PBE-OT"
replot '${FILE2}' using 1:2 smooth cspline notitle lt 7 , "" using 1:2 w p lt 7 ps 1 title "Exact"
set terminal eps enhanced linewidth 6
set output "${OUT}.eps"
replot '${FILE}' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 notitle
replot '${FILE}' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 notitle
set terminal pdf enhanced\
font "Times" \
solid dashlength 1.0 linewidth 2. rounded \
size 4.0in, 3.0in
set output "${OUT}.pdf"
replot
EOF
gnuplot pouet.gp
@ -32,22 +43,32 @@ if [[ $METHOD == "DFT" ]]; then
OUT=${METHOD}_${BASIS}E_${TYPE}_zoom
cat << EOF > pouet_relat.gp
set xrange [2.5:3.5]
set key left
set key bottom right
set format y "%.3f"
set format x "%.1f"
set grid
set title "$BASIS2"
set xlabel "Internuclear distance (bohr) "
set xlabel "Internuclear distance (bohr)"
set ylabel "Atomization energy (hartree)"
set key font ",15"
set key spacing "1,8"
plot '${FILE}' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 title "${WF}/$BASIS"
replot '${FILE}' using 1:3 smooth cspline notitle lt 9 , "" using 1:3 w p lt 9 ps 1 title "${WF}+PBE-UEG/$BASIS"
replot '${FILE}' using 1:4 smooth cspline notitle lt 4 , "" using 1:4 w p lt 4 ps 1 title "${WF}+PBE-OT/$BASIS"
replot '${FILE}' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 title "${WF}+SU-PBE-OT/$BASIS"
plot '${FILE}' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 title "${WF}"
replot '${FILE}' using 1:3 smooth cspline notitle lt 9 , "" using 1:3 w p lt 9 ps 1 title "${WF}+PBE-UEG"
replot '${FILE}' using 1:4 smooth cspline notitle lt 4 , "" using 1:4 w p lt 4 ps 1 title "${WF}+PBE-OT"
replot '${FILE}' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 title "${WF}+SU-PBE-OT"
replot '${FILE2}' using 1:2 smooth cspline notitle lt 7 , "" using 1:2 w p lt 7 ps 1 title "Exact"
set terminal eps enhanced linewidth 6
set output "${OUT}.eps"
replot '${FILE}' using 1:3 smooth cspline notitle lt 9 , "" using 1:3 w p lt 9 ps 1 notitle
replot '${FILE}' using 1:4 smooth cspline notitle lt 4 , "" using 1:4 w p lt 4 ps 1 notitle
replot '${FILE}' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 notitle
set terminal pdf enhanced\
font "Times" \
solid dashlength 1.0 linewidth 2. rounded \
size 4.0in, 3.0in
set output "${OUT}.pdf"
replot
EOF
fi
@ -63,16 +84,23 @@ cat << EOF > pouet.gp
set xrange [:7]
set xlabel "Internuclear distance (bohr) "
set ylabel "Atomization energy (hartree)"
set key font ",15"
set key spacing "1,8"
plot '${FILE}' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 title "${WF}/$BASIS"
replot '${FILE}' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 title "${WF}+PBEot{/Symbol z}/$BASIS"
replot '${FILE}' using 1:4 smooth cspline notitle lt 4 , "" using 1:4 w p lt 4 ps 1 title "${WF}+PBEot/$BASIS"
replot '${FILE}' using 1:3 smooth cspline notitle lt 9 , "" using 1:3 w p lt 9 ps 1 title "${WF}+PBE/$BASIS"
set terminal eps enhanced linewidth 6
set output "${OUT}.eps"
set format y "%.3f"
set format x "%.1f"
set grid
set title "$BASIS2"
plot '${FILE}' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 title "${WF}"
replot '${FILE}' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 title "${WF}+PBEot{/Symbol z}"
replot '${FILE}' using 1:4 smooth cspline notitle lt 4 , "" using 1:4 w p lt 4 ps 1 title "${WF}+PBEot"
replot '${FILE}' using 1:3 smooth cspline notitle lt 9 , "" using 1:3 w p lt 9 ps 1 title "${WF}+PBE"
set terminal pdf enhanced\
font "Times" \
solid dashlength 1.0 linewidth 2. rounded \
size 4.0in, 3.0in
set output "${OUT}.pdf"
replot
EOF
gnuplot pouet.gp

View File

@ -1,15 +1,21 @@
set xrange [:5]
set key bottom
set format y "%.3f"
set format x "%.1f"
set grid
set title "aug-cc-pVTZ"
set xlabel "Internuclear distance (bohr) "
set xlabel "Internuclear distance (bohr)"
set ylabel "Atomization 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/avtz"
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/avtz"
plot 'E_relat_dft' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 title "FCI"
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"
replot 'E_relat_exact' using 1:2 smooth cspline notitle lt 7 , "" using 1:2 w p lt 7 ps 1 title "Exact"
set terminal eps enhanced linewidth 6
set output "DFT_avtzE_relat.eps"
replot 'E_relat_dft' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 notitle
replot 'E_relat_dft' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 notitle
set terminal pdf enhanced font "Times" solid dashlength 1.0 linewidth 2. rounded size 4.0in, 3.0in
set output "DFT_avtzE_relat.pdf"
replot

View File

@ -1,6 +1,8 @@
#!/bin/bash
WF=FCI
BASIS=avdz
BASIS2=aug-cc-pVDZ
METHOD=DFT
TYPE=relat
@ -11,43 +13,61 @@ cat << EOF > pouet.gp
set xrange [:7]
set yrange [-0.4:0]
set key bottom
set format y "%.2f"
set format x "%.1f"
set grid
set title "$BASIS2"
set xlabel "Internuclear distance (bohr) "
set xlabel "Internuclear distance (bohr)"
set ylabel "Atomization energy (hartree)"
set key font ",15"
set key spacing "1,8"
plot '${FILE}' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 title "${WF}/$BASIS"
replot '${FILE}' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 title "${WF}+SU-PBE-OT/$BASIS"
plot '${FILE}' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 title "${WF}"
replot '${FILE}' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 title "${WF}+SU-PBE-OT"
replot '${FILE}' using 1:6 smooth cspline notitle lt 7 , "" using 1:6 w p lt 7 ps 1 title "Exact"
set terminal eps enhanced linewidth 6
set output "${OUT}.eps"
replot '${FILE}' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 notitle
replot '${FILE}' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 notitle
set terminal pdf enhanced\
font "Times" \
solid dashlength 1.0 linewidth 2. rounded \
size 4.0in, 3.0in
set output "${OUT}.pdf"
replot
EOF
gnuplot pouet.gp
if [[ $METHOD == "DFT" ]]; then
OUT=${METHOD}_${BASIS}E_${TYPE}_zoom
cat << EOF > pouet.gp
set xrange [1.75:2.5]
set yrange [-0.38:-0.2]
set key right
set key top right
set format y "%.2f"
set format x "%.1f"
set grid
set title "$BASIS2"
set xlabel "Internuclear distance (bohr) "
set xlabel "Internuclear distance (bohr)"
set ylabel "Atomization energy (hartree)"
set key font ",15"
set key spacing "1,8"
plot '${FILE}' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 title "${WF}/$BASIS"
replot '${FILE}' using 1:3 smooth cspline notitle lt 9 , "" using 1:3 w p lt 9 ps 1 title "${WF}+PBE-UEG/$BASIS"
replot '${FILE}' using 1:4 smooth cspline notitle lt 4 , "" using 1:4 w p lt 4 ps 1 title "${WF}+PBE-OT/$BASIS"
replot '${FILE}' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 title "${WF}+SU-PBE-OT/$BASIS"
plot '${FILE}' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 title "${WF}"
replot '${FILE}' using 1:3 smooth cspline notitle lt 9 , "" using 1:3 w p lt 9 ps 1 title "${WF}+PBE-UEG"
replot '${FILE}' using 1:4 smooth cspline notitle lt 4 , "" using 1:4 w p lt 4 ps 1 title "${WF}+PBE-OT"
replot '${FILE}' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 title "${WF}+SU-PBE-OT"
replot '${FILE}' using 1:6 smooth cspline notitle lt 7 , "" using 1:6 w p lt 7 ps 1 title "Exact"
set terminal eps enhanced linewidth 6
set output "${OUT}.eps"
replot '${FILE}' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 notitle
replot '${FILE}' using 1:3 smooth cspline notitle lt 9 , "" using 1:3 w p lt 9 ps 1 notitle
replot '${FILE}' using 1:4 smooth cspline notitle lt 4 , "" using 1:4 w p lt 4 ps 1 notitle
replot '${FILE}' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 notitle
set terminal pdf enhanced\
font "Times" \
solid dashlength 1.0 linewidth 2. rounded \
size 4.0in, 3.0in
set output "${OUT}.pdf"
replot
EOF
@ -64,16 +84,26 @@ cat << EOF > pouet.gp
set xrange [:7]
set xlabel "Internuclear distance (bohr) "
set ylabel "Atomization energy (hartree)"
set key font ",15"
set key spacing "1,8"
plot '${FILE}' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 title "${WF}/$BASIS"
replot '${FILE}' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 title "${WF}+PBEot{/Symbol z}/$BASIS"
replot '${FILE}' using 1:4 smooth cspline notitle lt 4 , "" using 1:4 w p lt 4 ps 1 title "${WF}+PBEot/$BASIS"
replot '${FILE}' using 1:3 smooth cspline notitle lt 9 , "" using 1:3 w p lt 9 ps 1 title "${WF}+PBE/$BASIS"
set terminal eps enhanced linewidth 6
set output "${OUT}.eps"
set format y "%.2f"
set format x "%.1f"
set grid
set title "$BASIS2"
plot '${FILE}' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 title "${WF}"
replot '${FILE}' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 title "${WF}+PBEot{/Symbol z}"
replot '${FILE}' using 1:4 smooth cspline notitle lt 4 , "" using 1:4 w p lt 4 ps 1 title "${WF}+PBEot"
replot '${FILE}' using 1:3 smooth cspline notitle lt 9 , "" using 1:3 w p lt 9 ps 1 title "${WF}+PBE"
replot '${FILE}' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 notitle
replot '${FILE}' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 notitle
replot '${FILE}' using 1:4 smooth cspline notitle lt 4 , "" using 1:4 w p lt 4 ps 1 notitle
replot '${FILE}' using 1:3 smooth cspline notitle lt 9 , "" using 1:3 w p lt 9 ps 1 notitle
set terminal pdf enhanced\
font "Times" \
solid dashlength 1.0 linewidth 2. rounded \
size 4.0in, 3.0in
set output "${OUT}.pdf"
replot
EOF
gnuplot pouet.gp

View File

@ -1,13 +1,20 @@
set xrange [:7]
set xlabel "Internuclear distance (bohr) "
set ylabel "Atomization energy (hartree)"
set key font ",15"
set key spacing "1,8"
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"
set terminal eps enhanced linewidth 6
set output "DFT_avdzE_error.eps"
set format y "%.2f"
set format x "%.1f"
set grid
set title "aug-cc-pVDZ"
plot 'data_DFT_avdzE_error' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 title "FCI"
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}"
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"
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"
replot 'data_DFT_avdzE_error' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 notitle
replot 'data_DFT_avdzE_error' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 notitle
replot 'data_DFT_avdzE_error' using 1:4 smooth cspline notitle lt 4 , "" using 1:4 w p lt 4 ps 1 notitle
replot 'data_DFT_avdzE_error' using 1:3 smooth cspline notitle lt 9 , "" using 1:3 w p lt 9 ps 1 notitle
set terminal pdf enhanced font "Times" solid dashlength 1.0 linewidth 2. rounded size 4.0in, 3.0in
set output "DFT_avdzE_error.pdf"
replot

View File

@ -1,6 +1,8 @@
#!/bin/bash
WF=FCI
BASIS=avtz
BASIS2=aug-cc-pVTZ
METHOD=DFT
TYPE=relat
@ -11,43 +13,62 @@ cat << EOF > pouet.gp
set xrange [:7]
set yrange [-0.4:0]
set key bottom
set format y "%.2f"
set format x "%.1f"
set grid
set title "$BASIS2"
set xlabel "Internuclear distance (bohr) "
set xlabel "Internuclear distance (bohr)"
set ylabel "Atomization energy (hartree)"
set key font ",15"
set key spacing "1,8"
plot '${FILE}' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 title "${WF}/$BASIS"
replot '${FILE}' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 title "${WF}+SU-PBE-OT/$BASIS"
plot '${FILE}' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 title "${WF}"
replot '${FILE}' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 title "${WF}+SU-PBE-OT"
replot '${FILE}' using 1:6 smooth cspline notitle lt 7 , "" using 1:6 w p lt 7 ps 1 title "Exact"
set terminal eps enhanced linewidth 6
set output "${OUT}.eps"
replot '${FILE}' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 notitle
replot '${FILE}' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 notitle
set terminal pdf enhanced\
font "Times" \
solid dashlength 1.0 linewidth 2. rounded \
size 4.0in, 3.0in
set output "${OUT}.pdf"
replot
EOF
gnuplot pouet.gp
if [[ $METHOD == "DFT" ]]; then
OUT=${METHOD}_${BASIS}E_${TYPE}_zoom
cat << EOF > pouet.gp
set xrange [1.75:2.5]
set yrange [-0.38:-0.2]
set key right
set key top right
set format y "%.2f"
set format x "%.1f"
set grid
set title "$BASIS2"
set xlabel "Internuclear distance (bohr) "
set xlabel "Internuclear distance (bohr)"
set ylabel "Atomization energy (hartree)"
set key font ",15"
set key spacing "1,8"
plot '${FILE}' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 title "${WF}/$BASIS"
replot '${FILE}' using 1:3 smooth cspline notitle lt 9 , "" using 1:3 w p lt 9 ps 1 title "${WF}+PBE-UEG/$BASIS"
replot '${FILE}' using 1:4 smooth cspline notitle lt 4 , "" using 1:4 w p lt 4 ps 1 title "${WF}+PBE-OT/$BASIS"
replot '${FILE}' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 title "${WF}+SU-PBE-OT/$BASIS"
plot '${FILE}' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 title "${WF}"
replot '${FILE}' using 1:3 smooth cspline notitle lt 9 , "" using 1:3 w p lt 9 ps 1 title "${WF}+PBE-UEG"
replot '${FILE}' using 1:4 smooth cspline notitle lt 4 , "" using 1:4 w p lt 4 ps 1 title "${WF}+PBE-OT"
replot '${FILE}' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 title "${WF}+SU-PBE-OT"
replot '${FILE}' using 1:6 smooth cspline notitle lt 7 , "" using 1:6 w p lt 7 ps 1 title "Exact"
set terminal eps enhanced linewidth 6
set output "${OUT}.eps"
replot '${FILE}' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 notitle
replot '${FILE}' using 1:3 smooth cspline notitle lt 9 , "" using 1:3 w p lt 9 ps 1 notitle
replot '${FILE}' using 1:4 smooth cspline notitle lt 4 , "" using 1:4 w p lt 4 ps 1 notitle
replot '${FILE}' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 notitle
set terminal pdf enhanced\
font "Times" \
solid dashlength 1.0 linewidth 2. rounded \
size 4.0in, 3.0in
set output "${OUT}.pdf"
replot
EOF
@ -64,16 +85,26 @@ cat << EOF > pouet.gp
set xrange [:7]
set xlabel "Internuclear distance (bohr) "
set ylabel "Atomization energy (hartree)"
set key font ",15"
set key spacing "1,8"
plot '${FILE}' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 title "${WF}/$BASIS"
replot '${FILE}' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 title "${WF}+PBEot{/Symbol z}/$BASIS"
replot '${FILE}' using 1:4 smooth cspline notitle lt 4 , "" using 1:4 w p lt 4 ps 1 title "${WF}+PBEot/$BASIS"
replot '${FILE}' using 1:3 smooth cspline notitle lt 9 , "" using 1:3 w p lt 9 ps 1 title "${WF}+PBE/$BASIS"
set terminal eps enhanced linewidth 6
set output "${OUT}.eps"
set format y "%.2f"
set format x "%.1f"
set grid
set title "$BASIS2"
plot '${FILE}' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 title "${WF}"
replot '${FILE}' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 title "${WF}+PBEot{/Symbol z}"
replot '${FILE}' using 1:4 smooth cspline notitle lt 4 , "" using 1:4 w p lt 4 ps 1 title "${WF}+PBEot"
replot '${FILE}' using 1:3 smooth cspline notitle lt 9 , "" using 1:3 w p lt 9 ps 1 title "${WF}+PBE"
replot '${FILE}' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 notitle
replot '${FILE}' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 notitle
replot '${FILE}' using 1:4 smooth cspline notitle lt 4 , "" using 1:4 w p lt 4 ps 1 notitle
replot '${FILE}' using 1:3 smooth cspline notitle lt 9 , "" using 1:3 w p lt 9 ps 1 notitle
set terminal pdf enhanced\
font "Times" \
solid dashlength 1.0 linewidth 2. rounded \
size 4.0in, 3.0in
set output "${OUT}.pdf"
replot
EOF
gnuplot pouet.gp

View File

@ -1,13 +1,20 @@
set xrange [:7]
set xlabel "Internuclear distance (bohr) "
set ylabel "Atomization energy (hartree)"
set key font ",15"
set key spacing "1,8"
plot 'data_DFT_avtzE_error' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 title "FCI/avtz"
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}/avtz"
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/avtz"
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/avtz"
set terminal eps enhanced linewidth 6
set output "DFT_avtzE_error.eps"
set format y "%.2f"
set format x "%.1f"
set grid
set title "aug-cc-pVTZ"
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
set terminal pdf enhanced font "Times" solid dashlength 1.0 linewidth 2. rounded size 4.0in, 3.0in
set output "DFT_avtzE_error.pdf"
replot

View File

@ -1,6 +1,8 @@
#!/bin/bash
WF=FCI
BASIS=avdz
BASIS2=aug-cc-pVDZ
METHOD=DFT
TYPE=relat
@ -10,19 +12,28 @@ OUT=${METHOD}_${BASIS}E_${TYPE}
cat << EOF > pouet.gp
set xrange [1.8:4]
set key bottom
set format y "%.2f"
set format x "%.1f"
set grid
set title "$BASIS2"
set xlabel "Internuclear distance (bohr) "
set xlabel "Internuclear distance (bohr)"
set ylabel "Atomization energy (hartree)"
set key font ",15"
set key spacing "1,8"
plot '${FILE}' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 title "${WF}/$BASIS"
replot '${FILE}' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 title "${WF}+SU-PBE-OT/$BASIS"
plot '${FILE}' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 title "${WF}"
replot '${FILE}' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 title "${WF}+SU-PBE-OT"
replot '${FILE}' using 1:6 smooth cspline notitle lt 7 , "" using 1:6 w p lt 7 ps 1 title "Exact"
set terminal eps enhanced linewidth 4
set output "${OUT}.eps"
replot '${FILE}' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 notitle
replot '${FILE}' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 notitle
set terminal pdf enhanced\
font "Times" \
solid dashlength 1.0 linewidth 2. rounded \
size 4.0in, 3.0in
set output "${OUT}.pdf"
replot
EOF
gnuplot pouet.gp
@ -31,22 +42,32 @@ if [[ $METHOD == "DFT" ]]; then
OUT=${METHOD}_${BASIS}E_${TYPE}_zoom
cat << EOF > pouet.gp
set xrange [2.:2.6]
set key right
set key top right
set format y "%.2f"
set format x "%.1f"
set grid
set title "$BASIS2"
set xlabel "Internuclear distance (bohr) "
set xlabel "Internuclear distance (bohr)"
set ylabel "Atomization energy (hartree)"
set key font ",15"
set key spacing "1,8"
plot '${FILE}' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 title "${WF}/$BASIS"
replot '${FILE}' using 1:3 smooth cspline notitle lt 9 , "" using 1:3 w p lt 9 ps 1 title "${WF}+PBE-UEG/$BASIS"
replot '${FILE}' using 1:4 smooth cspline notitle lt 4 , "" using 1:4 w p lt 4 ps 1 title "${WF}+PBE-OT/$BASIS"
replot '${FILE}' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 title "${WF}+SU-PBE-OT/$BASIS"
plot '${FILE}' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 title "${WF}"
replot '${FILE}' using 1:3 smooth cspline notitle lt 9 , "" using 1:3 w p lt 9 ps 1 title "${WF}+PBE-UEG"
replot '${FILE}' using 1:4 smooth cspline notitle lt 4 , "" using 1:4 w p lt 4 ps 1 title "${WF}+PBE-OT"
replot '${FILE}' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 title "${WF}+SU-PBE-OT"
replot '${FILE}' using 1:6 smooth cspline notitle lt 7 , "" using 1:6 w p lt 7 ps 1 title "Exact"
set terminal eps enhanced linewidth 4
set output "${OUT}.eps"
replot '${FILE}' using 1:3 smooth cspline notitle lt 9 , "" using 1:3 w p lt 9 ps 1 notitle
replot '${FILE}' using 1:4 smooth cspline notitle lt 4 , "" using 1:4 w p lt 4 ps 1 notitle
replot '${FILE}' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 notitle
set terminal pdf enhanced\
font "Times" \
solid dashlength 1.0 linewidth 2. rounded \
size 4.0in, 3.0in
set output "${OUT}.pdf"
replot
EOF
fi
@ -59,20 +80,27 @@ OUT=${METHOD}_${BASIS}E_${TYPE}
#lt -1
cat << EOF > pouet.gp
set xrange [:7]
set xlabel "Internuclear distance (bohr) "
set ylabel "Atomization energy (hartree)"
set key font ",15"
set key spacing "1,8"
set format y "%.2f"
set format x "%.1f"
set grid
set title "$BASIS2"
plot '${FILE}' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 title "${WF}"
replot '${FILE}' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 title "${WF}+PBEot{/Symbol z}"
replot '${FILE}' using 1:4 smooth cspline notitle lt 4 , "" using 1:4 w p lt 4 ps 1 title "${WF}+PBEot"
replot '${FILE}' using 1:3 smooth cspline notitle lt 9 , "" using 1:3 w p lt 9 ps 1 title "${WF}+PBE"
replot '${FILE}' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 notitle
replot '${FILE}' using 1:4 smooth cspline notitle lt 4 , "" using 1:4 w p lt 4 ps 1 notitle
plot '${FILE}' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 title "${WF}/$BASIS"
replot '${FILE}' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 title "${WF}+PBEot{/Symbol z}/$BASIS"
replot '${FILE}' using 1:4 smooth cspline notitle lt 4 , "" using 1:4 w p lt 4 ps 1 title "${WF}+PBEot/$BASIS"
replot '${FILE}' using 1:3 smooth cspline notitle lt 9 , "" using 1:3 w p lt 9 ps 1 title "${WF}+PBE/$BASIS"
set terminal eps enhanced linewidth 4
set output "${OUT}.eps"
set terminal pdf enhanced\
font "Times" \
solid dashlength 1.0 linewidth 2. rounded \
size 4.0in, 3.0in
set output "${OUT}.pdf"
replot
EOF
gnuplot pouet.gp

View File

@ -1,15 +1,19 @@
set xrange [:7]
set xlabel "Internuclear distance (bohr) "
set ylabel "Atomization energy (hartree)"
set key font ",15"
set key spacing "1,8"
set format y "%.2f"
set format x "%.1f"
set grid
set title "aug-cc-pVDZ"
plot 'data_DFT_avdzE_error' using 1:2 smooth cspline notitle lt 2 , "" using 1:2 w p lt 2 ps 1 title "FCI"
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}"
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"
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"
replot 'data_DFT_avdzE_error' using 1:5 smooth cspline notitle lt 8 , "" using 1:5 w p lt 8 ps 1 notitle
replot 'data_DFT_avdzE_error' using 1:4 smooth cspline notitle lt 4 , "" using 1:4 w p lt 4 ps 1 notitle
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"
set terminal eps enhanced linewidth 4
set output "DFT_avdzE_error.eps"
set terminal pdf enhanced font "Times" solid dashlength 1.0 linewidth 2. rounded size 4.0in, 3.0in
set output "DFT_avdzE_error.pdf"
replot