QUESTDB/Data/QUESTDB.nb

56139 lines
2.4 MiB

(* Content-type: application/vnd.wolfram.mathematica *)
(*** Wolfram Notebook File ***)
(* http://www.wolfram.com/nb *)
(* CreatedBy='Mathematica 11.2' *)
(*CacheID: 234*)
(* Internal cache information:
NotebookFileLineBreakTest
NotebookFileLineBreakTest
NotebookDataPosition[ 158, 7]
NotebookDataLength[ 2472320, 56130]
NotebookOptionsPosition[ 2424417, 55417]
NotebookOutlinePosition[ 2424882, 55436]
CellTagsIndexPosition[ 2424839, 55433]
WindowFrame->Normal*)
(* Beginning of Notebook Content *)
Notebook[{
Cell[CellGroupData[{
Cell["Initialization", "Title",
CellChangeTimes->{{3.72080320888133*^9,
3.72080321309881*^9}},ExpressionUUID->"0bddb62b-fcf4-47c9-8aef-\
bd91c2f21724"],
Cell[BoxData[
RowBox[{
RowBox[{"HaToeV", "=", "27.21138602"}], ";"}]], "Input",
InitializationCell->True,
CellChangeTimes->{{3.7208031947801647`*^9, 3.7208032000677156`*^9}, {
3.7208034541742477`*^9, 3.720803455246439*^9}},
CellLabel->"In[1]:=",ExpressionUUID->"82d42c7e-b663-4261-974d-a560971fc445"],
Cell[BoxData[
RowBox[{
RowBox[{"SizeLegend", "=", "1.5"}], ";"}]], "Input",
InitializationCell->True,
CellChangeTimes->{{3.7467245692477207`*^9, 3.746724573110903*^9}, {
3.74672488142667*^9, 3.7467248829680233`*^9}, {3.7467249666586514`*^9,
3.746724971206704*^9}, {3.746778478566626*^9, 3.746778496262006*^9}, {
3.746778562782627*^9, 3.746778563100896*^9}},
CellLabel->"In[2]:=",ExpressionUUID->"7a167650-bda6-472d-bb8c-6b5a4ddea697"],
Cell[BoxData[
RowBox[{
RowBox[{
"SetDirectory", "[", "\"\<~/Dropbox/Manuscripts/QUESTDB/Data\>\"", "]"}],
";"}]], "Input",
InitializationCell->True,
CellChangeTimes->{{3.727109326220275*^9, 3.7271093336928377`*^9}, {
3.739897263620181*^9, 3.739897264594913*^9}, {3.742537460346127*^9,
3.74253746199249*^9}, {3.745337457365486*^9, 3.745337461494843*^9}, {
3.759165019260251*^9, 3.7591650205826883`*^9}, {3.759724285782976*^9,
3.759724288096609*^9}, {3.790237549098773*^9, 3.790237550346134*^9}, {
3.811322484247343*^9, 3.81132248561255*^9}},
CellLabel->"In[3]:=",ExpressionUUID->"f9388d89-72b4-495d-b9f5-2b2c3fc10c65"],
Cell[BoxData[{
RowBox[{"Needs", "[", "\"\<MaTeX`\>\"", "]"}], "\[IndentingNewLine]",
RowBox[{
RowBox[{"SetOptions", "[",
RowBox[{"MaTeX", ",",
RowBox[{"\"\<Preamble\>\"", "\[Rule]",
RowBox[{
"{", "\"\<\\\\usepackage{amssymb,amsmath,latexsym,amsfonts,amsthm,\
mathpazo,xcolor,bm,mhchem}\>\"", "}"}]}]}], "]"}], ";"}]}], "Input",
InitializationCell->True,
CellChangeTimes->{{3.7288240181604652`*^9, 3.728824027007351*^9}, {
3.733131339213026*^9, 3.733131352923026*^9}},
CellLabel->"In[4]:=",ExpressionUUID->"dae3463d-431f-484e-9aad-2d8c4ed3e834"],
Cell[BoxData[
RowBox[{
RowBox[{
RowBox[{"Flush", "[",
RowBox[{"file_", ",",
RowBox[{"shift_", ":", "0"}]}], "]"}], ":=",
RowBox[{"Module", "[",
RowBox[{
RowBox[{"{",
RowBox[{
"DataFile", ",", "nState", ",", "nData", ",", "nDet", ",", "var", ",",
"pt2", ",", "rpt2", ",", "t1", ",", "t2", ",", "rt2", ",", "t3", ",",
"t4", ",", "res", ",", "res2", ",", "extrap", ",", "extrapQuad", ",",
"fit", ",", "fitQuad", ",", "FormFit", ",", "FormFitQuad", ",", "nFit",
",", "MaxPts", ",", "Quality"}], "}"}], ",", "\[IndentingNewLine]",
RowBox[{"(*", " ",
RowBox[{"Import", " ", "data"}], " ", "*)"}], "\[IndentingNewLine]",
RowBox[{
RowBox[{"DataFile", "=",
RowBox[{"Import", "[",
RowBox[{
RowBox[{"StringJoin", "[",
RowBox[{"file", ",", "\"\<.dat\>\""}], "]"}], ",", "\"\<Data\>\""}],
"]"}]}], ";", "\[IndentingNewLine]",
RowBox[{
RowBox[{"{",
RowBox[{"nState", ",", "nData"}], "}"}], " ", "=",
RowBox[{"{",
RowBox[{
RowBox[{"DataFile", "\[LeftDoubleBracket]",
RowBox[{"1", ",", "1"}], "\[RightDoubleBracket]"}], ",",
RowBox[{"DataFile", "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}], "}"}]}], ";",
"\[IndentingNewLine]",
RowBox[{"nDet", "=",
RowBox[{"DataFile", "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"nData", "+", "2"}]}], ",", "1"}],
"\[RightDoubleBracket]"}]}], ";", "\[IndentingNewLine]",
RowBox[{"var", "=",
RowBox[{"Table", "[",
RowBox[{
RowBox[{"DataFile", "\[LeftDoubleBracket]",
RowBox[{"nData", "+", "2", "+", "k"}], "\[RightDoubleBracket]"}],
",",
RowBox[{"{",
RowBox[{"k", ",", "nData"}], "}"}]}], "]"}]}], ";",
"\[IndentingNewLine]",
RowBox[{"pt2", "=",
RowBox[{"Table", "[",
RowBox[{
RowBox[{"DataFile", "\[LeftDoubleBracket]",
RowBox[{
RowBox[{
RowBox[{"2", "nData"}], "+", "2", "+", "k"}], ",", "l"}],
"\[RightDoubleBracket]"}], ",",
RowBox[{"{",
RowBox[{"k", ",", "nData"}], "}"}], ",",
RowBox[{"{",
RowBox[{"l", ",", "1", ",",
RowBox[{"Length", "[",
RowBox[{"DataFile", "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"2", "nData"}], "+", "2", "+", "k"}],
"\[RightDoubleBracket]"}], "]"}], ",", "2"}], "}"}]}], "]"}]}],
";", "\[IndentingNewLine]",
RowBox[{"rpt2", "=",
RowBox[{"Table", "[",
RowBox[{
RowBox[{"DataFile", "\[LeftDoubleBracket]",
RowBox[{
RowBox[{
RowBox[{"3", "nData"}], "+", "2", "+", "k"}], ",", "l"}],
"\[RightDoubleBracket]"}], ",",
RowBox[{"{",
RowBox[{"k", ",", "nData"}], "}"}], ",",
RowBox[{"{",
RowBox[{"l", ",", "1", ",",
RowBox[{"Length", "[",
RowBox[{"DataFile", "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", "nData"}], "+", "2", "+", "k"}],
"\[RightDoubleBracket]"}], "]"}], ",", "2"}], "}"}]}], "]"}]}],
";", "\[IndentingNewLine]", "\[IndentingNewLine]",
RowBox[{"(*", " ",
RowBox[{"Compute", " ", "excitation", " ", "energies"}], " ", "*)"}],
"\[IndentingNewLine]",
RowBox[{"nFit", "=", "2"}], ";", " ",
RowBox[{"MaxPts", "=", "5"}], ";", "\[IndentingNewLine]",
RowBox[{"t1", "=",
RowBox[{"Table", "[",
RowBox[{
RowBox[{
RowBox[{
"var", "\[LeftDoubleBracket]", "k", "\[RightDoubleBracket]"}],
"\[LeftDoubleBracket]",
RowBox[{"Ordering", "[",
RowBox[{
"pt2", "\[LeftDoubleBracket]", "k", "\[RightDoubleBracket]"}],
"]"}], "\[RightDoubleBracket]"}], ",",
RowBox[{"{",
RowBox[{"k", ",", "nData"}], "}"}]}], "]"}]}], ";",
"\[IndentingNewLine]",
RowBox[{"t2", "=",
RowBox[{"Table", "[",
RowBox[{
RowBox[{"Sort", "[",
RowBox[{
"pt2", "\[LeftDoubleBracket]", "k", "\[RightDoubleBracket]"}],
"]"}], ",",
RowBox[{"{",
RowBox[{"k", ",", "nData"}], "}"}]}], "]"}]}], ";",
"\[IndentingNewLine]",
RowBox[{"(*",
RowBox[{
RowBox[{"rt2", "=",
RowBox[{"Table", "[",
RowBox[{
RowBox[{"Sort", "[",
RowBox[{
"rpt2", "\[LeftDoubleBracket]", "k", "\[RightDoubleBracket]"}],
"]"}], ",",
RowBox[{"{",
RowBox[{"k", ",", "nData"}], "}"}]}], "]"}]}], ";"}], "*)"}],
"\[IndentingNewLine]",
RowBox[{"(*",
RowBox[{
RowBox[{"Print", "[", "\"\<Sorted PT2 energies\>\"", "]"}], ";",
RowBox[{"Print", "[",
RowBox[{"TableForm", "[", "t2", "]"}], "]"}], ";"}], "*)"}],
"\[IndentingNewLine]",
RowBox[{"(*",
RowBox[{
RowBox[{"Print", "[", "\"\<Data to be extrapolated\>\"", "]"}], ";",
RowBox[{"Print", "[",
RowBox[{"TableForm", "[",
RowBox[{"Table", "[",
RowBox[{
RowBox[{"{",
RowBox[{
RowBox[{"SetAccuracy", "[",
RowBox[{
RowBox[{"t1", "\[LeftDoubleBracket]",
RowBox[{"k", ",", "n"}], "\[RightDoubleBracket]"}], ",",
"5"}], "]"}], ",",
RowBox[{"SetAccuracy", "[",
RowBox[{
RowBox[{"t2", "\[LeftDoubleBracket]",
RowBox[{"k", ",", "n"}], "\[RightDoubleBracket]"}], ",",
"5"}], "]"}]}], "}"}], ",",
RowBox[{"{",
RowBox[{"n", ",", "nState"}], "}"}], ",",
RowBox[{"{",
RowBox[{"k", ",",
RowBox[{"nData", "-", "10"}], ",", "nData"}], "}"}]}], "]"}],
"]"}], "]"}], ";"}], "*)"}], "\[IndentingNewLine]",
RowBox[{"FormFit", "=",
RowBox[{"a", "+",
RowBox[{"b", " ", "e"}]}]}], ";", "\[IndentingNewLine]",
RowBox[{"FormFitQuad", "=",
RowBox[{"a2", "+",
RowBox[{"b2", " ", "e"}], "+",
RowBox[{"c2", " ",
SuperscriptBox["e", "2"]}]}]}], ";", "\[IndentingNewLine]",
RowBox[{"fit", "=",
RowBox[{"Table", "[",
RowBox[{
RowBox[{"FindFit", "[",
RowBox[{
RowBox[{"Take", "[",
RowBox[{
RowBox[{"Table", "[",
RowBox[{
RowBox[{"{",
RowBox[{
RowBox[{
RowBox[{"t2", "\[LeftDoubleBracket]",
RowBox[{"k", ",", "n"}], "\[RightDoubleBracket]"}], "-",
RowBox[{"t1", "\[LeftDoubleBracket]",
RowBox[{"k", ",", "n"}], "\[RightDoubleBracket]"}]}], ",",
RowBox[{"t2", "\[LeftDoubleBracket]",
RowBox[{"k", ",", "n"}], "\[RightDoubleBracket]"}]}], "}"}],
",",
RowBox[{"{",
RowBox[{"k", ",", "nData"}], "}"}]}], "]"}], ",",
RowBox[{"-", "nPts"}]}], "]"}], ",", "FormFit", ",",
RowBox[{"{",
RowBox[{"a", ",", "b"}], "}"}], ",", "e"}], "]"}], ",",
RowBox[{"{",
RowBox[{"n", ",", "nState"}], "}"}], ",",
RowBox[{"{",
RowBox[{"nPts", ",", "nFit", ",",
RowBox[{"nFit", "+", "MaxPts", "-", "1"}]}], "}"}]}], "]"}]}], ";",
"\[IndentingNewLine]",
RowBox[{"fitQuad", "=",
RowBox[{"Table", "[",
RowBox[{
RowBox[{"FindFit", "[",
RowBox[{
RowBox[{"Take", "[",
RowBox[{
RowBox[{"Table", "[",
RowBox[{
RowBox[{"{",
RowBox[{
RowBox[{
RowBox[{"t2", "\[LeftDoubleBracket]",
RowBox[{"k", ",", "n"}], "\[RightDoubleBracket]"}], "-",
RowBox[{"t1", "\[LeftDoubleBracket]",
RowBox[{"k", ",", "n"}], "\[RightDoubleBracket]"}]}], ",",
RowBox[{"t2", "\[LeftDoubleBracket]",
RowBox[{"k", ",", "n"}], "\[RightDoubleBracket]"}]}], "}"}],
",",
RowBox[{"{",
RowBox[{"k", ",", "nData"}], "}"}]}], "]"}], ",",
RowBox[{"-",
RowBox[{"(",
RowBox[{"nPts", "+", "1"}], ")"}]}]}], "]"}], ",",
"FormFitQuad", ",",
RowBox[{"{",
RowBox[{"a2", ",", "b2", ",", "c2"}], "}"}], ",", "e"}], "]"}],
",",
RowBox[{"{",
RowBox[{"n", ",", "nState"}], "}"}], ",",
RowBox[{"{",
RowBox[{"nPts", ",", "nFit", ",",
RowBox[{"nFit", "+", "MaxPts", "-", "1"}]}], "}"}]}], "]"}]}], ";",
"\[IndentingNewLine]",
RowBox[{"Print", "[",
RowBox[{"TableForm", "[",
RowBox[{
RowBox[{"Table", "[",
RowBox[{
RowBox[{"{",
RowBox[{"n", ",",
RowBox[{"SetAccuracy", "[",
RowBox[{
RowBox[{"fit", "\[LeftDoubleBracket]",
RowBox[{"n", ",", "nPts"}], "\[RightDoubleBracket]"}], ",",
"5"}], "]"}]}], "}"}], ",",
RowBox[{"{",
RowBox[{"n", ",", "nState"}], "}"}], ",",
RowBox[{"{",
RowBox[{"nPts", ",", "MaxPts"}], "}"}]}], "]"}], ",",
RowBox[{"TableAlignments", "\[Rule]", "Center"}], ",",
RowBox[{"TableHeadings", "\[Rule]",
RowBox[{"{",
RowBox[{"None", ",",
RowBox[{"{",
RowBox[{"\"\<State\>\"", ",", " ", "\"\<Linear fit\>\""}],
"}"}]}], "}"}]}]}], "]"}], "]"}], ";", "\[IndentingNewLine]",
RowBox[{"Print", "[",
RowBox[{"TableForm", "[",
RowBox[{
RowBox[{"Table", "[",
RowBox[{
RowBox[{"{",
RowBox[{"n", ",",
RowBox[{"SetAccuracy", "[",
RowBox[{
RowBox[{"fitQuad", "\[LeftDoubleBracket]",
RowBox[{"n", ",", "nPts"}], "\[RightDoubleBracket]"}], ",",
"5"}], "]"}]}], "}"}], ",",
RowBox[{"{",
RowBox[{"n", ",", "nState"}], "}"}], ",",
RowBox[{"{",
RowBox[{"nPts", ",", "MaxPts"}], "}"}]}], "]"}], ",",
RowBox[{"TableAlignments", "\[Rule]", "Center"}], ",",
RowBox[{"TableHeadings", "\[Rule]",
RowBox[{"{",
RowBox[{"None", ",",
RowBox[{"{",
RowBox[{"\"\<State\>\"", ",", " ", "\"\<Quadratic fit\>\""}],
"}"}]}], "}"}]}]}], "]"}], "]"}], ";", "\[IndentingNewLine]",
RowBox[{"t3", "=",
RowBox[{"Table", "[",
RowBox[{
RowBox[{
RowBox[{"FormFit", "/.",
RowBox[{"fit", "\[LeftDoubleBracket]",
RowBox[{"n", ",", "nPts"}], "\[RightDoubleBracket]"}]}], "/.",
RowBox[{"e", "\[Rule]", "0"}]}], ",",
RowBox[{"{",
RowBox[{"n", ",", "nState"}], "}"}], ",",
RowBox[{"{",
RowBox[{"nPts", ",", "MaxPts"}], "}"}]}], "]"}]}], ";",
"\[IndentingNewLine]",
RowBox[{"t4", "=",
RowBox[{"Table", "[",
RowBox[{
RowBox[{
RowBox[{"FormFitQuad", "/.",
RowBox[{"fitQuad", "\[LeftDoubleBracket]",
RowBox[{"n", ",", "nPts"}], "\[RightDoubleBracket]"}]}], "/.",
RowBox[{"e", "\[Rule]", "0"}]}], ",",
RowBox[{"{",
RowBox[{"n", ",", "nState"}], "}"}], ",",
RowBox[{"{",
RowBox[{"nPts", ",", "MaxPts"}], "}"}]}], "]"}]}], ";",
"\[IndentingNewLine]",
RowBox[{"res", "=",
RowBox[{"Table", "[",
RowBox[{
RowBox[{"Flatten", "[",
RowBox[{"{",
RowBox[{
RowBox[{
"nDet", "\[LeftDoubleBracket]", "k", "\[RightDoubleBracket]"}],
",",
RowBox[{"SetAccuracy", "[",
RowBox[{
RowBox[{"Table", "[",
RowBox[{
RowBox[{"shift", "+",
RowBox[{
RowBox[{"(",
RowBox[{
RowBox[{"t2", "\[LeftDoubleBracket]",
RowBox[{"k", ",",
RowBox[{"n", "+", "1"}]}], "\[RightDoubleBracket]"}], "-",
RowBox[{"t2", "\[LeftDoubleBracket]",
RowBox[{"k", ",", "1"}], "\[RightDoubleBracket]"}]}],
")"}], "HaToeV"}]}], ",",
RowBox[{"{",
RowBox[{"n", ",",
RowBox[{"nState", "-", "1"}]}], "}"}]}], "]"}], ",", "3"}],
"]"}]}], "}"}], "]"}], ",",
RowBox[{"{",
RowBox[{"k", ",",
RowBox[{"nData", "-", "8"}], ",", "nData"}], "}"}]}], "]"}]}], ";",
"\[IndentingNewLine]",
RowBox[{"(*",
RowBox[{
RowBox[{"res2", "=",
RowBox[{"Table", "[",
RowBox[{
RowBox[{"Flatten", "[",
RowBox[{"{",
RowBox[{
RowBox[{
"nDet", "\[LeftDoubleBracket]", "k", "\[RightDoubleBracket]"}],
",",
RowBox[{"SetAccuracy", "[",
RowBox[{
RowBox[{"Table", "[",
RowBox[{
RowBox[{"shift", "+",
RowBox[{
RowBox[{"(",
RowBox[{
RowBox[{"rt2", "\[LeftDoubleBracket]",
RowBox[{"k", ",",
RowBox[{"n", "+", "1"}]}], "\[RightDoubleBracket]"}], "-",
RowBox[{"rt2", "\[LeftDoubleBracket]",
RowBox[{"k", ",", "1"}], "\[RightDoubleBracket]"}]}],
")"}], "HaToeV"}]}], ",",
RowBox[{"{",
RowBox[{"n", ",",
RowBox[{"nState", "-", "1"}]}], "}"}]}], "]"}], ",",
"3"}], "]"}]}], "}"}], "]"}], ",",
RowBox[{"{",
RowBox[{"k", ",",
RowBox[{"nData", "-", "8"}], ",", "nData"}], "}"}]}], "]"}]}],
";"}], "*)"}],
RowBox[{"extrap", "=",
RowBox[{"SetAccuracy", "[",
RowBox[{
RowBox[{"Table", "[",
RowBox[{
RowBox[{"shift", "+",
RowBox[{
RowBox[{"(",
RowBox[{
RowBox[{"t3", "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"n", "+", "1"}], ",", "nPts"}],
"\[RightDoubleBracket]"}], "-",
RowBox[{"t3", "\[LeftDoubleBracket]",
RowBox[{"1", ",", "nPts"}], "\[RightDoubleBracket]"}]}],
")"}], "HaToeV"}]}], ",",
RowBox[{"{",
RowBox[{"n", ",",
RowBox[{"nState", "-", "1"}]}], "}"}], ",",
RowBox[{"{",
RowBox[{"nPts", ",", "MaxPts"}], "}"}]}], "]"}], ",", "3"}],
"]"}]}], ";", "\[IndentingNewLine]",
RowBox[{"extrapQuad", "=",
RowBox[{"SetAccuracy", "[",
RowBox[{
RowBox[{"Table", "[",
RowBox[{
RowBox[{"shift", "+",
RowBox[{
RowBox[{"(",
RowBox[{
RowBox[{"t4", "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"n", "+", "1"}], ",", "nPts"}],
"\[RightDoubleBracket]"}], "-",
RowBox[{"t4", "\[LeftDoubleBracket]",
RowBox[{"1", ",", "nPts"}], "\[RightDoubleBracket]"}]}],
")"}], "HaToeV"}]}], ",",
RowBox[{"{",
RowBox[{"n", ",",
RowBox[{"nState", "-", "1"}]}], "}"}], ",",
RowBox[{"{",
RowBox[{"nPts", ",", "MaxPts"}], "}"}]}], "]"}], ",", "3"}],
"]"}]}], ";", "\[IndentingNewLine]",
RowBox[{"Print", "[", "\"\<Excitation energies with PT2\>\"", "]"}],
";", "\[IndentingNewLine]",
RowBox[{"Print", "[",
RowBox[{"TableForm", "[",
RowBox[{
RowBox[{"Take", "[",
RowBox[{"res", ",",
RowBox[{"-", "8"}]}], "]"}], ",",
RowBox[{"TableAlignments", "\[Rule]", "Center"}], ",",
RowBox[{"TableHeadings", "\[Rule]",
RowBox[{"{",
RowBox[{"None", ",",
RowBox[{"Flatten", "[",
RowBox[{"{",
RowBox[{"\"\<nDet\>\"", ",",
RowBox[{"Table", "[",
RowBox[{
RowBox[{"ToString", "[", "k", "]"}], ",",
RowBox[{"{",
RowBox[{"k", ",",
RowBox[{"nState", "-", "1"}]}], "}"}]}], "]"}]}], "}"}],
"]"}]}], "}"}]}]}], "]"}], "]"}], ";", "\[IndentingNewLine]",
RowBox[{"(*",
RowBox[{
RowBox[{"Print", "[", "\"\<Excitation energies with rPT2\>\"", "]"}],
";", "\[IndentingNewLine]",
RowBox[{"Print", "[",
RowBox[{"TableForm", "[",
RowBox[{
RowBox[{"Take", "[",
RowBox[{"res2", ",",
RowBox[{"-", "8"}]}], "]"}], ",",
RowBox[{"TableAlignments", "\[Rule]", "Center"}], ",",
RowBox[{"TableHeadings", "\[Rule]",
RowBox[{"{",
RowBox[{"None", ",",
RowBox[{"Flatten", "[",
RowBox[{"{",
RowBox[{"\"\<nDet\>\"", ",",
RowBox[{"Table", "[",
RowBox[{
RowBox[{"ToString", "[", "k", "]"}], ",",
RowBox[{"{",
RowBox[{"k", ",",
RowBox[{"nState", "-", "1"}]}], "}"}]}], "]"}]}], "}"}],
"]"}]}], "}"}]}]}], "]"}], "]"}], ";"}], "\[IndentingNewLine]",
"*)"}], "\[IndentingNewLine]",
RowBox[{"Print", "[", "\"\<Linear fits\>\"", "]"}], ";",
RowBox[{"Print", "[",
RowBox[{"TableForm", "[",
RowBox[{
RowBox[{"extrap", "\[Transpose]"}], ",",
RowBox[{"TableAlignments", "\[Rule]", "Center"}], ",",
RowBox[{"TableHeadings", "\[Rule]",
RowBox[{"{",
RowBox[{
RowBox[{"Table", "[",
RowBox[{
RowBox[{"StringJoin", "[",
RowBox[{
RowBox[{"ToString", "[",
RowBox[{"k", "+", "1"}], "]"}], ",", "\"\< pts\>\""}], "]"}],
",",
RowBox[{"{",
RowBox[{"k", ",", "MaxPts"}], "}"}]}], "]"}], ",",
RowBox[{"Table", "[",
RowBox[{
RowBox[{"StringJoin", "[",
RowBox[{"\"\<state \>\"", ",",
RowBox[{"ToString", "[", "k", "]"}]}], "]"}], ",",
RowBox[{"{",
RowBox[{"k", ",",
RowBox[{"nState", "-", "1"}]}], "}"}]}], "]"}]}], "}"}]}]}],
"]"}], "]"}], ";", "\[IndentingNewLine]",
RowBox[{"Print", "[", "\"\<Quadratic fits\>\"", "]"}], ";",
"\[IndentingNewLine]",
RowBox[{"Print", "[",
RowBox[{"TableForm", "[",
RowBox[{
RowBox[{"extrapQuad", "\[Transpose]"}], ",",
RowBox[{"TableAlignments", "\[Rule]", "Center"}], ",",
RowBox[{"TableHeadings", "\[Rule]",
RowBox[{"{",
RowBox[{
RowBox[{"Table", "[",
RowBox[{
RowBox[{"StringJoin", "[",
RowBox[{
RowBox[{"ToString", "[",
RowBox[{"k", "+", "2"}], "]"}], ",", "\"\< pts\>\""}], "]"}],
",",
RowBox[{"{",
RowBox[{"k", ",", "MaxPts"}], "}"}]}], "]"}], ",",
RowBox[{"Table", "[",
RowBox[{
RowBox[{"StringJoin", "[",
RowBox[{"\"\<state \>\"", ",",
RowBox[{"ToString", "[", "k", "]"}]}], "]"}], ",",
RowBox[{"{",
RowBox[{"k", ",",
RowBox[{"nState", "-", "1"}]}], "}"}]}], "]"}]}], "}"}]}]}],
"]"}], "]"}], ";", "\[IndentingNewLine]",
RowBox[{"(*", " ",
RowBox[{"Print", " ", "stuff"}], " ", "*)"}], "\[IndentingNewLine]",
RowBox[{"Do", "[", "\[IndentingNewLine]",
RowBox[{
RowBox[{
RowBox[{"Print", "[",
RowBox[{"Show", "[",
RowBox[{"{",
RowBox[{
RowBox[{"ListLogLinearPlot", "[",
RowBox[{
RowBox[{"Take", "[",
RowBox[{
RowBox[{"res", "\[LeftDoubleBracket]",
RowBox[{";;", ",",
RowBox[{"{",
RowBox[{"1", ",",
RowBox[{"k", "+", "1"}]}], "}"}]}],
"\[RightDoubleBracket]"}], ",",
RowBox[{"-", "8"}]}], "]"}], ",",
RowBox[{"Joined", "\[Rule]", "True"}], ",",
RowBox[{"PlotMarkers", "\[Rule]", "Automatic"}], ",",
RowBox[{"PlotTheme", "\[Rule]", "\"\<Scientific\>\""}], ",",
RowBox[{"FrameLabel", "\[Rule]",
RowBox[{"{",
RowBox[{
"\"\<Number of determinants\>\"", ",",
"\"\<Excitation energy (eV)\>\""}], "}"}]}], ",",
RowBox[{"BaseStyle", "\[Rule]", "16"}]}], "]"}], ",",
RowBox[{"Plot", "[",
RowBox[{
RowBox[{"{",
RowBox[{
RowBox[{"extrap", "\[LeftDoubleBracket]",
RowBox[{"k", ",", "1"}], "\[RightDoubleBracket]"}], ",",
RowBox[{"extrapQuad", "\[LeftDoubleBracket]",
RowBox[{"k", ",", "1"}], "\[RightDoubleBracket]"}]}], "}"}],
",",
RowBox[{"{",
RowBox[{"x", ",", "0", ",",
SuperscriptBox["10", "7"]}], "}"}], ",",
RowBox[{"PlotTheme", "\[Rule]", "\"\<Scientific\>\""}]}],
"]"}]}], "}"}], "]"}], "]"}], ";"}], "\[IndentingNewLine]", ",",
RowBox[{"{",
RowBox[{"k", ",",
RowBox[{"nState", "-", "1"}]}], "}"}]}], "]"}], ";",
"\[IndentingNewLine]", "\[IndentingNewLine]",
RowBox[{"Return", "[", "\"\<:-)\>\"", "]"}]}]}], "\[IndentingNewLine]",
"]"}]}], ";"}]], "Input",
InitializationCell->True,
CellChangeTimes->{{3.720688172808494*^9, 3.7206884627282133`*^9}, {
3.720690112783133*^9, 3.72069011408444*^9}, {3.7206901644634857`*^9,
3.7206903958016567`*^9}, {3.7206948489170732`*^9,
3.7206948528498917`*^9}, {3.720694886569965*^9, 3.720694898398683*^9}, {
3.720762987616124*^9, 3.720763030984247*^9}, {3.720787400865756*^9,
3.720787677824356*^9}, {3.720787946914452*^9, 3.72078796696014*^9}, {
3.720788336419921*^9, 3.72078834832406*^9}, {3.720800844778655*^9,
3.720801013552738*^9}, 3.720811138774097*^9, {3.720854291866728*^9,
3.7208543008726177`*^9}, {3.721023694399313*^9, 3.721024207608512*^9}, {
3.721024248536325*^9, 3.7210242913664217`*^9}, {3.721024363287011*^9,
3.72102436845605*^9}, {3.721024407191456*^9, 3.721024429575122*^9}, {
3.72102457687895*^9, 3.7210246018868103`*^9}, {3.721027709056381*^9,
3.7210278565597353`*^9}, {3.721027917462863*^9, 3.72102794480658*^9}, {
3.7213654453770103`*^9, 3.721365490047947*^9}, {3.7213657273632793`*^9,
3.7213660071743317`*^9}, {3.7213660416073933`*^9, 3.721366075822342*^9}, {
3.721569848355551*^9, 3.721569848626697*^9}, {3.721570070809514*^9,
3.721570071142131*^9}, {3.721570427568858*^9, 3.721570428453355*^9}, {
3.7215706666945066`*^9, 3.721570671915793*^9}, {3.724518028972972*^9,
3.724518293087736*^9}, {3.7245183602194633`*^9, 3.724518362407608*^9}, {
3.724589719412122*^9, 3.724589770490885*^9}, {3.724589812428051*^9,
3.724589830746018*^9}, {3.7245898724094152`*^9, 3.724589881955744*^9}, {
3.727109191657123*^9, 3.727109219482782*^9}, {3.727109282432061*^9,
3.727109304675407*^9}, {3.7271093518211603`*^9, 3.72710956153547*^9}, {
3.727109669233255*^9, 3.727109820043393*^9}, {3.7271099204596043`*^9,
3.7271099752951107`*^9}, {3.7271100552498837`*^9, 3.727110074340362*^9}, {
3.72711042772911*^9, 3.727110439182846*^9}, {3.727110513386195*^9,
3.727110682899353*^9}, {3.727110728317466*^9, 3.727110763558887*^9}, {
3.727110796086347*^9, 3.727111304549955*^9}, {3.7271119802465*^9,
3.727111980880309*^9}, {3.727112458883572*^9, 3.727112468917328*^9}, {
3.727112506116363*^9, 3.727112512398158*^9}, {3.72711257246307*^9,
3.727112575164523*^9}, {3.7271126379245577`*^9, 3.727112652292571*^9}, {
3.727112943881031*^9, 3.727113021238613*^9}, {3.727113055572104*^9,
3.7271131080086203`*^9}, {3.727113151974975*^9, 3.72711320735681*^9}, {
3.727113287416239*^9, 3.7271133231034822`*^9}, {3.727156303195353*^9,
3.72715631779636*^9}, {3.727157643627514*^9, 3.727157664475657*^9}, {
3.7276216072748213`*^9, 3.727621788798359*^9}, {3.727621833591186*^9,
3.727621854785266*^9}, {3.7276219056849623`*^9, 3.727622060779488*^9}, {
3.7276755573800907`*^9, 3.727675569538766*^9}, {3.727675642260017*^9,
3.7276756578600893`*^9}, {3.728823817569606*^9, 3.7288239360736923`*^9}, {
3.7288239738909903`*^9, 3.7288239934578047`*^9}, {3.728824041754772*^9,
3.728824411562669*^9}, {3.7288244912759953`*^9, 3.7288245938275642`*^9}, {
3.728824637844342*^9, 3.728824653611279*^9}, {3.728824811969738*^9,
3.728824861802191*^9}, 3.728824898825654*^9, {3.728824934028121*^9,
3.728824934906938*^9}, 3.7288250070273447`*^9, {3.728825047963892*^9,
3.728825048385374*^9}, {3.728825082851388*^9, 3.7288250895892763`*^9}, {
3.729227232498733*^9, 3.7292272353290586`*^9}, {3.729227271508049*^9,
3.729227276476145*^9}, {3.7292273382444468`*^9, 3.7292274007381897`*^9},
3.7292274434511747`*^9, {3.729227520475811*^9, 3.729227624618511*^9}, {
3.7292276679225607`*^9, 3.729227787468733*^9}, {3.729227822443522*^9,
3.7292278396020727`*^9}, {3.729236281507328*^9, 3.7292363906101437`*^9}, {
3.729236435713704*^9, 3.729236509988598*^9}, {3.729236556339205*^9,
3.7292365580777483`*^9}, {3.729236592891584*^9, 3.729236593322341*^9}, {
3.729236631212192*^9, 3.729236632882081*^9}, 3.730827013499346*^9, {
3.73082854607016*^9, 3.7308285713220263`*^9}, {3.731043837450732*^9,
3.731043858957144*^9}, {3.732262381802371*^9, 3.732262404737381*^9}, {
3.733480715171198*^9, 3.7334807369116383`*^9}, {3.733553291988105*^9,
3.733553383461824*^9}, {3.733553452683379*^9, 3.73355346014406*^9}, {
3.7335534954192343`*^9, 3.733553529984521*^9}, {3.733556499894392*^9,
3.733556578611987*^9}, {3.733556683921028*^9, 3.733556693140419*^9}, {
3.733556731578047*^9, 3.733556741085844*^9}, {3.733556854127508*^9,
3.733556886409335*^9}, {3.7335577368341*^9, 3.733557748452423*^9}, {
3.733559004973168*^9, 3.733559013050228*^9}, {3.733559074436563*^9,
3.733559075678113*^9}, {3.7335591572338333`*^9, 3.7335591718984547`*^9}, {
3.7335592242407303`*^9, 3.733559251123705*^9}, {3.7335593689602127`*^9,
3.733559377700882*^9}, {3.733559419579536*^9, 3.73355944666133*^9}, {
3.733559480490348*^9, 3.733559510150937*^9}, {3.733559666105213*^9,
3.7335597217487993`*^9}, {3.733559782210194*^9, 3.73355983936487*^9}, {
3.7335600410828753`*^9, 3.733560042194028*^9}, {3.733560101854241*^9,
3.733560108893059*^9}, {3.7335601401354847`*^9, 3.733560198904418*^9}, {
3.733560252425462*^9, 3.733560252579399*^9}, {3.733560304286757*^9,
3.7335603169780207`*^9}, {3.733749038124216*^9, 3.733749038568926*^9}, {
3.733749070637101*^9, 3.733749107351322*^9}, {3.733749430662237*^9,
3.7337494601300592`*^9}, {3.7402207648322573`*^9,
3.7402209277146683`*^9}, {3.74022096813769*^9, 3.74022097490798*^9}, {
3.7402210274726973`*^9, 3.74022102894086*^9}, {3.741081764285324*^9,
3.7410818369508753`*^9}, {3.741081903665462*^9, 3.7410819158386383`*^9}, {
3.741082011719952*^9, 3.741082084380003*^9}, {3.741082125164805*^9,
3.741082218548586*^9}, {3.741082253776836*^9, 3.7410824399943533`*^9}, {
3.7410824899204693`*^9, 3.7410825757306967`*^9}, {3.741082640098113*^9,
3.741082786518487*^9}, 3.741082857063758*^9, 3.741082895535728*^9,
3.74108300115397*^9, {3.746783292669943*^9, 3.746783321984742*^9},
3.746783417725596*^9, 3.746783524253286*^9, {3.746783573210125*^9,
3.746783623257888*^9}, {3.74678366304276*^9, 3.746783724953479*^9},
3.7467837803546457`*^9, {3.746785102451025*^9, 3.746785124796775*^9}, {
3.746785430203409*^9, 3.746785480651153*^9}, {3.746785596780923*^9,
3.746785605857256*^9}, {3.74678565311796*^9, 3.746785692130149*^9}, {
3.746785733941037*^9, 3.746785738507172*^9}, {3.7467858849723186`*^9,
3.746785894474638*^9}, {3.752032174432513*^9, 3.7520322051334333`*^9}, {
3.75203234119674*^9, 3.752032344657962*^9}, {3.773677688825935*^9,
3.77367771029011*^9}, {3.7736777479195843`*^9, 3.773677762903124*^9},
3.773739188385539*^9, {3.774621910281703*^9, 3.774621964361559*^9}, {
3.774622026391119*^9, 3.7746221070990257`*^9}, {3.774622176171092*^9,
3.774622181659477*^9}, {3.774622245181952*^9, 3.774622300387995*^9}, {
3.774787273737603*^9, 3.7747872827347*^9}, 3.775387240458624*^9, {
3.775575273427988*^9, 3.7755752771200523`*^9}, {3.775575325380107*^9,
3.775575328060598*^9}},
CellLabel->"In[6]:=",ExpressionUUID->"f470439a-99b8-450d-8d3c-3a00213ef164"]
}, Closed]],
Cell[CellGroupData[{
Cell["Three non-H molecules", "Title",
CellChangeTimes->{{3.7774294917631807`*^9, 3.777429493257316*^9}, {
3.811322471617639*^9,
3.811322480537156*^9}},ExpressionUUID->"bd6d4bf6-0712-4a35-bf3c-\
b1db45522528"],
Cell[CellGroupData[{
Cell["Summary", "Section",
CellChangeTimes->{{3.778583891528181*^9,
3.778583892695784*^9}},ExpressionUUID->"347ff4db-bbef-43bb-89e9-\
0326eda19b93"],
Cell[CellGroupData[{
Cell[BoxData[
RowBox[{"TableForm", "[",
RowBox[{
RowBox[{"{", "\[IndentingNewLine]",
RowBox[{
RowBox[{"{",
RowBox[{
"\"\<2.18\>\"", ",", "\"\<2.14(0)\>\"", ",", "\"\<2.15\>\"", ",",
"\"\<2.11(1)\>\""}], "}"}], ",", "\[IndentingNewLine]",
RowBox[{"{",
RowBox[{
"\"\<3.81\>\"", ",", "\"\<3.79(1)\>\"", ",", "\"\<3.78\>\"", ",",
"\"\<3.78(1)\>\""}], "}"}], ",", "\[IndentingNewLine]",
RowBox[{"{",
RowBox[{
"\"\<3.08\>\"", ",", "\"\<3.06(0)\>\"", ",", "\"\<3.07\>\"", ",",
"\"\<3.05(0)\>\""}], "}"}], ",", "\[IndentingNewLine]",
RowBox[{"{",
RowBox[{
"\"\<2.47\>\"", ",", "\"\<2.46(0)\>\"", ",", "\"\<2.46\>\"", ",",
"\"\<2.47(0)\>\""}], "}"}], ",", "\[IndentingNewLine]",
RowBox[{"{",
RowBox[{
"\"\<1.60\>\"", ",", "\"\<1.60(0)\>\"", ",", "\"\<1.59\>\"", ",",
"\"\<1.59(0)\>\""}], "}"}], ",", "\[IndentingNewLine]",
RowBox[{"{",
RowBox[{
"\"\<5.06\>\"", ",", "\"\<5.04(0)\>\"", ",", "\"\<4.85\>\"", ",",
"\"\<4.84(0)\>\""}], "}"}], ",", "\[IndentingNewLine]",
RowBox[{"{",
RowBox[{
"\"\<5.33\>\"", ",", "\"\<5.32(0)\>\"", ",", "\"\<5.15\>\"", ",",
"\"\<5.15(0)\>\""}], "}"}], ",", "\[IndentingNewLine]",
RowBox[{"{",
RowBox[{
"\"\<3.47\>\"", ",", "\"\<3.49(0)\>\"", ",", "\"\<3.45\>\"", ",",
"\"\<3.47(0)\>\""}], "}"}], ",", "\[IndentingNewLine]",
RowBox[{"{",
RowBox[{
"\"\<4.35\>\"", ",", "\"\<4.34(0)\>\"", ",", "\"\<4.21\>\"", ",",
"\"\<4.22(0)\>\""}], "}"}], ",", "\[IndentingNewLine]",
RowBox[{"{",
RowBox[{
"\"\<5.12\>\"", ",", "\"\<5.12(0)\>\"", ",", "\"\<5.07\>\"", ",",
"\"\<5.09(1)\>\""}], "}"}], ",", "\[IndentingNewLine]",
RowBox[{"{",
RowBox[{
"\"\<2.71\>\"", ",", "\"\<2.71(1)\>\"", ",", "\"\<2.76\>\"", ",",
"\"\<2.77(1)\>\""}], "}"}], ",", "\[IndentingNewLine]",
RowBox[{"{",
RowBox[{
"\"\<2.69\>\"", ",", "\"\<2.68(2)\>\"", ",", "\"\<2.61\>\"", ",",
"\"\<NA\>\""}], "}"}], ",", "\[IndentingNewLine]",
RowBox[{"{",
RowBox[{
"\"\<4.40\>\"", ",", "\"\<4.46(1)\>\"", ",", "\"\<4.35\>\"", ",",
"\"\<NA\>\""}], "}"}], ",", "\[IndentingNewLine]",
RowBox[{"{",
RowBox[{
"\"\<1.20\>\"", ",", "\"\<1.22(3)\>\"", ",", "\"\<1.20\>\"", ",",
"\"\<1.22(5)\>\""}], "}"}], ",", "\[IndentingNewLine]",
RowBox[{"{",
RowBox[{
"\"\<4.34\>\"", ",", "\"\<4.36(1)\>\"", ",", "\"\<4.28\>\"", ",",
"\"\<4.35(1)\>\""}], "}"}], ",", "\[IndentingNewLine]",
RowBox[{"{",
RowBox[{
"\"\<6.03\>\"", ",", "\"\<6.00(3)\>\"", ",", "\"\<5.99\>\"", ",",
"\"\<NA\>\""}], "}"}], ",", "\[IndentingNewLine]",
RowBox[{"{",
RowBox[{
"\"\<5.65\>\"", ",", "\"\<5.65(1)\>\"", ",", "\"\<5.62\>\"", ",",
"\"\<NA\>\""}], "}"}], ",", "\[IndentingNewLine]",
RowBox[{"{",
RowBox[{
"\"\<3.63\>\"", ",", "\"\<3.62(1)\>\"", ",", "\"\<3.56\>\"", ",",
"\"\<3.63(6)\>\""}], "}"}], ",", "\[IndentingNewLine]",
RowBox[{"{",
RowBox[{
"\"\<3.93\>\"", ",", "\"\<3.95(2)\>\"", ",", "\"\<3.90\>\"", ",",
"\"\<3.88(3)\>\""}], "}"}], ",", "\[IndentingNewLine]",
RowBox[{"{",
RowBox[{
"\"\<2.45\>\"", ",", "\"\<2.47(5)\>\"", ",", "\"\<2.48\>\"", ",",
"\"\<2.49(4)\>\""}], "}"}], ",", "\[IndentingNewLine]",
RowBox[{"{",
RowBox[{
"\"\<\>\"", ",", "\"\<2.54(0)\>\"", ",", "\"\<\>\"", ",",
"\"\<2.49(2)\>\""}], "}"}], ",", "\[IndentingNewLine]",
RowBox[{"{",
RowBox[{
"\"\<\>\"", ",", "\"\<7.30(4)\>\"", ",", "\"\<\>\"", ",",
"\"\<7.32(5)\>\""}], "}"}], ",", "\[IndentingNewLine]",
RowBox[{"{",
RowBox[{
"\"\<\>\"", ",", "\"\<7.08(1)\>\"", ",", "\"\<\>\"", ",",
"\"\<7.04(10)\>\""}], "}"}], ",", "\[IndentingNewLine]",
RowBox[{"{",
RowBox[{
"\"\<\>\"", ",", "\"\<2.04(1)\>\"", ",", "\"\<\>\"", ",",
"\"\<1.98(0)\>\""}], "}"}]}], "\[IndentingNewLine]", "}"}], ",",
RowBox[{"TableHeadings", "\[Rule]",
RowBox[{"{",
RowBox[{
RowBox[{"{",
RowBox[{
"\"\<Silylidene\>\"", ",", "\"\<\>\"", ",", "\"\<HSiF\>\"", ",",
"\"\<HPO\>\"", ",", "\"\<HPS\>\"", ",", "\"\<HPC\>\"", ",",
"\"\<\>\"", ",", "\"\<\>\"", ",", "\"\<\>\"", ",",
"\"\<\!\(\*SubscriptBox[\(CF\), \(2\)]\)\>\"", ",", "\"\<\>\"", ",",
"\"\<\!\(\*SubscriptBox[\(CCl\), \(2\)]\)\>\"", ",", "\"\<\>\"", ",",
"\"\<\>\"", ",", "\"\<\>\"", ",", "\"\<Formylfluoride\>\"", ",",
"\"\<\>\"", ",", "\"\<CClF\>\"", ",",
"\"\<\!\(\*SubscriptBox[\(SiCl\), \(2\)]\)\>\"", ",", "\"\<\>\"",
",", "\"\<HCF\>\"", ",", "\"\<F2CO\>\"", ",", "\"\<\>\"", ",",
"\"\<HCCl\>\""}], "}"}], ",",
RowBox[{"{",
RowBox[{
"\"\<CC3/AVDZ\>\"", ",", "\"\<exFCI/AVDZ\>\"", ",", "\"\<CC3/AVTZ\>\"",
",", "\"\<exFCI/AVTZ\>\""}], "}"}]}], "}"}]}]}], "]"}]], "Input",
CellChangeTimes->{{3.778583896298974*^9, 3.778584018464101*^9}, {
3.778584077057057*^9, 3.7785845971086397`*^9}, {3.778587694783991*^9,
3.778587866691484*^9}, {3.778587904395377*^9, 3.778587958807476*^9}, {
3.778587993084322*^9, 3.778588044290633*^9}, {3.7785880902399883`*^9,
3.778588239107938*^9}, {3.778588271503598*^9, 3.778588285739266*^9}, {
3.7785883157861834`*^9, 3.7785884691197968`*^9}, {3.7785936640757504`*^9,
3.778593694950962*^9}, 3.778593742751096*^9, {3.778638954904351*^9,
3.778638961687183*^9}, {3.778769114277314*^9, 3.778769169145927*^9}, {
3.778951740588581*^9, 3.778951848733795*^9}, {3.7794590415909243`*^9,
3.779459043618524*^9}, {3.779617558464343*^9, 3.779617566110248*^9}, {
3.779617651079561*^9, 3.779617655622664*^9}, {3.779617702918235*^9,
3.779617708230616*^9}, 3.779617778839162*^9, {3.779783791095212*^9,
3.779783796950431*^9}, {3.7797838291043253`*^9, 3.779783864061535*^9}, {
3.7797839689750013`*^9, 3.779783995086013*^9}, {3.781151769865986*^9,
3.781151836198543*^9}, {3.7811520402703342`*^9, 3.7811520652247753`*^9}, {
3.7813291934015007`*^9, 3.781329198519504*^9}, {3.781360414552423*^9,
3.781360465692109*^9}, {3.781360540726923*^9, 3.781360598723068*^9}, {
3.781853975010153*^9, 3.7818539782727633`*^9}, {3.781854219354178*^9,
3.781854220441846*^9}, {3.782622529390272*^9, 3.782622549967949*^9}},
CellLabel->"In[7]:=",ExpressionUUID->"001bc978-5977-4919-b822-efbba885ff07"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
StyleBox["\[Null]",
ShowStringCharacters->False],
TagBox["\<\"CC3/AVDZ\"\>",
HoldForm],
TagBox["\<\"exFCI/AVDZ\"\>",
HoldForm],
TagBox["\<\"CC3/AVTZ\"\>",
HoldForm],
TagBox["\<\"exFCI/AVTZ\"\>",
HoldForm]},
{
TagBox["\<\"Silylidene\"\>",
HoldForm], "\<\"2.18\"\>", "\<\"2.14(0)\"\>", "\<\"2.15\"\>", \
"\<\"2.11(1)\"\>"},
{
TagBox["\<\"\"\>",
HoldForm], "\<\"3.81\"\>", "\<\"3.79(1)\"\>", "\<\"3.78\"\>", \
"\<\"3.78(1)\"\>"},
{
TagBox["\<\"HSiF\"\>",
HoldForm], "\<\"3.08\"\>", "\<\"3.06(0)\"\>", "\<\"3.07\"\>", \
"\<\"3.05(0)\"\>"},
{
TagBox["\<\"HPO\"\>",
HoldForm], "\<\"2.47\"\>", "\<\"2.46(0)\"\>", "\<\"2.46\"\>", \
"\<\"2.47(0)\"\>"},
{
TagBox["\<\"HPS\"\>",
HoldForm], "\<\"1.60\"\>", "\<\"1.60(0)\"\>", "\<\"1.59\"\>", \
"\<\"1.59(0)\"\>"},
{
TagBox["\<\"HPC\"\>",
HoldForm], "\<\"5.06\"\>", "\<\"5.04(0)\"\>", "\<\"4.85\"\>", \
"\<\"4.84(0)\"\>"},
{
TagBox["\<\"\"\>",
HoldForm], "\<\"5.33\"\>", "\<\"5.32(0)\"\>", "\<\"5.15\"\>", \
"\<\"5.15(0)\"\>"},
{
TagBox["\<\"\"\>",
HoldForm], "\<\"3.47\"\>", "\<\"3.49(0)\"\>", "\<\"3.45\"\>", \
"\<\"3.47(0)\"\>"},
{
TagBox["\<\"\"\>",
HoldForm], "\<\"4.35\"\>", "\<\"4.34(0)\"\>", "\<\"4.21\"\>", \
"\<\"4.22(0)\"\>"},
{
TagBox["\<\"\\!\\(\\*SubscriptBox[\\(CF\\), \\(2\\)]\\)\"\>",
HoldForm], "\<\"5.12\"\>", "\<\"5.12(0)\"\>", "\<\"5.07\"\>", \
"\<\"5.09(1)\"\>"},
{
TagBox["\<\"\"\>",
HoldForm], "\<\"2.71\"\>", "\<\"2.71(1)\"\>", "\<\"2.76\"\>", \
"\<\"2.77(1)\"\>"},
{
TagBox["\<\"\\!\\(\\*SubscriptBox[\\(CCl\\), \\(2\\)]\\)\"\>",
HoldForm], "\<\"2.69\"\>", "\<\"2.68(2)\"\>", "\<\"2.61\"\>", \
"\<\"NA\"\>"},
{
TagBox["\<\"\"\>",
HoldForm], "\<\"4.40\"\>", "\<\"4.46(1)\"\>", "\<\"4.35\"\>", \
"\<\"NA\"\>"},
{
TagBox["\<\"\"\>",
HoldForm], "\<\"1.20\"\>", "\<\"1.22(3)\"\>", "\<\"1.20\"\>", \
"\<\"1.22(5)\"\>"},
{
TagBox["\<\"\"\>",
HoldForm], "\<\"4.34\"\>", "\<\"4.36(1)\"\>", "\<\"4.28\"\>", \
"\<\"4.35(1)\"\>"},
{
TagBox["\<\"Formylfluoride\"\>",
HoldForm], "\<\"6.03\"\>", "\<\"6.00(3)\"\>", "\<\"5.99\"\>", \
"\<\"NA\"\>"},
{
TagBox["\<\"\"\>",
HoldForm], "\<\"5.65\"\>", "\<\"5.65(1)\"\>", "\<\"5.62\"\>", \
"\<\"NA\"\>"},
{
TagBox["\<\"CClF\"\>",
HoldForm], "\<\"3.63\"\>", "\<\"3.62(1)\"\>", "\<\"3.56\"\>", \
"\<\"3.63(6)\"\>"},
{
TagBox["\<\"\\!\\(\\*SubscriptBox[\\(SiCl\\), \\(2\\)]\\)\"\>",
HoldForm], "\<\"3.93\"\>", "\<\"3.95(2)\"\>", "\<\"3.90\"\>", \
"\<\"3.88(3)\"\>"},
{
TagBox["\<\"\"\>",
HoldForm], "\<\"2.45\"\>", "\<\"2.47(5)\"\>", "\<\"2.48\"\>", \
"\<\"2.49(4)\"\>"},
{
TagBox["\<\"HCF\"\>",
HoldForm], "\<\"\"\>", "\<\"2.54(0)\"\>", "\<\"\"\>", \
"\<\"2.49(2)\"\>"},
{
TagBox["\<\"F2CO\"\>",
HoldForm], "\<\"\"\>", "\<\"7.30(4)\"\>", "\<\"\"\>", \
"\<\"7.32(5)\"\>"},
{
TagBox["\<\"\"\>",
HoldForm], "\<\"\"\>", "\<\"7.08(1)\"\>", "\<\"\"\>", \
"\<\"7.04(10)\"\>"},
{
TagBox["\<\"HCCl\"\>",
HoldForm], "\<\"\"\>", "\<\"2.04(1)\"\>", "\<\"\"\>", "\<\"1.98(0)\"\>"}
},
GridBoxAlignment->{
"Columns" -> {{Left}}, "ColumnsIndexed" -> {}, "Rows" -> {{Baseline}},
"RowsIndexed" -> {}},
GridBoxDividers->{
"Columns" -> {False, True, {False}, False}, "ColumnsIndexed" -> {},
"Rows" -> {False, True, {False}, False}, "RowsIndexed" -> {}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "ColumnsIndexed" -> {}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}, "RowsIndexed" -> {}}],
{OutputFormsDump`HeadedRows, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$,
TableHeadings -> {{
"Silylidene", "", "HSiF", "HPO", "HPS", "HPC", "", "", "",
"\!\(\*SubscriptBox[\(CF\), \(2\)]\)", "",
"\!\(\*SubscriptBox[\(CCl\), \(2\)]\)", "", "", "", "Formylfluoride",
"", "CClF", "\!\(\*SubscriptBox[\(SiCl\), \(2\)]\)", "", "HCF", "F2CO",
"", "HCCl"}, {
"CC3/AVDZ", "exFCI/AVDZ", "CC3/AVTZ", "exFCI/AVTZ"}}]]]], "Output",
CellChangeTimes->{
3.778584597732836*^9, 3.7785876412986317`*^9, {3.778587837760675*^9,
3.778587867200507*^9}, 3.7785879700114403`*^9, 3.778588074506606*^9,
3.778588116721188*^9, {3.778588162365741*^9, 3.7785881999567327`*^9}, {
3.778588260765695*^9, 3.77858828723735*^9}, 3.778588348788032*^9, {
3.778588429069263*^9, 3.778588434738531*^9}, 3.7785884696068773`*^9,
3.778593695552397*^9, 3.778593743590611*^9, {3.778769125994294*^9,
3.778769142513652*^9}, 3.7787691742815943`*^9, 3.7789518493255157`*^9,
3.7794590456921453`*^9, {3.779617566659834*^9, 3.779617578532696*^9},
3.779617780488709*^9, 3.779783797891759*^9, 3.7797838647223377`*^9, {
3.779783961677292*^9, 3.779783996064557*^9}, 3.779784044132916*^9,
3.781151838708868*^9, 3.78115188160279*^9, 3.781152065874762*^9,
3.7813292010069427`*^9, {3.781360440721933*^9, 3.781360466285977*^9},
3.781360618646357*^9, 3.781853978817183*^9, 3.7818542526488113`*^9,
3.7826225659259567`*^9},
CellLabel->
"Out[7]//TableForm=",ExpressionUUID->"56d50b26-18c9-4505-8b41-99e1ab62bc3c"]
}, Open ]]
}, Closed]],
Cell[CellGroupData[{
Cell["Acetaldehyde", "Section",
CellChangeTimes->{{3.77742950330622*^9, 3.7774295059582033`*^9}, {
3.7778669099831257`*^9, 3.777866914230576*^9}, {3.811322508359969*^9,
3.811322510971436*^9}},ExpressionUUID->"1040f9b3-1b7b-4843-89da-\
d7acfdfb827c"],
Cell[CellGroupData[{
Cell[TextData[{
"AVDZ ",
StyleBox["\[Checkmark]",
FontColor->RGBColor[0, 1, 0]]
}], "Subsection",
CellChangeTimes->{{3.777429516951782*^9, 3.777429517987792*^9}, {
3.7775231829717607`*^9, 3.777523190205817*^9}, {3.777653709792136*^9,
3.777653722712954*^9}, {3.7776537758163548`*^9, 3.777653776104186*^9},
3.777731826638612*^9, {3.7778669032475224`*^9,
3.7778669087423697`*^9}},ExpressionUUID->"c89c56b8-d70d-440b-a792-\
17ed413583f4"],
Cell[CellGroupData[{
Cell["Singlets", "Subsubsection",
CellChangeTimes->{{3.811322582586644*^9,
3.811322584352894*^9}},ExpressionUUID->"cbc79bc2-c837-4f00-a371-\
77508b3e30f1"],
Cell[CellGroupData[{
Cell[BoxData[
RowBox[{
RowBox[{"Flush", "[", "\"\<acetaldehyde_1_AVDZ\>\"", "]"}], ";"}]], "Input",\
CellChangeTimes->{{3.777429522265008*^9, 3.777429526325075*^9}, {
3.811322562001708*^9, 3.811322564390358*^9}},
CellLabel->"In[9]:=",ExpressionUUID->"9a8b87b6-2c0b-468a-8ebe-0a8db68b4453"],
Cell[CellGroupData[{
Cell[BoxData[
InterpretationBox[GridBox[{
{"\<\"State\"\>", "\<\"Linear fit\"\>", "\<\"\"\>", "\<\"\"\>", \
"\<\"\"\>"},
{GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.4607064189268328391`7.185997193038021"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0105222482743498828`3.022108544838833"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.4605251801913823329`7.185996680131292"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0069452928671756555`2.8416905636685392"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.461034222344551381`7.185998120722161"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.016464810926373228`3.2165567478566572"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.4609869950061806776`7.185997987068848"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0156405940986104816`3.194253245453236"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.4607415592950303562`7.185997292485409"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0116682421159952417`3.067005432152625"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.3019906985621787499`7.1855477944094135"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0431789252294796505`3.635271828069648"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.3020412740010556263`7.18554793768629"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0441683409796771176`3.6451110868992576"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.3021620156010271785`7.185548279739074"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.046407311355769143`3.6665864079541013"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.301429750288662035`7.18554620527685"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0336735709273632763`3.5272891737631062"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.3011350597278692476`7.185545370433968"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0289382531317823183`3.4614723112292753"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.2093929276112191928`7.185285391742942"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.1551868509136692109`4.190854920417278"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.2072548261363351685`7.185279330938614"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.114051925810380192`4.057102622902979"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.2068766188575068554`7.185278258838359"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.1070891481004903056`4.029745463746333"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.2065029037497652098`7.185277199469415"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.1005921193397717045`4.002563958241654"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.2044598572179268103`7.185271408006688"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0675705523830348181`3.829757469256829"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
TableForm[{{{
1, {$CellContext`a -> -153.4607064189268328391`7.185997193038021, \
$CellContext`b -> -0.0105222482743498828`3.022108544838833}}, {
1, {$CellContext`a -> -153.4605251801913823329`7.185996680131292, \
$CellContext`b -> -0.0069452928671756555`2.8416905636685392}}, {
1, {$CellContext`a -> -153.461034222344551381`7.185998120722161, \
$CellContext`b -> -0.016464810926373228`3.2165567478566572}}, {
1, {$CellContext`a -> -153.4609869950061806776`7.185997987068848, \
$CellContext`b -> -0.0156405940986104816`3.194253245453236}}, {
1, {$CellContext`a -> -153.4607415592950303562`7.185997292485409, \
$CellContext`b -> -0.0116682421159952417`3.067005432152625}}}, {{
2, {$CellContext`a -> -153.3019906985621787499`7.1855477944094135, \
$CellContext`b -> -0.0431789252294796505`3.635271828069648}}, {
2, {$CellContext`a -> -153.3020412740010556263`7.18554793768629, \
$CellContext`b -> -0.0441683409796771176`3.6451110868992576}}, {
2, {$CellContext`a -> -153.3021620156010271785`7.185548279739074, \
$CellContext`b -> -0.046407311355769143`3.6665864079541013}}, {
2, {$CellContext`a -> -153.301429750288662035`7.18554620527685, \
$CellContext`b -> -0.0336735709273632763`3.5272891737631062}}, {
2, {$CellContext`a -> -153.3011350597278692476`7.185545370433968, \
$CellContext`b -> -0.0289382531317823183`3.4614723112292753}}}, {{
3, {$CellContext`a -> -153.2093929276112191928`7.185285391742942, \
$CellContext`b -> -0.1551868509136692109`4.190854920417278}}, {
3, {$CellContext`a -> -153.2072548261363351685`7.185279330938614, \
$CellContext`b -> -0.114051925810380192`4.057102622902979}}, {
3, {$CellContext`a -> -153.2068766188575068554`7.185278258838359, \
$CellContext`b -> -0.1070891481004903056`4.029745463746333}}, {
3, {$CellContext`a -> -153.2065029037497652098`7.185277199469415, \
$CellContext`b -> -0.1005921193397717045`4.002563958241654}}, {
3, {$CellContext`a -> -153.2044598572179268103`7.185271408006688, \
$CellContext`b -> -0.0675705523830348181`3.829757469256829}}}},
TableAlignments -> Center,
TableHeadings -> {None, {"State", "Linear fit"}}]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9}},
CellLabel->
"During evaluation of \
In[9]:=",ExpressionUUID->"c563266a-bdfb-4fb6-863d-7bb8ac9eb3af"],
Cell[BoxData[
InterpretationBox[GridBox[{
{"\<\"State\"\>", "\<\"Quadratic fit\"\>", "\<\"\"\>", "\<\"\"\>", \
"\<\"\"\>"},
{GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.4620783609209127007`7.186001075622613"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0637045437356801442`3.8041704095560385"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.5130682575454474925`4.710175146599864"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.4583520153238112016`7.185990530014237"}]}],
RowBox[{"b2", "\[Rule]", "0.0736982420021372181`3.8674571283220494"}],
RowBox[{"c2", "\[Rule]", "0.7405980660033476548`4.869582573598962"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.4608644433154438502`7.185997640247513"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0120278001781600145`3.0801862044099124"}]}],
RowBox[{
"c2", "\[Rule]", "0.0251805101642690946`3.4010645247902107"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.4615771491843929653`7.185999657201534"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0336510685303555782`3.5269988590345704"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.130729878990870324`4.116374859178469"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.4627051318277608516`7.186002849367589"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0644397026140526019`3.8091535275048782"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.322326584830780638`4.508296126701186"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.3016493317444144395`7.1855468273385386"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0300121010107662275`3.477296399471603"}]}],
RowBox[{"c2", "\[Rule]", "0.1264953781483161843`4.102074657675062"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.3014900401885256542`7.185546376074773"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0242117220811939662`3.3840256801382265"}]}],
RowBox[{"c2", "\[Rule]", "0.1787692811650489211`4.252292893840929"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.3043784877896769103`7.185554558806959"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1212375775035974962`4.083637249970981"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.6172044784692903852`4.790429068666944"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.3026824571598751845`7.185549754111715"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0695840539299568267`3.842509726914064"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.2424035263104152571`4.384538933340847"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.3031816811575538395`7.185551168371864"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0831703029025940843`3.9199682831677163"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.3269724037501414715`4.514511100046283"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.2293484449115226198`7.1853419548982425"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.9093562775505411588`4.958734069205998"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "7.0993300420638583148`5.851217366639762"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.2124646247475254768`7.185294098831443"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.2961749112600925993`4.47154826700498"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "1.5751396210867945058`5.197319055890726"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.2087328567050690253`7.185283520671173"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1682181628024516651`4.225872885510792"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.4944174073137336811`4.6940937528720506"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.211015255715267358`7.1852899904454075"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.238792042260736026`4.3780198498449545"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "1.0217112386287370285`5.009328170563749"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.2095045106165684956`7.185285708041211"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1982373691585799513`4.297185525475224"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.7712766406068314318`4.887210178232511"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
TableForm[{{{
1, {$CellContext`a2 -> -153.4620783609209127007`7.186001075622613, \
$CellContext`b2 -> -0.0637045437356801442`3.8041704095560385, $CellContext`c2 -> \
-0.5130682575454474925`4.710175146599864}}, {
1, {$CellContext`a2 -> -153.4583520153238112016`7.185990530014237, \
$CellContext`b2 -> 0.0736982420021372181`3.8674571283220494, $CellContext`c2 ->
0.7405980660033476548`4.869582573598962}}, {
1, {$CellContext`a2 -> -153.4608644433154438502`7.185997640247513, \
$CellContext`b2 -> -0.0120278001781600145`3.0801862044099124, $CellContext`c2 ->
0.0251805101642690946`3.4010645247902107}}, {
1, {$CellContext`a2 -> -153.4615771491843929653`7.185999657201534, \
$CellContext`b2 -> -0.0336510685303555782`3.5269988590345704, $CellContext`c2 -> \
-0.130729878990870324`4.116374859178469}}, {
1, {$CellContext`a2 -> -153.4627051318277608516`7.186002849367589, \
$CellContext`b2 -> -0.0644397026140526019`3.8091535275048782, $CellContext`c2 -> \
-0.322326584830780638`4.508296126701186}}}, {{
2, {$CellContext`a2 -> -153.3016493317444144395`7.1855468273385386, \
$CellContext`b2 -> -0.0300121010107662275`3.477296399471603, $CellContext`c2 ->
0.1264953781483161843`4.102074657675062}}, {
2, {$CellContext`a2 -> -153.3014900401885256542`7.185546376074773, \
$CellContext`b2 -> -0.0242117220811939662`3.3840256801382265, $CellContext`c2 ->
0.1787692811650489211`4.252292893840929}}, {
2, {$CellContext`a2 -> -153.3043784877896769103`7.185554558806959, \
$CellContext`b2 -> -0.1212375775035974962`4.083637249970981, $CellContext`c2 -> \
-0.6172044784692903852`4.790429068666944}}, {
2, {$CellContext`a2 -> -153.3026824571598751845`7.185549754111715, \
$CellContext`b2 -> -0.0695840539299568267`3.842509726914064, $CellContext`c2 -> \
-0.2424035263104152571`4.384538933340847}}, {
2, {$CellContext`a2 -> -153.3031816811575538395`7.185551168371864, \
$CellContext`b2 -> -0.0831703029025940843`3.9199682831677163, $CellContext`c2 -> \
-0.3269724037501414715`4.514511100046283}}}, {{
3, {$CellContext`a2 -> -153.2293484449115226198`7.1853419548982425, \
$CellContext`b2 -> -0.9093562775505411588`4.958734069205998, $CellContext`c2 -> \
-7.0993300420638583148`5.851217366639762}}, {
3, {$CellContext`a2 -> -153.2124646247475254768`7.185294098831443, \
$CellContext`b2 -> -0.2961749112600925993`4.47154826700498, $CellContext`c2 -> \
-1.5751396210867945058`5.197319055890726}}, {
3, {$CellContext`a2 -> -153.2087328567050690253`7.185283520671173, \
$CellContext`b2 -> -0.1682181628024516651`4.225872885510792, $CellContext`c2 -> \
-0.4944174073137336811`4.6940937528720506}}, {
3, {$CellContext`a2 -> -153.211015255715267358`7.1852899904454075, \
$CellContext`b2 -> -0.238792042260736026`4.3780198498449545, $CellContext`c2 -> \
-1.0217112386287370285`5.009328170563749}}, {
3, {$CellContext`a2 -> -153.2095045106165684956`7.185285708041211, \
$CellContext`b2 -> -0.1982373691585799513`4.297185525475224, $CellContext`c2 -> \
-0.7712766406068314318`4.887210178232511}}}}, TableAlignments -> Center,
TableHeadings -> {None, {"State", "Quadratic fit"}}]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.81132256484767*^9}},
CellLabel->
"During evaluation of \
In[9]:=",ExpressionUUID->"5fb2b73d-ee1e-43e6-8f43-4e34b798db95"],
Cell[BoxData["\<\"Excitation energies with PT2\"\>"], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.811322564851408*^9}},
CellLabel->
"During evaluation of \
In[9]:=",ExpressionUUID->"117f82fd-05ed-41ca-a2b0-7618e2332946"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
TagBox["\<\"nDet\"\>",
HoldForm],
TagBox["\<\"1\"\>",
HoldForm],
TagBox["\<\"2\"\>",
HoldForm]},
{"34208", "4.3753935894669355733`3.641017126168665",
"7.1158030229326021399`3.8522239175966195"},
{"79968", "4.4151192198046294024`3.6449424351625628",
"7.1505054314106928359`3.85433674086606"},
{"191660", "4.3984291161882449472`3.643297597398911",
"7.1390156957766706114`3.853638336795645"},
{"484134", "4.3826718188860152026`3.6417389512418983",
"7.1187826697020035738`3.852405734503246"},
{"1279638", "4.3835986386943623927`3.6418307833914842",
"7.0847551035981348733`3.850324842728271"},
{"3362249", "4.3765704819131965309`3.6411339268991334",
"7.0708457315200954341`3.849471362108869"},
{"9094427", "4.3679041996926581959`3.640273104513278",
"7.0606422781035176328`3.8488442088632624"},
{"24480467", "4.3624668205387537867`3.6397321368814533",
"7.0354532422934443758`3.847292081058096"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {{False}}, "Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{None, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"nDet", "1", "2"}}]]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.811322564853146*^9}},
CellLabel->
"During evaluation of \
In[9]:=",ExpressionUUID->"e2c02bcc-ef6f-48e4-b981-6734114cd37f"],
Cell[BoxData["\<\"Linear fits\"\>"], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.811322564854815*^9}},
CellLabel->
"During evaluation of \
In[9]:=",ExpressionUUID->"536bb5fd-f02d-42b8-9ca9-78a72cd3b86f"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
StyleBox["\[Null]",
ShowStringCharacters->False],
TagBox["\<\"state 1\"\>",
HoldForm],
TagBox["\<\"state 2\"\>",
HoldForm]},
{
TagBox["\<\"2 pts\"\>",
HoldForm], "4.3188747342849778121`3.635370607845196",
"6.8385884242230803309`3.834966466802555"},
{
TagBox["\<\"3 pts\"\>",
HoldForm], "4.3125667493024471`3.6347358300823465",
"6.8918373716139607055`3.8383350207429134"},
{
TagBox["\<\"4 pts\"\>",
HoldForm], "4.3231329455472842227`3.6357985912194706",
"6.9159806584040666166`3.839853770032751"},
{
TagBox["\<\"5 pts\"\>",
HoldForm], "4.3417737782960053039`3.637667191435953",
"6.9248648431272279424`3.840411301425027"},
{
TagBox["\<\"6 pts\"\>",
HoldForm], "4.3431140710229838575`3.63780123616979",
"6.9737803250826999601`3.8434682629271113"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {False, True, {False}, False},
"Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{OutputFormsDump`HeadedRows, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{"2 pts", "3 pts", "4 pts", "5 pts", "6 pts"}, {
"state 1", "state 2"}}]]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648564863`*^9}},
CellLabel->
"During evaluation of \
In[9]:=",ExpressionUUID->"dbf01615-6bbf-4e80-8e6c-509f2acc5310"],
Cell[BoxData["\<\"Quadratic fits\"\>"], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.811322564858235*^9}},
CellLabel->
"During evaluation of \
In[9]:=",ExpressionUUID->"7716b451-dbcd-481d-b663-f0660dc74cda"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
StyleBox["\[Null]",
ShowStringCharacters->False],
TagBox["\<\"state 1\"\>",
HoldForm],
TagBox["\<\"state 2\"\>",
HoldForm]},
{
TagBox["\<\"3 pts\"\>",
HoldForm], "4.3654962417355367421`3.6400336186710924",
"6.3329035829336914887`3.801602876039538"},
{
TagBox["\<\"4 pts\"\>",
HoldForm], "4.2684317572658967421`3.630268342409966",
"6.6909367024218209252`3.825486921387584"},
{
TagBox["\<\"5 pts\"\>",
HoldForm], "4.2581997425201958407`3.629226029352125",
"6.860849931089972209`3.8363779200096486"},
{
TagBox["\<\"6 pts\"\>",
HoldForm], "4.323744801208168731`3.635860052834974",
"6.8181364050904935681`3.8336656855677798"},
{
TagBox["\<\"7 pts\"\>",
HoldForm], "4.3408541954294301846`3.6375751986044493",
"6.8899398442815549259`3.838215430120888"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {False, True, {False}, False},
"Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{OutputFormsDump`HeadedRows, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{"3 pts", "4 pts", "5 pts", "6 pts", "7 pts"}, {
"state 1", "state 2"}}]]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.81132256485979*^9}},
CellLabel->
"During evaluation of \
In[9]:=",ExpressionUUID->"c7757929-0a82-4564-85f3-a86408b7037a"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{10.440214813824772`, 4.375393589466936}, {
11.289381833634678`, 4.415119219804629}, {12.163478247897753`,
4.398429116188245}, {13.09011700688438, 4.382671818886015}, {
14.062087783396803`, 4.383598638694362}, {15.02812065326587,
4.3765704819131965`}, {16.023172366300415`, 4.367904199692658}, {
17.013386092223826`, 4.362466820538754}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
10.440214813824772`, 4.375393589466936}}, {{11.289381833634678`,
4.415119219804629}}, {{12.163478247897753`, 4.398429116188245}}, {{
13.09011700688438, 4.382671818886015}}, {{14.062087783396803`,
4.383598638694362}}, {{15.02812065326587, 4.3765704819131965`}}, {{
16.023172366300415`, 4.367904199692658}}, {{17.013386092223826`,
4.362466820538754}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2zpK6ku1ugg6rrsS2f/v63QHGn+We
8fTLV3ZHGP+8VJ/Hu+8ScP4dwYerXXuU4PyJDz7/VKjTgPNV/4gl/fygB+eH
TSg2vlxlBOdznnzstGKvKZx/N23CVuePFnC+dufkspNvreH8FxfnHTmrZQ/n
9/s3GMRJOML5uzP8N+yY7ATny01dVBak7wLn72NWTElc7wrnT2tVnrHe3x3O
/2d55G/CCw84f7HBhK72VC84v97qQexbJh84f0ZbdMSJFl84/+XTqJmP1Pzh
/KfWf1g3JATA+V+WPgjSVAiE8+dLsjsfeo/gZ+gdPjZ1YxCcXxnj93hWfjCc
rzZFevF+2xA4/1NO3Te5fwh+pL/y27nnQhHh6z29xm92GJx//fmC+ZZR4XC+
Y9+bVBfNCDj/5NWz+ztfIfgzzeo2MayIhPNZFxZ4TC+NgvMnrPlRmGEaDedv
O3jILpI1Bs7/Xa40v+U4gt/hHjjjYWssnL9R4ZBJXEgcnP9j1okUUdF4OP+2
nKDFm6cIPnOcSFBVZAKcr/H31UXpnQi+9MIk5bMKiXD+XNGl+2Y3IviHxfzV
mh8g+NtlZsVXuSfB+Vaf1z/qW47gN/OJ5OnfRfDPaFb8PC+UDOcDAA5SHhE=
"]]},
Annotation[#, "Charting`Private`Tag$2505#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2s5ymLHUpE3RYdSW2/dvX7w4w/iz3
jKdfvrI7wvjnpfo83n2XgPPvCD5c7dqjBOdPfPD5p0KdBpyv+kcs6ecHPTg/
bEKx8eUqIzif8+RjpxV7TeH8u2kTtjp/tIDztTsnl518aw3nv7g478hZLXs4
v9+/wSBOwhHO353hv2HHZCc4X27qorIgfRc4fx+zYkrielc4f1qr8oz1/u5w
/j/LI38TXnjA+YsNJnS1p3rB+fVWD2LfMvnA+TPaoiNOtPjC+S+fRs18pOYP
5z+1/sO6ISEAzv+y9EGQpkIgnD9fkt350HsEP0Pv8LGpG4Pg/MoYv8ez8oPh
fLUp0ov324bA+Z9y6r7J/UPwI/2V3849F4oIX+/pNX6zw+D8688XzLeMCofz
HfvepLpoRsD5J6+e3d/5CsGfaVa3iWFFJJzPurDAY3ppFJw/Yc2PwgzTaDh/
28FDdpGsMXD+73Kl+S3HEfwO98AZD1tj4fyNCodM4kLi4Pwfs06kiIrGw/m3
5QQt3jxF8JnjRIKqIhPgfI2/ry5K70TwpRcmKZ9VSITz54ou3Te7EcE/LOav
1vwAwd8uMyu+yj0Jzrf6vP5R33IEv5lPJE//LoJ/RrPi53mhZDgfAMNDZZE=
"]]},
Annotation[#, "Charting`Private`Tag$2505#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{10.163479738301897`, 4.359541687246205},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{10.819778284410283`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {11.512925464970229`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.122363377404328`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.815510557964274`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {15.424948470398375`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {16.11809565095832,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.11382792451231,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.519293032620475`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.806975105072254`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
20.030118656386467`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.11382792451231,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.519293032620475`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.806975105072254`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
20.030118656386467`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{10.163479738301897`, 17.013386092223826`}, {4.359541687246205,
4.415119219804629}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.811322565052524*^9}},
CellLabel->
"During evaluation of \
In[9]:=",ExpressionUUID->"a334649e-783b-4b3f-97b0-ae040400cc2c"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{10.440214813824772`, 7.115803022932602}, {
11.289381833634678`, 7.150505431410693}, {12.163478247897753`,
7.139015695776671}, {13.09011700688438, 7.118782669702004}, {
14.062087783396803`, 7.084755103598135}, {15.02812065326587,
7.070845731520095}, {16.023172366300415`, 7.060642278103518}, {
17.013386092223826`, 7.035453242293444}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
10.440214813824772`, 7.115803022932602}}, {{11.289381833634678`,
7.150505431410693}}, {{12.163478247897753`, 7.139015695776671}}, {{
13.09011700688438, 7.118782669702004}}, {{14.062087783396803`,
7.084755103598135}}, {{15.02812065326587, 7.070845731520095}}, {{
16.023172366300415`, 7.060642278103518}}, {{17.013386092223826`,
7.035453242293444}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2rXHNb7ZFSTusuhLb/u3rdwcYf5Z7
xtMvX9kdYfzzUn0e775LwPl3BB+udu1RgvMnPvj8U6FOA85X/SOW9PODHpwf
NqHY+HKVEZzPefKx04q9pnD+3bQJW50/WsD52p2Ty06+tYbzX1ycd+Sslj2c
3+/fYBAn4Qjn787w37BjshOcLzd1UVmQvgucv49ZMSVxvSucP61VecZ6f3c4
/5/lkb8JLzzg/MUGE7raU73g/HqrB7FvmXzg/Blt0REnWnzh/JdPo2Y+UvOH
859a/2HdkBAA539Z+iBIUyEQzp8vye586D2Cn6F3+NjUjUFwfmWM3+NZ+cFw
vtoU6cX7bUPg/E85dd/k/iH4kf7Kb+eeC0WEr/f0Gr/ZYXD+9ecL5ltGhcP5
jn1vUl00I+D8k1fP7u98heDPNKvbxLAiEs5nXVjgMb00Cs6fsOZHYYZpNJy/
7eAhu0jWGDj/d7nS/JbjCH6He+CMh62xcP5GhUMmcSFxcP6PWSdSREXj4fzb
coIWb54i+MxxIkFVkQlwvsbfVxeldyL40guTlM8qJML5c0WX7pvdiOAfFvNX
a36A4G+XmRVf5Z4E51t9Xv+obzmC38wnkqd/F8E/o1nx87xQMpwPACJjhXU=
"]]},
Annotation[#, "Charting`Private`Tag$2998#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP23etd1z4JkXRYdSW2/dvX7w4w/iz3
jKdfvrI7wvjnpfo83n2XgPPvCD5c7dqjBOdPfPD5p0KdBpyv+kcs6ecHPTg/
bEKx8eUqIzif8+RjpxV7TeH8u2kTtjp/tIDztTsnl518aw3nv7g478hZLXs4
v9+/wSBOwhHO353hv2HHZCc4X27qorIgfRc4fx+zYkrielc4f1qr8oz1/u5w
/j/LI38TXnjA+YsNJnS1p3rB+fVWD2LfMvnA+TPaoiNOtPjC+S+fRs18pOYP
5z+1/sO6ISEAzv+y9EGQpkIgnD9fkt350HsEP0Pv8LGpG4Pg/MoYv8ez8oPh
fLUp0ov324bA+Z9y6r7J/UPwI/2V3849F4oIX+/pNX6zw+D8688XzLeMCofz
HfvepLpoRsD5J6+e3d/5CsGfaVa3iWFFJJzPurDAY3ppFJw/Yc2PwgzTaDh/
28FDdpGsMXD+73Kl+S3HEfwO98AZD1tj4fyNCodM4kLi4Pwfs06kiIrGw/m3
5QQt3jxF8JnjRIKqIhPgfI2/ry5K70TwpRcmKZ9VSITz54ou3Te7EcE/LOav
1vwAwd8uMyu+yj0Jzrf6vP5R33IEv5lPJE//LoJ/RrPi53mhZDgfADSrhXU=
"]]},
Annotation[#, "Charting`Private`Tag$2998#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{10.163479738301897`, 7.029061454009153},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{10.819778284410283`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {11.512925464970229`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.122363377404328`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.815510557964274`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {15.424948470398375`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {16.11809565095832,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.11382792451231,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.519293032620475`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.806975105072254`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
20.030118656386467`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.11382792451231,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.519293032620475`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.806975105072254`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
20.030118656386467`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{10.163479738301897`, 17.013386092223826`}, {7.029061454009153,
7.150505431410693}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.811322565201131*^9}},
CellLabel->
"During evaluation of \
In[9]:=",ExpressionUUID->"0c4d3b78-53c0-4342-b9ac-afcb5bb7c0b4"]
}, Open ]]
}, Open ]]
}, Closed]],
Cell[CellGroupData[{
Cell["Triplets", "Subsubsection",
CellChangeTimes->{{3.811322582586644*^9,
3.81132259138094*^9}},ExpressionUUID->"69c90159-96ac-4df9-9f8d-\
0197daf2b03e"],
Cell[CellGroupData[{
Cell[BoxData[
RowBox[{
RowBox[{"Flush", "[", "\"\<acetaldehyde_3_AVDZ\>\"", "]"}], ";"}]], "Input",\
CellChangeTimes->{{3.777429522265008*^9, 3.777429526325075*^9}, {
3.811322562001708*^9, 3.8113225929063673`*^9}},
CellLabel->"In[12]:=",ExpressionUUID->"43914e27-17f2-4cab-9fb0-9ac4b050094b"],
Cell[CellGroupData[{
Cell[BoxData[
InterpretationBox[GridBox[{
{"\<\"State\"\>", "\<\"Linear fit\"\>", "\<\"\"\>", "\<\"\"\>", \
"\<\"\"\>"},
{GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.4608250491521914682`7.185997528761957"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0063537562743810356`2.803030551579966"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.462411098266954923`7.186002017261344"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0320641285131304521`3.506019440508305"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.4618266711291880711`7.186000363345166"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.023124988859323313`3.364081532185748"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.4610354451075124871`7.1859981241825786"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0119922558226665532`3.078900884448911"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.4596333241769343658`7.185994156164487"}]}],
RowBox[{"b", "\[Rule]", "0.0054518752407798389`2.7365459090003426"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.1985618698941493676`7.18525468843692"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0941529766993670358`3.9738340550342923"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.1468442094599993197`7.185108052030359"}]}],
RowBox[{"b", "\[Rule]", "0.1880593495864611164`4.274294929743906"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.2847737545426980432`7.185499017197494"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "1.3836523580356199226`5.141026987554325"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.1501171115291413116`7.185117333241002"}]}],
RowBox[{"b", "\[Rule]", "0.0311786703438298451`3.493857590177689"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.1493444100611043268`7.185115142052144"}]}],
RowBox[{"b", "\[Rule]", "0.1602199682223494626`4.20471664126355"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.2151125450809843187`7.185301604534422"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "1.3814318061241110946`5.140329450993404"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.1259488252332801039`7.185048792766805"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.1642306623153430289`4.215454244325246"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.1117166955267521189`7.185008425848574"}]}],
RowBox[{"b", "\[Rule]", "0.0216743598456606464`3.3359462794076387"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.1092239991382086828`7.185001355370088"}]}],
RowBox[{"b", "\[Rule]", "0.0689224847523011025`3.8383609259837863"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.1135858130770373009`7.185013727483883"}]}],
RowBox[{"b", "\[Rule]", "0.0202396013472210048`3.3062019540962613"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
TableForm[{{{
1, {$CellContext`a -> -153.4608250491521914682`7.185997528761957, \
$CellContext`b -> -0.0063537562743810356`2.803030551579966}}, {
1, {$CellContext`a -> -153.462411098266954923`7.186002017261344, \
$CellContext`b -> -0.0320641285131304521`3.506019440508305}}, {
1, {$CellContext`a -> -153.4618266711291880711`7.186000363345166, \
$CellContext`b -> -0.023124988859323313`3.364081532185748}}, {
1, {$CellContext`a -> -153.4610354451075124871`7.1859981241825786, \
$CellContext`b -> -0.0119922558226665532`3.078900884448911}}, {
1, {$CellContext`a -> -153.4596333241769343658`7.185994156164487, \
$CellContext`b -> 0.0054518752407798389`2.7365459090003426}}}, {{
2, {$CellContext`a -> -153.1985618698941493676`7.18525468843692, \
$CellContext`b -> -0.0941529766993670358`3.9738340550342923}}, {
2, {$CellContext`a -> -153.1468442094599993197`7.185108052030359, \
$CellContext`b -> 0.1880593495864611164`4.274294929743906}}, {
2, {$CellContext`a -> -153.2847737545426980432`7.185499017197494, \
$CellContext`b -> -1.3836523580356199226`5.141026987554325}}, {
2, {$CellContext`a -> -153.1501171115291413116`7.185117333241002, \
$CellContext`b -> 0.0311786703438298451`3.493857590177689}}, {
2, {$CellContext`a -> -153.1493444100611043268`7.185115142052144, \
$CellContext`b -> 0.1602199682223494626`4.20471664126355}}}, {{
3, {$CellContext`a -> -153.2151125450809843187`7.185301604534422, \
$CellContext`b -> -1.3814318061241110946`5.140329450993404}}, {
3, {$CellContext`a -> -153.1259488252332801039`7.185048792766805, \
$CellContext`b -> -0.1642306623153430289`4.215454244325246}}, {
3, {$CellContext`a -> -153.1117166955267521189`7.185008425848574, \
$CellContext`b -> 0.0216743598456606464`3.3359462794076387}}, {
3, {$CellContext`a -> -153.1092239991382086828`7.185001355370088, \
$CellContext`b -> 0.0689224847523011025`3.8383609259837863}}, {
3, {$CellContext`a -> -153.1135858130770373009`7.185013727483883, \
$CellContext`b -> 0.0202396013472210048`3.3062019540962613}}}},
TableAlignments -> Center,
TableHeadings -> {None, {"State", "Linear fit"}}]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9},
CellLabel->
"During evaluation of \
In[12]:=",ExpressionUUID->"6cbbbe95-8422-4657-a287-7251889afc99"],
Cell[BoxData[
InterpretationBox[GridBox[{
{"\<\"State\"\>", "\<\"Quadratic fit\"\>", "\<\"\"\>", "\<\"\"\>", \
"\<\"\"\>"},
{GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.4529910735465989546`7.18597535802738"}]}],
RowBox[{"b2", "\[Rule]", "0.2470686870934773738`4.3928177074246095"}],
RowBox[{"c2", "\[Rule]", "2.0482724172297404053`5.3113877166748"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.4634358152845834411`7.186004917173167"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0627534341599457479`3.7976374974184863"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.2277423853896026196`4.357443865168366"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.4647381894978082073`7.186008602816794"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0952449011949818153`3.9788417356111254"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.4176695688042056931`4.620832833939149"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.4646105818286514477`7.186008241695861"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0923117357528261268`3.9652569171548273"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.4025562454359396525`4.604826568867606"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.465106000697574018`7.186009643695533"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1026743814495681556`4.011462095174598"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.4487743851778935866`4.652028060606919"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "160.7926009451597622046`7.206266060316533"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "166.5120355509286014239`7.221445629941118"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "902.4419851494945987724`7.9554192921962095"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "154.8169076753002002533`7.189818388576251"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "34.1369080674922287244`6.533224182565569"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "173.4487425645616553993`7.239171155724625"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.3209116114171024492`7.185601392806625"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "2.1393916578332818901`5.330290298019509"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "3.9161205737535662585`5.592856054864936"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "152.9783940586823405283`7.184630097460158"}]}],
RowBox[{"b2", "\[Rule]", "2.2253324480839986599`5.347394900522877"}],
RowBox[{"c2", "\[Rule]", "3.9356602135534100029`5.595017596428834"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.0127560355286391314`7.184727637647119"}]}],
RowBox[{"b2", "\[Rule]", "1.7803653366550167281`5.250509130069034"}],
RowBox[{"c2", "\[Rule]", "2.9839666656073458029`5.474793967251151"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.852115435666206622`7.187103472086373"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "18.7588497978787707154`6.273206206018084"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "118.4973314484664541624`7.073708570175193"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.1399555457565497818`7.185088516688733"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.5200967773281074402`4.716084162767419"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "2.2492517895929555749`5.352038074693091"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.0470446441389640313`7.18482494773842"}]}],
RowBox[{"b2", "\[Rule]", "1.2622851562572010575`5.101157475193141"}],
RowBox[{"c2", "\[Rule]", "5.1019367342160482082`5.707735068905049"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.0705501367189071971`7.184891643060192"}]}],
RowBox[{"b2", "\[Rule]", "0.7976003882085934693`4.901785356683751"}],
RowBox[{"c2", "\[Rule]", "3.034714708611894185`5.482117869612495"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.0994750152180756686`7.184973701486082"}]}],
RowBox[{"b2", "\[Rule]", "0.2568248050647851666`4.409636967148021"}],
RowBox[{
"c2", "\[Rule]", "0.8358288378214647762`4.9221173511228455"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
TableForm[{{{
1, {$CellContext`a2 -> -153.4529910735465989546`7.18597535802738, \
$CellContext`b2 -> 0.2470686870934773738`4.3928177074246095, $CellContext`c2 ->
2.0482724172297404053`5.3113877166748}}, {
1, {$CellContext`a2 -> -153.4634358152845834411`7.186004917173167, \
$CellContext`b2 -> -0.0627534341599457479`3.7976374974184863, $CellContext`c2 -> \
-0.2277423853896026196`4.357443865168366}}, {
1, {$CellContext`a2 -> -153.4647381894978082073`7.186008602816794, \
$CellContext`b2 -> -0.0952449011949818153`3.9788417356111254, $CellContext`c2 -> \
-0.4176695688042056931`4.620832833939149}}, {
1, {$CellContext`a2 -> -153.4646105818286514477`7.186008241695861, \
$CellContext`b2 -> -0.0923117357528261268`3.9652569171548273, $CellContext`c2 -> \
-0.4025562454359396525`4.604826568867606}}, {
1, {$CellContext`a2 -> -153.465106000697574018`7.186009643695533, \
$CellContext`b2 -> -0.1026743814495681556`4.011462095174598, $CellContext`c2 -> \
-0.4487743851778935866`4.652028060606919}}}, {{
2, {$CellContext`a2 -> -160.7926009451597622046`7.206266060316533, \
$CellContext`b2 -> -166.5120355509286014239`7.221445629941118, \
$CellContext`c2 -> -902.4419851494945987724`7.9554192921962095}}, {
2, {$CellContext`a2 -> -154.8169076753002002533`7.189818388576251, \
$CellContext`b2 -> -34.1369080674922287244`6.533224182565569, $CellContext`c2 -> \
-173.4487425645616553993`7.239171155724625}}, {
2, {$CellContext`a2 -> -153.3209116114171024492`7.185601392806625, \
$CellContext`b2 -> -2.1393916578332818901`5.330290298019509, $CellContext`c2 -> \
-3.9161205737535662585`5.592856054864936}}, {
2, {$CellContext`a2 -> -152.9783940586823405283`7.184630097460158, \
$CellContext`b2 -> 2.2253324480839986599`5.347394900522877, $CellContext`c2 ->
3.9356602135534100029`5.595017596428834}}, {
2, {$CellContext`a2 -> -153.0127560355286391314`7.184727637647119, \
$CellContext`b2 -> 1.7803653366550167281`5.250509130069034, $CellContext`c2 ->
2.9839666656073458029`5.474793967251151}}}, {{
3, {$CellContext`a2 -> -153.852115435666206622`7.187103472086373, \
$CellContext`b2 -> -18.7588497978787707154`6.273206206018084, $CellContext`c2 -> \
-118.4973314484664541624`7.073708570175193}}, {
3, {$CellContext`a2 -> -153.1399555457565497818`7.185088516688733, \
$CellContext`b2 -> -0.5200967773281074402`4.716084162767419, $CellContext`c2 -> \
-2.2492517895929555749`5.352038074693091}}, {
3, {$CellContext`a2 -> -153.0470446441389640313`7.18482494773842, \
$CellContext`b2 -> 1.2622851562572010575`5.101157475193141, $CellContext`c2 ->
5.1019367342160482082`5.707735068905049}}, {
3, {$CellContext`a2 -> -153.0705501367189071971`7.184891643060192, \
$CellContext`b2 -> 0.7976003882085934693`4.901785356683751, $CellContext`c2 ->
3.034714708611894185`5.482117869612495}}, {
3, {$CellContext`a2 -> -153.0994750152180756686`7.184973701486082, \
$CellContext`b2 -> 0.2568248050647851666`4.409636967148021, $CellContext`c2 ->
0.8358288378214647762`4.9221173511228455}}}}, TableAlignments ->
Center, TableHeadings -> {None, {"State", "Quadratic fit"}}]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500254173`*^9},
CellLabel->
"During evaluation of \
In[12]:=",ExpressionUUID->"e6419b76-c11d-48eb-a247-245edddac288"],
Cell[BoxData["\<\"Excitation energies with PT2\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.811322650028709*^9},
CellLabel->
"During evaluation of \
In[12]:=",ExpressionUUID->"18a8013e-aa20-4651-9269-13a53ae52ac1"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
TagBox["\<\"nDet\"\>",
HoldForm],
TagBox["\<\"1\"\>",
HoldForm],
TagBox["\<\"2\"\>",
HoldForm]},
{"27295", "8.2607552876153906851`3.917019757035602",
"8.7620347332319994393`3.9426049704149824"},
{"44060", "8.3613574144146944889`3.9222767881728813",
"9.4674327718901789552`3.976232229884674"},
{"102262", "4.3368913830461606196`3.6371785454288186",
"9.4675908700430824183`3.976239482176164"},
{"182330", "7.9979667694048144355`3.9029795953596307",
"9.0513361211847485066`3.956712692710954"},
{"431822", "9.2661504216136130196`3.9668993460232453",
"9.3555351987540298353`3.971068637075697"},
{"1025223", "9.4527614810039573001`3.9755586995956933",
"9.4599782126905687107`3.9758901361777803"},
{"2499676", "7.3856629640291826533`3.8683894852534855",
"9.4640615532762275564`3.976077556235394"},
{"6471210", "7.3384952917293242436`3.865607019930959",
"9.3995066216516356405`3.973105058161654"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {{False}}, "Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{None, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"nDet", "1", "2"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.811322650030046*^9},
CellLabel->
"During evaluation of \
In[12]:=",ExpressionUUID->"e78510ad-6fce-4798-b285-9f36d00ca2a0"],
Cell[BoxData["\<\"Linear fits\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500313473`*^9},
CellLabel->
"During evaluation of \
In[12]:=",ExpressionUUID->"ec10b8d5-fc54-4f5a-8673-c7c66a2d4e2e"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
StyleBox["\[Null]",
ShowStringCharacters->False],
TagBox["\<\"state 1\"\>",
HoldForm],
TagBox["\<\"state 2\"\>",
HoldForm]},
{
TagBox["\<\"2 pts\"\>",
HoldForm], "7.1365446096230407136`3.853487984855884",
"6.6861777982224390726`3.825177921128853"},
{
TagBox["\<\"3 pts\"\>",
HoldForm], "8.5870124264564857697`3.9338420913763708",
"9.1556047926859616126`3.9616870378185784"},
{
TagBox["\<\"4 pts\"\>",
HoldForm], "4.8178552592018411005`3.6828537485319437",
"9.5269776955706664268`3.978955148454506"},
{
TagBox["\<\"5 pts\"\>",
HoldForm], "8.4605187956961849238`3.927396994622946",
"9.5732770625250989127`3.981060628116617"},
{
TagBox["\<\"6 pts\"\>",
HoldForm], "8.4433914197324781981`3.926516922814571",
"9.4164324057995330008`3.9738863932445643"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {False, True, {False}, False},
"Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{OutputFormsDump`HeadedRows, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{"2 pts", "3 pts", "4 pts", "5 pts", "6 pts"}, {
"state 1", "state 2"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.811322650032695*^9},
CellLabel->
"During evaluation of \
In[12]:=",ExpressionUUID->"de2c578a-c24d-46a0-81b8-d83e839ae48b"],
Cell[BoxData["\<\"Quadratic fits\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500340757`*^9},
CellLabel->
"During evaluation of \
In[12]:=",ExpressionUUID->"17fc7cb7-f8ed-4675-8cb6-ddad820b60b5"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
StyleBox["\[Null]",
ShowStringCharacters->False],
TagBox["\<\"state 1\"\>",
HoldForm],
TagBox["\<\"state 2\"\>",
HoldForm]},
{
TagBox["\<\"3 pts\"\>",
HoldForm],
RowBox[{"-", "199.7209574526684150442`5.300423639374929"}],
RowBox[{"-", "10.8607270876229087264`4.035858900719901"}]},
{
TagBox["\<\"4 pts\"\>",
HoldForm],
RowBox[{"-", "36.8298452500923545472`4.566199894060665"}],
"8.8023464839809673066`3.944598459559736"},
{
TagBox["\<\"5 pts\"\>",
HoldForm], "3.9137205360897548978`3.5925898111106185",
"11.3660203008218871901`4.055608427401748"},
{
TagBox["\<\"6 pts\"\>",
HoldForm], "13.2306255006365311999`4.121580376693426",
"10.722930887094271668`4.0303135068232105"},
{
TagBox["\<\"7 pts\"\>",
HoldForm], "12.3090695183454421624`4.090225224473037",
"9.9493258867556448877`3.997793656265321"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {False, True, {False}, False},
"Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{OutputFormsDump`HeadedRows, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{"3 pts", "4 pts", "5 pts", "6 pts", "7 pts"}, {
"state 1", "state 2"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500353603`*^9},
CellLabel->
"During evaluation of \
In[12]:=",ExpressionUUID->"4e076a32-6fae-445f-9c22-79ad945e64bc"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{10.214458814215858`, 8.26075528761539}, {10.693307620356334`,
8.361357414414694}, {11.535293426432174`, 4.336891383046161}, {
12.11357351103325, 7.997966769404814}, {12.975768745278625`,
9.266150421613613}, {13.840420707867299`, 9.452761481003957}, {
14.731671681439623`, 7.385662964029183}, {15.68287366599313,
7.338495291729324}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
10.214458814215858`, 8.26075528761539}}, {{10.693307620356334`,
8.361357414414694}}, {{11.535293426432174`, 4.336891383046161}}, {{
12.11357351103325, 7.997966769404814}}, {{12.975768745278625`,
9.266150421613613}}, {{13.840420707867299`, 9.452761481003957}}, {{
14.731671681439623`, 7.385662964029183}}, {{15.68287366599313,
7.338495291729324}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2a6QWR17qlnFYdSW2/dvX7w4w/iz3
jKdfvrI7wvjnpfo83n2XgPPvCD5c7dqjBOdPfPD5p0KdBpyv+kcs6ecHPTg/
bEKx8eUqIzif8+RjpxV7TeH8u2kTtjp/tIDztTsnl518aw3nv7g478hZLXs4
v9+/wSBOwhHO353hv2HHZCc4X27qorIgfRc4fx+zYkrielc4f1qr8oz1/u5w
/j/LI38TXnjA+YsNJnS1p3rB+fVWD2LfMvnA+TPaoiNOtPjC+S+fRs18pOYP
5z+1/sO6ISEAzv+y9EGQpkIgnD9fkt350HsEP0Pv8LGpG4Pg/MoYv8ez8oPh
fLUp0ov324bA+Z9y6r7J/UPwI/2V3849F4oIX+/pNX6zw+D8688XzLeMCofz
HfvepLpoRsD5J6+e3d/5CsGfaVa3iWFFJJzPurDAY3ppFJw/Yc2PwgzTaDh/
28FDdpGsMXD+73Kl+S3HEfwO98AZD1tj4fyNCodM4kLi4Pwfs06kiIrGw/m3
5QQt3jxF8JnjRIKqIhPgfI2/ry5K70TwpRcmKZ9VSITz54ou3Te7EcE/LOav
1vwAwd8uMyu+yj0Jzrf6vP5R33IEv5lPJE//LoJ/RrPi53mhZDgfAGjBeA0=
"]]},
Annotation[#, "Charting`Private`Tag$4625#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP20xRiRYW+ZxxYdSW2/dvX7w4w/iz3
jKdfvrI7wvjnpfo83n2XgPPvCD5c7dqjBOdPfPD5p0KdBpyv+kcs6ecHPTg/
bEKx8eUqIzif8+RjpxV7TeH8u2kTtjp/tIDztTsnl518aw3nv7g478hZLXs4
v9+/wSBOwhHO353hv2HHZCc4X27qorIgfRc4fx+zYkrielc4f1qr8oz1/u5w
/j/LI38TXnjA+YsNJnS1p3rB+fVWD2LfMvnA+TPaoiNOtPjC+S+fRs18pOYP
5z+1/sO6ISEAzv+y9EGQpkIgnD9fkt350HsEP0Pv8LGpG4Pg/MoYv8ez8oPh
fLUp0ov324bA+Z9y6r7J/UPwI/2V3849F4oIX+/pNX6zw+D8688XzLeMCofz
HfvepLpoRsD5J6+e3d/5CsGfaVa3iWFFJJzPurDAY3ppFJw/Yc2PwgzTaDh/
28FDdpGsMXD+73Kl+S3HEfwO98AZD1tj4fyNCodM4kLi4Pwfs06kiIrGw/m3
5QQt3jxF8JnjRIKqIhPgfI2/ry5K70TwpRcmKZ9VSITz54ou3Te7EcE/LOav
1vwAwd8uMyu+yj0Jzrf6vP5R33IEv5lPJE//LoJ/RrPi53mhZDgfAI9lcSU=
"]]},
Annotation[#, "Charting`Private`Tag$4625#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{9.984234751445722, 0},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{10.819778284410283`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {11.512925464970229`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.122363377404328`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.815510557964274`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {15.424948470398375`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.213405830762646`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.300417207752275`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.38045991542581,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.454567887579532`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.213405830762646`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.300417207752275`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.38045991542581,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.454567887579532`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{9.984234751445722, 15.68287366599313}, {0, 9.452761481003957}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.02],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.811322650136359*^9},
CellLabel->
"During evaluation of \
In[12]:=",ExpressionUUID->"6738fffb-f6e3-4315-b557-9f08bb805b07"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{10.214458814215858`, 8.762034733232}, {10.693307620356334`,
9.467432771890179}, {11.535293426432174`, 9.467590870043082}, {
12.11357351103325, 9.051336121184749}, {12.975768745278625`,
9.35553519875403}, {13.840420707867299`, 9.459978212690569}, {
14.731671681439623`, 9.464061553276228}, {15.68287366599313,
9.399506621651636}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
10.214458814215858`, 8.762034733232}}, {{10.693307620356334`,
9.467432771890179}}, {{11.535293426432174`, 9.467590870043082}}, {{
12.11357351103325, 9.051336121184749}}, {{12.975768745278625`,
9.35553519875403}}, {{13.840420707867299`, 9.459978212690569}}, {{
14.731671681439623`, 9.464061553276228}}, {{15.68287366599313,
9.399506621651636}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2lrldKUv3STmsuhLb/u3rdwcYf5Z7
xtMvX9kdYfzzUn0e775LwPl3BB+udu1RgvMnPvj8U6FOA85X/SOW9PODHpwf
NqHY+HKVEZzPefKx04q9pnD+3bQJW50/WsD52p2Ty06+tYbzX1ycd+Sslj2c
3+/fYBAn4Qjn787w37BjshOcLzd1UVmQvgucv49ZMSVxvSucP61VecZ6f3c4
/5/lkb8JLzzg/MUGE7raU73g/HqrB7FvmXzg/Blt0REnWnzh/JdPo2Y+UvOH
859a/2HdkBAA539Z+iBIUyEQzp8vye586D2Cn6F3+NjUjUFwfmWM3+NZ+cFw
vtoU6cX7bUPg/E85dd/k/iH4kf7Kb+eeC0WEr/f0Gr/ZYXD+9ecL5ltGhcP5
jn1vUl00I+D8k1fP7u98heDPNKvbxLAiEs5nXVjgMb00Cs6fsOZHYYZpNJy/
7eAhu0jWGDj/d7nS/JbjCH6He+CMh62xcP5GhUMmcSFxcP6PWSdSREXj4fzb
coIWb54i+MxxIkFVkQlwvsbfVxeldyL40guTlM8qJML5c0WX7pvdiOAfFvNX
a36A4G+XmRVf5Z4E51t9Xv+obzmC38wnkqd/F8E/o1nx87xQMpwPAHC7b4U=
"]]},
Annotation[#, "Charting`Private`Tag$5070#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2QXYdFht3qB5YdSW2/dvX7w4w/iz3
jKdfvrI7wvjnpfo83n2XgPPvCD5c7dqjBOdPfPD5p0KdBpyv+kcs6ecHPTg/
bEKx8eUqIzif8+RjpxV7TeH8u2kTtjp/tIDztTsnl518aw3nv7g478hZLXs4
v9+/wSBOwhHO353hv2HHZCc4X27qorIgfRc4fx+zYkrielc4f1qr8oz1/u5w
/j/LI38TXnjA+YsNJnS1p3rB+fVWD2LfMvnA+TPaoiNOtPjC+S+fRs18pOYP
5z+1/sO6ISEAzv+y9EGQpkIgnD9fkt350HsEP0Pv8LGpG4Pg/MoYv8ez8oPh
fLUp0ov324bA+Z9y6r7J/UPwI/2V3849F4oIX+/pNX6zw+D8688XzLeMCofz
HfvepLpoRsD5J6+e3d/5CsGfaVa3iWFFJJzPurDAY3ppFJw/Yc2PwgzTaDh/
28FDdpGsMXD+73Kl+S3HEfwO98AZD1tj4fyNCodM4kLi4Pwfs06kiIrGw/m3
5QQt3jxF8JnjRIKqIhPgfI2/ry5K70TwpRcmKZ9VSITz54ou3Te7EcE/LOav
1vwAwd8uMyu+yj0Jzrf6vP5R33IEv5lPJE//LoJ/RrPi53mhZDgfADrOfyk=
"]]},
Annotation[#, "Charting`Private`Tag$5070#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{9.984234751445722, 8.722837170075827},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{10.819778284410283`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {11.512925464970229`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.122363377404328`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.815510557964274`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {15.424948470398375`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.213405830762646`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.300417207752275`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.38045991542581,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.454567887579532`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.213405830762646`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.300417207752275`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.38045991542581,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.454567887579532`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{9.984234751445722, 15.68287366599313}, {8.722837170075827,
9.467590870043082}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226502781677`*^9},
CellLabel->
"During evaluation of \
In[12]:=",ExpressionUUID->"01b91a4a-9900-402c-afaf-6d85e9f2e836"]
}, Open ]]
}, Open ]]
}, Closed]]
}, Open ]],
Cell[CellGroupData[{
Cell[TextData[{
"AVTZ ",
StyleBox["\[Checkmark]",
FontColor->RGBColor[0, 1, 0]]
}], "Subsection",
CellChangeTimes->{{3.777429516951782*^9, 3.777429517987792*^9}, {
3.77745893049183*^9, 3.777458930757757*^9}, {3.777523194146462*^9,
3.777523208828191*^9}, {3.777651248678207*^9, 3.7776512503278522`*^9}, {
3.777653397289794*^9, 3.7776534354751387`*^9}, {3.7778669072232933`*^9,
3.77786690751103*^9}},ExpressionUUID->"309b6903-5203-4ddc-bc6c-\
bf43011100e7"],
Cell[CellGroupData[{
Cell["Singlets", "Subsubsection",
CellChangeTimes->{{3.811322582586644*^9,
3.811322584352894*^9}},ExpressionUUID->"c8fbf38c-46fb-464a-8bb3-\
946d33ae081f"],
Cell[CellGroupData[{
Cell[BoxData[
RowBox[{
RowBox[{"Flush", "[", "\"\<acetaldehyde_1_AVTZ\>\"", "]"}], ";"}]], "Input",\
CellChangeTimes->{{3.777429522265008*^9, 3.777429526325075*^9}, {
3.811322562001708*^9, 3.811322564390358*^9}, {3.8113226846602707`*^9,
3.811322684757039*^9}},
CellLabel->"In[13]:=",ExpressionUUID->"1229e25d-ca76-4199-b56c-466f9bc93320"],
Cell[CellGroupData[{
Cell[BoxData[
InterpretationBox[GridBox[{
{"\<\"State\"\>", "\<\"Linear fit\"\>", "\<\"\"\>", "\<\"\"\>", \
"\<\"\"\>"},
{GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.5879290788831497139`7.1863570845728875"}]}],
RowBox[{"b", "\[Rule]", "0.1433559678844476826`4.156415777263913"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.5865829966914759552`7.186353278293101"}]}],
RowBox[{"b", "\[Rule]", "0.1573052998134981117`4.1967433547973725"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.5862054920430637139`7.186352210827546"}]}],
RowBox[{"b", "\[Rule]", "0.1608736913843623328`4.206485027189137"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.5867109156973810968`7.186353640007609"}]}],
RowBox[{"b", "\[Rule]", "0.1565178578088517458`4.194563895271568"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.5874273325287617808`7.186355665802348"}]}],
RowBox[{"b", "\[Rule]", "0.1509730008991003736`4.178899287631324"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.4315212708558817667`7.185914591084271"}]}],
RowBox[{"b", "\[Rule]", "0.0619606064945806279`3.7921156601517354"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.4284093178838759286`7.185905782478983"}]}],
RowBox[{"b", "\[Rule]", "0.093837215881877184`3.9723751139297803"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.4278531666031426539`7.185904208234217"}]}],
RowBox[{"b", "\[Rule]", "0.0990533841191744147`3.9958693176249684"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.4258098296756998025`7.185898424304878"}]}],
RowBox[{"b", "\[Rule]", "0.116418200734858035`4.066020882898003"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.4241068464261843474`7.185893603731771"}]}],
RowBox[{"b", "\[Rule]", "0.1294625493833926611`4.112144154916102"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.3256465178337748512`7.18561480462342"}]}],
RowBox[{"b", "\[Rule]", "0.0334717304821592551`3.5246781658810895"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.3232996855008707371`7.185608157176267"}]}],
RowBox[{"b", "\[Rule]", "0.0583461274651887046`3.7660120364514666"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.3202344899013382928`7.185599474798284"}]}],
RowBox[{"b", "\[Rule]", "0.0885455437007171831`3.947166709005617"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.3175658965604668538`7.185591915682212"}]}],
RowBox[{"b", "\[Rule]", "0.1123756248727059981`4.050672119673553"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.3161850007091686621`7.185588004074658"}]}],
RowBox[{"b", "\[Rule]", "0.1234955480482554796`4.091651301782519"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
TableForm[{{{
1, {$CellContext`a -> -153.5879290788831497139`7.1863570845728875, \
$CellContext`b -> 0.1433559678844476826`4.156415777263913}}, {
1, {$CellContext`a -> -153.5865829966914759552`7.186353278293101, \
$CellContext`b -> 0.1573052998134981117`4.1967433547973725}}, {
1, {$CellContext`a -> -153.5862054920430637139`7.186352210827546, \
$CellContext`b -> 0.1608736913843623328`4.206485027189137}}, {
1, {$CellContext`a -> -153.5867109156973810968`7.186353640007609, \
$CellContext`b -> 0.1565178578088517458`4.194563895271568}}, {
1, {$CellContext`a -> -153.5874273325287617808`7.186355665802348, \
$CellContext`b -> 0.1509730008991003736`4.178899287631324}}}, {{
2, {$CellContext`a -> -153.4315212708558817667`7.185914591084271, \
$CellContext`b -> 0.0619606064945806279`3.7921156601517354}}, {
2, {$CellContext`a -> -153.4284093178838759286`7.185905782478983, \
$CellContext`b -> 0.093837215881877184`3.9723751139297803}}, {
2, {$CellContext`a -> -153.4278531666031426539`7.185904208234217, \
$CellContext`b -> 0.0990533841191744147`3.9958693176249684}}, {
2, {$CellContext`a -> -153.4258098296756998025`7.185898424304878, \
$CellContext`b -> 0.116418200734858035`4.066020882898003}}, {
2, {$CellContext`a -> -153.4241068464261843474`7.185893603731771, \
$CellContext`b -> 0.1294625493833926611`4.112144154916102}}}, {{
3, {$CellContext`a -> -153.3256465178337748512`7.18561480462342, \
$CellContext`b -> 0.0334717304821592551`3.5246781658810895}}, {
3, {$CellContext`a -> -153.3232996855008707371`7.185608157176267, \
$CellContext`b -> 0.0583461274651887046`3.7660120364514666}}, {
3, {$CellContext`a -> -153.3202344899013382928`7.185599474798284, \
$CellContext`b -> 0.0885455437007171831`3.947166709005617}}, {
3, {$CellContext`a -> -153.3175658965604668538`7.185591915682212, \
$CellContext`b -> 0.1123756248727059981`4.050672119673553}}, {
3, {$CellContext`a -> -153.3161850007091686621`7.185588004074658, \
$CellContext`b -> 0.1234955480482554796`4.091651301782519}}}},
TableAlignments -> Center,
TableHeadings -> {None, {"State", "Linear fit"}}]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9},
CellLabel->
"During evaluation of \
In[13]:=",ExpressionUUID->"211d8ac7-f765-4915-9358-7b704d37275c"],
Cell[BoxData[
InterpretationBox[GridBox[{
{"\<\"State\"\>", "\<\"Quadratic fit\"\>", "\<\"\"\>", "\<\"\"\>", \
"\<\"\"\>"},
{GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.5920068951113535149`7.186368615098672"}]}],
RowBox[{"b2", "\[Rule]", "0.0604177602618950482`3.781164621567365"}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.4155058034473010364`4.618577094034781"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.5888286238238435999`7.186359628172911"}]}],
RowBox[{"b2", "\[Rule]", "0.1183782155042847339`4.073271788900884"}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.1612203033761314408`4.207419734050752"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.5854482196024548557`7.186350069489057"}]}],
RowBox[{"b2", "\[Rule]", "0.1751444291930565056`4.243396328298352"}],
RowBox[{"c2", "\[Rule]", "0.0627768244745670334`3.797799343411605"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.5847400957787556308`7.1863480671185105"}]}],
RowBox[{"b2", "\[Rule]", "0.1860578159313717728`4.269647918617528"}],
RowBox[{"c2", "\[Rule]", "0.1012974055408991936`4.005598322224048"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.5870040318722260508`7.186354468846349"}]}],
RowBox[{"b2", "\[Rule]", "0.1549384777566183979`4.190159284784517"}],
RowBox[{"c2", "\[Rule]", "0.0065077200726223767`2.813428863636354"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.4419314070442794673`7.185944056420323"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.147141926398897338`4.167736437576635"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "1.0359468863104406289`5.015337489411523"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.4325982056877535342`7.185917639383666"}]}],
RowBox[{"b2", "\[Rule]", "0.0224121989811450414`3.350484469588396"}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.291643155899979245`4.464851789133087"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.4342349489280366015`7.185922272198169"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0048419516722006482`2.6850204504090347"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.3988085850127727761`4.600764498645495"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.4317904124324627446`7.185915352900345"}]}],
RowBox[{"b2", "\[Rule]", "0.0319584509749965689`3.5045857209137083"}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.27172708520975003`4.434132930176677"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.4296490826288561493`7.185909291743106"}]}],
RowBox[{"b2", "\[Rule]", "0.060567503875809732`3.78223967577161"}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.1874082329990136297`4.272788665887415"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.3355736747453761382`7.185642922358467"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1749068430957856912`4.242806801248838"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "1.0892232677765862903`5.037116910081668"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.3318258123314876684`7.185632307105798"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1032166615223450712`4.013749807980678"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.7521063442005121447`4.876279252073243"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.3268232666979713485`7.185618137748626"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0190877681802533693`3.2807551518790685"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.4158498519244312464`4.6189365511761125"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.323123993014661437`7.185607659519869"}]}],
RowBox[{"b2", "\[Rule]", "0.035425715675787138`3.5493186326924158"}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.2352062736972743429`4.371448901569789"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.3216163056953007526`7.185603388908329"}]}],
RowBox[{"b2", "\[Rule]", "0.0555031476505822574`3.7443176131860243"}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.1783413436495130677`4.251252034355699"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
TableForm[{{{
1, {$CellContext`a2 -> -153.5920068951113535149`7.186368615098672, \
$CellContext`b2 ->
0.0604177602618950482`3.781164621567365, $CellContext`c2 -> \
-0.4155058034473010364`4.618577094034781}}, {
1, {$CellContext`a2 -> -153.5888286238238435999`7.186359628172911, \
$CellContext`b2 ->
0.1183782155042847339`4.073271788900884, $CellContext`c2 -> \
-0.1612203033761314408`4.207419734050752}}, {
1, {$CellContext`a2 -> -153.5854482196024548557`7.186350069489057, \
$CellContext`b2 -> 0.1751444291930565056`4.243396328298352, $CellContext`c2 ->
0.0627768244745670334`3.797799343411605}}, {
1, {$CellContext`a2 -> -153.5847400957787556308`7.1863480671185105, \
$CellContext`b2 -> 0.1860578159313717728`4.269647918617528, $CellContext`c2 ->
0.1012974055408991936`4.005598322224048}}, {
1, {$CellContext`a2 -> -153.5870040318722260508`7.186354468846349, \
$CellContext`b2 -> 0.1549384777566183979`4.190159284784517, $CellContext`c2 ->
0.0065077200726223767`2.813428863636354}}}, {{
2, {$CellContext`a2 -> -153.4419314070442794673`7.185944056420323, \
$CellContext`b2 -> -0.147141926398897338`4.167736437576635, $CellContext`c2 -> \
-1.0359468863104406289`5.015337489411523}}, {
2, {$CellContext`a2 -> -153.4325982056877535342`7.185917639383666, \
$CellContext`b2 ->
0.0224121989811450414`3.350484469588396, $CellContext`c2 -> \
-0.291643155899979245`4.464851789133087}}, {
2, {$CellContext`a2 -> -153.4342349489280366015`7.185922272198169, \
$CellContext`b2 -> -0.0048419516722006482`2.6850204504090347, $CellContext`c2 -> \
-0.3988085850127727761`4.600764498645495}}, {
2, {$CellContext`a2 -> -153.4317904124324627446`7.185915352900345, \
$CellContext`b2 ->
0.0319584509749965689`3.5045857209137083, $CellContext`c2 -> \
-0.27172708520975003`4.434132930176677}}, {
2, {$CellContext`a2 -> -153.4296490826288561493`7.185909291743106, \
$CellContext`b2 ->
0.060567503875809732`3.78223967577161, $CellContext`c2 -> \
-0.1874082329990136297`4.272788665887415}}}, {{
3, {$CellContext`a2 -> -153.3355736747453761382`7.185642922358467, \
$CellContext`b2 -> -0.1749068430957856912`4.242806801248838, $CellContext`c2 -> \
-1.0892232677765862903`5.037116910081668}}, {
3, {$CellContext`a2 -> -153.3318258123314876684`7.185632307105798, \
$CellContext`b2 -> -0.1032166615223450712`4.013749807980678, $CellContext`c2 -> \
-0.7521063442005121447`4.876279252073243}}, {
3, {$CellContext`a2 -> -153.3268232666979713485`7.185618137748626, \
$CellContext`b2 -> -0.0190877681802533693`3.2807551518790685, $CellContext`c2 -> \
-0.4158498519244312464`4.6189365511761125}}, {
3, {$CellContext`a2 -> -153.323123993014661437`7.185607659519869, \
$CellContext`b2 ->
0.035425715675787138`3.5493186326924158, $CellContext`c2 -> \
-0.2352062736972743429`4.371448901569789}}, {
3, {$CellContext`a2 -> -153.3216163056953007526`7.185603388908329, \
$CellContext`b2 ->
0.0555031476505822574`3.7443176131860243, $CellContext`c2 -> \
-0.1783413436495130677`4.251252034355699}}}}, TableAlignments -> Center,
TableHeadings -> {None, {"State", "Quadratic fit"}}]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322686136044*^9},
CellLabel->
"During evaluation of \
In[13]:=",ExpressionUUID->"f4ae6947-6f8a-4256-b33c-b21d7fa13256"],
Cell[BoxData["\<\"Excitation energies with PT2\"\>"], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861388283`*^9},
CellLabel->
"During evaluation of \
In[13]:=",ExpressionUUID->"72162e2c-6883-497f-8ffd-4edf44f35556"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
TagBox["\<\"nDet\"\>",
HoldForm],
TagBox["\<\"1\"\>",
HoldForm],
TagBox["\<\"2\"\>",
HoldForm]},
{"10555", "4.5182234335480329079`3.6549677036887376",
"7.7228539423509543482`3.8877778213681085"},
{"28841", "4.4924550673286436364`3.6524837420728726",
"7.4860656313685050023`3.8742536303146355"},
{"78802", "4.5205753136412480941`3.655193709068037",
"7.4422710824803575136`3.8717054850191897"},
{"185338", "4.5618849187589409766`3.659144325268039",
"7.5012800615197692267`3.8751353802208777"},
{"449643", "4.6097315151387476817`3.663675631487422",
"7.6076205254028996805`3.881248841490642"},
{"1103288", "4.5546270978793250706`3.6584528256640603",
"7.5868337476227312166`3.880060567353755"},
{"2770258", "4.5027831488922904768`3.6534810321267805",
"7.4810734304888253376`3.873963917582491"},
{"7089306", "4.4476958748057384696`3.6481350833381057",
"7.3974767872694826565`3.8690836110511104"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {{False}}, "Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{None, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"nDet", "1", "2"}}]]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322686139964*^9},
CellLabel->
"During evaluation of \
In[13]:=",ExpressionUUID->"c842e904-c2ec-4755-9922-c5ac40095e03"],
Cell[BoxData["\<\"Linear fits\"\>"], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322686141088*^9},
CellLabel->
"During evaluation of \
In[13]:=",ExpressionUUID->"ca3d9d07-64f8-4ee0-b58f-2d155751fd9d"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
StyleBox["\[Null]",
ShowStringCharacters->False],
TagBox["\<\"state 1\"\>",
HoldForm],
TagBox["\<\"state 2\"\>",
HoldForm]},
{
TagBox["\<\"2 pts\"\>",
HoldForm], "4.2560732407720429649`3.629009092921734",
"7.1370720150287549899`3.8535200789303645"},
{
TagBox["\<\"3 pts\"\>",
HoldForm], "4.3041250322370974146`3.63388487883443",
"7.1643038134313439258`3.8551739944995886"},
{
TagBox["\<\"4 pts\"\>",
HoldForm], "4.3089862547103585655`3.6343751087291283",
"7.237439609404736629`3.8595849529134956"},
{
TagBox["\<\"5 pts\"\>",
HoldForm], "4.3783415627731958608`3.6413096386940818",
"7.3238090110948608213`3.864737010328032"},
{
TagBox["\<\"6 pts\"\>",
HoldForm], "4.4441767923112793781`3.6477913271360745",
"7.3808797961078767003`3.868108132530558"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {False, True, {False}, False},
"Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{OutputFormsDump`HeadedRows, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{"2 pts", "3 pts", "4 pts", "5 pts", "6 pts"}, {
"state 1", "state 2"}}]]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322686142186*^9},
CellLabel->
"During evaluation of \
In[13]:=",ExpressionUUID->"7be5a259-93d9-45e0-9871-c9136dae9a28"],
Cell[BoxData["\<\"Quadratic fits\"\>"], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.81132268614334*^9},
CellLabel->
"During evaluation of \
In[13]:=",ExpressionUUID->"11590214-d90c-4b5c-a728-5a40010b1a1a"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
StyleBox["\[Null]",
ShowStringCharacters->False],
TagBox["\<\"state 1\"\>",
HoldForm],
TagBox["\<\"state 2\"\>",
HoldForm]},
{
TagBox["\<\"3 pts\"\>",
HoldForm], "4.0837620379330550335`3.61106042767944",
"6.9779033477303356037`3.843724949658082"},
{
TagBox["\<\"4 pts\"\>",
HoldForm], "4.2512462159671553508`3.628516258375577",
"6.9934027117437889132`3.844688537599941"},
{
TagBox["\<\"5 pts\"\>",
HoldForm], "4.1147226796683407102`3.6143405703506515",
"7.0375434278882202932`3.8474210878500275"},
{
TagBox["\<\"6 pts\"\>",
HoldForm], "4.1619728751727409488`3.619299245457255",
"7.1189367613617555719`3.852415135047745"},
{
TagBox["\<\"7 pts\"\>",
HoldForm], "4.2818462660188449931`3.6316310704740076",
"7.2215678619703727037`3.8586314967221003"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {False, True, {False}, False},
"Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{OutputFormsDump`HeadedRows, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{"3 pts", "4 pts", "5 pts", "6 pts", "7 pts"}, {
"state 1", "state 2"}}]]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322686144418*^9},
CellLabel->
"During evaluation of \
In[13]:=",ExpressionUUID->"90772b83-7420-435a-8a5d-538fbccd7f2f"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{9.264354960282422, 4.518223433548033}, {10.269553264861555`,
4.492455067328644}, {11.274693656234545`, 4.520575313641248}, {
12.129936464103718`, 4.561884918758941}, {13.016209213557746`,
4.609731515138748}, {13.913805370227724`, 4.554627097879325}, {
14.834451014620411`, 4.5027831488922905`}, {15.774098009373178`,
4.4476958748057385`}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
9.264354960282422, 4.518223433548033}}, {{10.269553264861555`,
4.492455067328644}}, {{11.274693656234545`, 4.520575313641248}}, {{
12.129936464103718`, 4.561884918758941}}, {{13.016209213557746`,
4.609731515138748}}, {{13.913805370227724`, 4.554627097879325}}, {{
14.834451014620411`, 4.5027831488922905`}}, {{15.774098009373178`,
4.4476958748057385`}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2U/54CliwCTqsuhLb/u3rdwcYf5Z7
xtMvX9kdYfzzUn0e775LwPl3BB+udu1RgvMnPvj8U6FOA85X/SOW9PODHpwf
NqHY+HKVEZzPefKx04q9pnD+3bQJW50/WsD52p2Ty06+tYbzX1ycd+Sslj2c
3+/fYBAn4Qjn787w37BjshOcLzd1UVmQvgucv49ZMSVxvSucP61VecZ6f3c4
/5/lkb8JLzzg/MUGE7raU73g/HqrB7FvmXzg/Blt0REnWnzh/JdPo2Y+UvOH
859a/2HdkBAA539Z+iBIUyEQzp8vye586D2Cn6F3+NjUjUFwfmWM3+NZ+cFw
vtoU6cX7bUPg/E85dd/k/iH4kf7Kb+eeC0WEr/f0Gr/ZYXD+9ecL5ltGhcP5
jn1vUl00I+D8k1fP7u98heDPNKvbxLAiEs5nXVjgMb00Cs6fsOZHYYZpNJy/
7eAhu0jWGDj/d7nS/JbjCH6He+CMh62xcP5GhUMmcSFxcP6PWSdSREXj4fzb
coIWb54i+MxxIkFVkQlwvsbfVxeldyL40guTlM8qJML5c0WX7pvdiOAfFvNX
a36A4G+XmRVf5Z4E51t9Xv+obzmC38wnkqd/F8E/o1nx87xQMpwPABsVQ3E=
"]]},
Annotation[#, "Charting`Private`Tag$5631#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2+W5m24+GCjisuhLb/u3rdwcYf5Z7
xtMvX9kdYfzzUn0e775LwPl3BB+udu1RgvMnPvj8U6FOA85X/SOW9PODHpwf
NqHY+HKVEZzPefKx04q9pnD+3bQJW50/WsD52p2Ty06+tYbzX1ycd+Sslj2c
3+/fYBAn4Qjn787w37BjshOcLzd1UVmQvgucv49ZMSVxvSucP61VecZ6f3c4
/5/lkb8JLzzg/MUGE7raU73g/HqrB7FvmXzg/Blt0REnWnzh/JdPo2Y+UvOH
859a/2HdkBAA539Z+iBIUyEQzp8vye586D2Cn6F3+NjUjUFwfmWM3+NZ+cFw
vtoU6cX7bUPg/E85dd/k/iH4kf7Kb+eeC0WEr/f0Gr/ZYXD+9ecL5ltGhcP5
jn1vUl00I+D8k1fP7u98heDPNKvbxLAiEs5nXVjgMb00Cs6fsOZHYYZpNJy/
7eAhu0jWGDj/d7nS/JbjCH6He+CMh62xcP5GhUMmcSFxcP6PWSdSREXj4fzb
coIWb54i+MxxIkFVkQlwvsbfVxeldyL40guTlM8qJML5c0WX7pvdiOAfFvNX
a36A4G+XmRVf5Z4E51t9Xv+obzmC38wnkqd/F8E/o1nx87xQMpwPAP0uYYE=
"]]},
Annotation[#, "Charting`Private`Tag$5631#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{8.990290257260806, 4.438693894787239},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{9.210340371976184,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {10.819778284410283`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {11.512925464970229`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.122363377404328`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.815510557964274`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {15.424948470398375`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {8.517193191416238,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.699514748210191,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.85366542803745,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.987196820661973,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.104979856318357,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.213405830762646`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.300417207752275`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.38045991542581,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.454567887579532`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.523560759066484`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.588099280204055`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.64872390202049,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.70588231586044,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
8.517193191416238,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.699514748210191,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.85366542803745,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.987196820661973,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.104979856318357,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.213405830762646`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.300417207752275`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.38045991542581,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.454567887579532`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.523560759066484`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.588099280204055`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.64872390202049,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.70588231586044,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{8.990290257260806, 15.774098009373178`}, {4.438693894787239,
4.609731515138748}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322686201991*^9},
CellLabel->
"During evaluation of \
In[13]:=",ExpressionUUID->"cc34cd43-1531-4dd0-8289-553da868e118"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{9.264354960282422, 7.722853942350954}, {10.269553264861555`,
7.486065631368505}, {11.274693656234545`, 7.4422710824803575`}, {
12.129936464103718`, 7.501280061519769}, {13.016209213557746`,
7.6076205254029}, {13.913805370227724`, 7.586833747622731}, {
14.834451014620411`, 7.481073430488825}, {15.774098009373178`,
7.397476787269483}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
9.264354960282422, 7.722853942350954}}, {{10.269553264861555`,
7.486065631368505}}, {{11.274693656234545`, 7.4422710824803575`}}, {{
12.129936464103718`, 7.501280061519769}}, {{13.016209213557746`,
7.6076205254029}}, {{13.913805370227724`, 7.586833747622731}}, {{
14.834451014620411`, 7.481073430488825}}, {{15.774098009373178`,
7.397476787269483}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2Zr/NZsf0yDisuhLb/u3rdwcYf5Z7
xtMvX9kdYfzzUn0e775LwPl3BB+udu1RgvMnPvj8U6FOA85X/SOW9PODHpwf
NqHY+HKVEZzPefKx04q9pnD+3bQJW50/WsD52p2Ty06+tYbzX1ycd+Sslj2c
3+/fYBAn4Qjn787w37BjshOcLzd1UVmQvgucv49ZMSVxvSucP61VecZ6f3c4
/5/lkb8JLzzg/MUGE7raU73g/HqrB7FvmXzg/Blt0REnWnzh/JdPo2Y+UvOH
859a/2HdkBAA539Z+iBIUyEQzp8vye586D2Cn6F3+NjUjUFwfmWM3+NZ+cFw
vtoU6cX7bUPg/E85dd/k/iH4kf7Kb+eeC0WEr/f0Gr/ZYXD+9ecL5ltGhcP5
jn1vUl00I+D8k1fP7u98heDPNKvbxLAiEs5nXVjgMb00Cs6fsOZHYYZpNJy/
7eAhu0jWGDj/d7nS/JbjCH6He+CMh62xcP5GhUMmcSFxcP6PWSdSREXj4fzb
coIWb54i+MxxIkFVkQlwvsbfVxeldyL40guTlM8qJML5c0WX7pvdiOAfFvNX
a36A4G+XmRVf5Z4E51t9Xv+obzmC38wnkqd/F8E/o1nx87xQMpwPAB56bUk=
"]]},
Annotation[#, "Charting`Private`Tag$6149#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2wbOO1MW/lHZYdSW2/dvX7w4w/iz3
jKdfvrI7wvjnpfo83n2XgPPvCD5c7dqjBOdPfPD5p0KdBpyv+kcs6ecHPTg/
bEKx8eUqIzif8+RjpxV7TeH8u2kTtjp/tIDztTsnl518aw3nv7g478hZLXs4
v9+/wSBOwhHO353hv2HHZCc4X27qorIgfRc4fx+zYkrielc4f1qr8oz1/u5w
/j/LI38TXnjA+YsNJnS1p3rB+fVWD2LfMvnA+TPaoiNOtPjC+S+fRs18pOYP
5z+1/sO6ISEAzv+y9EGQpkIgnD9fkt350HsEP0Pv8LGpG4Pg/MoYv8ez8oPh
fLUp0ov324bA+Z9y6r7J/UPwI/2V3849F4oIX+/pNX6zw+D8688XzLeMCofz
HfvepLpoRsD5J6+e3d/5CsGfaVa3iWFFJJzPurDAY3ppFJw/Yc2PwgzTaDh/
28FDdpGsMXD+73Kl+S3HEfwO98AZD1tj4fyNCodM4kLi4Pwfs06kiIrGw/m3
5QQt3jxF8JnjRIKqIhPgfI2/ry5K70TwpRcmKZ9VSITz54ou3Te7EcE/LOav
1vwAwd8uMyu+yj0Jzrf6vP5R33IEv5lPJE//LoJ/RrPi53mhZDgfAOMhibk=
"]]},
Annotation[#, "Charting`Private`Tag$6149#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{8.990290257260806, 7.379400278653845},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{9.210340371976184,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {10.819778284410283`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {11.512925464970229`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.122363377404328`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.815510557964274`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {15.424948470398375`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {8.517193191416238,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.699514748210191,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.85366542803745,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.987196820661973,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.104979856318357,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.213405830762646`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.300417207752275`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.38045991542581,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.454567887579532`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.523560759066484`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.588099280204055`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.64872390202049,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.70588231586044,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
8.517193191416238,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.699514748210191,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.85366542803745,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.987196820661973,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.104979856318357,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.213405830762646`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.300417207752275`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.38045991542581,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.454567887579532`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.523560759066484`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.588099280204055`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.64872390202049,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.70588231586044,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{8.990290257260806, 15.774098009373178`}, {7.379400278653845,
7.722853942350954}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322686300349*^9},
CellLabel->
"During evaluation of \
In[13]:=",ExpressionUUID->"be295e4f-e96c-461a-9c32-ae7020e45ed7"]
}, Open ]]
}, Open ]]
}, Closed]],
Cell[CellGroupData[{
Cell["Triplets", "Subsubsection",
CellChangeTimes->{{3.811322582586644*^9,
3.81132259138094*^9}},ExpressionUUID->"406a1504-2b7f-4379-a837-\
44c86a902585"],
Cell[CellGroupData[{
Cell[BoxData[
RowBox[{
RowBox[{"Flush", "[", "\"\<acetaldehyde_3_AVTZ\>\"", "]"}], ";"}]], "Input",\
CellChangeTimes->{{3.777429522265008*^9, 3.777429526325075*^9}, {
3.811322562001708*^9, 3.8113225929063673`*^9}, {3.811322694068659*^9,
3.811322694237417*^9}},
CellLabel->"In[14]:=",ExpressionUUID->"de3063eb-cc78-4477-a50e-943bd999d9c1"],
Cell[CellGroupData[{
Cell[BoxData[
InterpretationBox[GridBox[{
{"\<\"State\"\>", "\<\"Linear fit\"\>", "\<\"\"\>", "\<\"\"\>", \
"\<\"\"\>"},
{GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.5879290788831497139`7.1863570845728875"}]}],
RowBox[{"b", "\[Rule]", "0.1433559678844476826`4.156415777263913"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.5865829966914759552`7.186353278293101"}]}],
RowBox[{"b", "\[Rule]", "0.1573052998134981117`4.1967433547973725"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.5862054920430637139`7.186352210827546"}]}],
RowBox[{"b", "\[Rule]", "0.1608736913843623328`4.206485027189137"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.5867109156973810968`7.186353640007609"}]}],
RowBox[{"b", "\[Rule]", "0.1565178578088517458`4.194563895271568"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.5874273325287617808`7.186355665802348"}]}],
RowBox[{"b", "\[Rule]", "0.1509730008991003736`4.178899287631324"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.4315212708558817667`7.185914591084271"}]}],
RowBox[{"b", "\[Rule]", "0.0619606064945806279`3.7921156601517354"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.4284093178838759286`7.185905782478983"}]}],
RowBox[{"b", "\[Rule]", "0.093837215881877184`3.9723751139297803"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.4278531666031426539`7.185904208234217"}]}],
RowBox[{"b", "\[Rule]", "0.0990533841191744147`3.9958693176249684"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.4258098296756998025`7.185898424304878"}]}],
RowBox[{"b", "\[Rule]", "0.116418200734858035`4.066020882898003"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.4241068464261843474`7.185893603731771"}]}],
RowBox[{"b", "\[Rule]", "0.1294625493833926611`4.112144154916102"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.3256465178337748512`7.18561480462342"}]}],
RowBox[{"b", "\[Rule]", "0.0334717304821592551`3.5246781658810895"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.3232996855008707371`7.185608157176267"}]}],
RowBox[{"b", "\[Rule]", "0.0583461274651887046`3.7660120364514666"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.3202344899013382928`7.185599474798284"}]}],
RowBox[{"b", "\[Rule]", "0.0885455437007171831`3.947166709005617"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.3175658965604668538`7.185591915682212"}]}],
RowBox[{"b", "\[Rule]", "0.1123756248727059981`4.050672119673553"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "153.3161850007091686621`7.185588004074658"}]}],
RowBox[{"b", "\[Rule]", "0.1234955480482554796`4.091651301782519"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
TableForm[{{{
1, {$CellContext`a -> -153.5879290788831497139`7.1863570845728875, \
$CellContext`b -> 0.1433559678844476826`4.156415777263913}}, {
1, {$CellContext`a -> -153.5865829966914759552`7.186353278293101, \
$CellContext`b -> 0.1573052998134981117`4.1967433547973725}}, {
1, {$CellContext`a -> -153.5862054920430637139`7.186352210827546, \
$CellContext`b -> 0.1608736913843623328`4.206485027189137}}, {
1, {$CellContext`a -> -153.5867109156973810968`7.186353640007609, \
$CellContext`b -> 0.1565178578088517458`4.194563895271568}}, {
1, {$CellContext`a -> -153.5874273325287617808`7.186355665802348, \
$CellContext`b -> 0.1509730008991003736`4.178899287631324}}}, {{
2, {$CellContext`a -> -153.4315212708558817667`7.185914591084271, \
$CellContext`b -> 0.0619606064945806279`3.7921156601517354}}, {
2, {$CellContext`a -> -153.4284093178838759286`7.185905782478983, \
$CellContext`b -> 0.093837215881877184`3.9723751139297803}}, {
2, {$CellContext`a -> -153.4278531666031426539`7.185904208234217, \
$CellContext`b -> 0.0990533841191744147`3.9958693176249684}}, {
2, {$CellContext`a -> -153.4258098296756998025`7.185898424304878, \
$CellContext`b -> 0.116418200734858035`4.066020882898003}}, {
2, {$CellContext`a -> -153.4241068464261843474`7.185893603731771, \
$CellContext`b -> 0.1294625493833926611`4.112144154916102}}}, {{
3, {$CellContext`a -> -153.3256465178337748512`7.18561480462342, \
$CellContext`b -> 0.0334717304821592551`3.5246781658810895}}, {
3, {$CellContext`a -> -153.3232996855008707371`7.185608157176267, \
$CellContext`b -> 0.0583461274651887046`3.7660120364514666}}, {
3, {$CellContext`a -> -153.3202344899013382928`7.185599474798284, \
$CellContext`b -> 0.0885455437007171831`3.947166709005617}}, {
3, {$CellContext`a -> -153.3175658965604668538`7.185591915682212, \
$CellContext`b -> 0.1123756248727059981`4.050672119673553}}, {
3, {$CellContext`a -> -153.3161850007091686621`7.185588004074658, \
$CellContext`b -> 0.1234955480482554796`4.091651301782519}}}},
TableAlignments -> Center,
TableHeadings -> {None, {"State", "Linear fit"}}]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694576693*^9},
CellLabel->
"During evaluation of \
In[14]:=",ExpressionUUID->"576ba5da-e9b4-4b16-9356-05c049a38a0d"],
Cell[BoxData[
InterpretationBox[GridBox[{
{"\<\"State\"\>", "\<\"Quadratic fit\"\>", "\<\"\"\>", "\<\"\"\>", \
"\<\"\"\>"},
{GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.5920068951113535149`7.186368615098672"}]}],
RowBox[{"b2", "\[Rule]", "0.0604177602618950482`3.781164621567365"}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.4155058034473010364`4.618577094034781"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.5888286238238435999`7.186359628172911"}]}],
RowBox[{"b2", "\[Rule]", "0.1183782155042847339`4.073271788900884"}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.1612203033761314408`4.207419734050752"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.5854482196024548557`7.186350069489057"}]}],
RowBox[{"b2", "\[Rule]", "0.1751444291930565056`4.243396328298352"}],
RowBox[{"c2", "\[Rule]", "0.0627768244745670334`3.797799343411605"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.5847400957787556308`7.1863480671185105"}]}],
RowBox[{"b2", "\[Rule]", "0.1860578159313717728`4.269647918617528"}],
RowBox[{"c2", "\[Rule]", "0.1012974055408991936`4.005598322224048"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.5870040318722260508`7.186354468846349"}]}],
RowBox[{"b2", "\[Rule]", "0.1549384777566183979`4.190159284784517"}],
RowBox[{"c2", "\[Rule]", "0.0065077200726223767`2.813428863636354"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.4419314070442794673`7.185944056420323"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.147141926398897338`4.167736437576635"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "1.0359468863104406289`5.015337489411523"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.4325982056877535342`7.185917639383666"}]}],
RowBox[{"b2", "\[Rule]", "0.0224121989811450414`3.350484469588396"}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.291643155899979245`4.464851789133087"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.4342349489280366015`7.185922272198169"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0048419516722006482`2.6850204504090347"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.3988085850127727761`4.600764498645495"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.4317904124324627446`7.185915352900345"}]}],
RowBox[{"b2", "\[Rule]", "0.0319584509749965689`3.5045857209137083"}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.27172708520975003`4.434132930176677"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.4296490826288561493`7.185909291743106"}]}],
RowBox[{"b2", "\[Rule]", "0.060567503875809732`3.78223967577161"}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.1874082329990136297`4.272788665887415"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.3355736747453761382`7.185642922358467"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1749068430957856912`4.242806801248838"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "1.0892232677765862903`5.037116910081668"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.3318258123314876684`7.185632307105798"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1032166615223450712`4.013749807980678"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.7521063442005121447`4.876279252073243"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.3268232666979713485`7.185618137748626"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0190877681802533693`3.2807551518790685"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.4158498519244312464`4.6189365511761125"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.323123993014661437`7.185607659519869"}]}],
RowBox[{"b2", "\[Rule]", "0.035425715675787138`3.5493186326924158"}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.2352062736972743429`4.371448901569789"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "153.3216163056953007526`7.185603388908329"}]}],
RowBox[{"b2", "\[Rule]", "0.0555031476505822574`3.7443176131860243"}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.1783413436495130677`4.251252034355699"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
TableForm[{{{
1, {$CellContext`a2 -> -153.5920068951113535149`7.186368615098672, \
$CellContext`b2 ->
0.0604177602618950482`3.781164621567365, $CellContext`c2 -> \
-0.4155058034473010364`4.618577094034781}}, {
1, {$CellContext`a2 -> -153.5888286238238435999`7.186359628172911, \
$CellContext`b2 ->
0.1183782155042847339`4.073271788900884, $CellContext`c2 -> \
-0.1612203033761314408`4.207419734050752}}, {
1, {$CellContext`a2 -> -153.5854482196024548557`7.186350069489057, \
$CellContext`b2 -> 0.1751444291930565056`4.243396328298352, $CellContext`c2 ->
0.0627768244745670334`3.797799343411605}}, {
1, {$CellContext`a2 -> -153.5847400957787556308`7.1863480671185105, \
$CellContext`b2 -> 0.1860578159313717728`4.269647918617528, $CellContext`c2 ->
0.1012974055408991936`4.005598322224048}}, {
1, {$CellContext`a2 -> -153.5870040318722260508`7.186354468846349, \
$CellContext`b2 -> 0.1549384777566183979`4.190159284784517, $CellContext`c2 ->
0.0065077200726223767`2.813428863636354}}}, {{
2, {$CellContext`a2 -> -153.4419314070442794673`7.185944056420323, \
$CellContext`b2 -> -0.147141926398897338`4.167736437576635, $CellContext`c2 -> \
-1.0359468863104406289`5.015337489411523}}, {
2, {$CellContext`a2 -> -153.4325982056877535342`7.185917639383666, \
$CellContext`b2 ->
0.0224121989811450414`3.350484469588396, $CellContext`c2 -> \
-0.291643155899979245`4.464851789133087}}, {
2, {$CellContext`a2 -> -153.4342349489280366015`7.185922272198169, \
$CellContext`b2 -> -0.0048419516722006482`2.6850204504090347, $CellContext`c2 -> \
-0.3988085850127727761`4.600764498645495}}, {
2, {$CellContext`a2 -> -153.4317904124324627446`7.185915352900345, \
$CellContext`b2 ->
0.0319584509749965689`3.5045857209137083, $CellContext`c2 -> \
-0.27172708520975003`4.434132930176677}}, {
2, {$CellContext`a2 -> -153.4296490826288561493`7.185909291743106, \
$CellContext`b2 ->
0.060567503875809732`3.78223967577161, $CellContext`c2 -> \
-0.1874082329990136297`4.272788665887415}}}, {{
3, {$CellContext`a2 -> -153.3355736747453761382`7.185642922358467, \
$CellContext`b2 -> -0.1749068430957856912`4.242806801248838, $CellContext`c2 -> \
-1.0892232677765862903`5.037116910081668}}, {
3, {$CellContext`a2 -> -153.3318258123314876684`7.185632307105798, \
$CellContext`b2 -> -0.1032166615223450712`4.013749807980678, $CellContext`c2 -> \
-0.7521063442005121447`4.876279252073243}}, {
3, {$CellContext`a2 -> -153.3268232666979713485`7.185618137748626, \
$CellContext`b2 -> -0.0190877681802533693`3.2807551518790685, $CellContext`c2 -> \
-0.4158498519244312464`4.6189365511761125}}, {
3, {$CellContext`a2 -> -153.323123993014661437`7.185607659519869, \
$CellContext`b2 ->
0.035425715675787138`3.5493186326924158, $CellContext`c2 -> \
-0.2352062736972743429`4.371448901569789}}, {
3, {$CellContext`a2 -> -153.3216163056953007526`7.185603388908329, \
$CellContext`b2 ->
0.0555031476505822574`3.7443176131860243, $CellContext`c2 -> \
-0.1783413436495130677`4.251252034355699}}}}, TableAlignments -> Center,
TableHeadings -> {None, {"State", "Quadratic fit"}}]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694582543*^9},
CellLabel->
"During evaluation of \
In[14]:=",ExpressionUUID->"9bdab08b-c36f-476d-a9f2-6c5de34b0721"],
Cell[BoxData["\<\"Excitation energies with PT2\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694585636*^9},
CellLabel->
"During evaluation of \
In[14]:=",ExpressionUUID->"1557b817-2882-499b-8327-825269885c53"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
TagBox["\<\"nDet\"\>",
HoldForm],
TagBox["\<\"1\"\>",
HoldForm],
TagBox["\<\"2\"\>",
HoldForm]},
{"10555", "4.5182234335480329079`3.6549677036887376",
"7.7228539423509543482`3.8877778213681085"},
{"28841", "4.4924550673286436364`3.6524837420728726",
"7.4860656313685050023`3.8742536303146355"},
{"78802", "4.5205753136412480941`3.655193709068037",
"7.4422710824803575136`3.8717054850191897"},
{"185338", "4.5618849187589409766`3.659144325268039",
"7.5012800615197692267`3.8751353802208777"},
{"449643", "4.6097315151387476817`3.663675631487422",
"7.6076205254028996805`3.881248841490642"},
{"1103288", "4.5546270978793250706`3.6584528256640603",
"7.5868337476227312166`3.880060567353755"},
{"2770258", "4.5027831488922904768`3.6534810321267805",
"7.4810734304888253376`3.873963917582491"},
{"7089306", "4.4476958748057384696`3.6481350833381057",
"7.3974767872694826565`3.8690836110511104"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {{False}}, "Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{None, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"nDet", "1", "2"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694586957*^9},
CellLabel->
"During evaluation of \
In[14]:=",ExpressionUUID->"dd868bc2-541f-4c9c-84b2-bb5de16e6bb3"],
Cell[BoxData["\<\"Linear fits\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694588293*^9},
CellLabel->
"During evaluation of \
In[14]:=",ExpressionUUID->"c772e8f8-a45b-4b45-bffe-942f4ed66df4"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
StyleBox["\[Null]",
ShowStringCharacters->False],
TagBox["\<\"state 1\"\>",
HoldForm],
TagBox["\<\"state 2\"\>",
HoldForm]},
{
TagBox["\<\"2 pts\"\>",
HoldForm], "4.2560732407720429649`3.629009092921734",
"7.1370720150287549899`3.8535200789303645"},
{
TagBox["\<\"3 pts\"\>",
HoldForm], "4.3041250322370974146`3.63388487883443",
"7.1643038134313439258`3.8551739944995886"},
{
TagBox["\<\"4 pts\"\>",
HoldForm], "4.3089862547103585655`3.6343751087291283",
"7.237439609404736629`3.8595849529134956"},
{
TagBox["\<\"5 pts\"\>",
HoldForm], "4.3783415627731958608`3.6413096386940818",
"7.3238090110948608213`3.864737010328032"},
{
TagBox["\<\"6 pts\"\>",
HoldForm], "4.4441767923112793781`3.6477913271360745",
"7.3808797961078767003`3.868108132530558"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {False, True, {False}, False},
"Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{OutputFormsDump`HeadedRows, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{"2 pts", "3 pts", "4 pts", "5 pts", "6 pts"}, {
"state 1", "state 2"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694589628*^9},
CellLabel->
"During evaluation of \
In[14]:=",ExpressionUUID->"b8cfa352-43a5-49cc-abcf-ca644c91de26"],
Cell[BoxData["\<\"Quadratic fits\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113226945910387`*^9},
CellLabel->
"During evaluation of \
In[14]:=",ExpressionUUID->"24eb6aee-5486-4bde-9aad-d653c320226c"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
StyleBox["\[Null]",
ShowStringCharacters->False],
TagBox["\<\"state 1\"\>",
HoldForm],
TagBox["\<\"state 2\"\>",
HoldForm]},
{
TagBox["\<\"3 pts\"\>",
HoldForm], "4.0837620379330550335`3.61106042767944",
"6.9779033477303356037`3.843724949658082"},
{
TagBox["\<\"4 pts\"\>",
HoldForm], "4.2512462159671553508`3.628516258375577",
"6.9934027117437889132`3.844688537599941"},
{
TagBox["\<\"5 pts\"\>",
HoldForm], "4.1147226796683407102`3.6143405703506515",
"7.0375434278882202932`3.8474210878500275"},
{
TagBox["\<\"6 pts\"\>",
HoldForm], "4.1619728751727409488`3.619299245457255",
"7.1189367613617555719`3.852415135047745"},
{
TagBox["\<\"7 pts\"\>",
HoldForm], "4.2818462660188449931`3.6316310704740076",
"7.2215678619703727037`3.8586314967221003"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {False, True, {False}, False},
"Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{OutputFormsDump`HeadedRows, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{"3 pts", "4 pts", "5 pts", "6 pts", "7 pts"}, {
"state 1", "state 2"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694592314*^9},
CellLabel->
"During evaluation of \
In[14]:=",ExpressionUUID->"ae07f698-4220-4249-86e9-2de631693153"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{9.264354960282422, 4.518223433548033}, {10.269553264861555`,
4.492455067328644}, {11.274693656234545`, 4.520575313641248}, {
12.129936464103718`, 4.561884918758941}, {13.016209213557746`,
4.609731515138748}, {13.913805370227724`, 4.554627097879325}, {
14.834451014620411`, 4.5027831488922905`}, {15.774098009373178`,
4.4476958748057385`}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
9.264354960282422, 4.518223433548033}}, {{10.269553264861555`,
4.492455067328644}}, {{11.274693656234545`, 4.520575313641248}}, {{
12.129936464103718`, 4.561884918758941}}, {{13.016209213557746`,
4.609731515138748}}, {{13.913805370227724`, 4.554627097879325}}, {{
14.834451014620411`, 4.5027831488922905`}}, {{15.774098009373178`,
4.4476958748057385`}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2U/54CliwCTqsuhLb/u3rdwcYf5Z7
xtMvX9kdYfzzUn0e775LwPl3BB+udu1RgvMnPvj8U6FOA85X/SOW9PODHpwf
NqHY+HKVEZzPefKx04q9pnD+3bQJW50/WsD52p2Ty06+tYbzX1ycd+Sslj2c
3+/fYBAn4Qjn787w37BjshOcLzd1UVmQvgucv49ZMSVxvSucP61VecZ6f3c4
/5/lkb8JLzzg/MUGE7raU73g/HqrB7FvmXzg/Blt0REnWnzh/JdPo2Y+UvOH
859a/2HdkBAA539Z+iBIUyEQzp8vye586D2Cn6F3+NjUjUFwfmWM3+NZ+cFw
vtoU6cX7bUPg/E85dd/k/iH4kf7Kb+eeC0WEr/f0Gr/ZYXD+9ecL5ltGhcP5
jn1vUl00I+D8k1fP7u98heDPNKvbxLAiEs5nXVjgMb00Cs6fsOZHYYZpNJy/
7eAhu0jWGDj/d7nS/JbjCH6He+CMh62xcP5GhUMmcSFxcP6PWSdSREXj4fzb
coIWb54i+MxxIkFVkQlwvsbfVxeldyL40guTlM8qJML5c0WX7pvdiOAfFvNX
a36A4G+XmRVf5Z4E51t9Xv+obzmC38wnkqd/F8E/o1nx87xQMpwPABsVQ3E=
"]]},
Annotation[#, "Charting`Private`Tag$6783#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2+W5m24+GCjisuhLb/u3rdwcYf5Z7
xtMvX9kdYfzzUn0e775LwPl3BB+udu1RgvMnPvj8U6FOA85X/SOW9PODHpwf
NqHY+HKVEZzPefKx04q9pnD+3bQJW50/WsD52p2Ty06+tYbzX1ycd+Sslj2c
3+/fYBAn4Qjn787w37BjshOcLzd1UVmQvgucv49ZMSVxvSucP61VecZ6f3c4
/5/lkb8JLzzg/MUGE7raU73g/HqrB7FvmXzg/Blt0REnWnzh/JdPo2Y+UvOH
859a/2HdkBAA539Z+iBIUyEQzp8vye586D2Cn6F3+NjUjUFwfmWM3+NZ+cFw
vtoU6cX7bUPg/E85dd/k/iH4kf7Kb+eeC0WEr/f0Gr/ZYXD+9ecL5ltGhcP5
jn1vUl00I+D8k1fP7u98heDPNKvbxLAiEs5nXVjgMb00Cs6fsOZHYYZpNJy/
7eAhu0jWGDj/d7nS/JbjCH6He+CMh62xcP5GhUMmcSFxcP6PWSdSREXj4fzb
coIWb54i+MxxIkFVkQlwvsbfVxeldyL40guTlM8qJML5c0WX7pvdiOAfFvNX
a36A4G+XmRVf5Z4E51t9Xv+obzmC38wnkqd/F8E/o1nx87xQMpwPAP0uYYE=
"]]},
Annotation[#, "Charting`Private`Tag$6783#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{8.990290257260806, 4.438693894787239},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{9.210340371976184,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {10.819778284410283`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {11.512925464970229`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.122363377404328`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.815510557964274`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {15.424948470398375`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {8.517193191416238,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.699514748210191,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.85366542803745,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.987196820661973,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.104979856318357,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.213405830762646`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.300417207752275`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.38045991542581,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.454567887579532`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.523560759066484`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.588099280204055`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.64872390202049,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.70588231586044,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
8.517193191416238,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.699514748210191,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.85366542803745,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.987196820661973,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.104979856318357,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.213405830762646`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.300417207752275`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.38045991542581,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.454567887579532`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.523560759066484`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.588099280204055`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.64872390202049,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.70588231586044,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{8.990290257260806, 15.774098009373178`}, {4.438693894787239,
4.609731515138748}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694701425*^9},
CellLabel->
"During evaluation of \
In[14]:=",ExpressionUUID->"6b88a52d-f0ef-4820-8859-c62ffaa3e6ea"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{9.264354960282422, 7.722853942350954}, {10.269553264861555`,
7.486065631368505}, {11.274693656234545`, 7.4422710824803575`}, {
12.129936464103718`, 7.501280061519769}, {13.016209213557746`,
7.6076205254029}, {13.913805370227724`, 7.586833747622731}, {
14.834451014620411`, 7.481073430488825}, {15.774098009373178`,
7.397476787269483}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
9.264354960282422, 7.722853942350954}}, {{10.269553264861555`,
7.486065631368505}}, {{11.274693656234545`, 7.4422710824803575`}}, {{
12.129936464103718`, 7.501280061519769}}, {{13.016209213557746`,
7.6076205254029}}, {{13.913805370227724`, 7.586833747622731}}, {{
14.834451014620411`, 7.481073430488825}}, {{15.774098009373178`,
7.397476787269483}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2Zr/NZsf0yDisuhLb/u3rdwcYf5Z7
xtMvX9kdYfzzUn0e775LwPl3BB+udu1RgvMnPvj8U6FOA85X/SOW9PODHpwf
NqHY+HKVEZzPefKx04q9pnD+3bQJW50/WsD52p2Ty06+tYbzX1ycd+Sslj2c
3+/fYBAn4Qjn787w37BjshOcLzd1UVmQvgucv49ZMSVxvSucP61VecZ6f3c4
/5/lkb8JLzzg/MUGE7raU73g/HqrB7FvmXzg/Blt0REnWnzh/JdPo2Y+UvOH
859a/2HdkBAA539Z+iBIUyEQzp8vye586D2Cn6F3+NjUjUFwfmWM3+NZ+cFw
vtoU6cX7bUPg/E85dd/k/iH4kf7Kb+eeC0WEr/f0Gr/ZYXD+9ecL5ltGhcP5
jn1vUl00I+D8k1fP7u98heDPNKvbxLAiEs5nXVjgMb00Cs6fsOZHYYZpNJy/
7eAhu0jWGDj/d7nS/JbjCH6He+CMh62xcP5GhUMmcSFxcP6PWSdSREXj4fzb
coIWb54i+MxxIkFVkQlwvsbfVxeldyL40guTlM8qJML5c0WX7pvdiOAfFvNX
a36A4G+XmRVf5Z4E51t9Xv+obzmC38wnkqd/F8E/o1nx87xQMpwPAB56bUk=
"]]},
Annotation[#, "Charting`Private`Tag$7301#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2wbOO1MW/lHZYdSW2/dvX7w4w/iz3
jKdfvrI7wvjnpfo83n2XgPPvCD5c7dqjBOdPfPD5p0KdBpyv+kcs6ecHPTg/
bEKx8eUqIzif8+RjpxV7TeH8u2kTtjp/tIDztTsnl518aw3nv7g478hZLXs4
v9+/wSBOwhHO353hv2HHZCc4X27qorIgfRc4fx+zYkrielc4f1qr8oz1/u5w
/j/LI38TXnjA+YsNJnS1p3rB+fVWD2LfMvnA+TPaoiNOtPjC+S+fRs18pOYP
5z+1/sO6ISEAzv+y9EGQpkIgnD9fkt350HsEP0Pv8LGpG4Pg/MoYv8ez8oPh
fLUp0ov324bA+Z9y6r7J/UPwI/2V3849F4oIX+/pNX6zw+D8688XzLeMCofz
HfvepLpoRsD5J6+e3d/5CsGfaVa3iWFFJJzPurDAY3ppFJw/Yc2PwgzTaDh/
28FDdpGsMXD+73Kl+S3HEfwO98AZD1tj4fyNCodM4kLi4Pwfs06kiIrGw/m3
5QQt3jxF8JnjRIKqIhPgfI2/ry5K70TwpRcmKZ9VSITz54ou3Te7EcE/LOav
1vwAwd8uMyu+yj0Jzrf6vP5R33IEv5lPJE//LoJ/RrPi53mhZDgfAOMhibk=
"]]},
Annotation[#, "Charting`Private`Tag$7301#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{8.990290257260806, 7.379400278653845},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{9.210340371976184,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {10.819778284410283`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {11.512925464970229`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.122363377404328`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.815510557964274`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {15.424948470398375`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {8.517193191416238,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.699514748210191,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.85366542803745,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.987196820661973,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.104979856318357,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.213405830762646`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.300417207752275`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.38045991542581,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.454567887579532`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.523560759066484`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.588099280204055`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.64872390202049,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.70588231586044,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
8.517193191416238,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.699514748210191,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.85366542803745,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.987196820661973,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.104979856318357,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.213405830762646`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.300417207752275`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.38045991542581,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.454567887579532`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.523560759066484`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.588099280204055`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.64872390202049,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.70588231586044,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{8.990290257260806, 15.774098009373178`}, {7.379400278653845,
7.722853942350954}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694796707*^9},
CellLabel->
"During evaluation of \
In[14]:=",ExpressionUUID->"73065180-eaff-4a2e-97a7-1f66ae620853"]
}, Open ]]
}, Open ]]
}, Closed]]
}, Open ]]
}, Open ]],
Cell[CellGroupData[{
Cell["Cyanine", "Section",
CellChangeTimes->{{3.77742950330622*^9, 3.7774295059582033`*^9}, {
3.7778669099831257`*^9, 3.777866914230576*^9}, {3.811322508359969*^9,
3.811322510971436*^9}, {3.8113227457863894`*^9,
3.8113227486256657`*^9}},ExpressionUUID->"4bc164d9-7727-4610-9901-\
347bb2f71748"],
Cell[CellGroupData[{
Cell[TextData[{
"AVDZ ",
StyleBox["\[Checkmark]",
FontColor->RGBColor[0, 1, 0]]
}], "Subsection",
CellChangeTimes->{{3.777429516951782*^9, 3.777429517987792*^9}, {
3.7775231829717607`*^9, 3.777523190205817*^9}, {3.777653709792136*^9,
3.777653722712954*^9}, {3.7776537758163548`*^9, 3.777653776104186*^9},
3.777731826638612*^9, {3.7778669032475224`*^9,
3.7778669087423697`*^9}},ExpressionUUID->"40c1e06d-224c-48d0-9a2a-\
3189523edea9"],
Cell[CellGroupData[{
Cell["Singlets", "Subsubsection",
CellChangeTimes->{{3.811322582586644*^9,
3.811322584352894*^9}},ExpressionUUID->"1187d923-1b26-4a63-a239-\
49e6ccd26d10"],
Cell[CellGroupData[{
Cell[BoxData[
RowBox[{
RowBox[{"Flush", "[", "\"\<cyanine_1_AVDZ\>\"", "]"}], ";"}]], "Input",
CellChangeTimes->{{3.777429522265008*^9, 3.777429526325075*^9}, {
3.811322562001708*^9, 3.811322564390358*^9}, {3.811322810108039*^9,
3.811322811246703*^9}},
CellLabel->"In[15]:=",ExpressionUUID->"48512dc3-dbc2-4920-b262-54432de87cd3"],
Cell[CellGroupData[{
Cell[BoxData[
InterpretationBox[GridBox[{
{"\<\"State\"\>", "\<\"Linear fit\"\>", "\<\"\"\>", "\<\"\"\>", \
"\<\"\"\>"},
{GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "150.017052167139922858`7.176140627330237"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0291419429664149694`3.4645185039014432"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "150.0171785371019268496`7.176140993167009"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0323630231135188032`3.5100490834036395"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "150.0176940956384896708`7.176142485688365"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0450289058257053801`3.6534913940064198"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "150.0178151569280657895`7.176142836155216"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0478421099268198438`3.679810324604286"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "150.0183003430146300161`7.176144240743725"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0586036552315093301`3.767924704710367"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "149.7565600374753955748`7.175385855606767"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.1101283665960669234`4.041899197894534"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "149.7566872006720188892`7.1753862243802695"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.1135151494631481961`4.055053825310629"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "149.7560137000279212316`7.175384271223609"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0966318370887767064`3.9851202360842626"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "149.7556529362621233759`7.175383225002508"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0880271610883992944`3.944616695909173"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "149.7556415506537632609`7.175383191984008"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0877711883456391423`3.943351978366389"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
TableForm[{{{
1, {$CellContext`a -> -150.017052167139922858`7.176140627330237, \
$CellContext`b -> -0.0291419429664149694`3.4645185039014432}}, {
1, {$CellContext`a -> -150.0171785371019268496`7.176140993167009, \
$CellContext`b -> -0.0323630231135188032`3.5100490834036395}}, {
1, {$CellContext`a -> -150.0176940956384896708`7.176142485688365, \
$CellContext`b -> -0.0450289058257053801`3.6534913940064198}}, {
1, {$CellContext`a -> -150.0178151569280657895`7.176142836155216, \
$CellContext`b -> -0.0478421099268198438`3.679810324604286}}, {
1, {$CellContext`a -> -150.0183003430146300161`7.176144240743725, \
$CellContext`b -> -0.0586036552315093301`3.767924704710367}}}, {{
2, {$CellContext`a -> -149.7565600374753955748`7.175385855606767, \
$CellContext`b -> -0.1101283665960669234`4.041899197894534}}, {
2, {$CellContext`a -> -149.7566872006720188892`7.1753862243802695, \
$CellContext`b -> -0.1135151494631481961`4.055053825310629}}, {
2, {$CellContext`a -> -149.7560137000279212316`7.175384271223609, \
$CellContext`b -> -0.0966318370887767064`3.9851202360842626}}, {
2, {$CellContext`a -> -149.7556529362621233759`7.175383225002508, \
$CellContext`b -> -0.0880271610883992944`3.944616695909173}}, {
2, {$CellContext`a -> -149.7556415506537632609`7.175383191984008, \
$CellContext`b -> -0.0877711883456391423`3.943351978366389}}}},
TableAlignments -> Center,
TableHeadings -> {None, {"State", "Linear fit"}}]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9},
CellLabel->
"During evaluation of \
In[15]:=",ExpressionUUID->"795aead2-7525-4adf-ba91-e0b00fe70d5a"],
Cell[BoxData[
InterpretationBox[GridBox[{
{"\<\"State\"\>", "\<\"Quadratic fit\"\>", "\<\"\"\>", "\<\"\"\>", \
"\<\"\"\>"},
{GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "150.0156583244781245412`7.176136592182365"}]}],
RowBox[{"b2", "\[Rule]", "0.0399035258555351866`3.6010112714248503"}],
RowBox[{"c2", "\[Rule]", "0.8497539898422566962`4.929293212398855"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "150.0115495811439529916`7.17612469723077"}]}],
RowBox[{"b2", "\[Rule]", "0.2379309316359118631`4.376450905112358"}],
RowBox[{"c2", "\[Rule]", "3.2123566099320473022`5.506823751154883"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "150.0160344767579658765`7.176137681139721"}]}],
RowBox[{"b2", "\[Rule]", "0.0285332895255535832`3.455351843176243"}],
RowBox[{"c2", "\[Rule]", "0.8020026173028780292`4.904175785588831"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "150.0153748469568029122`7.176135771515769"}]}],
RowBox[{"b2", "\[Rule]", "0.0576975292050150509`3.7611572156582733"}],
RowBox[{"c2", "\[Rule]", "1.1180563457577414876`5.048463690880496"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "150.0171505610358906324`7.176140912177269"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0156348876959292102`3.1940947660897674"}]}],
RowBox[{
"c2", "\[Rule]", "0.3832501419190372793`4.5834823243474005"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "149.7557901639607109701`7.175383622965482"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0703710249403011606`3.847393876488181"}]}],
RowBox[{"c2", "\[Rule]", "0.5070278510584084186`4.705031815800341"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "149.7602672919312567501`7.175396606522951"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.2900283094806377915`4.462440391178855"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "2.1296926471629715749`5.328316931479793"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "149.7598934536095214298`7.175395522416159"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.2724254595199784301`4.4352476921260635"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "1.9284893420959077215`5.285217243055976"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "149.7574658096637278959`7.175388482340939"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1628099234063121181`4.21168087198599"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.7367620929905464022`4.867327272958966"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "149.7571938699508677928`7.175387693718994"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1511665345896172907`4.179455657225347"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.6177897884406987616`4.790840725492612"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
TableForm[{{{
1, {$CellContext`a2 -> -150.0156583244781245412`7.176136592182365, \
$CellContext`b2 -> 0.0399035258555351866`3.6010112714248503, $CellContext`c2 ->
0.8497539898422566962`4.929293212398855}}, {
1, {$CellContext`a2 -> -150.0115495811439529916`7.17612469723077, \
$CellContext`b2 -> 0.2379309316359118631`4.376450905112358, $CellContext`c2 ->
3.2123566099320473022`5.506823751154883}}, {
1, {$CellContext`a2 -> -150.0160344767579658765`7.176137681139721, \
$CellContext`b2 -> 0.0285332895255535832`3.455351843176243, $CellContext`c2 ->
0.8020026173028780292`4.904175785588831}}, {
1, {$CellContext`a2 -> -150.0153748469568029122`7.176135771515769, \
$CellContext`b2 -> 0.0576975292050150509`3.7611572156582733, $CellContext`c2 ->
1.1180563457577414876`5.048463690880496}}, {
1, {$CellContext`a2 -> -150.0171505610358906324`7.176140912177269, \
$CellContext`b2 -> -0.0156348876959292102`3.1940947660897674, $CellContext`c2 ->
0.3832501419190372793`4.5834823243474005}}}, {{
2, {$CellContext`a2 -> -149.7557901639607109701`7.175383622965482, \
$CellContext`b2 -> -0.0703710249403011606`3.847393876488181, $CellContext`c2 ->
0.5070278510584084186`4.705031815800341}}, {
2, {$CellContext`a2 -> -149.7602672919312567501`7.175396606522951, \
$CellContext`b2 -> -0.2900283094806377915`4.462440391178855, $CellContext`c2 -> \
-2.1296926471629715749`5.328316931479793}}, {
2, {$CellContext`a2 -> -149.7598934536095214298`7.175395522416159, \
$CellContext`b2 -> -0.2724254595199784301`4.4352476921260635, $CellContext`c2 -> \
-1.9284893420959077215`5.285217243055976}}, {
2, {$CellContext`a2 -> -149.7574658096637278959`7.175388482340939, \
$CellContext`b2 -> -0.1628099234063121181`4.21168087198599, $CellContext`c2 -> \
-0.7367620929905464022`4.867327272958966}}, {
2, {$CellContext`a2 -> -149.7571938699508677928`7.175387693718994, \
$CellContext`b2 -> -0.1511665345896172907`4.179455657225347, $CellContext`c2 -> \
-0.6177897884406987616`4.790840725492612}}}}, TableAlignments -> Center,
TableHeadings -> {None, {"State", "Quadratic fit"}}]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811747383*^9},
CellLabel->
"During evaluation of \
In[15]:=",ExpressionUUID->"f199a46d-252b-4907-a0b2-01cee7feb0ed"],
Cell[BoxData["\<\"Excitation energies with PT2\"\>"], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811750078*^9},
CellLabel->
"During evaluation of \
In[15]:=",ExpressionUUID->"a6e9caf3-7e9a-419d-ad25-4cb4ac3efce1"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
TagBox["\<\"nDet\"\>",
HoldForm],
TagBox["\<\"1\"\>",
HoldForm]},
{"151485", "7.1950850287849270615`3.8570359306303583"},
{"365720", "7.2009561574334632894`3.8573901667544406"},
{"882995", "7.1984118928400571136`3.8572366933407385"},
{"2131743", "7.1995841593501177513`3.8573074127486224"},
{"5146547", "7.1993332703707499931`3.8572922783192665"},
{"12402579", "7.202110464428425729`3.857459778202137"},
{"29942536", "7.1840567982588670048`3.8563697572718447"},
{"72287685", "7.1631960055080137195`3.855106834859016"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {{False}}, "Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{None, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"nDet", "1"}}]]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811751341*^9},
CellLabel->
"During evaluation of \
In[15]:=",ExpressionUUID->"87b37a07-47db-4c06-a4f2-920648e0d58c"],
Cell[BoxData["\<\"Linear fits\"\>"], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811752496*^9},
CellLabel->
"During evaluation of \
In[15]:=",ExpressionUUID->"fa65deb8-03da-4ed0-8534-552ba13edd8c"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
StyleBox["\[Null]",
ShowStringCharacters->False],
TagBox["\<\"state 1\"\>",
HoldForm]},
{
TagBox["\<\"2 pts\"\>",
HoldForm], "7.0883518954733446549`3.8505452696110414"},
{
TagBox["\<\"3 pts\"\>",
HoldForm], "7.0883303104599137967`3.85054394712217"},
{
TagBox["\<\"4 pts\"\>",
HoldForm], "7.1206862588254908886`3.8525218509484893"},
{
TagBox["\<\"5 pts\"\>",
HoldForm], "7.1337973864013806136`3.85332077037696"},
{
TagBox["\<\"6 pts\"\>",
HoldForm], "7.1473097904785722889`3.85414260641621"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {False, True, {False}, False},
"Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{OutputFormsDump`HeadedRows, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{"2 pts", "3 pts", "4 pts", "5 pts", "6 pts"}, {
"state 1"}}]]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811753643*^9},
CellLabel->
"During evaluation of \
In[15]:=",ExpressionUUID->"7abe3fbb-76d5-40bd-9c25-cd5650f5f541"],
Cell[BoxData["\<\"Quadratic fits\"\>"], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.81132281175488*^9},
CellLabel->
"During evaluation of \
In[15]:=",ExpressionUUID->"f98c8bf8-6329-492a-88ff-7269e43af08c"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
StyleBox["\[Null]",
ShowStringCharacters->False],
TagBox["\<\"state 1\"\>",
HoldForm]},
{
TagBox["\<\"3 pts\"\>",
HoldForm], "7.0713728301466636239`3.8495037355337383"},
{
TagBox["\<\"4 pts\"\>",
HoldForm], "6.8377393717559593611`3.8349125431459576"},
{
TagBox["\<\"5 pts\"\>",
HoldForm], "6.9699522564500773214`3.843229803229818"},
{
TagBox["\<\"6 pts\"\>",
HoldForm], "7.0180623718284396162`3.846217223614433"},
{
TagBox["\<\"7 pts\"\>",
HoldForm], "7.0737818695964485016`3.849651663580062"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {False, True, {False}, False},
"Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{OutputFormsDump`HeadedRows, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{"3 pts", "4 pts", "5 pts", "6 pts", "7 pts"}, {
"state 1"}}]]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113228117560043`*^9},
CellLabel->
"During evaluation of \
In[15]:=",ExpressionUUID->"9870e6e5-2d69-4d1a-9c2b-d12a7b90025c"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{11.928241889128767`, 7.195085028784927}, {
12.809623292278363`, 7.200956157433463}, {13.69107481705591,
7.198411892840057}, {14.572450512911793`, 7.199584159350118}, {
15.453836562327142`, 7.19933327037075}, {16.333414992820586`,
7.202110464428426}, {17.214790636107494`, 7.184056798258867}, {
18.09616434067065, 7.163196005508014}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
11.928241889128767`, 7.195085028784927}}, {{12.809623292278363`,
7.200956157433463}}, {{13.69107481705591, 7.198411892840057}}, {{
14.572450512911793`, 7.199584159350118}}, {{15.453836562327142`,
7.19933327037075}}, {{16.333414992820586`, 7.202110464428426}}, {{
17.214790636107494`, 7.184056798258867}}, {{18.09616434067065,
7.163196005508014}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2P5LDXldEyTisuhLb/u3rdwcYf5Z7
xtMvX9kdYfzzUn0e775LwPl3BB+udu1RgvMnPvj8U6FOA85X/SOW9PODHpwf
NqHY+HKVEZzPefKx04q9pnD+3bQJW50/WsD52p2Ty06+tYbzX1ycd+Sslj2c
3+/fYBAn4Qjn787w37BjshOcLzd1UVmQvgucv49ZMSVxvSucP61VecZ6f3c4
/5/lkb8JLzzg/MUGE7raU73g/HqrB7FvmXzg/Blt0REnWnzh/JdPo2Y+UvOH
859a/2HdkBAA539Z+iBIUyEQzp8vye586D2Cn6F3+NjUjUFwfmWM3+NZ+cFw
vtoU6cX7bUPg/E85dd/k/iH4kf7Kb+eeC0WEr/f0Gr/ZYXD+9ecL5ltGhcP5
jn1vUl00I+D8k1fP7u98heDPNKvbxLAiEs5nXVjgMb00Cs6fsOZHYYZpNJy/
7eAhu0jWGDj/d7nS/JbjCH6He+CMh62xcP5GhUMmcSFxcP6PWSdSREXj4fzb
coIWb54i+MxxIkFVkQlwvsbfVxeldyL40guTlM8qJML5c0WX7pvdiOAfFvNX
a36A4G+XmRVf5Z4E51t9Xv+obzmC38wnkqd/F8E/o1nx87xQMpwPALAniBk=
"]]},
Annotation[#, "Charting`Private`Tag$7927#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP26ma9X0U9ZRxWXYlt//b1uwOMP8s9
4+mXr+yOMP55qT6Pd98l4Pw7gg9Xu/YowfkTH3z+qVCnAeer/hFL+vlBD84P
m1BsfLnKCM7nPPnYacVeUzj/btqErc4fLeB87c7JZSffWsP5Ly7OO3JWyx7O
7/dvMIiTcITzd2f4b9gx2QnOl5u6qCxI3wXO38esmJK43hXOn9aqPGO9vzuc
/8/yyN+EFx5w/mKDCV3tqV5wfr3Vg9i3TD5w/oy26IgTLb5w/sunUTMfqfnD
+U+t/7BuSAiA878sfRCkqRAI58+XZHc+9B7Bz9A7fGzqxiA4vzLG7/Gs/GA4
X22K9OL9tiFw/qecum9y/xD8SH/lt3PPhSLC13t6jd/sMDj/+vMF8y2jwuF8
x743qS6aEXD+yatn93e+QvBnmtVtYlgRCeezLizwmF4aBedPWPOjMMM0Gs7f
dvCQXSRrDJz/u1xpfstxBL/DPXDGw9ZYOH+jwiGTuJA4OP/HrBMpoqLxcP5t
OUGLN08RfOY4kaCqyAQ4X+Pvq4vSOxF86YVJymcVEuH8uaJL981uRPAPi/mr
NT9A8LfLzIqvck+C860+r3/UtxzBb+YTydO/i+Cf0az4eV4oGc4HAEwzSiU=
"]]},
Annotation[#, "Charting`Private`Tag$7927#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{11.668568070639374`, 7.161034091123547},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{13.122363377404328`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.815510557964274`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {15.424948470398375`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {16.11809565095832,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {17.72753356339242,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.51599092375669,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.60300230074632,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.683045008419857`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.75715298057358,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.82614585206053,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.890684373198102`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.951308995014536`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.008467408854486`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.51599092375669,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.60300230074632,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.683045008419857`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.75715298057358,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.82614585206053,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.890684373198102`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.951308995014536`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.008467408854486`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{11.668568070639374`, 18.09616434067065}, {7.161034091123547,
7.202110464428426}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811858665*^9},
CellLabel->
"During evaluation of \
In[15]:=",ExpressionUUID->"724394ac-1e56-4159-ac0e-b22d4b021726"]
}, Open ]]
}, Open ]]
}, Closed]],
Cell[CellGroupData[{
Cell["Triplets", "Subsubsection",
CellChangeTimes->{{3.811322582586644*^9,
3.81132259138094*^9}},ExpressionUUID->"48f0d896-5ba6-4912-8cf8-\
55b2c14cf00e"],
Cell[CellGroupData[{
Cell[BoxData[
RowBox[{
RowBox[{"Flush", "[", "\"\<cyanine_3_AVDZ\>\"", "]"}], ";"}]], "Input",
CellChangeTimes->{{3.777429522265008*^9, 3.777429526325075*^9}, {
3.811322562001708*^9, 3.8113225929063673`*^9}, {3.811322816061357*^9,
3.811322817795486*^9}},
CellLabel->"In[16]:=",ExpressionUUID->"4b827f34-cc96-4219-82bb-861769eac9ac"],
Cell[CellGroupData[{
Cell[BoxData[
InterpretationBox[GridBox[{
{"\<\"State\"\>", "\<\"Linear fit\"\>", "\<\"\"\>", "\<\"\"\>", \
"\<\"\"\>"},
{GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "150.0135223793004968229`7.176130408589142"}]}],
RowBox[{"b", "\[Rule]", "0.0425690339231152501`3.6290937942546337"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "150.0181068720388850579`7.176143680655848"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0510660946238462102`3.7081326456337416"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "150.017163861045048634`7.1761409506803355"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0320295400426107157`3.5055507020609387"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "150.0170484440626523792`7.176140616552049"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0297239419987565881`3.473106405182092"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "150.0151226620258455569`7.176135041439828"}]}],
RowBox[{"b", "\[Rule]", "0.0081871174151285087`2.9131310188464723"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "149.7559883249774657088`7.17538419763561"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.1281300615581383584`4.107651034796712"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "149.7541338845491338816`7.175378819698871"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0965538896832614651`3.9847697740651826"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "149.7544971862920419881`7.175379873290827"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.1026922183652024118`4.011537535621686"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "149.753118942381576062`7.175375876305824"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.079619236683100475`3.901018009647144"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "149.7528311009124308839`7.175375041544699"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0748637774924882787`3.8742717370550928"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
TableForm[{{{
1, {$CellContext`a -> -150.0135223793004968229`7.176130408589142, \
$CellContext`b -> 0.0425690339231152501`3.6290937942546337}}, {
1, {$CellContext`a -> -150.0181068720388850579`7.176143680655848, \
$CellContext`b -> -0.0510660946238462102`3.7081326456337416}}, {
1, {$CellContext`a -> -150.017163861045048634`7.1761409506803355, \
$CellContext`b -> -0.0320295400426107157`3.5055507020609387}}, {
1, {$CellContext`a -> -150.0170484440626523792`7.176140616552049, \
$CellContext`b -> -0.0297239419987565881`3.473106405182092}}, {
1, {$CellContext`a -> -150.0151226620258455569`7.176135041439828, \
$CellContext`b -> 0.0081871174151285087`2.9131310188464723}}}, {{
2, {$CellContext`a -> -149.7559883249774657088`7.17538419763561, \
$CellContext`b -> -0.1281300615581383584`4.107651034796712}}, {
2, {$CellContext`a -> -149.7541338845491338816`7.175378819698871, \
$CellContext`b -> -0.0965538896832614651`3.9847697740651826}}, {
2, {$CellContext`a -> -149.7544971862920419881`7.175379873290827, \
$CellContext`b -> -0.1026922183652024118`4.011537535621686}}, {
2, {$CellContext`a -> -149.753118942381576062`7.175375876305824, \
$CellContext`b -> -0.079619236683100475`3.901018009647144}}, {
2, {$CellContext`a -> -149.7528311009124308839`7.175375041544699, \
$CellContext`b -> -0.0748637774924882787`3.8742717370550928}}}},
TableAlignments -> Center,
TableHeadings -> {None, {"State", "Linear fit"}}]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9},
CellLabel->
"During evaluation of \
In[16]:=",ExpressionUUID->"4dd7f539-372a-42f3-8c4b-4071076b740f"],
Cell[BoxData[
InterpretationBox[GridBox[{
{"\<\"State\"\>", "\<\"Quadratic fit\"\>", "\<\"\"\>", "\<\"\"\>", \
"\<\"\"\>"},
{GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "149.644013605282196977`7.175059347903947"}]}],
RowBox[{"b2", "\[Rule]", "14.9490649850068439974`6.174614029814229"}],
RowBox[{"c2", "\[Rule]", "150.2630670495414619836`7.176852249065816"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "150.0018095890271183634`7.176096498320939"}]}],
RowBox[{"b2", "\[Rule]", "0.577551373047547667`4.761590620665929"}],
RowBox[{"c2", "\[Rule]", "6.0446535404299126526`5.781371413585293"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "150.0160327129302970661`7.176137676033463"}]}],
RowBox[{"b2", "\[Rule]", "0.0101015181317018407`3.004386647710855"}],
RowBox[{"c2", "\[Rule]", "0.389889780996583224`4.5909418524874095"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "150.0432911153565953555`7.176216581588809"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "1.0645806432322313384`5.027178565336778"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "10.1896174139815141046`6.00815787800879"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "149.9953753714629840488`7.17607786917824"}]}],
RowBox[{"b2", "\[Rule]", "0.773442165818505889`4.888427844855128"}],
RowBox[{"c2", "\[Rule]", "7.3980379897450339044`5.869116557135401"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "149.8373429663099614118`7.175620063183912"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "2.8738773870621980855`5.458468235176693"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "23.1574302428124028097`6.364690364498985"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "149.7711249216487772173`7.175428091761544"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.6539724016296187825`4.81555942099572"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "4.5648450795699533344`5.659426043156282"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "149.8136679117687606322`7.175551437047546"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "2.0716894409948909406`5.316324652535094"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "16.3652843341630749308`6.213923555240437"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "149.7741793040000857218`7.175436948527997"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.7658476623186543097`4.884142391050399"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "5.582320635160629152`5.746814777706499"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "149.7371000135822782795`7.175329417811022"}]}],
RowBox[{"b2", "\[Rule]", "0.4436287627099137487`4.647019695910955"}],
RowBox[{"c2", "\[Rule]", "4.265116325914939388`5.629930880524415"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
TableForm[{{{
1, {$CellContext`a2 -> -149.644013605282196977`7.175059347903947, \
$CellContext`b2 -> 14.9490649850068439974`6.174614029814229, $CellContext`c2 ->
150.2630670495414619836`7.176852249065816}}, {
1, {$CellContext`a2 -> -150.0018095890271183634`7.176096498320939, \
$CellContext`b2 -> 0.577551373047547667`4.761590620665929, $CellContext`c2 ->
6.0446535404299126526`5.781371413585293}}, {
1, {$CellContext`a2 -> -150.0160327129302970661`7.176137676033463, \
$CellContext`b2 -> 0.0101015181317018407`3.004386647710855, $CellContext`c2 ->
0.389889780996583224`4.5909418524874095}}, {
1, {$CellContext`a2 -> -150.0432911153565953555`7.176216581588809, \
$CellContext`b2 -> -1.0645806432322313384`5.027178565336778, $CellContext`c2 -> \
-10.1896174139815141046`6.00815787800879}}, {
1, {$CellContext`a2 -> -149.9953753714629840488`7.17607786917824, \
$CellContext`b2 -> 0.773442165818505889`4.888427844855128, $CellContext`c2 ->
7.3980379897450339044`5.869116557135401}}}, {{
2, {$CellContext`a2 -> -149.8373429663099614118`7.175620063183912, \
$CellContext`b2 -> -2.8738773870621980855`5.458468235176693, $CellContext`c2 -> \
-23.1574302428124028097`6.364690364498985}}, {
2, {$CellContext`a2 -> -149.7711249216487772173`7.175428091761544, \
$CellContext`b2 -> -0.6539724016296187825`4.81555942099572, $CellContext`c2 -> \
-4.5648450795699533344`5.659426043156282}}, {
2, {$CellContext`a2 -> -149.8136679117687606322`7.175551437047546, \
$CellContext`b2 -> -2.0716894409948909406`5.316324652535094, $CellContext`c2 -> \
-16.3652843341630749308`6.213923555240437}}, {
2, {$CellContext`a2 -> -149.7741793040000857218`7.175436948527997, \
$CellContext`b2 -> -0.7658476623186543097`4.884142391050399, $CellContext`c2 -> \
-5.582320635160629152`5.746814777706499}}, {
2, {$CellContext`a2 -> -149.7371000135822782795`7.175329417811022, \
$CellContext`b2 -> 0.4436287627099137487`4.647019695910955, $CellContext`c2 ->
4.265116325914939388`5.629930880524415}}}}, TableAlignments -> Center,
TableHeadings -> {None, {"State", "Quadratic fit"}}]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322818369995*^9},
CellLabel->
"During evaluation of \
In[16]:=",ExpressionUUID->"0d53515d-018c-4d05-85dc-5a5d1bf57c3c"],
Cell[BoxData["\<\"Excitation energies with PT2\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183726187`*^9},
CellLabel->
"During evaluation of \
In[16]:=",ExpressionUUID->"3f788923-f42f-4359-a474-296ea9445ef9"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
TagBox["\<\"nDet\"\>",
HoldForm],
TagBox["\<\"1\"\>",
HoldForm]},
{"150581", "7.2546229971690268101`3.8606148482688085"},
{"363534", "7.2734102823052868558`3.86173808617113"},
{"867361", "7.2865770556590749862`3.862523561932619"},
{"2077646", "7.2740410422332155704`3.8617757471400744"},
{"4984962", "7.2789627656221060903`3.862069497821234"},
{"12011412", "7.2702733537252104412`3.861550740127628"},
{"28941192", "7.2775964819304901354`3.8619879717600774"},
{"69490507", "7.266434643499037449`3.861321371730337"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {{False}}, "Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{None, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"nDet", "1"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322818374012*^9},
CellLabel->
"During evaluation of \
In[16]:=",ExpressionUUID->"f6f93371-4145-4e59-afe8-478d4408c07d"],
Cell[BoxData["\<\"Linear fits\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322818375332*^9},
CellLabel->
"During evaluation of \
In[16]:=",ExpressionUUID->"de49ec18-b85a-4384-80ea-34ef4434d256"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
StyleBox["\[Null]",
ShowStringCharacters->False],
TagBox["\<\"state 1\"\>",
HoldForm]},
{
TagBox["\<\"2 pts\"\>",
HoldForm], "7.0078585654796494708`3.8455853281983274"},
{
TagBox["\<\"3 pts\"\>",
HoldForm], "7.1830708614362501763`3.856310150796232"},
{
TagBox["\<\"4 pts\"\>",
HoldForm], "7.1475242812938519776`3.8541556394009984"},
{
TagBox["\<\"5 pts\"\>",
HoldForm], "7.1818875523100063063`3.8562386010415755"},
{
TagBox["\<\"6 pts\"\>",
HoldForm], "7.137316919245547453`3.8535349812215167"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {False, True, {False}, False},
"Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{OutputFormsDump`HeadedRows, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{"2 pts", "3 pts", "4 pts", "5 pts", "6 pts"}, {
"state 1"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322818376547*^9},
CellLabel->
"During evaluation of \
In[16]:=",ExpressionUUID->"036a76d2-fafa-4b83-b9a7-c81fb83835c6"],
Cell[BoxData["\<\"Quadratic fits\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322818377811*^9},
CellLabel->
"During evaluation of \
In[16]:=",ExpressionUUID->"ea4f8b46-3131-401b-8173-47261a51588c"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
StyleBox["\[Null]",
ShowStringCharacters->False],
TagBox["\<\"state 1\"\>",
HoldForm]},
{
TagBox["\<\"3 pts\"\>",
HoldForm],
RowBox[{"-", "5.2607598719264414555`3.7210484788210443"}]},
{
TagBox["\<\"4 pts\"\>",
HoldForm], "6.2772495329273416687`3.797769393047619"},
{
TagBox["\<\"5 pts\"\>",
HoldForm], "5.5066267212671125009`3.7408856378779833"},
{
TagBox["\<\"6 pts\"\>",
HoldForm], "7.3229053813634035208`3.8646834226911007"},
{
TagBox["\<\"7 pts\"\>",
HoldForm], "7.0280304627455336686`3.8468336352611656"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {False, True, {False}, False},
"Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{OutputFormsDump`HeadedRows, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{"3 pts", "4 pts", "5 pts", "6 pts", "7 pts"}, {
"state 1"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322818378942*^9},
CellLabel->
"During evaluation of \
In[16]:=",ExpressionUUID->"cb8c4af1-6af5-40e2-835f-4a5cc73d5dcc"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{11.922256424370241`, 7.254622997169027}, {
12.803628106657232`, 7.273410282305287}, {13.673210547417316`,
7.286577055659075}, {14.546746080017414`, 7.274041042233216}, {
15.421936338480416`, 7.278962765622106}, {16.301367755838264`,
7.27027335372521}, {17.180776466985588`, 7.27759648193049}, {
18.05670071127771, 7.2664346434990374`}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
11.922256424370241`, 7.254622997169027}}, {{12.803628106657232`,
7.273410282305287}}, {{13.673210547417316`, 7.286577055659075}}, {{
14.546746080017414`, 7.274041042233216}}, {{15.421936338480416`,
7.278962765622106}}, {{16.301367755838264`, 7.27027335372521}}, {{
17.180776466985588`, 7.27759648193049}}, {{18.05670071127771,
7.2664346434990374`}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2fK/ShHk4ZBxWXYlt//b1uwOMP8s9
4+mXr+yOMP55qT6Pd98l4Pw7gg9Xu/YowfkTH3z+qVCnAeer/hFL+vlBD84P
m1BsfLnKCM7nPPnYacVeUzj/btqErc4fLeB87c7JZSffWsP5Ly7OO3JWyx7O
7/dvMIiTcITzd2f4b9gx2QnOl5u6qCxI3wXO38esmJK43hXOn9aqPGO9vzuc
/8/yyN+EFx5w/mKDCV3tqV5wfr3Vg9i3TD5w/oy26IgTLb5w/sunUTMfqfnD
+U+t/7BuSAiA878sfRCkqRAI58+XZHc+9B7Bz9A7fGzqxiA4vzLG7/Gs/GA4
X22K9OL9tiFw/qecum9y/xD8SH/lt3PPhSLC13t6jd/sMDj/+vMF8y2jwuF8
x743qS6aEXD+yatn93e+QvBnmtVtYlgRCeezLizwmF4aBedPWPOjMMM0Gs7f
dvCQXSRrDJz/u1xpfstxBL/DPXDGw9ZYOH+jwiGTuJA4OP/HrBMpoqLxcP5t
OUGLN08RfOY4kaCqyAQ4X+Pvq4vSOxF86YVJymcVEuH8uaJL981uRPAPi/mr
NT9A8LfLzIqvck+C860+r3/UtxzBb+YTydO/i+Cf0az4eV4oGc4HAEsDJMU=
"]]},
Annotation[#, "Charting`Private`Tag$8514#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2zEonFrFwix5YdSW2/dvX7w4w/iz3
jKdfvrI7wvjnpfo83n2XgPPvCD5c7dqjBOdPfPD5p0KdBpyv+kcs6ecHPTg/
bEKx8eUqIzif8+RjpxV7TeH8u2kTtjp/tIDztTsnl518aw3nv7g478hZLXs4
v9+/wSBOwhHO353hv2HHZCc4X27qorIgfRc4fx+zYkrielc4f1qr8oz1/u5w
/j/LI38TXnjA+YsNJnS1p3rB+fVWD2LfMvnA+TPaoiNOtPjC+S+fRs18pOYP
5z+1/sO6ISEAzv+y9EGQpkIgnD9fkt350HsEP0Pv8LGpG4Pg/MoYv8ez8oPh
fLUp0ov324bA+Z9y6r7J/UPwI/2V3849F4oIX+/pNX6zw+D8688XzLeMCofz
HfvepLpoRsD5J6+e3d/5CsGfaVa3iWFFJJzPurDAY3ppFJw/Yc2PwgzTaDh/
28FDdpGsMXD+73Kl+S3HEfwO98AZD1tj4fyNCodM4kLi4Pwfs06kiIrGw/m3
5QQt3jxF8JnjRIKqIhPgfI2/ry5K70TwpRcmKZ9VSITz54ou3Te7EcE/LOav
1vwAwd8uMyu+yj0Jzrf6vP5R33IEv5lPJE//LoJ/RrPi53mhZDgfAH5sQm0=
"]]},
Annotation[#, "Charting`Private`Tag$8514#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{11.663992059860684`, 7.252847771697358},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{13.122363377404328`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.815510557964274`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {15.424948470398375`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {16.11809565095832,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {17.72753356339242,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.82614585206053,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.11382792451231,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.82614585206053,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.11382792451231,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{11.663992059860684`, 18.05670071127771}, {7.252847771697358,
7.286577055659075}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.81132281848974*^9},
CellLabel->
"During evaluation of \
In[16]:=",ExpressionUUID->"c04bcfcf-82d1-4d03-a466-6347befb3aa7"]
}, Open ]]
}, Open ]]
}, Closed]]
}, Closed]],
Cell[CellGroupData[{
Cell[TextData[{
"AVTZ ",
StyleBox["\[Checkmark]",
FontColor->RGBColor[0, 1, 0]]
}], "Subsection",
CellChangeTimes->{{3.777429516951782*^9, 3.777429517987792*^9}, {
3.77745893049183*^9, 3.777458930757757*^9}, {3.777523194146462*^9,
3.777523208828191*^9}, {3.777651248678207*^9, 3.7776512503278522`*^9}, {
3.777653397289794*^9, 3.7776534354751387`*^9}, {3.7778669072232933`*^9,
3.77786690751103*^9}},ExpressionUUID->"e838e631-2610-4036-aa6d-\
a19d8a9a5a16"],
Cell[CellGroupData[{
Cell["Singlets", "Subsubsection",
CellChangeTimes->{{3.811322582586644*^9,
3.811322584352894*^9}},ExpressionUUID->"71918410-8897-410b-9eb2-\
98c0a2294b1b"],
Cell[CellGroupData[{
Cell[BoxData[
RowBox[{
RowBox[{"Flush", "[", "\"\<cyanine_1_AVTZ\>\"", "]"}], ";"}]], "Input",
CellChangeTimes->{{3.777429522265008*^9, 3.777429526325075*^9}, {
3.811322562001708*^9, 3.811322564390358*^9}, {3.8113226846602707`*^9,
3.811322684757039*^9}, {3.8113228256721563`*^9, 3.811322827428303*^9}},
CellLabel->"In[17]:=",ExpressionUUID->"9a7750d2-ab2c-48a5-a32e-b6d35393b8bc"],
Cell[CellGroupData[{
Cell[BoxData[
InterpretationBox[GridBox[{
{"\<\"State\"\>", "\<\"Linear fit\"\>", "\<\"\"\>", "\<\"\"\>", \
"\<\"\"\>"},
{GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "150.1532037409671715977`7.1765346029497845"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0342447819038081067`3.5345944046450763"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "150.1497900331544599339`7.176524729225601"}]}],
RowBox[{"b", "\[Rule]", "0.0163352879251147387`3.2131267937356385"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "150.1488118787262351361`7.176521899994511"}]}],
RowBox[{"b", "\[Rule]", "0.0299473798391281729`3.476358831026283"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "150.147938233472700631`7.176519373032013"}]}],
RowBox[{"b", "\[Rule]", "0.041250112494756172`3.6154251372686166"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "150.1467077882232956654`7.176515814023625"}]}],
RowBox[{"b", "\[Rule]", "0.0558324962095399363`3.7468870451134473"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "149.8909702699370996015`7.1757754708732415"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.076164017601034778`3.8817498447243697"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "149.890667500110311039`7.175774593626282"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0719001277498861058`3.8567296620243474"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "149.8883364172974097528`7.175767839474795"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0408256628318159689`3.610933244525994"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "149.8858802524498514686`7.175760722793101"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0101927675835391043`3.008292121500607"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "149.8826964849790215339`7.175751497725822"}]}],
RowBox[{"b", "\[Rule]", "0.0263620534125389334`3.420979235626146"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
TableForm[{{{
1, {$CellContext`a -> -150.1532037409671715977`7.1765346029497845, \
$CellContext`b -> -0.0342447819038081067`3.5345944046450763}}, {
1, {$CellContext`a -> -150.1497900331544599339`7.176524729225601, \
$CellContext`b -> 0.0163352879251147387`3.2131267937356385}}, {
1, {$CellContext`a -> -150.1488118787262351361`7.176521899994511, \
$CellContext`b -> 0.0299473798391281729`3.476358831026283}}, {
1, {$CellContext`a -> -150.147938233472700631`7.176519373032013, \
$CellContext`b -> 0.041250112494756172`3.6154251372686166}}, {
1, {$CellContext`a -> -150.1467077882232956654`7.176515814023625, \
$CellContext`b -> 0.0558324962095399363`3.7468870451134473}}}, {{
2, {$CellContext`a -> -149.8909702699370996015`7.1757754708732415, \
$CellContext`b -> -0.076164017601034778`3.8817498447243697}}, {
2, {$CellContext`a -> -149.890667500110311039`7.175774593626282, \
$CellContext`b -> -0.0719001277498861058`3.8567296620243474}}, {
2, {$CellContext`a -> -149.8883364172974097528`7.175767839474795, \
$CellContext`b -> -0.0408256628318159689`3.610933244525994}}, {
2, {$CellContext`a -> -149.8858802524498514686`7.175760722793101, \
$CellContext`b -> -0.0101927675835391043`3.008292121500607}}, {
2, {$CellContext`a -> -149.8826964849790215339`7.175751497725822, \
$CellContext`b -> 0.0263620534125389334`3.420979235626146}}}},
TableAlignments -> Center,
TableHeadings -> {None, {"State", "Linear fit"}}]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9, 3.811322827824645*^9},
CellLabel->
"During evaluation of \
In[17]:=",ExpressionUUID->"9cb377a0-a973-492a-9d37-979b42e9aa87"],
Cell[BoxData[
InterpretationBox[GridBox[{
{"\<\"State\"\>", "\<\"Quadratic fit\"\>", "\<\"\"\>", "\<\"\"\>", \
"\<\"\"\>"},
{GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "150.1695699370639545123`7.176581937013562"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.513243042844347741`4.71032307109711"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "3.4890221848009979055`5.542703730900111"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "150.1554603890557189061`7.176541129899751"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1318411731259509223`4.12005105873305"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.9502816352205775141`4.977852336336746"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "150.1527095879493458597`7.176533173687694"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0635206389109583824`3.8029148577141942"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.5397862182402488607`4.732221792005198"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "150.1518869933807991401`7.176530794448175"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0449147036013059567`3.6523885380537457"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.4406457104490478782`4.644089546755028"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "150.1503334339760726834`7.176526300959743"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0134230907231052687`3.1278525254786205"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.2960822422066238246`4.471412360976129"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "149.8929768684137115997`7.175781284757901"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1317854187111535957`4.11986736076176"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.3837662355013508053`4.584066762008363"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "149.9012976306688926798`7.175805392363956"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.3495738875778221511`4.5435389843044565"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "1.7931194104473571205`5.253609211799539"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "149.8976711825449399385`7.1757948856806575"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.2616865862601111536`4.417781461797247"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "1.2731100589826012115`5.104865949563102"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "149.8948673834969440577`7.175786762233284"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.2003693872519115016`4.301831370073799"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.9537763112058239567`4.979446531727172"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "149.88986009941979205`7.175772254250423"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1037682870861224155`4.016064647849135"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.5297762922154006793`4.724092519475736"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
TableForm[{{{
1, {$CellContext`a2 -> -150.1695699370639545123`7.176581937013562, \
$CellContext`b2 -> -0.513243042844347741`4.71032307109711, $CellContext`c2 -> \
-3.4890221848009979055`5.542703730900111}}, {
1, {$CellContext`a2 -> -150.1554603890557189061`7.176541129899751, \
$CellContext`b2 -> -0.1318411731259509223`4.12005105873305, $CellContext`c2 -> \
-0.9502816352205775141`4.977852336336746}}, {
1, {$CellContext`a2 -> -150.1527095879493458597`7.176533173687694, \
$CellContext`b2 -> -0.0635206389109583824`3.8029148577141942, $CellContext`c2 -> \
-0.5397862182402488607`4.732221792005198}}, {
1, {$CellContext`a2 -> -150.1518869933807991401`7.176530794448175, \
$CellContext`b2 -> -0.0449147036013059567`3.6523885380537457, $CellContext`c2 -> \
-0.4406457104490478782`4.644089546755028}}, {
1, {$CellContext`a2 -> -150.1503334339760726834`7.176526300959743, \
$CellContext`b2 -> -0.0134230907231052687`3.1278525254786205, $CellContext`c2 -> \
-0.2960822422066238246`4.471412360976129}}}, {{
2, {$CellContext`a2 -> -149.8929768684137115997`7.175781284757901, \
$CellContext`b2 -> -0.1317854187111535957`4.11986736076176, $CellContext`c2 -> \
-0.3837662355013508053`4.584066762008363}}, {
2, {$CellContext`a2 -> -149.9012976306688926798`7.175805392363956, \
$CellContext`b2 -> -0.3495738875778221511`4.5435389843044565, $CellContext`c2 -> \
-1.7931194104473571205`5.253609211799539}}, {
2, {$CellContext`a2 -> -149.8976711825449399385`7.1757948856806575, \
$CellContext`b2 -> -0.2616865862601111536`4.417781461797247, $CellContext`c2 -> \
-1.2731100589826012115`5.104865949563102}}, {
2, {$CellContext`a2 -> -149.8948673834969440577`7.175786762233284, \
$CellContext`b2 -> -0.2003693872519115016`4.301831370073799, $CellContext`c2 -> \
-0.9537763112058239567`4.979446531727172}}, {
2, {$CellContext`a2 -> -149.88986009941979205`7.175772254250423, \
$CellContext`b2 -> -0.1037682870861224155`4.016064647849135, $CellContext`c2 -> \
-0.5297762922154006793`4.724092519475736}}}}, TableAlignments -> Center,
TableHeadings -> {None, {"State", "Quadratic fit"}}]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9, 3.811322827828298*^9},
CellLabel->
"During evaluation of \
In[17]:=",ExpressionUUID->"e2194031-01ad-47ac-b37b-2e686fa8ca34"],
Cell[BoxData["\<\"Excitation energies with PT2\"\>"], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9, 3.81132282783171*^9},
CellLabel->
"During evaluation of \
In[17]:=",ExpressionUUID->"db84cc06-89ca-4276-a484-76393f876abd"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
TagBox["\<\"nDet\"\>",
HoldForm],
TagBox["\<\"1\"\>",
HoldForm]},
{"25302", "7.2513709644260364584`3.8604201232602846"},
{"61102", "7.2762960497926911785`3.861910360838902"},
{"147520", "7.2985772768937602351`3.8632382106666703"},
{"356155", "7.3051812081667693022`3.8636309932656383"},
{"859891", "7.2855443835594391189`3.862462008260134"},
{"2075969", "7.2650495839500948136`3.8612385827031983"},
{"5011842", "7.227588485158353393`3.8589934173099416"},
{"12099711", "7.2163363049248001602`3.8583167645518586"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {{False}}, "Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{None, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"nDet", "1"}}]]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9, 3.811322827832931*^9},
CellLabel->
"During evaluation of \
In[17]:=",ExpressionUUID->"a6874dad-dbe7-48ac-9c3d-5d5d7bfbe1a8"],
Cell[BoxData["\<\"Linear fits\"\>"], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9, 3.811322827834044*^9},
CellLabel->
"During evaluation of \
In[17]:=",ExpressionUUID->"ad3246d2-dc8c-415b-b6c2-e30c3611fb02"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
StyleBox["\[Null]",
ShowStringCharacters->False],
TagBox["\<\"state 1\"\>",
HoldForm]},
{
TagBox["\<\"2 pts\"\>",
HoldForm], "7.1357362075637755794`3.853438786755262"},
{
TagBox["\<\"3 pts\"\>",
HoldForm], "7.0510832731445409749`3.848255843715989"},
{
TagBox["\<\"4 pts\"\>",
HoldForm], "7.0878983296773876432`3.8505174793111663"},
{
TagBox["\<\"5 pts\"\>",
HoldForm], "7.1309608812345830486`3.8531480540175305"},
{
TagBox["\<\"6 pts\"\>",
HoldForm], "7.1841134862232216562`3.856373184189765"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {False, True, {False}, False},
"Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{OutputFormsDump`HeadedRows, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{"2 pts", "3 pts", "4 pts", "5 pts", "6 pts"}, {
"state 1"}}]]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9, 3.811322827835198*^9},
CellLabel->
"During evaluation of \
In[17]:=",ExpressionUUID->"bca569bf-7bfc-46d6-97dc-0a84c3183334"],
Cell[BoxData["\<\"Quadratic fits\"\>"], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9, 3.811322827836383*^9},
CellLabel->
"During evaluation of \
In[17]:=",ExpressionUUID->"c7b304fa-039b-4c03-8fd6-b9d1b7d7af1a"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
StyleBox["\[Null]",
ShowStringCharacters->False],
TagBox["\<\"state 1\"\>",
HoldForm]},
{
TagBox["\<\"3 pts\"\>",
HoldForm], "7.5264807614981199535`3.8765919558649515"},
{
TagBox["\<\"4 pts\"\>",
HoldForm], "6.916120930371921105`3.8398625784327205"},
{
TagBox["\<\"5 pts\"\>",
HoldForm], "6.9399484993845437231`3.841356247613919"},
{
TagBox["\<\"6 pts\"\>",
HoldForm], "6.9938598192593879332`3.8447169233217777"},
{
TagBox["\<\"7 pts\"\>",
HoldForm], "7.087840454527557732`3.850513933131515"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {False, True, {False}, False},
"Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{OutputFormsDump`HeadedRows, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{"3 pts", "4 pts", "5 pts", "6 pts", "7 pts"}, {
"state 1"}}]]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9, 3.811322827837513*^9},
CellLabel->
"During evaluation of \
In[17]:=",ExpressionUUID->"92a76fd0-45db-4b5e-a84a-9cfd9b01e56b"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{10.138638722974616`, 7.2513709644260365`}, {
11.020299877848188`, 7.276296049792691}, {11.901719038790421`,
7.29857727689376}, {12.783121308336453`, 7.305181208166769}, {
13.66456091601092, 7.285544383559439}, {14.545938590593805`,
7.265049583950095}, {15.427314070159614`, 7.227588485158353}, {
16.308692125984216`, 7.2163363049248}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
10.138638722974616`, 7.2513709644260365`}}, {{11.020299877848188`,
7.276296049792691}}, {{11.901719038790421`, 7.29857727689376}}, {{
12.783121308336453`, 7.305181208166769}}, {{13.66456091601092,
7.285544383559439}}, {{14.545938590593805`, 7.265049583950095}}, {{
15.427314070159614`, 7.227588485158353}}, {{16.308692125984216`,
7.2163363049248}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2UVUb8/51yTisuhLb/u3rdwcYf5Z7
xtMvX9kdYfzzUn0e775LwPl3BB+udu1RgvMnPvj8U6FOA85X/SOW9PODHpwf
NqHY+HKVEZzPefKx04q9pnD+3bQJW50/WsD52p2Ty06+tYbzX1ycd+Sslj2c
3+/fYBAn4Qjn787w37BjshOcLzd1UVmQvgucv49ZMSVxvSucP61VecZ6f3c4
/5/lkb8JLzzg/MUGE7raU73g/HqrB7FvmXzg/Blt0REnWnzh/JdPo2Y+UvOH
859a/2HdkBAA539Z+iBIUyEQzp8vye586D2Cn6F3+NjUjUFwfmWM3+NZ+cFw
vtoU6cX7bUPg/E85dd/k/iH4kf7Kb+eeC0WEr/f0Gr/ZYXD+9ecL5ltGhcP5
jn1vUl00I+D8k1fP7u98heDPNKvbxLAiEs5nXVjgMb00Cs6fsOZHYYZpNJy/
7eAhu0jWGDj/d7nS/JbjCH6He+CMh62xcP5GhUMmcSFxcP6PWSdSREXj4fzb
coIWb54i+MxxIkFVkQlwvsbfVxeldyL40guTlM8qJML5c0WX7pvdiOAfFvNX
a36A4G+XmRVf5Z4E51t9Xv+obzmC38wnkqd/F8E/o1nx87xQMpwPAH/Lir0=
"]]},
Annotation[#, "Charting`Private`Tag$9061#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2+nmXjspKyzmsuhLb/u3rdwcYf5Z7
xtMvX9kdYfzzUn0e775LwPl3BB+udu1RgvMnPvj8U6FOA85X/SOW9PODHpwf
NqHY+HKVEZzPefKx04q9pnD+3bQJW50/WsD52p2Ty06+tYbzX1ycd+Sslj2c
3+/fYBAn4Qjn787w37BjshOcLzd1UVmQvgucv49ZMSVxvSucP61VecZ6f3c4
/5/lkb8JLzzg/MUGE7raU73g/HqrB7FvmXzg/Blt0REnWnzh/JdPo2Y+UvOH
859a/2HdkBAA539Z+iBIUyEQzp8vye586D2Cn6F3+NjUjUFwfmWM3+NZ+cFw
vtoU6cX7bUPg/E85dd/k/iH4kf7Kb+eeC0WEr/f0Gr/ZYXD+9ecL5ltGhcP5
jn1vUl00I+D8k1fP7u98heDPNKvbxLAiEs5nXVjgMb00Cs6fsOZHYYZpNJy/
7eAhu0jWGDj/d7nS/JbjCH6He+CMh62xcP5GhUMmcSFxcP6PWSdSREXj4fzb
coIWb54i+MxxIkFVkQlwvsbfVxeldyL40guTlM8qJML5c0WX7pvdiOAfFvNX
a36A4G+XmRVf5Z4E51t9Xv+obzmC38wnkqd/F8E/o1nx87xQMpwPAJVDVBk=
"]]},
Annotation[#, "Charting`Private`Tag$9061#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{9.878875189948603, 7.211400476966912},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{10.819778284410283`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {11.512925464970229`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.122363377404328`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.815510557964274`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {15.424948470398375`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {16.11809565095832,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{9.878875189948603, 16.308692125984216`}, {7.211400476966912,
7.305181208166769}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9, 3.811322827945022*^9},
CellLabel->
"During evaluation of \
In[17]:=",ExpressionUUID->"8f0b8f47-565d-48fb-840f-0683934acf23"]
}, Open ]]
}, Open ]]
}, Open ]],
Cell[CellGroupData[{
Cell["Triplets", "Subsubsection",
CellChangeTimes->{{3.811322582586644*^9,
3.81132259138094*^9}},ExpressionUUID->"0559418f-a8d1-45d7-a596-\
430ec7ac16d4"],
Cell[CellGroupData[{
Cell[BoxData[
RowBox[{
RowBox[{"Flush", "[", "\"\<cyanine_3_AVTZ\>\"", "]"}], ";"}]], "Input",
CellChangeTimes->{{3.777429522265008*^9, 3.777429526325075*^9}, {
3.811322562001708*^9, 3.8113225929063673`*^9}, {3.811322694068659*^9,
3.811322694237417*^9}, {3.811322831193584*^9, 3.811322832896123*^9}},
CellLabel->"In[18]:=",ExpressionUUID->"6c9ccb28-86f8-4792-b933-df9ffc78e2a1"],
Cell[CellGroupData[{
Cell[BoxData[
InterpretationBox[GridBox[{
{"\<\"State\"\>", "\<\"Linear fit\"\>", "\<\"\"\>", "\<\"\"\>", \
"\<\"\"\>"},
{GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "150.1528297139852554665`7.176533521134329"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0329386932031325852`3.5177063651456235"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "150.1490869210966252467`7.176522695533768"}]}],
RowBox[{"b", "\[Rule]", "0.0266687591417246947`3.426002809074254"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "150.1506997668541600888`7.176527360538831"}]}],
RowBox[{"b", "\[Rule]", "0.00205973798373053`2.313811977914123"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "150.1501064481942648854`7.176525644426089"}]}],
RowBox[{"b", "\[Rule]", "0.0106196267278659655`3.0261092518794386"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "150.1490531432528143796`7.176522597833988"}]}],
RowBox[{"b", "\[Rule]", "0.0248030521698622483`3.394505126752332"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "149.8867216384267635476`7.175763160702934"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0432157519651507199`3.6356420742370386"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "149.8873967544921868011`7.175765116836996"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.052962077772305563`3.723965014712351"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "149.8871069005725757961`7.175764276992671"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0489218635177287378`3.6895029917013744"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "149.8859947814278825717`7.175761054640798"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0341020563822202402`3.532780568098768"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "149.8836623864452235466`7.175754296476678"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0048046112722386972`2.6816582558649213"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
TableForm[{{{
1, {$CellContext`a -> -150.1528297139852554665`7.176533521134329, \
$CellContext`b -> -0.0329386932031325852`3.5177063651456235}}, {
1, {$CellContext`a -> -150.1490869210966252467`7.176522695533768, \
$CellContext`b -> 0.0266687591417246947`3.426002809074254}}, {
1, {$CellContext`a -> -150.1506997668541600888`7.176527360538831, \
$CellContext`b -> 0.00205973798373053`2.313811977914123}}, {
1, {$CellContext`a -> -150.1501064481942648854`7.176525644426089, \
$CellContext`b -> 0.0106196267278659655`3.0261092518794386}}, {
1, {$CellContext`a -> -150.1490531432528143796`7.176522597833988, \
$CellContext`b -> 0.0248030521698622483`3.394505126752332}}}, {{
2, {$CellContext`a -> -149.8867216384267635476`7.175763160702934, \
$CellContext`b -> -0.0432157519651507199`3.6356420742370386}}, {
2, {$CellContext`a -> -149.8873967544921868011`7.175765116836996, \
$CellContext`b -> -0.052962077772305563`3.723965014712351}}, {
2, {$CellContext`a -> -149.8871069005725757961`7.175764276992671, \
$CellContext`b -> -0.0489218635177287378`3.6895029917013744}}, {
2, {$CellContext`a -> -149.8859947814278825717`7.175761054640798, \
$CellContext`b -> -0.0341020563822202402`3.532780568098768}}, {
2, {$CellContext`a -> -149.8836623864452235466`7.175754296476678, \
$CellContext`b -> -0.0048046112722386972`2.6816582558649213}}}},
TableAlignments -> Center,
TableHeadings -> {None, {"State", "Linear fit"}}]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694576693*^9, 3.8113228333111267`*^9},
CellLabel->
"During evaluation of \
In[18]:=",ExpressionUUID->"8b564cf3-ab56-4473-9bed-4d6b6e130085"],
Cell[BoxData[
InterpretationBox[GridBox[{
{"\<\"State\"\>", "\<\"Quadratic fit\"\>", "\<\"\"\>", "\<\"\"\>", \
"\<\"\"\>"},
{GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "150.1814086801551866301`7.176616173631159"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.9335000524650961529`4.970114346693562"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "7.0784552967922742539`5.849938493668145"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "150.1432492415217438975`7.17650581017426"}]}],
RowBox[{"b2", "\[Rule]", "0.2079492397989433083`4.317957337051386"}],
RowBox[{"c2", "\[Rule]", "1.3976321535063431778`5.145392883338463"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "150.1518762703341849374`7.176530763433179"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0334941275577639447`3.5249686699377314"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.2639072540854668913`4.421451327946428"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "150.1531652834299279675`7.176534491717405"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0663264445084673498`3.8216867171575712"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.46526575952838084`4.667701092518112"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "150.1530768993318929461`7.176534236080187"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0643068559866031425`3.808257277098751"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.4545623134480795691`4.657593426681523"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "149.8804198863207091108`7.175744901088806"}]}],
RowBox[{"b2", "\[Rule]", "0.1370065374109909473`4.136741290468681"}],
RowBox[{"c2", "\[Rule]", "1.2864745881378634174`5.109401211968441"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "149.8886845974379866675`7.175768848309382"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0893993025301953043`3.9513341305580085"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.2564950276685283304`4.409078950433989"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "149.8921791660126530132`7.1757789735177075"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1800798511622931641`4.255465123044099"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.8381253735528616522`4.923308988760966"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "149.8935495242448610043`7.175782943946994"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.2129860426434194431`4.328351144276511"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "1.030711437167386002`5.013137095170022"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "149.8899870815760948517`7.175772622171418"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1361069058815347066`4.133880161280885"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.638656008851360979`4.805267002628818"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
TableForm[{{{
1, {$CellContext`a2 -> -150.1814086801551866301`7.176616173631159, \
$CellContext`b2 -> -0.9335000524650961529`4.970114346693562, $CellContext`c2 -> \
-7.0784552967922742539`5.849938493668145}}, {
1, {$CellContext`a2 -> -150.1432492415217438975`7.17650581017426, \
$CellContext`b2 -> 0.2079492397989433083`4.317957337051386, $CellContext`c2 ->
1.3976321535063431778`5.145392883338463}}, {
1, {$CellContext`a2 -> -150.1518762703341849374`7.176530763433179, \
$CellContext`b2 -> -0.0334941275577639447`3.5249686699377314, $CellContext`c2 -> \
-0.2639072540854668913`4.421451327946428}}, {
1, {$CellContext`a2 -> -150.1531652834299279675`7.176534491717405, \
$CellContext`b2 -> -0.0663264445084673498`3.8216867171575712, $CellContext`c2 -> \
-0.46526575952838084`4.667701092518112}}, {
1, {$CellContext`a2 -> -150.1530768993318929461`7.176534236080187, \
$CellContext`b2 -> -0.0643068559866031425`3.808257277098751, $CellContext`c2 -> \
-0.4545623134480795691`4.657593426681523}}}, {{
2, {$CellContext`a2 -> -149.8804198863207091108`7.175744901088806, \
$CellContext`b2 -> 0.1370065374109909473`4.136741290468681, $CellContext`c2 ->
1.2864745881378634174`5.109401211968441}}, {
2, {$CellContext`a2 -> -149.8886845974379866675`7.175768848309382, \
$CellContext`b2 -> -0.0893993025301953043`3.9513341305580085, $CellContext`c2 -> \
-0.2564950276685283304`4.409078950433989}}, {
2, {$CellContext`a2 -> -149.8921791660126530132`7.1757789735177075, \
$CellContext`b2 -> -0.1800798511622931641`4.255465123044099, $CellContext`c2 -> \
-0.8381253735528616522`4.923308988760966}}, {
2, {$CellContext`a2 -> -149.8935495242448610043`7.175782943946994, \
$CellContext`b2 -> -0.2129860426434194431`4.328351144276511, $CellContext`c2 -> \
-1.030711437167386002`5.013137095170022}}, {
2, {$CellContext`a2 -> -149.8899870815760948517`7.175772622171418, \
$CellContext`b2 -> -0.1361069058815347066`4.133880161280885, $CellContext`c2 -> \
-0.638656008851360979`4.805267002628818}}}}, TableAlignments -> Center,
TableHeadings -> {None, {"State", "Quadratic fit"}}]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694576693*^9, 3.8113228333156853`*^9},
CellLabel->
"During evaluation of \
In[18]:=",ExpressionUUID->"c02e5bb9-286d-4a23-a211-030f9998879b"],
Cell[BoxData["\<\"Excitation energies with PT2\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694576693*^9, 3.8113228333185987`*^9},
CellLabel->
"During evaluation of \
In[18]:=",ExpressionUUID->"68d10e52-3eb6-47fb-90ee-741a82e1ac71"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
TagBox["\<\"nDet\"\>",
HoldForm],
TagBox["\<\"1\"\>",
HoldForm]},
{"25284", "7.2889058060743865397`3.8626623379132576"},
{"61040", "7.3441781175864901954`3.8659432012197237"},
{"147363", "7.3244631963004280806`3.864775801117975"},
{"355765", "7.3145538979680573277`3.864187844397264"},
{"858892", "7.2934062972076372233`3.862930407683433"},
{"2073548", "7.2937600452265511919`3.862951471515712"},
{"4954813", "7.2671064926199697709`3.8613615244176094"},
{"11960692", "7.2659396683867898403`3.8612917874441908"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {{False}}, "Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{None, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"nDet", "1"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694576693*^9, 3.811322833319997*^9},
CellLabel->
"During evaluation of \
In[18]:=",ExpressionUUID->"c2445324-4011-45cf-9e51-44b0107dd72a"],
Cell[BoxData["\<\"Linear fits\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694576693*^9, 3.811322833321316*^9},
CellLabel->
"During evaluation of \
In[18]:=",ExpressionUUID->"ab6bbe56-d4af-4b1a-a430-391d04019227"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
StyleBox["\[Null]",
ShowStringCharacters->False],
TagBox["\<\"state 1\"\>",
HoldForm]},
{
TagBox["\<\"2 pts\"\>",
HoldForm], "7.2411695670614504294`3.8598087175091327"},
{
TagBox["\<\"3 pts\"\>",
HoldForm], "7.1209521411114868883`3.852538066949263"},
{
TagBox["\<\"4 pts\"\>",
HoldForm], "7.1727272365064322912`3.8556843158580953"},
{
TagBox["\<\"5 pts\"\>",
HoldForm], "7.1868445167656336281`3.856538249247851"},
{
TagBox["\<\"6 pts\"\>",
HoldForm], "7.2216503296312968274`3.8586364561777557"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {False, True, {False}, False},
"Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{OutputFormsDump`HeadedRows, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{"2 pts", "3 pts", "4 pts", "5 pts", "6 pts"}, {
"state 1"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694576693*^9, 3.811322833322637*^9},
CellLabel->
"During evaluation of \
In[18]:=",ExpressionUUID->"85f1664b-78a2-4ff4-9bf4-d571ca6af716"],
Cell[BoxData["\<\"Quadratic fits\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694576693*^9, 3.811322833324149*^9},
CellLabel->
"During evaluation of \
In[18]:=",ExpressionUUID->"366cd989-bd98-4068-a470-50b360eb6430"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
StyleBox["\[Null]",
ShowStringCharacters->False],
TagBox["\<\"state 1\"\>",
HoldForm]},
{
TagBox["\<\"3 pts\"\>",
HoldForm], "8.1903222567241638075`3.9133009898634348"},
{
TagBox["\<\"4 pts\"\>",
HoldForm], "6.9270567972070269391`3.8405487485741094"},
{
TagBox["\<\"5 pts\"\>",
HoldForm], "7.0667181539694148285`3.8492177704406947"},
{
TagBox["\<\"6 pts\"\>",
HoldForm], "7.0645046400602176107`3.8490817147152625"},
{
TagBox["\<\"7 pts\"\>",
HoldForm], "7.1590385888844716433`3.8548547033724954"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {False, True, {False}, False},
"Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{OutputFormsDump`HeadedRows, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{"3 pts", "4 pts", "5 pts", "6 pts", "7 pts"}, {
"state 1"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694576693*^9, 3.811322833325521*^9},
CellLabel->
"During evaluation of \
In[18]:=",ExpressionUUID->"3b0f7933-e356-4240-91fd-87f3ff550772"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{10.137927063592189`, 7.2889058060743865`}, {
11.019284665958338`, 7.34417811758649}, {11.900654209588096`,
7.324463196300428}, {12.782025679504525`, 7.314553897968057}, {
13.663398465471795`, 7.293406297207637}, {14.544771707665161`,
7.293760045226551}, {15.415869985377155`, 7.26710649261997}, {
16.297136164344735`, 7.26593966838679}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
10.137927063592189`, 7.2889058060743865`}}, {{11.019284665958338`,
7.34417811758649}}, {{11.900654209588096`, 7.324463196300428}}, {{
12.782025679504525`, 7.314553897968057}}, {{13.663398465471795`,
7.293406297207637}}, {{14.544771707665161`, 7.293760045226551}}, {{
15.415869985377155`, 7.26710649261997}}, {{16.297136164344735`,
7.26593966838679}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2wu5r1b9+k3FYdSW2/dvX7w4w/iz3
jKdfvrI7wvjnpfo83n2XgPPvCD5c7dqjBOdPfPD5p0KdBpyv+kcs6ecHPTg/
bEKx8eUqIzif8+RjpxV7TeH8u2kTtjp/tIDztTsnl518aw3nv7g478hZLXs4
v9+/wSBOwhHO353hv2HHZCc4X27qorIgfRc4fx+zYkrielc4f1qr8oz1/u5w
/j/LI38TXnjA+YsNJnS1p3rB+fVWD2LfMvnA+TPaoiNOtPjC+S+fRs18pOYP
5z+1/sO6ISEAzv+y9EGQpkIgnD9fkt350HsEP0Pv8LGpG4Pg/MoYv8ez8oPh
fLUp0ov324bA+Z9y6r7J/UPwI/2V3849F4oIX+/pNX6zw+D8688XzLeMCofz
HfvepLpoRsD5J6+e3d/5CsGfaVa3iWFFJJzPurDAY3ppFJw/Yc2PwgzTaDh/
28FDdpGsMXD+73Kl+S3HEfwO98AZD1tj4fyNCodM4kLi4Pwfs06kiIrGw/m3
5QQt3jxF8JnjRIKqIhPgfI2/ry5K70TwpRcmKZ9VSITz54ou3Te7EcE/LOav
1vwAwd8uMyu+yj0Jzrf6vP5R33IEv5lPJE//LoJ/RrPi53mhZDgfAPW8dtU=
"]]},
Annotation[#, "Charting`Private`Tag$9597#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2k1davC5MVHBYdSW2/dvX7w4w/iz3
jKdfvrI7wvjnpfo83n2XgPPvCD5c7dqjBOdPfPD5p0KdBpyv+kcs6ecHPTg/
bEKx8eUqIzif8+RjpxV7TeH8u2kTtjp/tIDztTsnl518aw3nv7g478hZLXs4
v9+/wSBOwhHO353hv2HHZCc4X27qorIgfRc4fx+zYkrielc4f1qr8oz1/u5w
/j/LI38TXnjA+YsNJnS1p3rB+fVWD2LfMvnA+TPaoiNOtPjC+S+fRs18pOYP
5z+1/sO6ISEAzv+y9EGQpkIgnD9fkt350HsEP0Pv8LGpG4Pg/MoYv8ez8oPh
fLUp0ov324bA+Z9y6r7J/UPwI/2V3849F4oIX+/pNX6zw+D8688XzLeMCofz
HfvepLpoRsD5J6+e3d/5CsGfaVa3iWFFJJzPurDAY3ppFJw/Yc2PwgzTaDh/
28FDdpGsMXD+73Kl+S3HEfwO98AZD1tj4fyNCodM4kLi4Pwfs06kiIrGw/m3
5QQt3jxF8JnjRIKqIhPgfI2/ry5K70TwpRcmKZ9VSITz54ou3Te7EcE/LOav
1vwAwd8uMyu+yj0Jzrf6vP5R33IEv5lPJE//LoJ/RrPi53mhZDgfANY2fIU=
"]]},
Annotation[#, "Charting`Private`Tag$9597#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{9.878620083221964, 7.261593087875696},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{10.819778284410283`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {11.512925464970229`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.122363377404328`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.815510557964274`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {15.424948470398375`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {16.11809565095832,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{9.878620083221964, 16.297136164344735`}, {7.261593087875696,
7.34417811758649}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694576693*^9, 3.8113228334395323`*^9},
CellLabel->
"During evaluation of \
In[18]:=",ExpressionUUID->"1f57fe1e-f81c-4875-a0b8-18934db193b7"]
}, Open ]]
}, Open ]]
}, Open ]]
}, Open ]]
}, Closed]],
Cell[CellGroupData[{
Cell["Cyclopropene", "Section",
CellChangeTimes->{{3.77742950330622*^9, 3.7774295059582033`*^9}, {
3.7778669099831257`*^9, 3.777866914230576*^9}, {3.811322508359969*^9,
3.811322510971436*^9}, {3.8113227457863894`*^9, 3.8113227486256657`*^9}, {
3.811323384302882*^9,
3.8113233866286907`*^9}},ExpressionUUID->"2d03c9f0-e4a3-41a4-8cfe-\
2e4197a5dabd"],
Cell[CellGroupData[{
Cell[TextData[{
"AVDZ ",
StyleBox["\[Checkmark]",
FontColor->RGBColor[0, 1, 0]]
}], "Subsection",
CellChangeTimes->{{3.777429516951782*^9, 3.777429517987792*^9}, {
3.7775231829717607`*^9, 3.777523190205817*^9}, {3.777653709792136*^9,
3.777653722712954*^9}, {3.7776537758163548`*^9, 3.777653776104186*^9},
3.777731826638612*^9, {3.7778669032475224`*^9,
3.7778669087423697`*^9}},ExpressionUUID->"9866eb65-5bb5-4c32-b8ab-\
9023e8a2a9c4"],
Cell[CellGroupData[{
Cell["Singlets", "Subsubsection",
CellChangeTimes->{{3.811322582586644*^9,
3.811322584352894*^9}},ExpressionUUID->"19be0910-72c8-4d35-a56b-\
793891f6369a"],
Cell[CellGroupData[{
Cell[BoxData[
RowBox[{
RowBox[{"Flush", "[", "\"\<cyclopropene_1_AVDZ\>\"", "]"}], ";"}]], "Input",\
CellChangeTimes->{{3.777429522265008*^9, 3.777429526325075*^9}, {
3.811322562001708*^9, 3.811322564390358*^9}, {3.811322810108039*^9,
3.811322811246703*^9}, {3.811323390631658*^9, 3.811323392951745*^9}},
CellLabel->"In[41]:=",ExpressionUUID->"2473d860-e3bd-4a65-8045-913ca0d9b24a"],
Cell[CellGroupData[{
Cell[BoxData[
InterpretationBox[GridBox[{
{"\<\"State\"\>", "\<\"Linear fit\"\>", "\<\"\"\>", "\<\"\"\>", \
"\<\"\"\>"},
{GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.2942669412730793965`7.065558305466709"}]}],
RowBox[{"b", "\[Rule]", "0.0079166906935607406`2.898543677312593"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.2938010318839303636`7.065556565550482"}]}],
RowBox[{"b", "\[Rule]", "0.016291071457244545`3.211949648621975"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.2935993066160875742`7.065555812215001"}]}],
RowBox[{"b", "\[Rule]", "0.0196053501650761061`3.2923746035044847"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.2936772110696210802`7.065556103146429"}]}],
RowBox[{"b", "\[Rule]", "0.0184709962617128874`3.266490320415653"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.290831536996265072`7.065545475950714"}]}],
RowBox[{"b", "\[Rule]", "0.0537649753886790538`3.7304994513379293"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.0425078184616864974`7.064617105859261"}]}],
RowBox[{"b", "\[Rule]", "0.0260450442285636678`3.4157250992693817"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.0441469615603011789`7.064623240385207"}]}],
RowBox[{"b", "\[Rule]", "0.0008570586341489896`1.933010534427613"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.04358120600750226`7.064621123043488"}]}],
RowBox[{"b", "\[Rule]", "0.0090337195296513288`2.9558666028718648"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.0418111311893767379`7.064614498466919"}]}],
RowBox[{"b", "\[Rule]", "0.0308730871433853249`3.489580058775972"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.0391489436735241725`7.064604534932232"}]}],
RowBox[{"b", "\[Rule]", "0.0598818898591731083`3.777295498124904"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.0410214139988482884`7.064611542885807"}]}],
RowBox[{"b", "\[Rule]", "0.0374465008415872103`3.5734112416298855"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.0416201871417030134`7.064613783845063"}]}],
RowBox[{"b", "\[Rule]", "0.0274159190987111091`3.4380028098696087"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.0423268200765960501`7.064616428463859"}]}],
RowBox[{"b", "\[Rule]", "0.016478749509377888`3.2169242521558665"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.0466618044974467239`7.064632652066922"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0408369114341014111`3.61105288821777"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.0407432985007574189`7.064610502011043"}]}],
RowBox[{"b", "\[Rule]", "0.0292425067752424828`3.466014599202071"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"4", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.0839297577579998233`7.064772101731726"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.8248335247827045524`4.916366304230175"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.0587750996308926688`7.064677982648653"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.3632543720074115634`4.56021085002379"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.0478114329307004482`7.064636954429472"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.1719226088384657458`4.2353329927320695"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.0381050160170133267`7.064600627853765"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0202501337724948563`3.306427896511895"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.0339286077180673828`7.064584996577128"}]}],
RowBox[{"b", "\[Rule]", "0.034475129220966641`3.5375059026897318"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"5", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.0256838185105578987`7.064554136692279"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.12713835384289493`4.104276583989394"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"5", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.0234645093228067481`7.06454582954062"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0843036843672624048`3.925846555234539"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"5", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.0123444441143618633`7.0645042033538346"}]}],
RowBox[{"b", "\[Rule]", "0.113824552999450615`4.056235953465155"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"5", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.0177820607224532523`7.064524558700993"}]}],
RowBox[{"b", "\[Rule]", "0.0293721901150408721`3.4679363305682567"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"5", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.0172712650914093047`7.0645226466129625"}]}],
RowBox[{"b", "\[Rule]", "0.0361809035193690134`3.5584794079792053"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"6", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.0238452563066857692`7.064547254735459"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.1239950250660232511`4.093404260729034"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"6", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.0215483659899149416`7.06453865704882"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0764431004124088292`3.883338293044077"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"6", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.0170994289467074623`7.064522003367833"}]}],
RowBox[{"b", "\[Rule]", "0.0059924987427829313`2.7776079515913836"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"6", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.0168692538072576781`7.064521141737155"}]}],
RowBox[{"b", "\[Rule]", "0.009982894976212001`2.999256502196791"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"6", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.0144237606366033333`7.064511987246173"}]}],
RowBox[{"b", "\[Rule]", "0.0437846346650358972`3.641321730345606"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"7", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.0151980073575401775`7.064514885592308"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0874196846232659502`3.941609235388336"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"7", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.011231286515624106`7.064500036206586"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0157522484929934099`3.197342554214661"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"7", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.0111463615088496226`7.064499718284995"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0143375655771601461`3.1564754172900504"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"7", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.0094213523385064946`7.064493260564705"}]}],
RowBox[{"b", "\[Rule]", "0.0111941378719660721`3.048990651567079"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"7", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.0054748521744016898`7.064478486140541"}]}],
RowBox[{"b", "\[Rule]", "0.0607946790559787398`3.7838655700992034"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"8", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.0056306074705219089`7.064479069247678"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.1167874936504090383`4.067396338243656"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"8", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.0016586954882740201`7.064464199202328"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0392982105752607072`3.5943727754394708"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"8", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.0010270504735956365`7.064461834402598"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0280109632358736642`3.44732804351946"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"8", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "115.9939489569201498398`7.064435334027232"}]}],
RowBox[{"b", "\[Rule]", "0.0819709661970292602`3.9136600541736675"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"8", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "115.9960530878617817052`7.064443212060328"}]}],
RowBox[{"b", "\[Rule]", "0.0542172845759422636`3.7341377625396395"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
TableForm[{{{
1, {$CellContext`a -> -116.2942669412730793965`7.065558305466709, \
$CellContext`b -> 0.0079166906935607406`2.898543677312593}}, {
1, {$CellContext`a -> -116.2938010318839303636`7.065556565550482, \
$CellContext`b -> 0.016291071457244545`3.211949648621975}}, {
1, {$CellContext`a -> -116.2935993066160875742`7.065555812215001, \
$CellContext`b -> 0.0196053501650761061`3.2923746035044847}}, {
1, {$CellContext`a -> -116.2936772110696210802`7.065556103146429, \
$CellContext`b -> 0.0184709962617128874`3.266490320415653}}, {
1, {$CellContext`a -> -116.290831536996265072`7.065545475950714, \
$CellContext`b -> 0.0537649753886790538`3.7304994513379293}}}, {{
2, {$CellContext`a -> -116.0425078184616864974`7.064617105859261, \
$CellContext`b -> 0.0260450442285636678`3.4157250992693817}}, {
2, {$CellContext`a -> -116.0441469615603011789`7.064623240385207, \
$CellContext`b -> 0.0008570586341489896`1.933010534427613}}, {
2, {$CellContext`a -> -116.04358120600750226`7.064621123043488, \
$CellContext`b -> 0.0090337195296513288`2.9558666028718648}}, {
2, {$CellContext`a -> -116.0418111311893767379`7.064614498466919, \
$CellContext`b -> 0.0308730871433853249`3.489580058775972}}, {
2, {$CellContext`a -> -116.0391489436735241725`7.064604534932232, \
$CellContext`b -> 0.0598818898591731083`3.777295498124904}}}, {{
3, {$CellContext`a -> -116.0410214139988482884`7.064611542885807, \
$CellContext`b -> 0.0374465008415872103`3.5734112416298855}}, {
3, {$CellContext`a -> -116.0416201871417030134`7.064613783845063, \
$CellContext`b -> 0.0274159190987111091`3.4380028098696087}}, {
3, {$CellContext`a -> -116.0423268200765960501`7.064616428463859, \
$CellContext`b -> 0.016478749509377888`3.2169242521558665}}, {
3, {$CellContext`a -> -116.0466618044974467239`7.064632652066922, \
$CellContext`b -> -0.0408369114341014111`3.61105288821777}}, {
3, {$CellContext`a -> -116.0407432985007574189`7.064610502011043, \
$CellContext`b -> 0.0292425067752424828`3.466014599202071}}}, {{
4, {$CellContext`a -> -116.0839297577579998233`7.064772101731726, \
$CellContext`b -> -0.8248335247827045524`4.916366304230175}}, {
4, {$CellContext`a -> -116.0587750996308926688`7.064677982648653, \
$CellContext`b -> -0.3632543720074115634`4.56021085002379}}, {
4, {$CellContext`a -> -116.0478114329307004482`7.064636954429472, \
$CellContext`b -> -0.1719226088384657458`4.2353329927320695}}, {
4, {$CellContext`a -> -116.0381050160170133267`7.064600627853765, \
$CellContext`b -> -0.0202501337724948563`3.306427896511895}}, {
4, {$CellContext`a -> -116.0339286077180673828`7.064584996577128, \
$CellContext`b -> 0.034475129220966641`3.5375059026897318}}}, {{
5, {$CellContext`a -> -116.0256838185105578987`7.064554136692279, \
$CellContext`b -> -0.12713835384289493`4.104276583989394}}, {
5, {$CellContext`a -> -116.0234645093228067481`7.06454582954062, \
$CellContext`b -> -0.0843036843672624048`3.925846555234539}}, {
5, {$CellContext`a -> -116.0123444441143618633`7.0645042033538346, \
$CellContext`b -> 0.113824552999450615`4.056235953465155}}, {
5, {$CellContext`a -> -116.0177820607224532523`7.064524558700993, \
$CellContext`b -> 0.0293721901150408721`3.4679363305682567}}, {
5, {$CellContext`a -> -116.0172712650914093047`7.0645226466129625, \
$CellContext`b -> 0.0361809035193690134`3.5584794079792053}}}, {{
6, {$CellContext`a -> -116.0238452563066857692`7.064547254735459, \
$CellContext`b -> -0.1239950250660232511`4.093404260729034}}, {
6, {$CellContext`a -> -116.0215483659899149416`7.06453865704882, \
$CellContext`b -> -0.0764431004124088292`3.883338293044077}}, {
6, {$CellContext`a -> -116.0170994289467074623`7.064522003367833, \
$CellContext`b -> 0.0059924987427829313`2.7776079515913836}}, {
6, {$CellContext`a -> -116.0168692538072576781`7.064521141737155, \
$CellContext`b -> 0.009982894976212001`2.999256502196791}}, {
6, {$CellContext`a -> -116.0144237606366033333`7.064511987246173, \
$CellContext`b -> 0.0437846346650358972`3.641321730345606}}}, {{
7, {$CellContext`a -> -116.0151980073575401775`7.064514885592308, \
$CellContext`b -> -0.0874196846232659502`3.941609235388336}}, {
7, {$CellContext`a -> -116.011231286515624106`7.064500036206586, \
$CellContext`b -> -0.0157522484929934099`3.197342554214661}}, {
7, {$CellContext`a -> -116.0111463615088496226`7.064499718284995, \
$CellContext`b -> -0.0143375655771601461`3.1564754172900504}}, {
7, {$CellContext`a -> -116.0094213523385064946`7.064493260564705, \
$CellContext`b -> 0.0111941378719660721`3.048990651567079}}, {
7, {$CellContext`a -> -116.0054748521744016898`7.064478486140541, \
$CellContext`b -> 0.0607946790559787398`3.7838655700992034}}}, {{
8, {$CellContext`a -> -116.0056306074705219089`7.064479069247678, \
$CellContext`b -> -0.1167874936504090383`4.067396338243656}}, {
8, {$CellContext`a -> -116.0016586954882740201`7.064464199202328, \
$CellContext`b -> -0.0392982105752607072`3.5943727754394708}}, {
8, {$CellContext`a -> -116.0010270504735956365`7.064461834402598, \
$CellContext`b -> -0.0280109632358736642`3.44732804351946}}, {
8, {$CellContext`a -> -115.9939489569201498398`7.064435334027232, \
$CellContext`b -> 0.0819709661970292602`3.9136600541736675}}, {
8, {$CellContext`a -> -115.9960530878617817052`7.064443212060328, \
$CellContext`b -> 0.0542172845759422636`3.7341377625396395}}}},
TableAlignments -> Center,
TableHeadings -> {None, {"State", "Linear fit"}}]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811323393266964*^9},
CellLabel->
"During evaluation of \
In[41]:=",ExpressionUUID->"98deee91-2265-4b98-ba3a-4694d9c9b766"],
Cell[BoxData[
InterpretationBox[GridBox[{
{"\<\"State\"\>", "\<\"Quadratic fit\"\>", "\<\"\"\>", "\<\"\"\>", \
"\<\"\"\>"},
{GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.2959541040883806318`7.065564606036849"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0518206780539374814`3.7145030912657253"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.5243694977766419907`4.71963742113291"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.2944657684424356603`7.065559047975097"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0042190427655905164`2.6252139275543973"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.153586273818207969`4.186352404032852"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.2935667251900611063`7.065555690540759"}]}],
RowBox[{"b2", "\[Rule]", "0.0209745712736977563`3.321693092486663"}],
RowBox[{"c2", "\[Rule]", "0.0122618183569995366`3.088554878327093"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.2967797314550892906`7.065567689240727"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0538786623379119631`3.731416804822385"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.366474681420848325`4.564043975978413"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.2972007693782359183`7.065569261546651"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0619542564954520328`3.792071149436596"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.3961951009736144891`4.597909101103387"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.0380622750905246221`7.064600467887762"}]}],
RowBox[{"b2", "\[Rule]", "0.1608524364133080975`4.206427643496252"}],
RowBox[{"c2", "\[Rule]", "1.0106449426636832101`5.004598607099173"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.0449005634215779992`7.064626060726222"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0241086812807223341`3.382173455579919"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.1974034398751240149`4.2953547162453125"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.0453261383124043959`7.064627653424281"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0348944809670280326`3.542756742858748"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.2621940251872092453`4.4186227908712645"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.0474932907649758818`7.064635763820406"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0772009282881581105`3.8876225224601"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.4406292935325193949`4.6440733661616225"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.0468782726756558077`7.0646334621793905"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0666547663226398218`3.8238312102181418"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.4049187439921854148`4.607367881050852"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.0395679979332612675`7.064606103304851"}]}],
RowBox[{"b2", "\[Rule]", "0.0855302839602546106`3.932119913887733"}],
RowBox[{"c2", "\[Rule]", "0.3926794171705509373`4.594038137726943"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.0379007399217954344`7.064599863311299"}]}],
RowBox[{"b2", "\[Rule]", "0.1339033889594029303`4.126791568705385"}],
RowBox[{"c2", "\[Rule]", "0.7289795537154988292`4.862715347477013"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.0370984462705337137`7.064596860560405"}]}],
RowBox[{"b2", "\[Rule]", "0.1554782884440061297`4.191669751129444"}],
RowBox[{"c2", "\[Rule]", "0.864705958391565499`4.936868451559945"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.0546113351353483267`7.064662401471089"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.2258638288631858171`4.353846686064611"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.9461056338670476018`4.975939628626316"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.0478903139071888972`7.064637249631603"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0969511848773711438`3.9865531211254983"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.4451430756625322505`4.648499622180449"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"4", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.2873113348742748485`7.06553232936404"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "8.2402405556048297086`5.915939890149403"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "67.5143265988942999911`6.829395940277611"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.0751411681192735159`7.064739220518251"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.9175797210917768787`4.962643806903609"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "4.6653221238023609985`5.6688816355980745"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.0706366834042455594`7.064722366687231"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.7939970086075193167`4.899818866220932"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "3.8863745723181577496`5.5895446559784405"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.045949049793293284`7.064629984636591"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1952455248049914938`4.290581088261137"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.8076701410939121084`4.907234027665473"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.043115940359683691`7.064619381777781"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.137862960075980534`4.139447599059251"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.590067166938789911`4.770901449897409"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"5", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.0538666520786676983`7.06465961474184"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "1.1829564919107045107`5.072968771956273"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "9.8302137488143070954`5.992562961262585"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"5", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.035946986282866078`7.064592550945578"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.534008715041871751`4.727548344788312"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "4.011746808048759938`5.603333515739921"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"5", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.0051935411403292164`7.064477432983542"}]}],
RowBox[{"b2", "\[Rule]", "0.3163779814542229119`4.500206250850676"}],
RowBox[{"c2", "\[Rule]", "1.3049960905913182696`5.115609210649655"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"5", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.0157918287066252105`7.064517108513783"}]}],
RowBox[{"b2", "\[Rule]", "0.0658909312935987285`3.818825645850962"}],
RowBox[{"c2", "\[Rule]", "0.1093616442980715198`4.03886503140807"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"5", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.0260586664929718381`7.064555539779441"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1505343519279863651`4.1776356172082485"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.7323501186180124689`4.8647187562376795"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"6", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.0308109292057423545`7.064573327500844"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.4102074568477573346`4.613003550811476"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "2.926519751093537014`5.46635145951529"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"6", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.0254286794481828338`7.064553181682966"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.2156899239829414006`4.333829857384332"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "1.2156082054669832271`5.084793622945422"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"6", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.0233820874465635598`7.0645455210221755"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1589311786857761921`4.201209104274132"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.8809177843972606503`4.944935377823234"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"6", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.0230468645925441251`7.064544266226432"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1501069809214158612`4.17640089014567"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.8341243763151414692`4.921230813131727"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"6", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.0192403770206084346`7.064530017646419"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0606580898369571964`3.7828887299718295"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.4337524211110282413`4.637241911942389"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"7", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.0299263740164263936`7.064570016665568"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.6131999657208826449`4.787602121904399"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "4.6640890008593887117`5.66876682910373"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"7", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.0128025258981381285`7.064505918188572"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0608143095232790767`3.7840057801905687"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.3080043575575673875`4.488556860818039"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"7", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.0136786096658880751`7.064509197799969"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0857763425602790092`3.9333675243027697"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.4762147011811225239`4.677802798341621"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"7", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.0138725391860390346`7.064509923769968"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0902998279190607572`3.955686922695859"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.4990713482552408542`4.698162637684547"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"7", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.0138371245566446532`7.064509791196335"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0896024842246268965`3.952320050622964"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.4964141622476603843`4.695844163032724"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"8", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.0154877323514313048`7.064515970155461"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.4985241135552825886`4.697686169930965"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "3.6728530222124970983`5.565003549385522"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"8", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.0052322002717204441`7.064477577713654"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1542295217938606799`4.1881675120094455"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.8844048694504786923`4.946651125098051"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"8", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.0103660687897786374`7.064496797203939"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.3106425203302648486`4.492260901105743"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "1.9978185870760249987`5.300556049351"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"8", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "115.9939407474223429517`7.06443530328994"}]}],
RowBox[{"b2", "\[Rule]", "0.0949003659489605633`3.9772678871302203"}],
RowBox[{"c2", "\[Rule]", "0.1454775087535437883`4.162795855320173"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"8", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.0008427220079028075`7.064461144297508"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0459497310480129692`3.662282973726359"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.3976001894112398682`4.59944658261722"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
TableForm[{{{
1, {$CellContext`a2 -> -116.2959541040883806318`7.065564606036849, \
$CellContext`b2 -> -0.0518206780539374814`3.7145030912657253, $CellContext`c2 -> \
-0.5243694977766419907`4.71963742113291}}, {
1, {$CellContext`a2 -> -116.2944657684424356603`7.065559047975097, \
$CellContext`b2 -> -0.0042190427655905164`2.6252139275543973, $CellContext`c2 -> \
-0.153586273818207969`4.186352404032852}}, {
1, {$CellContext`a2 -> -116.2935667251900611063`7.065555690540759, \
$CellContext`b2 -> 0.0209745712736977563`3.321693092486663, $CellContext`c2 ->
0.0122618183569995366`3.088554878327093}}, {
1, {$CellContext`a2 -> -116.2967797314550892906`7.065567689240727, \
$CellContext`b2 -> -0.0538786623379119631`3.731416804822385, $CellContext`c2 -> \
-0.366474681420848325`4.564043975978413}}, {
1, {$CellContext`a2 -> -116.2972007693782359183`7.065569261546651, \
$CellContext`b2 -> -0.0619542564954520328`3.792071149436596, $CellContext`c2 -> \
-0.3961951009736144891`4.597909101103387}}}, {{
2, {$CellContext`a2 -> -116.0380622750905246221`7.064600467887762, \
$CellContext`b2 -> 0.1608524364133080975`4.206427643496252, $CellContext`c2 ->
1.0106449426636832101`5.004598607099173}}, {
2, {$CellContext`a2 -> -116.0449005634215779992`7.064626060726222, \
$CellContext`b2 -> -0.0241086812807223341`3.382173455579919, $CellContext`c2 -> \
-0.1974034398751240149`4.2953547162453125}}, {
2, {$CellContext`a2 -> -116.0453261383124043959`7.064627653424281, \
$CellContext`b2 -> -0.0348944809670280326`3.542756742858748, $CellContext`c2 -> \
-0.2621940251872092453`4.4186227908712645}}, {
2, {$CellContext`a2 -> -116.0474932907649758818`7.064635763820406, \
$CellContext`b2 -> -0.0772009282881581105`3.8876225224601, $CellContext`c2 -> \
-0.4406292935325193949`4.6440733661616225}}, {
2, {$CellContext`a2 -> -116.0468782726756558077`7.0646334621793905, \
$CellContext`b2 -> -0.0666547663226398218`3.8238312102181418, $CellContext`c2 -> \
-0.4049187439921854148`4.607367881050852}}}, {{
3, {$CellContext`a2 -> -116.0395679979332612675`7.064606103304851, \
$CellContext`b2 -> 0.0855302839602546106`3.932119913887733, $CellContext`c2 ->
0.3926794171705509373`4.594038137726943}}, {
3, {$CellContext`a2 -> -116.0379007399217954344`7.064599863311299, \
$CellContext`b2 -> 0.1339033889594029303`4.126791568705385, $CellContext`c2 ->
0.7289795537154988292`4.862715347477013}}, {
3, {$CellContext`a2 -> -116.0370984462705337137`7.064596860560405, \
$CellContext`b2 -> 0.1554782884440061297`4.191669751129444, $CellContext`c2 ->
0.864705958391565499`4.936868451559945}}, {
3, {$CellContext`a2 -> -116.0546113351353483267`7.064662401471089, \
$CellContext`b2 -> -0.2258638288631858171`4.353846686064611, $CellContext`c2 -> \
-0.9461056338670476018`4.975939628626316}}, {
3, {$CellContext`a2 -> -116.0478903139071888972`7.064637249631603, \
$CellContext`b2 -> -0.0969511848773711438`3.9865531211254983, $CellContext`c2 -> \
-0.4451430756625322505`4.648499622180449}}}, {{
4, {$CellContext`a2 -> -116.2873113348742748485`7.06553232936404, \
$CellContext`b2 -> -8.2402405556048297086`5.915939890149403, $CellContext`c2 -> \
-67.5143265988942999911`6.829395940277611}}, {
4, {$CellContext`a2 -> -116.0751411681192735159`7.064739220518251, \
$CellContext`b2 -> -0.9175797210917768787`4.962643806903609, $CellContext`c2 -> \
-4.6653221238023609985`5.6688816355980745}}, {
4, {$CellContext`a2 -> -116.0706366834042455594`7.064722366687231, \
$CellContext`b2 -> -0.7939970086075193167`4.899818866220932, $CellContext`c2 -> \
-3.8863745723181577496`5.5895446559784405}}, {
4, {$CellContext`a2 -> -116.045949049793293284`7.064629984636591, \
$CellContext`b2 -> -0.1952455248049914938`4.290581088261137, $CellContext`c2 -> \
-0.8076701410939121084`4.907234027665473}}, {
4, {$CellContext`a2 -> -116.043115940359683691`7.064619381777781, \
$CellContext`b2 -> -0.137862960075980534`4.139447599059251, $CellContext`c2 -> \
-0.590067166938789911`4.770901449897409}}}, {{
5, {$CellContext`a2 -> -116.0538666520786676983`7.06465961474184, \
$CellContext`b2 -> -1.1829564919107045107`5.072968771956273, $CellContext`c2 -> \
-9.8302137488143070954`5.992562961262585}}, {
5, {$CellContext`a2 -> -116.035946986282866078`7.064592550945578, \
$CellContext`b2 -> -0.534008715041871751`4.727548344788312, $CellContext`c2 -> \
-4.011746808048759938`5.603333515739921}}, {
5, {$CellContext`a2 -> -116.0051935411403292164`7.064477432983542, \
$CellContext`b2 -> 0.3163779814542229119`4.500206250850676, $CellContext`c2 ->
1.3049960905913182696`5.115609210649655}}, {
5, {$CellContext`a2 -> -116.0157918287066252105`7.064517108513783, \
$CellContext`b2 -> 0.0658909312935987285`3.818825645850962, $CellContext`c2 ->
0.1093616442980715198`4.03886503140807}}, {
5, {$CellContext`a2 -> -116.0260586664929718381`7.064555539779441, \
$CellContext`b2 -> -0.1505343519279863651`4.1776356172082485, $CellContext`c2 -> \
-0.7323501186180124689`4.8647187562376795}}}, {{
6, {$CellContext`a2 -> -116.0308109292057423545`7.064573327500844, \
$CellContext`b2 -> -0.4102074568477573346`4.613003550811476, $CellContext`c2 -> \
-2.926519751093537014`5.46635145951529}}, {
6, {$CellContext`a2 -> -116.0254286794481828338`7.064553181682966, \
$CellContext`b2 -> -0.2156899239829414006`4.333829857384332, $CellContext`c2 -> \
-1.2156082054669832271`5.084793622945422}}, {
6, {$CellContext`a2 -> -116.0233820874465635598`7.0645455210221755, \
$CellContext`b2 -> -0.1589311786857761921`4.201209104274132, $CellContext`c2 -> \
-0.8809177843972606503`4.944935377823234}}, {
6, {$CellContext`a2 -> -116.0230468645925441251`7.064544266226432, \
$CellContext`b2 -> -0.1501069809214158612`4.17640089014567, $CellContext`c2 -> \
-0.8341243763151414692`4.921230813131727}}, {
6, {$CellContext`a2 -> -116.0192403770206084346`7.064530017646419, \
$CellContext`b2 -> -0.0606580898369571964`3.7828887299718295, $CellContext`c2 -> \
-0.4337524211110282413`4.637241911942389}}}, {{
7, {$CellContext`a2 -> -116.0299263740164263936`7.064570016665568, \
$CellContext`b2 -> -0.6131999657208826449`4.787602121904399, $CellContext`c2 -> \
-4.6640890008593887117`5.66876682910373}}, {
7, {$CellContext`a2 -> -116.0128025258981381285`7.064505918188572, \
$CellContext`b2 -> -0.0608143095232790767`3.7840057801905687, $CellContext`c2 -> \
-0.3080043575575673875`4.488556860818039}}, {
7, {$CellContext`a2 -> -116.0136786096658880751`7.064509197799969, \
$CellContext`b2 -> -0.0857763425602790092`3.9333675243027697, $CellContext`c2 -> \
-0.4762147011811225239`4.677802798341621}}, {
7, {$CellContext`a2 -> -116.0138725391860390346`7.064509923769968, \
$CellContext`b2 -> -0.0902998279190607572`3.955686922695859, $CellContext`c2 -> \
-0.4990713482552408542`4.698162637684547}}, {
7, {$CellContext`a2 -> -116.0138371245566446532`7.064509791196335, \
$CellContext`b2 -> -0.0896024842246268965`3.952320050622964, $CellContext`c2 -> \
-0.4964141622476603843`4.695844163032724}}}, {{
8, {$CellContext`a2 -> -116.0154877323514313048`7.064515970155461, \
$CellContext`b2 -> -0.4985241135552825886`4.697686169930965, $CellContext`c2 -> \
-3.6728530222124970983`5.565003549385522}}, {
8, {$CellContext`a2 -> -116.0052322002717204441`7.064477577713654, \
$CellContext`b2 -> -0.1542295217938606799`4.1881675120094455, $CellContext`c2 -> \
-0.8844048694504786923`4.946651125098051}}, {
8, {$CellContext`a2 -> -116.0103660687897786374`7.064496797203939, \
$CellContext`b2 -> -0.3106425203302648486`4.492260901105743, $CellContext`c2 -> \
-1.9978185870760249987`5.300556049351}}, {
8, {$CellContext`a2 -> -115.9939407474223429517`7.06443530328994, \
$CellContext`b2 -> 0.0949003659489605633`3.9772678871302203, $CellContext`c2 ->
0.1454775087535437883`4.162795855320173}}, {
8, {$CellContext`a2 -> -116.0008427220079028075`7.064461144297508, \
$CellContext`b2 -> -0.0459497310480129692`3.662282973726359, $CellContext`c2 -> \
-0.3976001894112398682`4.59944658261722}}}}, TableAlignments -> Center,
TableHeadings -> {None, {"State", "Quadratic fit"}}]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.81132339327705*^9},
CellLabel->
"During evaluation of \
In[41]:=",ExpressionUUID->"584b5fc1-5614-4fb6-a1dd-ce53ac74adaf"],
Cell[BoxData["\<\"Excitation energies with PT2\"\>"], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.8113233932831993`*^9},
CellLabel->
"During evaluation of \
In[41]:=",ExpressionUUID->"2901aca6-9878-481c-8ecd-a8373fa27e82"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
TagBox["\<\"nDet\"\>",
HoldForm],
TagBox["\<\"1\"\>",
HoldForm],
TagBox["\<\"2\"\>",
HoldForm],
TagBox["\<\"3\"\>",
HoldForm],
TagBox["\<\"4\"\>",
HoldForm],
TagBox["\<\"5\"\>",
HoldForm],
TagBox["\<\"6\"\>",
HoldForm],
TagBox["\<\"7\"\>",
HoldForm]},
{"3751", "6.6800020633819547911`3.824776596624537",
"6.7784849674378504503`3.8311326372584578",
"7.2835138699344481594`3.862340951586034",
"7.6298737247761749813`3.8825173503943677",
"7.7474179326252157196`3.8891569845116067",
"7.8345553213937142445`3.894014351545454",
"8.0530292811297794486`3.905959278207039"},
{"10533", "6.6730269688034713482`3.8243228800401714",
"7.0350921472002774237`3.8472697902936526",
"7.0610893611762755029`3.8488717077163033",
"7.2034596049467838341`3.8575411251091083",
"7.4925854794585227125`3.8746317063117623",
"7.8900711748101590715`3.8970809209138415",
"7.9281001752285291673`3.8991691290244086"},
{"33602", "6.780223775004546205`3.8312440275906483",
"6.8968120468626894493`3.8386483906804543",
"7.0950671304440540155`3.850956508918722",
"7.5969563832217490429`3.8806396329752353",
"7.6050259197460245986`3.8811006985709358",
"7.6933135338018239224`3.8861134320640733",
"8.1025406701071442939`3.9086212196189387"},
{"98352", "6.7647100196070439893`3.830249184587193",
"7.0134678029583321646`3.8459328075951578",
"7.0243365747622688033`3.846605312843943",
"7.4927754149331899924`3.8746427154464973",
"7.5606264617462919375`3.878557781957242",
"7.753823492894547087`3.88951591055636",
"7.8532884558717608314`3.8950515496352645"},
{"299711", "6.8268020486827811766`3.834217310144613",
"6.8509358269438536126`3.835749899480455",
"7.2237375298091990317`3.858761957761378",
"7.365869673951859653`3.8672240305134276",
"7.550326952137817571`3.8779657583093052",
"7.7789044995030440788`3.890918439750559",
"8.0850298710893255816`3.907681628797188"},
{"977854", "6.8282864297902143846`3.8343117304081735",
"6.8292208687861180039`3.834371158778425",
"7.0445693287236341718`3.8478544475694307",
"7.5305600571049904346`3.876827276421866",
"7.5817743346196273535`3.87977085385882",
"7.7523015600740068365`3.889430658176974",
"8.0624261890641140127`3.906465751726562"},
{"3354890", "6.8118608208469479948`3.8332657659265497",
"6.8351622028094336514`3.834748825114411",
"7.0114821881203148735`3.84580983509634",
"7.5219737763601699498`3.876331815020716",
"7.5481225577562724993`3.8778389431257962",
"7.751737740155811629`3.8893990710693016",
"8.0457703717950188604`3.9055676335440417"},
{"12438005", "6.8195755208971648997`3.833757343180049",
"6.8469294945798493401`3.835495855795964",
"6.9254139347082563916`3.840445736463866",
"7.4911868142173778651`3.8745506275839063",
"7.5235000630020607559`3.876419928944641",
"7.7286709203405044022`3.8881048158342226",
"8.0174596457795956894`3.904036782674772"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {{False}}, "Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{None, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {
None, {"nDet", "1", "2", "3", "4", "5", "6", "7"}}]]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811323393285095*^9},
CellLabel->
"During evaluation of \
In[41]:=",ExpressionUUID->"ac747aa4-a250-4b50-a742-0b4b56bb2460"],
Cell[BoxData["\<\"Linear fits\"\>"], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811323393287155*^9},
CellLabel->
"During evaluation of \
In[41]:=",ExpressionUUID->"51843065-3a84-46aa-b0f4-9bdd9f32d523"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
StyleBox["\[Null]",
ShowStringCharacters->False],
TagBox["\<\"state 1\"\>",
HoldForm],
TagBox["\<\"state 2\"\>",
HoldForm],
TagBox["\<\"state 3\"\>",
HoldForm],
TagBox["\<\"state 4\"\>",
HoldForm],
TagBox["\<\"state 5\"\>",
HoldForm],
TagBox["\<\"state 6\"\>",
HoldForm],
TagBox["\<\"state 7\"\>",
HoldForm]},
{
TagBox["\<\"2 pts\"\>",
HoldForm], "6.8507146748773992684`3.8357358799837353",
"6.8911618004975405682`3.838292447017911",
"5.7235662949884105188`3.7576667175354186",
"7.3085190319480206611`3.8638293822364194",
"7.3585488577993674042`3.866792177763089",
"7.5938524869656074401`3.8804621565752986",
"7.8541946984989658986`3.8951016628416677"},
{
TagBox["\<\"3 pts\"\>",
HoldForm], "6.7934332790404994284`3.8320893143839863",
"6.8621903131304353707`3.8364627584296063",
"6.3953813672477766161`3.805866447290501",
"7.3562314707151736926`3.8666553862638002",
"7.4083723866161417249`3.869722804314785",
"7.6891144187900879459`3.8858763235231604",
"7.9495978884468998515`3.900345161455805"},
{
TagBox["\<\"4 pts\"\>",
HoldForm], "6.8033390476474115971`3.8327221147726007",
"6.8374726274313575303`3.8348956007265973",
"6.6882287098880688347`3.8253111157682853",
"7.6533346335364811353`3.883850702787328",
"7.5239449057442797653`3.8764456067588777",
"7.6859361217989219384`3.885696770700081",
"7.9612966006356638005`3.9009838039995044"},
{
TagBox["\<\"5 pts\"\>",
HoldForm], "6.853625124965484261`3.8359203459923976",
"6.7216315811226809984`3.827474704701399",
"6.9544736555552431057`3.8422642662995967",
"7.5074894371427207673`3.8754947298295463",
"7.532328178473832736`3.8769292336753947",
"7.734995900378946132`3.888460087855261",
"8.1560212247619290338`3.9114783472906285"},
{
TagBox["\<\"6 pts\"\>",
HoldForm], "6.8486322014197771324`3.835603843508349",
"6.8052475967630829956`3.8328439308548243",
"6.990684778257796772`3.8445197195013905",
"7.4439541585391904022`3.871803689988717",
"7.5214387014525856401`3.8763009204241334",
"7.7649509040751993894`3.890138714133266",
"8.02133016977536073`3.9042463929091347"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {False, True, {False}, False},
"Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{OutputFormsDump`HeadedRows, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{"2 pts", "3 pts", "4 pts", "5 pts", "6 pts"}, {
"state 1", "state 2", "state 3", "state 4", "state 5", "state 6",
"state 7"}}]]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811323393288965*^9},
CellLabel->
"During evaluation of \
In[41]:=",ExpressionUUID->"709c495d-b656-4f39-aa9c-00390bff6f0d"],
Cell[BoxData["\<\"Quadratic fits\"\>"], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811323393291026*^9},
CellLabel->
"During evaluation of \
In[41]:=",ExpressionUUID->"4402c43e-685d-4798-8e12-faec5495beaf"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
StyleBox["\[Null]",
ShowStringCharacters->False],
TagBox["\<\"state 1\"\>",
HoldForm],
TagBox["\<\"state 2\"\>",
HoldForm],
TagBox["\<\"state 3\"\>",
HoldForm],
TagBox["\<\"state 4\"\>",
HoldForm],
TagBox["\<\"state 5\"\>",
HoldForm],
TagBox["\<\"state 6\"\>",
HoldForm],
TagBox["\<\"state 7\"\>",
HoldForm]},
{
TagBox["\<\"3 pts\"\>",
HoldForm], "7.0175941102644889824`3.846188245502345",
"6.9766213047516512091`3.843645149850258",
"0.2351817293668044817`2.3714035795495616",
"6.5875351072345234016`3.8187229427310547",
"7.21491328229983786`3.858231115575738",
"7.2389832550123092147`3.859677572033316",
"7.6318787069629454578`3.8826314595320874"},
{
TagBox["\<\"4 pts\"\>",
HoldForm], "6.7910151309829993593`3.8319346981143827",
"6.9814900303074507448`3.8439481221762097",
"5.968126363075781704`3.77583800987439",
"7.0346543747643366373`3.847242764625063",
"7.320872082319707097`3.8645628184873555",
"7.6644472205177667234`3.884480837894134",
"7.8704462734353164421`3.89599935861007"},
{
TagBox["\<\"5 pts\"\>",
HoldForm], "6.7549704353592634476`3.829623452575159",
"6.9788573395642883312`3.8437843206538593",
"6.0662354224885568499`3.782919260690062",
"7.8470340289937610123`3.8947055359496368",
"7.3520984743121733374`3.8664113153753314",
"7.6161435539386266313`3.881735121313372",
"7.7062823824254698124`3.8868449188843837"},
{
TagBox["\<\"6 pts\"\>",
HoldForm], "6.7834295671705113762`3.831449320049636",
"6.5897377141008188772`3.818868129072677",
"6.8254505043588657998`3.8341313216615314",
"7.6460702886386746613`3.883438286074797",
"7.4486507065579825593`3.872077609155263",
"7.6982968166674856647`3.886394651803485",
"8.2406684964196763588`3.915962443800287"},
{
TagBox["\<\"7 pts\"\>",
HoldForm], "6.8116220872640846906`3.8332505450497165",
"6.7840830426446814272`3.831491155395712",
"6.9140003642495218017`3.8397293980862774",
"7.3781524278854764276`3.8679476232282393",
"7.5636875347140595238`3.8787335793014472",
"7.7107175232744937787`3.8870947933427233",
"8.0643132271275792533`3.906567387922286"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {False, True, {False}, False},
"Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{OutputFormsDump`HeadedRows, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{"3 pts", "4 pts", "5 pts", "6 pts", "7 pts"}, {
"state 1", "state 2", "state 3", "state 4", "state 5", "state 6",
"state 7"}}]]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811323393292823*^9},
CellLabel->
"During evaluation of \
In[41]:=",ExpressionUUID->"16adaca7-96f3-4f28-a85f-bf8e70f1d7fa"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{8.229777750081887, 6.680002063381955}, {9.262268464836541,
6.673026968803471}, {10.422340867989348`, 6.780223775004546}, {
11.49630815914679, 6.764710019607044}, {12.61057395600124,
6.826802048682781}, {13.793115653619372`, 6.828286429790214}, {
15.025929540965171`, 6.811860820846948}, {16.33626726263978,
6.819575520897165}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
8.229777750081887, 6.680002063381955}}, {{9.262268464836541,
6.673026968803471}}, {{10.422340867989348`, 6.780223775004546}}, {{
11.49630815914679, 6.764710019607044}}, {{12.61057395600124,
6.826802048682781}}, {{13.793115653619372`, 6.828286429790214}}, {{
15.025929540965171`, 6.811860820846948}}, {{16.33626726263978,
6.819575520897165}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2rb7Z+xXTpR1WXYlt//b1uwOMP8s9
4+mXr+yOMP55qT6Pd98l4Pw7gg9Xu/YowfkTH3z+qVCnAeer/hFL+vlBD84P
m1BsfLnKCM7nPPnYacVeUzj/btqErc4fLeB87c7JZSffWsP5Ly7OO3JWyx7O
7/dvMIiTcITzd2f4b9gx2QnOl5u6qCxI3wXO38esmJK43hXOn9aqPGO9vzuc
/8/yyN+EFx5w/mKDCV3tqV5wfr3Vg9i3TD5w/oy26IgTLb5w/sunUTMfqfnD
+U+t/7BuSAiA878sfRCkqRAI58+XZHc+9B7Bz9A7fGzqxiA4vzLG7/Gs/GA4
X22K9OL9tiFw/qecum9y/xD8SH/lt3PPhSLC13t6jd/sMDj/+vMF8y2jwuF8
x743qS6aEXD+yatn93e+QvBnmtVtYlgRCeezLizwmF4aBedPWPOjMMM0Gs7f
dvCQXSRrDJz/u1xpfstxBL/DPXDGw9ZYOH+jwiGTuJA4OP/HrBMpoqLxcP5t
OUGLN08RfOY4kaCqyAQ4X+Pvq4vSOxF86YVJymcVEuH8uaJL981uRPAPi/mr
NT9A8LfLzIqvck+C860+r3/UtxzBb+YTydO/i+Cf0az4eV4oGc4HAGuYWF0=
"]]},
Annotation[#, "Charting`Private`Tag$25455#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP22w8cMGARknFYdSW2/dvX7w4w/iz3
jKdfvrI7wvjnpfo83n2XgPPvCD5c7dqjBOdPfPD5p0KdBpyv+kcs6ecHPTg/
bEKx8eUqIzif8+RjpxV7TeH8u2kTtjp/tIDztTsnl518aw3nv7g478hZLXs4
v9+/wSBOwhHO353hv2HHZCc4X27qorIgfRc4fx+zYkrielc4f1qr8oz1/u5w
/j/LI38TXnjA+YsNJnS1p3rB+fVWD2LfMvnA+TPaoiNOtPjC+S+fRs18pOYP
5z+1/sO6ISEAzv+y9EGQpkIgnD9fkt350HsEP0Pv8LGpG4Pg/MoYv8ez8oPh
fLUp0ov324bA+Z9y6r7J/UPwI/2V3849F4oIX+/pNX6zw+D8688XzLeMCofz
HfvepLpoRsD5J6+e3d/5CsGfaVa3iWFFJJzPurDAY3ppFJw/Yc2PwgzTaDh/
28FDdpGsMXD+73Kl+S3HEfwO98AZD1tj4fyNCodM4kLi4Pwfs06kiIrGw/m3
5QQt3jxF8JnjRIKqIhPgfI2/ry5K70TwpRcmKZ9VSITz54ou3Te7EcE/LOav
1vwAwd8uMyu+yj0Jzrf6vP5R33IEv5lPJE//LoJ/RrPi53mhZDgfAPpmVyU=
"]]},
Annotation[#, "Charting`Private`Tag$25455#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{7.888488912096594, 6.664401443193097},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{9.210340371976184,
FormBox[
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox], TraditionalForm], {0.01, 0.}}, {
6.907755278982137,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
7.600902459542082,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.006367567650246,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.294049640102028,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.517193191416238,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.699514748210191,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.85366542803745,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.987196820661973,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.104979856318357,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.51599092375669,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.60300230074632,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
6.907755278982137,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
7.600902459542082,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.006367567650246,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.294049640102028,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.517193191416238,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.699514748210191,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.85366542803745,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.987196820661973,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.104979856318357,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.51599092375669,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.60300230074632,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{7.888488912096594, 16.33626726263978}, {6.664401443193097,
6.828286429790214}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.8113233933764544`*^9},
CellLabel->
"During evaluation of \
In[41]:=",ExpressionUUID->"665e3dd5-ab71-4ae2-8980-6c32be8221ef"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{8.229777750081887, 6.7784849674378505`}, {9.262268464836541,
7.035092147200277}, {10.422340867989348`, 6.8968120468626894`}, {
11.49630815914679, 7.013467802958332}, {12.61057395600124,
6.850935826943854}, {13.793115653619372`, 6.829220868786118}, {
15.025929540965171`, 6.835162202809434}, {16.33626726263978,
6.846929494579849}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
8.229777750081887, 6.7784849674378505`}}, {{9.262268464836541,
7.035092147200277}}, {{10.422340867989348`, 6.8968120468626894`}}, {{
11.49630815914679, 7.013467802958332}}, {{12.61057395600124,
6.850935826943854}}, {{13.793115653619372`, 6.829220868786118}}, {{
15.025929540965171`, 6.835162202809434}}, {{16.33626726263978,
6.846929494579849}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2ccFCO3omSDusuhLb/u3rdwcYf5Z7
xtMvX9kdYfzzUn0e775LwPl3BB+udu1RgvMnPvj8U6FOA85X/SOW9PODHpwf
NqHY+HKVEZzPefKx04q9pnD+3bQJW50/WsD52p2Ty06+tYbzX1ycd+Sslj2c
3+/fYBAn4Qjn787w37BjshOcLzd1UVmQvgucv49ZMSVxvSucP61VecZ6f3c4
/5/lkb8JLzzg/MUGE7raU73g/HqrB7FvmXzg/Blt0REnWnzh/JdPo2Y+UvOH
859a/2HdkBAA539Z+iBIUyEQzp8vye586D2Cn6F3+NjUjUFwfmWM3+NZ+cFw
vtoU6cX7bUPg/E85dd/k/iH4kf7Kb+eeC0WEr/f0Gr/ZYXD+9ecL5ltGhcP5
jn1vUl00I+D8k1fP7u98heDPNKvbxLAiEs5nXVjgMb00Cs6fsOZHYYZpNJy/
7eAhu0jWGDj/d7nS/JbjCH6He+CMh62xcP5GhUMmcSFxcP6PWSdSREXj4fzb
coIWb54i+MxxIkFVkQlwvsbfVxeldyL40guTlM8qJML5c0WX7pvdiOAfFvNX
a36A4G+XmRVf5Z4E51t9Xv+obzmC38wnkqd/F8E/o1nx87xQMpwPAFgSXDk=
"]]},
Annotation[#, "Charting`Private`Tag$25895#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP21z4EZvG/kHZYdSW2/dvX7w4w/iz3
jKdfvrI7wvjnpfo83n2XgPPvCD5c7dqjBOdPfPD5p0KdBpyv+kcs6ecHPTg/
bEKx8eUqIzif8+RjpxV7TeH8u2kTtjp/tIDztTsnl518aw3nv7g478hZLXs4
v9+/wSBOwhHO353hv2HHZCc4X27qorIgfRc4fx+zYkrielc4f1qr8oz1/u5w
/j/LI38TXnjA+YsNJnS1p3rB+fVWD2LfMvnA+TPaoiNOtPjC+S+fRs18pOYP
5z+1/sO6ISEAzv+y9EGQpkIgnD9fkt350HsEP0Pv8LGpG4Pg/MoYv8ez8oPh
fLUp0ov324bA+Z9y6r7J/UPwI/2V3849F4oIX+/pNX6zw+D8688XzLeMCofz
HfvepLpoRsD5J6+e3d/5CsGfaVa3iWFFJJzPurDAY3ppFJw/Yc2PwgzTaDh/
28FDdpGsMXD+73Kl+S3HEfwO98AZD1tj4fyNCodM4kLi4Pwfs06kiIrGw/m3
5QQt3jxF8JnjRIKqIhPgfI2/ry5K70TwpRcmKZ9VSITz54ou3Te7EcE/LOav
1vwAwd8uMyu+yj0Jzrf6vP5R33IEv5lPJE//LoJ/RrPi53mhZDgfAKMkie0=
"]]},
Annotation[#, "Charting`Private`Tag$25895#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{7.888488912096594, 6.764229013006605},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{9.210340371976184,
FormBox[
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox], TraditionalForm], {0.01, 0.}}, {
6.907755278982137,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
7.600902459542082,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.006367567650246,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.294049640102028,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.517193191416238,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.699514748210191,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.85366542803745,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.987196820661973,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.104979856318357,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.51599092375669,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.60300230074632,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
6.907755278982137,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
7.600902459542082,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.006367567650246,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.294049640102028,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.517193191416238,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.699514748210191,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.85366542803745,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.987196820661973,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.104979856318357,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.51599092375669,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.60300230074632,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{7.888488912096594, 16.33626726263978}, {6.764229013006605,
7.035092147200277}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.81132339351653*^9},
CellLabel->
"During evaluation of \
In[41]:=",ExpressionUUID->"8a8f7300-63a8-43ff-af59-2b68a388e3af"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{8.229777750081887, 7.283513869934448}, {9.262268464836541,
7.0610893611762755`}, {10.422340867989348`, 7.095067130444054}, {
11.49630815914679, 7.024336574762269}, {12.61057395600124,
7.223737529809199}, {13.793115653619372`, 7.044569328723634}, {
15.025929540965171`, 7.011482188120315}, {16.33626726263978,
6.925413934708256}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
8.229777750081887, 7.283513869934448}}, {{9.262268464836541,
7.0610893611762755`}}, {{10.422340867989348`, 7.095067130444054}}, {{
11.49630815914679, 7.024336574762269}}, {{12.61057395600124,
7.223737529809199}}, {{13.793115653619372`, 7.044569328723634}}, {{
15.025929540965171`, 7.011482188120315}}, {{16.33626726263978,
6.925413934708256}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2VrdEJ7x7Iuaw6kps+7ev3x1g/Fnu
GU+/fGV3hPHPS/V5vPsuAeffEXy42rVHCc6f+ODzT4U6DThf9Y9Y0s8PenB+
2IRi48tVRnA+58nHTiv2msL5d9MmbHX+aAHna3dOLjv51hrOf3Fx3pGzWvZw
fr9/g0GchCOcvzvDf8OOyU5wvtzURWVB+i5w/j5mxZTE9a5w/rRW5Rnr/d3h
/H+WR/4mvPCA8xcbTOhqT/WC8+utHsS+ZfKB82e0RUecaPGF818+jZr5SM0f
zn9q/Yd1Q0IAnP9l6YMgTYVAOH++JLvzofcIfobe4WNTNwbB+ZUxfo9n5QfD
+WpTpBfvtw2B8z/l1H2T+4fgR/orv517LhQRvt7Ta/xmh8H5158vmG8ZFQ7n
O/a9SXXRjIDzT149u7/zFYI/06xuE8OKSDifdWGBx/TSKDh/wpofhRmm0XD+
toOH7CJZY+D83+VK81uOI/gd7oEzHrbGwvkbFQ6ZxIXEwfk/Zp1IERWNh/Nv
ywlavHmK4DPHiQRVRSbA+Rp/X12U3ongSy9MUj6rkAjnzxVdum92I4J/WMxf
rfkBgr9dZlZ8lXsSnG/1ef2jvuUIfjOfSJ7+XQT/jGbFz/NCyXA+AJ0IjMU=
"]]},
Annotation[#, "Charting`Private`Tag$26335#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2PYvkw/KlztmvuhLb/u3rdwcYf5Z7
xtMvX9kdYfzzUn0e775LwPl3BB+udu1RgvMnPvj8U6FOA85X/SOW9PODHpwf
NqHY+HKVEZzPefKx04q9pnD+3bQJW50/WsD52p2Ty06+tYbzX1ycd+Sslj2c
3+/fYBAn4Qjn787w37BjshOcLzd1UVmQvgucv49ZMSVxvSucP61VecZ6f3c4
/5/lkb8JLzzg/MUGE7raU73g/HqrB7FvmXzg/Blt0REnWnzh/JdPo2Y+UvOH
859a/2HdkBAA539Z+iBIUyEQzp8vye586D2Cn6F3+NjUjUFwfmWM3+NZ+cFw
vtoU6cX7bUPg/E85dd/k/iH4kf7Kb+eeC0WEr/f0Gr/ZYXD+9ecL5ltGhcP5
jn1vUl00I+D8k1fP7u98heDPNKvbxLAiEs5nXVjgMb00Cs6fsOZHYYZpNJy/
7eAhu0jWGDj/d7nS/JbjCH6He+CMh62xcP5GhUMmcSFxcP6PWSdSREXj4fzb
coIWb54i+MxxIkFVkQlwvsbfVxeldyL40guTlM8qJML5c0WX7pvdiOAfFvNX
a36A4G+XmRVf5Z4E51t9Xv+obzmC38wnkqd/F8E/o1nx87xQMpwPAKX7aqU=
"]]},
Annotation[#, "Charting`Private`Tag$26335#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{7.888488912096594, 6.905519493862356},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{9.210340371976184,
FormBox[
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox], TraditionalForm], {0.01, 0.}}, {
6.907755278982137,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
7.600902459542082,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.006367567650246,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.294049640102028,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.517193191416238,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.699514748210191,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.85366542803745,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.987196820661973,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.104979856318357,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.51599092375669,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.60300230074632,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
6.907755278982137,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
7.600902459542082,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.006367567650246,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.294049640102028,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.517193191416238,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.699514748210191,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.85366542803745,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.987196820661973,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.104979856318357,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.51599092375669,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.60300230074632,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{7.888488912096594, 16.33626726263978}, {6.905519493862356,
7.283513869934448}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811323393662271*^9},
CellLabel->
"During evaluation of \
In[41]:=",ExpressionUUID->"4197013a-1a11-442f-800d-01706fb3c854"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{8.229777750081887, 7.629873724776175}, {9.262268464836541,
7.203459604946784}, {10.422340867989348`, 7.596956383221749}, {
11.49630815914679, 7.49277541493319}, {12.61057395600124,
7.36586967395186}, {13.793115653619372`, 7.53056005710499}, {
15.025929540965171`, 7.52197377636017}, {16.33626726263978,
7.491186814217378}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
8.229777750081887, 7.629873724776175}}, {{9.262268464836541,
7.203459604946784}}, {{10.422340867989348`, 7.596956383221749}}, {{
11.49630815914679, 7.49277541493319}}, {{12.61057395600124,
7.36586967395186}}, {{13.793115653619372`, 7.53056005710499}}, {{
15.025929540965171`, 7.52197377636017}}, {{16.33626726263978,
7.491186814217378}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2uksOZr6xlnVYdSW2/dvX7w4w/iz3
jKdfvrI7wvjnpfo83n2XgPPvCD5c7dqjBOdPfPD5p0KdBpyv+kcs6ecHPTg/
bEKx8eUqIzif8+RjpxV7TeH8u2kTtjp/tIDztTsnl518aw3nv7g478hZLXs4
v9+/wSBOwhHO353hv2HHZCc4X27qorIgfRc4fx+zYkrielc4f1qr8oz1/u5w
/j/LI38TXnjA+YsNJnS1p3rB+fVWD2LfMvnA+TPaoiNOtPjC+S+fRs18pOYP
5z+1/sO6ISEAzv+y9EGQpkIgnD9fkt350HsEP0Pv8LGpG4Pg/MoYv8ez8oPh
fLUp0ov324bA+Z9y6r7J/UPwI/2V3849F4oIX+/pNX6zw+D8688XzLeMCofz
HfvepLpoRsD5J6+e3d/5CsGfaVa3iWFFJJzPurDAY3ppFJw/Yc2PwgzTaDh/
28FDdpGsMXD+73Kl+S3HEfwO98AZD1tj4fyNCodM4kLi4Pwfs06kiIrGw/m3
5QQt3jxF8JnjRIKqIhPgfI2/ry5K70TwpRcmKZ9VSITz54ou3Te7EcE/LOav
1vwAwd8uMyu+yj0Jzrf6vP5R33IEv5lPJE//LoJ/RrPi53mhZDgfAMPAeN0=
"]]},
Annotation[#, "Charting`Private`Tag$26775#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2L71nn10UKeWw6kps+7ev3x1g/Fnu
GU+/fGV3hPHPS/V5vPsuAeffEXy42rVHCc6f+ODzT4U6DThf9Y9Y0s8PenB+
2IRi48tVRnA+58nHTiv2msL5d9MmbHX+aAHna3dOLjv51hrOf3Fx3pGzWvZw
fr9/g0GchCOcvzvDf8OOyU5wvtzURWVB+i5w/j5mxZTE9a5w/rRW5Rnr/d3h
/H+WR/4mvPCA8xcbTOhqT/WC8+utHsS+ZfKB82e0RUecaPGF818+jZr5SM0f
zn9q/Yd1Q0IAnP9l6YMgTYVAOH++JLvzofcIfobe4WNTNwbB+ZUxfo9n5QfD
+WpTpBfvtw2B8z/l1H2T+4fgR/orv517LhQRvt7Ta/xmh8H5158vmG8ZFQ7n
O/a9SXXRjIDzT149u7/zFYI/06xuE8OKSDifdWGBx/TSKDh/wpofhRmm0XD+
toOH7CJZY+D83+VK81uOI/gd7oEzHrbGwvkbFQ6ZxIXEwfk/Zp1IERWNh/Nv
ywlavHmK4DPHiQRVRSbA+Rp/X12U3ongSy9MUj6rkAjnzxVdum92I4J/WMxf
rfkBgr9dZlZ8lXsSnG/1ef2jvuUIfjOfSJ7+XQT/jGbFz/NCyXA+AGzekAU=
"]]},
Annotation[#, "Charting`Private`Tag$26775#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{7.888488912096594, 7.179769931622929},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{9.210340371976184,
FormBox[
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox], TraditionalForm], {0.01, 0.}}, {
6.907755278982137,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
7.600902459542082,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.006367567650246,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.294049640102028,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.517193191416238,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.699514748210191,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.85366542803745,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.987196820661973,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.104979856318357,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.51599092375669,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.60300230074632,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
6.907755278982137,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
7.600902459542082,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.006367567650246,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.294049640102028,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.517193191416238,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.699514748210191,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.85366542803745,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.987196820661973,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.104979856318357,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.51599092375669,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.60300230074632,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{7.888488912096594, 16.33626726263978}, {7.179769931622929,
7.629873724776175}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811323393813354*^9},
CellLabel->
"During evaluation of \
In[41]:=",ExpressionUUID->"89dbb424-8d05-46c4-8013-b67c0f9d0fde"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{8.229777750081887, 7.747417932625216}, {9.262268464836541,
7.492585479458523}, {10.422340867989348`, 7.605025919746025}, {
11.49630815914679, 7.560626461746292}, {12.61057395600124,
7.550326952137818}, {13.793115653619372`, 7.581774334619627}, {
15.025929540965171`, 7.5481225577562725`}, {16.33626726263978,
7.523500063002061}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
8.229777750081887, 7.747417932625216}}, {{9.262268464836541,
7.492585479458523}}, {{10.422340867989348`, 7.605025919746025}}, {{
11.49630815914679, 7.560626461746292}}, {{12.61057395600124,
7.550326952137818}}, {{13.793115653619372`, 7.581774334619627}}, {{
15.025929540965171`, 7.5481225577562725`}}, {{16.33626726263978,
7.523500063002061}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2VwU689TzZR1WXYlt//b1uwOMP8s9
4+mXr+yOMP55qT6Pd98l4Pw7gg9Xu/YowfkTH3z+qVCnAeer/hFL+vlBD84P
m1BsfLnKCM7nPPnYacVeUzj/btqErc4fLeB87c7JZSffWsP5Ly7OO3JWyx7O
7/dvMIiTcITzd2f4b9gx2QnOl5u6qCxI3wXO38esmJK43hXOn9aqPGO9vzuc
/8/yyN+EFx5w/mKDCV3tqV5wfr3Vg9i3TD5w/oy26IgTLb5w/sunUTMfqfnD
+U+t/7BuSAiA878sfRCkqRAI58+XZHc+9B7Bz9A7fGzqxiA4vzLG7/Gs/GA4
X22K9OL9tiFw/qecum9y/xD8SH/lt3PPhSLC13t6jd/sMDj/+vMF8y2jwuF8
x743qS6aEXD+yatn93e+QvBnmtVtYlgRCeezLizwmF4aBedPWPOjMMM0Gs7f
dvCQXSRrDJz/u1xpfstxBL/DPXDGw9ZYOH+jwiGTuJA4OP/HrBMpoqLxcP5t
OUGLN08RfOY4kaCqyAQ4X+Pvq4vSOxF86YVJymcVEuH8uaJL981uRPAPi/mr
NT9A8LfLzIqvck+C860+r3/UtxzBb+YTydO/i+Cf0az4eV4oGc4HAEVtVR0=
"]]},
Annotation[#, "Charting`Private`Tag$27215#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP22y5YWwndkXFYdSW2/dvX7w4w/iz3
jKdfvrI7wvjnpfo83n2XgPPvCD5c7dqjBOdPfPD5p0KdBpyv+kcs6ecHPTg/
bEKx8eUqIzif8+RjpxV7TeH8u2kTtjp/tIDztTsnl518aw3nv7g478hZLXs4
v9+/wSBOwhHO353hv2HHZCc4X27qorIgfRc4fx+zYkrielc4f1qr8oz1/u5w
/j/LI38TXnjA+YsNJnS1p3rB+fVWD2LfMvnA+TPaoiNOtPjC+S+fRs18pOYP
5z+1/sO6ISEAzv+y9EGQpkIgnD9fkt350HsEP0Pv8LGpG4Pg/MoYv8ez8oPh
fLUp0ov324bA+Z9y6r7J/UPwI/2V3849F4oIX+/pNX6zw+D8688XzLeMCofz
HfvepLpoRsD5J6+e3d/5CsGfaVa3iWFFJJzPurDAY3ppFJw/Yc2PwgzTaDh/
28FDdpGsMXD+73Kl+S3HEfwO98AZD1tj4fyNCodM4kLi4Pwfs06kiIrGw/m3
5QQt3jxF8JnjRIKqIhPgfI2/ry5K70TwpRcmKZ9VSITz54ou3Te7EcE/LOav
1vwAwd8uMyu+yj0Jzrf6vP5R33IEv5lPJE//LoJ/RrPi53mhZDgfAPabbRU=
"]]},
Annotation[#, "Charting`Private`Tag$27215#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{7.888488912096594, 7.478428120949263},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{9.210340371976184,
FormBox[
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox], TraditionalForm], {0.01, 0.}}, {
6.907755278982137,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
7.600902459542082,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.006367567650246,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.294049640102028,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.517193191416238,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.699514748210191,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.85366542803745,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.987196820661973,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.104979856318357,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.51599092375669,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.60300230074632,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
6.907755278982137,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
7.600902459542082,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.006367567650246,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.294049640102028,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.517193191416238,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.699514748210191,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.85366542803745,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.987196820661973,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.104979856318357,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.51599092375669,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.60300230074632,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{7.888488912096594, 16.33626726263978}, {7.478428120949263,
7.747417932625216}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811323393966441*^9},
CellLabel->
"During evaluation of \
In[41]:=",ExpressionUUID->"15b33e99-860c-43b3-af06-f02764dcd9e3"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{8.229777750081887, 7.834555321393714}, {9.262268464836541,
7.890071174810159}, {10.422340867989348`, 7.693313533801824}, {
11.49630815914679, 7.753823492894547}, {12.61057395600124,
7.778904499503044}, {13.793115653619372`, 7.752301560074007}, {
15.025929540965171`, 7.751737740155812}, {16.33626726263978,
7.728670920340504}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
8.229777750081887, 7.834555321393714}}, {{9.262268464836541,
7.890071174810159}}, {{10.422340867989348`, 7.693313533801824}}, {{
11.49630815914679, 7.753823492894547}}, {{12.61057395600124,
7.778904499503044}}, {{13.793115653619372`, 7.752301560074007}}, {{
15.025929540965171`, 7.751737740155812}}, {{16.33626726263978,
7.728670920340504}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2bStP3JVKkHNYdSW2/dvX7w4w/iz3
jKdfvrI7wvjnpfo83n2XgPPvCD5c7dqjBOdPfPD5p0KdBpyv+kcs6ecHPTg/
bEKx8eUqIzif8+RjpxV7TeH8u2kTtjp/tIDztTsnl518aw3nv7g478hZLXs4
v9+/wSBOwhHO353hv2HHZCc4X27qorIgfRc4fx+zYkrielc4f1qr8oz1/u5w
/j/LI38TXnjA+YsNJnS1p3rB+fVWD2LfMvnA+TPaoiNOtPjC+S+fRs18pOYP
5z+1/sO6ISEAzv+y9EGQpkIgnD9fkt350HsEP0Pv8LGpG4Pg/MoYv8ez8oPh
fLUp0ov324bA+Z9y6r7J/UPwI/2V3849F4oIX+/pNX6zw+D8688XzLeMCofz
HfvepLpoRsD5J6+e3d/5CsGfaVa3iWFFJJzPurDAY3ppFJw/Yc2PwgzTaDh/
28FDdpGsMXD+73Kl+S3HEfwO98AZD1tj4fyNCodM4kLi4Pwfs06kiIrGw/m3
5QQt3jxF8JnjRIKqIhPgfI2/ry5K70TwpRcmKZ9VSITz54ou3Te7EcE/LOav
1vwAwd8uMyu+yj0Jzrf6vP5R33IEv5lPJE//LoJ/RrPi53mhZDgfANhpggE=
"]]},
Annotation[#, "Charting`Private`Tag$27655#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2Wu6H2HZ8kXFYdSW2/dvX7w4w/iz3
jKdfvrI7wvjnpfo83n2XgPPvCD5c7dqjBOdPfPD5p0KdBpyv+kcs6ecHPTg/
bEKx8eUqIzif8+RjpxV7TeH8u2kTtjp/tIDztTsnl518aw3nv7g478hZLXs4
v9+/wSBOwhHO353hv2HHZCc4X27qorIgfRc4fx+zYkrielc4f1qr8oz1/u5w
/j/LI38TXnjA+YsNJnS1p3rB+fVWD2LfMvnA+TPaoiNOtPjC+S+fRs18pOYP
5z+1/sO6ISEAzv+y9EGQpkIgnD9fkt350HsEP0Pv8LGpG4Pg/MoYv8ez8oPh
fLUp0ov324bA+Z9y6r7J/UPwI/2V3849F4oIX+/pNX6zw+D8688XzLeMCofz
HfvepLpoRsD5J6+e3d/5CsGfaVa3iWFFJJzPurDAY3ppFJw/Yc2PwgzTaDh/
28FDdpGsMXD+73Kl+S3HEfwO98AZD1tj4fyNCodM4kLi4Pwfs06kiIrGw/m3
5QQt3jxF8JnjRIKqIhPgfI2/ry5K70TwpRcmKZ9VSITz54ou3Te7EcE/LOav
1vwAwd8uMyu+yj0Jzrf6vP5R33IEv5lPJE//LoJ/RrPi53mhZDgfAAn4bEU=
"]]},
Annotation[#, "Charting`Private`Tag$27655#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{7.888488912096594, 7.682382553745804},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{9.210340371976184,
FormBox[
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox], TraditionalForm], {0.01, 0.}}, {
6.907755278982137,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
7.600902459542082,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.006367567650246,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.294049640102028,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.517193191416238,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.699514748210191,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.85366542803745,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.987196820661973,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.104979856318357,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.51599092375669,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.60300230074632,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
6.907755278982137,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
7.600902459542082,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.006367567650246,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.294049640102028,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.517193191416238,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.699514748210191,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.85366542803745,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.987196820661973,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.104979856318357,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.51599092375669,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.60300230074632,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{7.888488912096594, 16.33626726263978}, {7.682382553745804,
7.890071174810159}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.8113233941195183`*^9},
CellLabel->
"During evaluation of \
In[41]:=",ExpressionUUID->"72e8a18d-6294-424f-9779-38bca3281329"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{8.229777750081887, 8.05302928112978}, {9.262268464836541,
7.928100175228529}, {10.422340867989348`, 8.102540670107144}, {
11.49630815914679, 7.853288455871761}, {12.61057395600124,
8.085029871089326}, {13.793115653619372`, 8.062426189064114}, {
15.025929540965171`, 8.045770371795019}, {16.33626726263978,
8.017459645779596}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
8.229777750081887, 8.05302928112978}}, {{9.262268464836541,
7.928100175228529}}, {{10.422340867989348`, 8.102540670107144}}, {{
11.49630815914679, 7.853288455871761}}, {{12.61057395600124,
8.085029871089326}}, {{13.793115653619372`, 8.062426189064114}}, {{
15.025929540965171`, 8.045770371795019}}, {{16.33626726263978,
8.017459645779596}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2Lx/cZN6UJe+w6kps+7ev3x1g/Fnu
GU+/fGV3hPHPS/V5vPsuAeffEXy42rVHCc6f+ODzT4U6DThf9Y9Y0s8PenB+
2IRi48tVRnA+58nHTiv2msL5d9MmbHX+aAHna3dOLjv51hrOf3Fx3pGzWvZw
fr9/g0GchCOcvzvDf8OOyU5wvtzURWVB+i5w/j5mxZTE9a5w/rRW5Rnr/d3h
/H+WR/4mvPCA8xcbTOhqT/WC8+utHsS+ZfKB82e0RUecaPGF818+jZr5SM0f
zn9q/Yd1Q0IAnP9l6YMgTYVAOH++JLvzofcIfobe4WNTNwbB+ZUxfo9n5QfD
+WpTpBfvtw2B8z/l1H2T+4fgR/orv517LhQRvt7Ta/xmh8H5158vmG8ZFQ7n
O/a9SXXRjIDzT149u7/zFYI/06xuE8OKSDifdWGBx/TSKDh/wpofhRmm0XD+
toOH7CJZY+D83+VK81uOI/gd7oEzHrbGwvkbFQ6ZxIXEwfk/Zp1IERWNh/Nv
ywlavHmK4DPHiQRVRSbA+Rp/X12U3ongSy9MUj6rkAjnzxVdum92I4J/WMxf
rfkBgr9dZlZ8lXsSnG/1ef2jvuUIfjOfSJ7+XQT/jGbFz/NCyXA+ABCWmZE=
"]]},
Annotation[#, "Charting`Private`Tag$28095#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2XsdNzbjb5RxWXYlt//b1uwOMP8s9
4+mXr+yOMP55qT6Pd98l4Pw7gg9Xu/YowfkTH3z+qVCnAeer/hFL+vlBD84P
m1BsfLnKCM7nPPnYacVeUzj/btqErc4fLeB87c7JZSffWsP5Ly7OO3JWyx7O
7/dvMIiTcITzd2f4b9gx2QnOl5u6qCxI3wXO38esmJK43hXOn9aqPGO9vzuc
/8/yyN+EFx5w/mKDCV3tqV5wfr3Vg9i3TD5w/oy26IgTLb5w/sunUTMfqfnD
+U+t/7BuSAiA878sfRCkqRAI58+XZHc+9B7Bz9A7fGzqxiA4vzLG7/Gs/GA4
X22K9OL9tiFw/qecum9y/xD8SH/lt3PPhSLC13t6jd/sMDj/+vMF8y2jwuF8
x743qS6aEXD+yatn93e+QvBnmtVtYlgRCeezLizwmF4aBedPWPOjMMM0Gs7f
dvCQXSRrDJz/u1xpfstxBL/DPXDGw9ZYOH+jwiGTuJA4OP/HrBMpoqLxcP5t
OUGLN08RfOY4kaCqyAQ4X+Pvq4vSOxF86YVJymcVEuH8uaJL981uRPAPi/mr
NT9A8LfLzIqvck+C860+r3/UtxzBb+YTydO/i+Cf0az4eV4oGc4HALI6QQE=
"]]},
Annotation[#, "Charting`Private`Tag$28095#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{7.888488912096594, 7.839441110636462},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{9.210340371976184,
FormBox[
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox], TraditionalForm], {0.01, 0.}}, {
6.907755278982137,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
7.600902459542082,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.006367567650246,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.294049640102028,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.517193191416238,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.699514748210191,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.85366542803745,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.987196820661973,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.104979856318357,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.51599092375669,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.60300230074632,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
6.907755278982137,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
7.600902459542082,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.006367567650246,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.294049640102028,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.517193191416238,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.699514748210191,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.85366542803745,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.987196820661973,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.104979856318357,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.51599092375669,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.60300230074632,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{7.888488912096594, 16.33626726263978}, {7.839441110636462,
8.102540670107144}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811323394267622*^9},
CellLabel->
"During evaluation of \
In[41]:=",ExpressionUUID->"b1492ebc-27b5-45e0-aa61-4be672e62006"]
}, Open ]]
}, Open ]]
}, Open ]],
Cell[CellGroupData[{
Cell["Triplets", "Subsubsection",
CellChangeTimes->{{3.811322582586644*^9,
3.81132259138094*^9}},ExpressionUUID->"bbd4e75b-5205-4f33-bb16-\
f3f2b7e43109"],
Cell[CellGroupData[{
Cell[BoxData[
RowBox[{
RowBox[{"Flush", "[", "\"\<cyclopropene_3_AVDZ\>\"", "]"}], ";"}]], "Input",\
CellChangeTimes->{{3.777429522265008*^9, 3.777429526325075*^9}, {
3.811322562001708*^9, 3.8113225929063673`*^9}, {3.811322816061357*^9,
3.811322817795486*^9}, 3.811323397850224*^9},
CellLabel->"In[42]:=",ExpressionUUID->"071f6ae3-30e1-47ee-bb49-cbbca415c942"],
Cell[CellGroupData[{
Cell[BoxData[
InterpretationBox[GridBox[{
{"\<\"State\"\>", "\<\"Linear fit\"\>", "\<\"\"\>", "\<\"\"\>", \
"\<\"\"\>"},
{GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.2999011004330043306`7.065579345411558"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0902627048806055321`3.955508343776636"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.2971570822912070753`7.065569098403736"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0317389527366772686`3.5015925926083145"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.2962966025827995509`7.065565885058017"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0138812356271064332`3.1424281262160725"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.2953999213735585272`7.065562536497368"}]}],
RowBox[{"b", "\[Rule]", "0.0033955859727267867`2.530914730829317"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.294205007177566813`7.065558074177208"}]}],
RowBox[{"b", "\[Rule]", "0.0234931940834499017`3.370942066522786"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.0441748400378259021`7.06462334472022"}]}],
RowBox[{"b", "\[Rule]", "0.052791510621630254`3.722564089454107"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.0509649584908515862`7.0646487559457976"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.066334016049769684`3.8217362915160025"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.0510338103965750634`7.064649013608402"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0675116461920831634`3.829378697878043"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.0509661493356929896`7.064648760402266"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0663865552820100541`3.8220801342166233"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.0447256081344846734`7.064625405960932"}]}],
RowBox[{"b", "\[Rule]", "0.0292269808567359318`3.4657839551117786"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.0522858697150923035`7.06465369912909"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.1268763489351611151`4.103380672652225"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.0482664318523831071`7.064638657202933"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0596778933065104378`3.775813483675298"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.0490613507627273293`7.064641632066105"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0727800112517185543`3.862012118391724"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.0463422678364366902`7.06463145622727"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.029445088711034486`3.469012867083425"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.0434779498237247708`7.064620736605821"}]}],
RowBox[{"b", "\[Rule]", "0.0135949908826061214`3.1333789206667944"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"4", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.0145128548387134515`7.064512320765957"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.2314714098075533744`4.364497356781184"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "116.0063312870889831174`7.064481692399427"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0895816772849712672`3.9522191897093406"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "115.9986328636910855039`7.064452870750594"}]}],
RowBox[{"b", "\[Rule]", "0.0419338807446526241`3.6225650557734568"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "115.9985944835034104017`7.064452727056603"}]}],
RowBox[{"b", "\[Rule]", "0.042565035961104003`3.6290530046425786"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "115.9651608446496879878`7.064327534696751"}]}],
RowBox[{"b", "\[Rule]", "0.5578772674805185794`4.746538665033038"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
TableForm[{{{
1, {$CellContext`a -> -116.2999011004330043306`7.065579345411558, \
$CellContext`b -> -0.0902627048806055321`3.955508343776636}}, {
1, {$CellContext`a -> -116.2971570822912070753`7.065569098403736, \
$CellContext`b -> -0.0317389527366772686`3.5015925926083145}}, {
1, {$CellContext`a -> -116.2962966025827995509`7.065565885058017, \
$CellContext`b -> -0.0138812356271064332`3.1424281262160725}}, {
1, {$CellContext`a -> -116.2953999213735585272`7.065562536497368, \
$CellContext`b -> 0.0033955859727267867`2.530914730829317}}, {
1, {$CellContext`a -> -116.294205007177566813`7.065558074177208, \
$CellContext`b -> 0.0234931940834499017`3.370942066522786}}}, {{
2, {$CellContext`a -> -116.0441748400378259021`7.06462334472022, \
$CellContext`b -> 0.052791510621630254`3.722564089454107}}, {
2, {$CellContext`a -> -116.0509649584908515862`7.0646487559457976, \
$CellContext`b -> -0.066334016049769684`3.8217362915160025}}, {
2, {$CellContext`a -> -116.0510338103965750634`7.064649013608402, \
$CellContext`b -> -0.0675116461920831634`3.829378697878043}}, {
2, {$CellContext`a -> -116.0509661493356929896`7.064648760402266, \
$CellContext`b -> -0.0663865552820100541`3.8220801342166233}}, {
2, {$CellContext`a -> -116.0447256081344846734`7.064625405960932, \
$CellContext`b -> 0.0292269808567359318`3.4657839551117786}}}, {{
3, {$CellContext`a -> -116.0522858697150923035`7.06465369912909, \
$CellContext`b -> -0.1268763489351611151`4.103380672652225}}, {
3, {$CellContext`a -> -116.0482664318523831071`7.064638657202933, \
$CellContext`b -> -0.0596778933065104378`3.775813483675298}}, {
3, {$CellContext`a -> -116.0490613507627273293`7.064641632066105, \
$CellContext`b -> -0.0727800112517185543`3.862012118391724}}, {
3, {$CellContext`a -> -116.0463422678364366902`7.06463145622727, \
$CellContext`b -> -0.029445088711034486`3.469012867083425}}, {
3, {$CellContext`a -> -116.0434779498237247708`7.064620736605821, \
$CellContext`b -> 0.0135949908826061214`3.1333789206667944}}}, {{
4, {$CellContext`a -> -116.0145128548387134515`7.064512320765957, \
$CellContext`b -> -0.2314714098075533744`4.364497356781184}}, {
4, {$CellContext`a -> -116.0063312870889831174`7.064481692399427, \
$CellContext`b -> -0.0895816772849712672`3.9522191897093406}}, {
4, {$CellContext`a -> -115.9986328636910855039`7.064452870750594, \
$CellContext`b -> 0.0419338807446526241`3.6225650557734568}}, {
4, {$CellContext`a -> -115.9985944835034104017`7.064452727056603, \
$CellContext`b -> 0.042565035961104003`3.6290530046425786}}, {
4, {$CellContext`a -> -115.9651608446496879878`7.064327534696751, \
$CellContext`b -> 0.5578772674805185794`4.746538665033038}}}},
TableAlignments -> Center,
TableHeadings -> {None, {"State", "Linear fit"}}]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, 3.811323398230356*^9},
CellLabel->
"During evaluation of \
In[42]:=",ExpressionUUID->"c8382652-8299-4f94-9f32-62f54049a54d"],
Cell[BoxData[
InterpretationBox[GridBox[{
{"\<\"State\"\>", "\<\"Quadratic fit\"\>", "\<\"\"\>", "\<\"\"\>", \
"\<\"\"\>"},
{GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.3305049844577894191`7.0656936133463235"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "1.3940756509963432297`5.144286341852949"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "13.8847403993040021675`6.142537764230049"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.299976030307362862`7.0655796252193666"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1463363797036712766`4.165352306579792"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "1.1620365107764063506`5.065219773647788"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.2974955383738659975`7.065570362315931"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0568536103770293094`3.7547580489188292"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.3751004723878470504`4.57414761108569"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.2972939655979729423`7.0655696095738385"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0509901827491649473`3.707486568484667"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.3379973546655135053`4.528913301287519"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.2972214470911751505`7.065569338764467"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.048893818571590475`3.6892539566708615"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.3248642245578040044`4.5117018876065815"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "115.9862643411774172364`7.064406561002444"}]}],
RowBox[{"b2", "\[Rule]", "2.0816288429251188496`5.318403296817646"}],
RowBox[{
"c2", "\[Rule]", "17.7657115667524401204`6.249582606890096"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.0479997305552330999`7.06463765910931"}]}],
RowBox[{"b2", "\[Rule]", "0.0286056475561272221`3.456451783490242"}],
RowBox[{"c2", "\[Rule]", "0.7544660359670122274`4.877639693781434"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.0509942781068133399`7.064648865667814"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0672427826565909353`3.827645677215338"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.0064184986646304799`2.8074334551845976"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.0520916250570451211`7.064652972220067"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1006672788677290542`4.002888329377238"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.2571421976029897305`4.410173351175579"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.0453009286371326425`7.06462755907818"}]}],
RowBox[{"b2", "\[Rule]", "0.0197231272283666034`3.2949757762414413"}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.019273397623626537`3.2849582812939637"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.1500993168967994507`7.065019585490209"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "3.3906605937708227394`5.530284318934762"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "27.2231316232273812261`6.434938082970818"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.0430689678154720923`7.064619205981735"}]}],
RowBox[{"b2", "\[Rule]", "0.1132567332922876924`4.05406403094764"}],
RowBox[{"c2", "\[Rule]", "1.437615683681788159`5.157642802066486"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.0533429127812752313`7.064657654810589"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.2060208431194048284`4.313911160145027"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "1.0322181945191084562`5.013771509945721"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.0608780260530039641`7.064685851774156"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.3976997500831647159`4.599555318072889"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "2.1667019879810496263`5.335799181797145"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.0608748781093879643`7.064685839994694"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.3976203374358366904`4.599468589533817"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "2.166238233371866162`5.335706216716528"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"4", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.2205411857917312091`7.065282893417812"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "7.3633393825276289846`5.867074817937281"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "61.7130069902182896158`6.79037670809714"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.0494814151208231578`7.064643204084875"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "1.5517940014321167652`5.1908340687397185"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "12.3801066202784735282`6.092724384942517"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "115.999452740068335288`7.064455940325805"}]}],
RowBox[{"b2", "\[Rule]", "0.0188667947340602216`3.275698124460141"}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.1566341599077555602`4.194886482125571"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "116.0863233802931517857`7.0647810566865035"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "2.4032399651508105087`5.380797137569475"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "16.3612609631500838248`6.2138167717212776"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "115.9084779420577291376`7.064115202907479"}]}],
RowBox[{"b2", "\[Rule]", "1.996323060269744154`5.30023082349413"}],
RowBox[{"c2", "\[Rule]", "8.3172220244078705065`5.919978294929123"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
TableForm[{{{
1, {$CellContext`a2 -> -116.3305049844577894191`7.0656936133463235, \
$CellContext`b2 -> -1.3940756509963432297`5.144286341852949, $CellContext`c2 -> \
-13.8847403993040021675`6.142537764230049}}, {
1, {$CellContext`a2 -> -116.299976030307362862`7.0655796252193666, \
$CellContext`b2 -> -0.1463363797036712766`4.165352306579792, $CellContext`c2 -> \
-1.1620365107764063506`5.065219773647788}}, {
1, {$CellContext`a2 -> -116.2974955383738659975`7.065570362315931, \
$CellContext`b2 -> -0.0568536103770293094`3.7547580489188292, $CellContext`c2 -> \
-0.3751004723878470504`4.57414761108569}}, {
1, {$CellContext`a2 -> -116.2972939655979729423`7.0655696095738385, \
$CellContext`b2 -> -0.0509901827491649473`3.707486568484667, $CellContext`c2 -> \
-0.3379973546655135053`4.528913301287519}}, {
1, {$CellContext`a2 -> -116.2972214470911751505`7.065569338764467, \
$CellContext`b2 -> -0.048893818571590475`3.6892539566708615, $CellContext`c2 -> \
-0.3248642245578040044`4.5117018876065815}}}, {{
2, {$CellContext`a2 -> -115.9862643411774172364`7.064406561002444, \
$CellContext`b2 -> 2.0816288429251188496`5.318403296817646, $CellContext`c2 ->
17.7657115667524401204`6.249582606890096}}, {
2, {$CellContext`a2 -> -116.0479997305552330999`7.06463765910931, \
$CellContext`b2 -> 0.0286056475561272221`3.456451783490242, $CellContext`c2 ->
0.7544660359670122274`4.877639693781434}}, {
2, {$CellContext`a2 -> -116.0509942781068133399`7.064648865667814, \
$CellContext`b2 -> -0.0672427826565909353`3.827645677215338, $CellContext`c2 -> \
-0.0064184986646304799`2.8074334551845976}}, {
2, {$CellContext`a2 -> -116.0520916250570451211`7.064652972220067, \
$CellContext`b2 -> -0.1006672788677290542`4.002888329377238, $CellContext`c2 -> \
-0.2571421976029897305`4.410173351175579}}, {
2, {$CellContext`a2 -> -116.0453009286371326425`7.06462755907818, \
$CellContext`b2 ->
0.0197231272283666034`3.2949757762414413, $CellContext`c2 -> \
-0.019273397623626537`3.2849582812939637}}}, {{
3, {$CellContext`a2 -> -116.1500993168967994507`7.065019585490209, \
$CellContext`b2 -> -3.3906605937708227394`5.530284318934762, $CellContext`c2 -> \
-27.2231316232273812261`6.434938082970818}}, {
3, {$CellContext`a2 -> -116.0430689678154720923`7.064619205981735, \
$CellContext`b2 -> 0.1132567332922876924`4.05406403094764, $CellContext`c2 ->
1.437615683681788159`5.157642802066486}}, {
3, {$CellContext`a2 -> -116.0533429127812752313`7.064657654810589, \
$CellContext`b2 -> -0.2060208431194048284`4.313911160145027, $CellContext`c2 -> \
-1.0322181945191084562`5.013771509945721}}, {
3, {$CellContext`a2 -> -116.0608780260530039641`7.064685851774156, \
$CellContext`b2 -> -0.3976997500831647159`4.599555318072889, $CellContext`c2 -> \
-2.1667019879810496263`5.335799181797145}}, {
3, {$CellContext`a2 -> -116.0608748781093879643`7.064685839994694, \
$CellContext`b2 -> -0.3976203374358366904`4.599468589533817, $CellContext`c2 -> \
-2.166238233371866162`5.335706216716528}}}, {{
4, {$CellContext`a2 -> -116.2205411857917312091`7.065282893417812, \
$CellContext`b2 -> -7.3633393825276289846`5.867074817937281, $CellContext`c2 -> \
-61.7130069902182896158`6.79037670809714}}, {
4, {$CellContext`a2 -> -116.0494814151208231578`7.064643204084875, \
$CellContext`b2 -> -1.5517940014321167652`5.1908340687397185, $CellContext`c2 -> \
-12.3801066202784735282`6.092724384942517}}, {
4, {$CellContext`a2 -> -115.999452740068335288`7.064455940325805, \
$CellContext`b2 ->
0.0188667947340602216`3.275698124460141, $CellContext`c2 -> \
-0.1566341599077555602`4.194886482125571}}, {
4, {$CellContext`a2 -> -116.0863233802931517857`7.0647810566865035, \
$CellContext`b2 -> -2.4032399651508105087`5.380797137569475, $CellContext`c2 -> \
-16.3612609631500838248`6.2138167717212776}}, {
4, {$CellContext`a2 -> -115.9084779420577291376`7.064115202907479, \
$CellContext`b2 -> 1.996323060269744154`5.30023082349413, $CellContext`c2 ->
8.3172220244078705065`5.919978294929123}}}}, TableAlignments -> Center,
TableHeadings -> {None, {"State", "Quadratic fit"}}]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, 3.811323398238214*^9},
CellLabel->
"During evaluation of \
In[42]:=",ExpressionUUID->"9ec0f7a3-4df1-4b49-8d7d-eeace07310b0"],
Cell[BoxData["\<\"Excitation energies with PT2\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, 3.811323398243375*^9},
CellLabel->
"During evaluation of \
In[42]:=",ExpressionUUID->"b24cb528-036e-4cb7-9c89-b434a530a51f"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
TagBox["\<\"nDet\"\>",
HoldForm],
TagBox["\<\"1\"\>",
HoldForm],
TagBox["\<\"2\"\>",
HoldForm],
TagBox["\<\"3\"\>",
HoldForm]},
{"31088", "6.6567390494736446982`3.8232615325270163",
"6.7497067498109784012`3.8292849047265114",
"8.7621337826771874546`3.9426098798208056"},
{"57709", "6.749052860204758808`3.829242829653515",
"6.8591419646260369802`3.836269791605487",
"9.7928564584419230954`3.9909093887587677"},
{"133585", "6.5649931403683847719`3.8172342766400122",
"6.8678653907561448833`3.836821774458489",
"6.944621091530549073`3.8416485549913304"},
{"255008", "6.8039197220644869191`3.8327591808267623",
"6.8761153387697717676`3.83734315285666",
"7.9804494396541958423`3.902027350456666"},
{"571143", "6.7799200959365721886`3.831224575563477",
"6.8408101980919324703`3.8351075408609114",
"7.9926205483929173568`3.9026891952229916"},
{"1294976", "6.7715438870921929038`3.8306876975186834",
"6.8300861908616115059`3.8344261842056038",
"8.0161390772164082819`3.9039652434462844"},
{"3300419", "6.7587969854244365209`3.8298694016981085",
"6.8304151765185521228`3.8344471024210653",
"8.016748068035267849`3.903998235801297"},
{"9262490", "6.7638427927341782109`3.83019350504021",
"6.8287694318916232206`3.834342449349298",
"8.0121351938771567802`3.903748268811688"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {{False}}, "Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{None, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"nDet", "1", "2", "3"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, 3.8113233982454844`*^9},
CellLabel->
"During evaluation of \
In[42]:=",ExpressionUUID->"9056f27f-48cd-453b-8ae8-7eb877f2f98c"],
Cell[BoxData["\<\"Linear fits\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, 3.811323398247614*^9},
CellLabel->
"During evaluation of \
In[42]:=",ExpressionUUID->"ced1dcee-66af-42d2-9bc4-b0b1e172e996"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
StyleBox["\[Null]",
ShowStringCharacters->False],
TagBox["\<\"state 1\"\>",
HoldForm],
TagBox["\<\"state 2\"\>",
HoldForm],
TagBox["\<\"state 3\"\>",
HoldForm]},
{
TagBox["\<\"2 pts\"\>",
HoldForm], "6.9586659870642373349`3.8425259910493708",
"6.7379536274964655362`3.828528017717868",
"7.7658097164368129484`3.8901867449385996"},
{
TagBox["\<\"3 pts\"\>",
HoldForm], "6.6992289158151026029`3.8260248180921512",
"6.7726595658597208427`3.830759245932009",
"7.9137729778211793885`3.8983835875153376"},
{
TagBox["\<\"4 pts\"\>",
HoldForm], "6.6739405145223944515`3.8243823314272833",
"6.7276138750278926537`3.8278610575881795",
"8.0998429031389171939`3.9084765957969814"},
{
TagBox["\<\"5 pts\"\>",
HoldForm], "6.6513817272470410202`3.822911873000249",
"6.7772039516340401022`3.831050555396031",
"8.0764873427197265698`3.9072225167931793"},
{
TagBox["\<\"6 pts\"\>",
HoldForm], "6.7886802313989260682`3.831785352493867",
"6.8226307433140753744`3.833951866885839",
"8.9537477241737288836`3.9520048537795316"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {False, True, {False}, False},
"Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{OutputFormsDump`HeadedRows, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{"2 pts", "3 pts", "4 pts", "5 pts", "6 pts"}, {
"state 1", "state 2", "state 3"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, 3.811323398249652*^9},
CellLabel->
"During evaluation of \
In[42]:=",ExpressionUUID->"3b46d056-69dc-4ee0-9723-d2df84e20030"],
Cell[BoxData["\<\"Quadratic fits\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, 3.811323398251829*^9},
CellLabel->
"During evaluation of \
In[42]:=",ExpressionUUID->"480e9379-7709-43de-9918-2d87695d198d"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
StyleBox["\[Null]",
ShowStringCharacters->False],
TagBox["\<\"state 1\"\>",
HoldForm],
TagBox["\<\"state 2\"\>",
HoldForm],
TagBox["\<\"state 3\"\>",
HoldForm]},
{
TagBox["\<\"3 pts\"\>",
HoldForm], "9.3672650280753266827`3.9716128078997914",
"4.909088260197889575`3.691000840324017",
"2.9922673737276710426`3.476000397262772"},
{
TagBox["\<\"4 pts\"\>",
HoldForm], "6.8566243604464327532`3.8361103573326676",
"6.9907972487311029752`3.8445267066442184",
"6.8163056697722863575`3.8335490576563576"},
{
TagBox["\<\"5 pts\"\>",
HoldForm], "6.7076409475432576812`3.826569807262298",
"6.6437313427965181134`3.8224120622652054",
"8.1101576351727970859`3.9090292955700185"},
{
TagBox["\<\"6 pts\"\>",
HoldForm], "6.6722955414666822449`3.8242752746179183",
"6.4332053922391336798`3.8084274172937485",
"5.7408020355948279345`3.7589725710217508"},
{
TagBox["\<\"7 pts\"\>",
HoldForm], "6.8551064740114844298`3.836014204671344",
"6.4313177230659688277`3.808299965338616",
"10.5782495782329117873`4.024413809343081"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {False, True, {False}, False},
"Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{OutputFormsDump`HeadedRows, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{"3 pts", "4 pts", "5 pts", "6 pts", "7 pts"}, {
"state 1", "state 2", "state 3"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, 3.811323398253813*^9},
CellLabel->
"During evaluation of \
In[42]:=",ExpressionUUID->"7bb806a4-3b2d-4d17-8331-3612c5c71ba6"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{10.344577171617221`, 6.656739049473645}, {
10.963168419535473`, 6.749052860204759}, {11.80249325833222,
6.564993140368385}, {12.449050196197474`, 6.803919722064487}, {
13.2553948951122, 6.779920095936572}, {14.074002720125508`,
6.771543887092193}, {15.00955998807371, 6.7587969854244365`}, {
16.041483468963765`, 6.763842792734178}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
10.344577171617221`, 6.656739049473645}}, {{10.963168419535473`,
6.749052860204759}}, {{11.80249325833222, 6.564993140368385}}, {{
12.449050196197474`, 6.803919722064487}}, {{13.2553948951122,
6.779920095936572}}, {{14.074002720125508`, 6.771543887092193}}, {{
15.00955998807371, 6.7587969854244365`}}, {{16.041483468963765`,
6.763842792734178}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2H19GdK65Ku2w6kps+7ev3x1g/Fnu
GU+/fGV3hPHPS/V5vPsuAeffEXy42rVHCc6f+ODzT4U6DThf9Y9Y0s8PenB+
2IRi48tVRnA+58nHTiv2msL5d9MmbHX+aAHna3dOLjv51hrOf3Fx3pGzWvZw
fr9/g0GchCOcvzvDf8OOyU5wvtzURWVB+i5w/j5mxZTE9a5w/rRW5Rnr/d3h
/H+WR/4mvPCA8xcbTOhqT/WC8+utHsS+ZfKB82e0RUecaPGF818+jZr5SM0f
zn9q/Yd1Q0IAnP9l6YMgTYVAOH++JLvzofcIfobe4WNTNwbB+ZUxfo9n5QfD
+WpTpBfvtw2B8z/l1H2T+4fgR/orv517LhQRvt7Ta/xmh8H5158vmG8ZFQ7n
O/a9SXXRjIDzT149u7/zFYI/06xuE8OKSDifdWGBx/TSKDh/wpofhRmm0XD+
toOH7CJZY+D83+VK81uOI/gd7oEzHrbGwvkbFQ6ZxIXEwfk/Zp1IERWNh/Nv
ywlavHmK4DPHiQRVRSbA+Rp/X12U3ongSy9MUj6rkAjnzxVdum92I4J/WMxf
rfkBgr9dZlZ8lXsSnG/1ef2jvuUIfjOfSJ7+XQT/jGbFz/NCyXA+ANhQsb0=
"]]},
Annotation[#, "Charting`Private`Tag$28661#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2syQyNbn2KDmsuhLb/u3rdwcYf5Z7
xtMvX9kdYfzzUn0e775LwPl3BB+udu1RgvMnPvj8U6FOA85X/SOW9PODHpwf
NqHY+HKVEZzPefKx04q9pnD+3bQJW50/WsD52p2Ty06+tYbzX1ycd+Sslj2c
3+/fYBAn4Qjn787w37BjshOcLzd1UVmQvgucv49ZMSVxvSucP61VecZ6f3c4
/5/lkb8JLzzg/MUGE7raU73g/HqrB7FvmXzg/Blt0REnWnzh/JdPo2Y+UvOH
859a/2HdkBAA539Z+iBIUyEQzp8vye586D2Cn6F3+NjUjUFwfmWM3+NZ+cFw
vtoU6cX7bUPg/E85dd/k/iH4kf7Kb+eeC0WEr/f0Gr/ZYXD+9ecL5ltGhcP5
jn1vUl00I+D8k1fP7u98heDPNKvbxLAiEs5nXVjgMb00Cs6fsOZHYYZpNJy/
7eAhu0jWGDj/d7nS/JbjCH6He+CMh62xcP5GhUMmcSFxcP6PWSdSREXj4fzb
coIWb54i+MxxIkFVkQlwvsbfVxeldyL40guTlM8qJML5c0WX7pvdiOAfFvNX
a36A4G+XmRVf5Z4E51t9Xv+obzmC38wnkqd/F8E/o1nx87xQMpwPAI6uQQE=
"]]},
Annotation[#, "Charting`Private`Tag$28661#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{10.104733460314003`, 6.551719441385269},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{10.819778284410283`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {11.512925464970229`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.122363377404328`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.815510557964274`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {15.424948470398375`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {16.11809565095832,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{10.104733460314003`, 16.041483468963765`}, {6.551719441385269,
6.803919722064487}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, 3.811323398360319*^9},
CellLabel->
"During evaluation of \
In[42]:=",ExpressionUUID->"f5735583-2631-402e-9e0e-2e7d21dd4ed1"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{10.344577171617221`, 6.749706749810978}, {
10.963168419535473`, 6.859141964626037}, {11.80249325833222,
6.867865390756145}, {12.449050196197474`, 6.876115338769772}, {
13.2553948951122, 6.8408101980919325`}, {14.074002720125508`,
6.8300861908616115`}, {15.00955998807371, 6.830415176518552}, {
16.041483468963765`, 6.828769431891623}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
10.344577171617221`, 6.749706749810978}}, {{10.963168419535473`,
6.859141964626037}}, {{11.80249325833222, 6.867865390756145}}, {{
12.449050196197474`, 6.876115338769772}}, {{13.2553948951122,
6.8408101980919325`}}, {{14.074002720125508`, 6.8300861908616115`}}, {{
15.00955998807371, 6.830415176518552}}, {{16.041483468963765`,
6.828769431891623}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP28fYLZFd9lnJYdSW2/dvX7w4w/iz3
jKdfvrI7wvjnpfo83n2XgPPvCD5c7dqjBOdPfPD5p0KdBpyv+kcs6ecHPTg/
bEKx8eUqIzif8+RjpxV7TeH8u2kTtjp/tIDztTsnl518aw3nv7g478hZLXs4
v9+/wSBOwhHO353hv2HHZCc4X27qorIgfRc4fx+zYkrielc4f1qr8oz1/u5w
/j/LI38TXnjA+YsNJnS1p3rB+fVWD2LfMvnA+TPaoiNOtPjC+S+fRs18pOYP
5z+1/sO6ISEAzv+y9EGQpkIgnD9fkt350HsEP0Pv8LGpG4Pg/MoYv8ez8oPh
fLUp0ov324bA+Z9y6r7J/UPwI/2V3849F4oIX+/pNX6zw+D8688XzLeMCofz
HfvepLpoRsD5J6+e3d/5CsGfaVa3iWFFJJzPurDAY3ppFJw/Yc2PwgzTaDh/
28FDdpGsMXD+73Kl+S3HEfwO98AZD1tj4fyNCodM4kLi4Pwfs06kiIrGw/m3
5QQt3jxF8JnjRIKqIhPgfI2/ry5K70TwpRcmKZ9VSITz54ou3Te7EcE/LOav
1vwAwd8uMyu+yj0Jzrf6vP5R33IEv5lPJE//LoJ/RrPi53mhZDgfALcDb7k=
"]]},
Annotation[#, "Charting`Private`Tag$29097#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2719kcbxYJOyw6kps+7ev3x1g/Fnu
GU+/fGV3hPHPS/V5vPsuAeffEXy42rVHCc6f+ODzT4U6DThf9Y9Y0s8PenB+
2IRi48tVRnA+58nHTiv2msL5d9MmbHX+aAHna3dOLjv51hrOf3Fx3pGzWvZw
fr9/g0GchCOcvzvDf8OOyU5wvtzURWVB+i5w/j5mxZTE9a5w/rRW5Rnr/d3h
/H+WR/4mvPCA8xcbTOhqT/WC8+utHsS+ZfKB82e0RUecaPGF818+jZr5SM0f
zn9q/Yd1Q0IAnP9l6YMgTYVAOH++JLvzofcIfobe4WNTNwbB+ZUxfo9n5QfD
+WpTpBfvtw2B8z/l1H2T+4fgR/orv517LhQRvt7Ta/xmh8H5158vmG8ZFQ7n
O/a9SXXRjIDzT149u7/zFYI/06xuE8OKSDifdWGBx/TSKDh/wpofhRmm0XD+
toOH7CJZY+D83+VK81uOI/gd7oEzHrbGwvkbFQ6ZxIXEwfk/Zp1IERWNh/Nv
ywlavHmK4DPHiQRVRSbA+Rp/X12U3ongSy9MUj6rkAjnzxVdum92I4J/WMxf
rfkBgr9dZlZ8lXsSnG/1ef2jvuUIfjOfSJ7+XQT/jGbFz/NCyXA+AN3xmsk=
"]]},
Annotation[#, "Charting`Private`Tag$29097#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{10.104733460314003`, 6.742684050424379},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{10.819778284410283`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {11.512925464970229`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.122363377404328`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.815510557964274`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {15.424948470398375`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {16.11809565095832,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{10.104733460314003`, 16.041483468963765`}, {6.742684050424379,
6.876115338769772}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, 3.811323398509789*^9},
CellLabel->
"During evaluation of \
In[42]:=",ExpressionUUID->"d723f984-e720-4024-8f50-47f37c36fddd"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{10.344577171617221`, 8.762133782677187}, {
10.963168419535473`, 9.792856458441923}, {11.80249325833222,
6.944621091530549}, {12.449050196197474`, 7.980449439654196}, {
13.2553948951122, 7.992620548392917}, {14.074002720125508`,
8.016139077216408}, {15.00955998807371, 8.016748068035268}, {
16.041483468963765`, 8.012135193877157}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
10.344577171617221`, 8.762133782677187}}, {{10.963168419535473`,
9.792856458441923}}, {{11.80249325833222, 6.944621091530549}}, {{
12.449050196197474`, 7.980449439654196}}, {{13.2553948951122,
7.992620548392917}}, {{14.074002720125508`, 8.016139077216408}}, {{
15.00955998807371, 8.016748068035268}}, {{16.041483468963765`,
8.012135193877157}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2FRYyOQYC8g6rrsS2f/v63QHGn+We
8fTLV3ZHGP+8VJ/Hu+8ScP4dwYerXXuU4PyJDz7/VKjTgPNV/4gl/fygB+eH
TSg2vlxlBOdznnzstGKvKZx/N23CVuePFnC+dufkspNvreH8FxfnHTmrZQ/n
9/s3GMRJOML5uzP8N+yY7ATny01dVBak7wLn72NWTElc7wrnT2tVnrHe3x3O
/2d55G/CCw84f7HBhK72VC84v97qQexbJh84f0ZbdMSJFl84/+XTqJmP1Pzh
/KfWf1g3JATA+V+WPgjSVAiE8+dLsjsfeo/gZ+gdPjZ1YxCcXxnj93hWfjCc
rzZFevF+2xA4/1NO3Te5fwh+pL/y27nnQhHh6z29xm92GJx//fmC+ZZR4XC+
Y9+bVBfNCDj/5NWz+ztfIfgzzeo2MayIhPNZFxZ4TC+NgvMnrPlRmGEaDedv
O3jILpI1Bs7/Xa40v+U4gt/hHjjjYWssnL9R4ZBJXEgcnP9j1okUUdF4OP+2
nKDFm6cIPnOcSFBVZAKcr/H31UXpnQi+9MIk5bMKiXD+XNGl+2Y3IviHxfzV
mh8g+NtlZsVXuSfB+Vaf1z/qW47gN/OJ5OnfRfDPaFb8PC+UDOcDAOC7Ir0=
"]]},
Annotation[#, "Charting`Private`Tag$29533#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2C5IqHmh+YHdYdSW2/dvX7w4w/iz3
jKdfvrI7wvjnpfo83n2XgPPvCD5c7dqjBOdPfPD5p0KdBpyv+kcs6ecHPTg/
bEKx8eUqIzif8+RjpxV7TeH8u2kTtjp/tIDztTsnl518aw3nv7g478hZLXs4
v9+/wSBOwhHO353hv2HHZCc4X27qorIgfRc4fx+zYkrielc4f1qr8oz1/u5w
/j/LI38TXnjA+YsNJnS1p3rB+fVWD2LfMvnA+TPaoiNOtPjC+S+fRs18pOYP
5z+1/sO6ISEAzv+y9EGQpkIgnD9fkt350HsEP0Pv8LGpG4Pg/MoYv8ez8oPh
fLUp0ov324bA+Z9y6r7J/UPwI/2V3849F4oIX+/pNX6zw+D8688XzLeMCofz
HfvepLpoRsD5J6+e3d/5CsGfaVa3iWFFJJzPurDAY3ppFJw/Yc2PwgzTaDh/
28FDdpGsMXD+73Kl+S3HEfwO98AZD1tj4fyNCodM4kLi4Pwfs06kiIrGw/m3
5QQt3jxF8JnjRIKqIhPgfI2/ry5K70TwpRcmKZ9VSITz54ou3Te7EcE/LOav
1vwAwd8uMyu+yj0Jzrf6vP5R33IEv5lPJE//LoJ/RrPi53mhZDgfACJkhNk=
"]]},
Annotation[#, "Charting`Private`Tag$29533#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{10.104733460314003`, 6.786385793368807},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{10.819778284410283`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {11.512925464970229`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.122363377404328`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.815510557964274`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {15.424948470398375`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {16.11809565095832,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{10.104733460314003`, 16.041483468963765`}, {6.786385793368807,
9.792856458441923}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, 3.811323398666667*^9},
CellLabel->
"During evaluation of \
In[42]:=",ExpressionUUID->"fa10eea4-eae1-402d-b1e5-a2d9ca790d32"]
}, Open ]]
}, Open ]]
}, Closed]]
}, Open ]],
Cell[CellGroupData[{
Cell[TextData[{
"AVTZ ",
StyleBox["\[Checkmark]",
FontColor->RGBColor[0, 1, 0]]
}], "Subsection",
CellChangeTimes->{{3.777429516951782*^9, 3.777429517987792*^9}, {
3.77745893049183*^9, 3.777458930757757*^9}, {3.777523194146462*^9,
3.777523208828191*^9}, {3.777651248678207*^9, 3.7776512503278522`*^9}, {
3.777653397289794*^9, 3.7776534354751387`*^9}, {3.7778669072232933`*^9,
3.77786690751103*^9}},ExpressionUUID->"0d0bb6a0-225d-4127-96d7-\
f8801ec4f21a"],
Cell[CellGroupData[{
Cell["Singlets", "Subsubsection",
CellChangeTimes->{{3.811322582586644*^9,
3.811322584352894*^9}},ExpressionUUID->"a5a6af05-82ae-4f75-82c1-\
a61a2e154b5a"],
Cell[CellGroupData[{
Cell[BoxData[
RowBox[{
RowBox[{"Flush", "[", "\"\<cyclopropene_1_AVTZ\>\"", "]"}], ";"}]], "Input",\
CellChangeTimes->{{3.777429522265008*^9, 3.777429526325075*^9}, {
3.811322562001708*^9, 3.811322564390358*^9}, {3.8113226846602707`*^9,
3.811322684757039*^9}, {3.8113228256721563`*^9, 3.811322827428303*^9},
3.811323402253612*^9},
CellLabel->"In[43]:=",ExpressionUUID->"dd5aec0c-f2dc-4cd1-815d-7e0ad170b761"],
Cell[CellGroupData[{
Cell[BoxData[
TagBox[
RowBox[{"{", "}"}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"State", "Linear fit"}}]]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9, 3.811322827824645*^9, 3.811323402638926*^9},
CellLabel->
"During evaluation of \
In[43]:=",ExpressionUUID->"e8980562-37ac-4190-867d-dab687348d52"],
Cell[BoxData[
TagBox[
RowBox[{"{", "}"}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"State", "Quadratic fit"}}]]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9, 3.811322827824645*^9, 3.8113234026420393`*^9},
CellLabel->
"During evaluation of \
In[43]:=",ExpressionUUID->"7ee73ae8-70f0-4ca5-83c8-01dc9cfe3b15"],
Cell[BoxData["\<\"Excitation energies with PT2\"\>"], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9, 3.811322827824645*^9, 3.811323402669382*^9},
CellLabel->
"During evaluation of \
In[43]:=",ExpressionUUID->"73b7242e-d4b4-4514-a1b6-8d3804f7d1e5"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
TagBox["\<\"nDet\"\>",
HoldForm]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "7"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "6"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "5"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "4"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "3"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "2"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "1"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}],
"\[RightDoubleBracket]"}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {{False}}, "Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{None, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"nDet"}}]]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9, 3.811322827824645*^9, 3.811323402672471*^9},
CellLabel->
"During evaluation of \
In[43]:=",ExpressionUUID->"189a9353-2768-468d-a8fd-2f5ae4a40e5a"],
Cell[BoxData["\<\"Linear fits\"\>"], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9, 3.811322827824645*^9, 3.81132340267493*^9},
CellLabel->
"During evaluation of \
In[43]:=",ExpressionUUID->"1c095eba-b80a-46f9-8cde-f326ac096c24"],
Cell[BoxData[
TagBox[
RowBox[{"Transpose", "[",
RowBox[{"{", "}"}], "]"}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{
"2 pts", "3 pts", "4 pts", "5 pts", "6 pts"}, {}}]]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9, 3.811322827824645*^9, 3.8113234026828537`*^9},
CellLabel->
"During evaluation of \
In[43]:=",ExpressionUUID->"65b79cbd-0565-43ce-b847-69bf9cdd8ac1"],
Cell[BoxData["\<\"Quadratic fits\"\>"], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9, 3.811322827824645*^9, 3.81132340268477*^9},
CellLabel->
"During evaluation of \
In[43]:=",ExpressionUUID->"5cdf8566-9f93-4c18-bf8e-8faff6219dc3"],
Cell[BoxData[
TagBox[
RowBox[{"Transpose", "[",
RowBox[{"{", "}"}], "]"}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{
"3 pts", "4 pts", "5 pts", "6 pts", "7 pts"}, {}}]]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9, 3.811322827824645*^9, 3.811323402692912*^9},
CellLabel->
"During evaluation of \
In[43]:=",ExpressionUUID->"ebd1f78d-d1a3-4865-843c-59fc2ceb568b"]
}, Open ]]
}, Open ]]
}, Closed]],
Cell[CellGroupData[{
Cell["Triplets", "Subsubsection",
CellChangeTimes->{{3.811322582586644*^9,
3.81132259138094*^9}},ExpressionUUID->"ad9261ea-76ad-4734-ac04-\
a24c3c076346"],
Cell[CellGroupData[{
Cell[BoxData[
RowBox[{
RowBox[{"Flush", "[", "\"\<cyclopropene_3_AVTZ\>\"", "]"}], ";"}]], "Input",\
CellChangeTimes->{{3.777429522265008*^9, 3.777429526325075*^9}, {
3.811322562001708*^9, 3.8113225929063673`*^9}, {3.811322694068659*^9,
3.811322694237417*^9}, {3.811322831193584*^9, 3.811322832896123*^9},
3.8113234049119377`*^9},
CellLabel->"In[44]:=",ExpressionUUID->"6abfd2b6-ce29-40fd-9f61-4b051f8e4933"],
Cell[CellGroupData[{
Cell[BoxData[
TagBox[
RowBox[{"{", "}"}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"State", "Linear fit"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694576693*^9, 3.8113228333111267`*^9,
3.8113234053293257`*^9},
CellLabel->
"During evaluation of \
In[44]:=",ExpressionUUID->"96a93f4d-053e-4434-965f-2cb967367744"],
Cell[BoxData[
TagBox[
RowBox[{"{", "}"}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"State", "Quadratic fit"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694576693*^9, 3.8113228333111267`*^9,
3.811323405332651*^9},
CellLabel->
"During evaluation of \
In[44]:=",ExpressionUUID->"2e90e20a-0187-43db-9dd3-9574052ece01"],
Cell[BoxData["\<\"Excitation energies with PT2\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694576693*^9, 3.8113228333111267`*^9,
3.811323405360401*^9},
CellLabel->
"During evaluation of \
In[44]:=",ExpressionUUID->"0f81ca0a-d529-45f3-a50e-217ccb86229f"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
TagBox["\<\"nDet\"\>",
HoldForm]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "7"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "6"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "5"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "4"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "3"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "2"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "1"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}],
"\[RightDoubleBracket]"}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {{False}}, "Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{None, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"nDet"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694576693*^9, 3.8113228333111267`*^9,
3.8113234053634253`*^9},
CellLabel->
"During evaluation of \
In[44]:=",ExpressionUUID->"77e71ee0-5d3d-4f1e-91d2-5af9106123d3"],
Cell[BoxData["\<\"Linear fits\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694576693*^9, 3.8113228333111267`*^9,
3.811323405366127*^9},
CellLabel->
"During evaluation of \
In[44]:=",ExpressionUUID->"f9c93ab6-3bc9-4e28-a188-b46fc72e714f"],
Cell[BoxData[
TagBox[
RowBox[{"Transpose", "[",
RowBox[{"{", "}"}], "]"}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{
"2 pts", "3 pts", "4 pts", "5 pts", "6 pts"}, {}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694576693*^9, 3.8113228333111267`*^9,
3.811323405374071*^9},
CellLabel->
"During evaluation of \
In[44]:=",ExpressionUUID->"f014f56e-c5bd-4894-8cf4-4c7c9401fa03"],
Cell[BoxData["\<\"Quadratic fits\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694576693*^9, 3.8113228333111267`*^9,
3.811323405376096*^9},
CellLabel->
"During evaluation of \
In[44]:=",ExpressionUUID->"9f60b3b6-9901-4d42-9de0-85603f98a88b"],
Cell[BoxData[
TagBox[
RowBox[{"Transpose", "[",
RowBox[{"{", "}"}], "]"}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{
"3 pts", "4 pts", "5 pts", "6 pts", "7 pts"}, {}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694576693*^9, 3.8113228333111267`*^9,
3.811323405384239*^9},
CellLabel->
"During evaluation of \
In[44]:=",ExpressionUUID->"075e8971-2890-4ff5-86a9-e2e9f0539152"]
}, Open ]]
}, Open ]]
}, Closed]]
}, Open ]]
}, Open ]],
Cell[CellGroupData[{
Cell["Diazomethane", "Section",
CellChangeTimes->{{3.77742950330622*^9, 3.7774295059582033`*^9}, {
3.7778669099831257`*^9, 3.777866914230576*^9}, {3.811322508359969*^9,
3.811322510971436*^9}, {3.8113227457863894`*^9, 3.8113227486256657`*^9}, {
3.811322984933135*^9,
3.811322988362073*^9}},ExpressionUUID->"d2e1551c-3b13-47a9-adc7-\
8afa8ba7ec7c"],
Cell[CellGroupData[{
Cell[TextData[{
"AVDZ ",
StyleBox["\[Checkmark]",
FontColor->RGBColor[0, 1, 0]]
}], "Subsection",
CellChangeTimes->{{3.777429516951782*^9, 3.777429517987792*^9}, {
3.7775231829717607`*^9, 3.777523190205817*^9}, {3.777653709792136*^9,
3.777653722712954*^9}, {3.7776537758163548`*^9, 3.777653776104186*^9},
3.777731826638612*^9, {3.7778669032475224`*^9,
3.7778669087423697`*^9}},ExpressionUUID->"853c1bd4-2468-4676-9192-\
626708219467"],
Cell[CellGroupData[{
Cell["Singlets", "Subsubsection",
CellChangeTimes->{{3.811322582586644*^9,
3.811322584352894*^9}},ExpressionUUID->"c8db66af-f663-49ea-9f41-\
e0fd510add8c"],
Cell[CellGroupData[{
Cell[BoxData[
RowBox[{
RowBox[{"Flush", "[", "\"\<diazomethane_1_AVDZ\>\"", "]"}], ";"}]], "Input",\
CellChangeTimes->{{3.777429522265008*^9, 3.777429526325075*^9}, {
3.811322562001708*^9, 3.811322564390358*^9}, {3.811322810108039*^9,
3.811322811246703*^9}, {3.811322993684004*^9, 3.811322994694173*^9}},
CellLabel->"In[19]:=",ExpressionUUID->"79626d0d-4b6f-46dc-956e-e682455d0fd7"],
Cell[CellGroupData[{
Cell[BoxData[
InterpretationBox[GridBox[{
{"\<\"State\"\>", "\<\"Linear fit\"\>", "\<\"\"\>", "\<\"\"\>", \
"\<\"\"\>"},
{GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.3836207109699216744`7.171385964100447"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0278056900392070795`3.4441336772047335"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.3839779190437013767`7.171387009588539"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0364653497465593987`3.5618803833253816"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.3833936821235397474`7.1713852996238"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0232086877293228404`3.3656505851769176"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.382789396252348979`7.171383530972018"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0106499397201668799`3.027347149627059"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.3820543077470972548`7.171381379471338"}]}],
RowBox[{"b", "\[Rule]", "0.0032180420145168542`2.5075917099164338"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.2703741219517326044`7.171054383390592"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0349181430853344049`3.543051140267343"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.2700606378178633804`7.171053465172275"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0279563166008799865`3.4464799501462062"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.2690806567760546386`7.171050594722478"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0075055797987395242`2.875384246701495"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.2689411448159830798`7.171050186078257"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0047898236349184723`2.680319522643828"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.2689329667132085433`7.171050162123779"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.004644074804202686`2.6668992064995267"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.181106266404640337`7.17079283274361"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0451062450011181226`3.654236674511336"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.1829477386560256491`7.170798229762758"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0854603090593975684`3.931764459070322"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.1827247951177923824`7.170797576359497"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0808190183642445298`3.9075135711551217"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.1819822556737449304`7.170795400116677"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0663402688211650882`3.821777227016326"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.1805558113042877721`7.170791219447132"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.040700735580681352`3.609602258260702"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"4", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.1690907866247925995`7.170757615918241"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0324021966755153115`3.5105744537781005"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.1719641022643259021`7.170766037735647"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0998148571514128752`3.999195189570364"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.1714861900676680762`7.170764636964821"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0893716965672167601`3.9512000023431977"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.1703245083307649566`7.1707612320320715"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0661126105901636146`3.8202843064956764"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.1689520485826676577`7.170757209266665"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0411226321852681265`3.614080905280781"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
TableForm[{{{
1, {$CellContext`a -> -148.3836207109699216744`7.171385964100447, \
$CellContext`b -> -0.0278056900392070795`3.4441336772047335}}, {
1, {$CellContext`a -> -148.3839779190437013767`7.171387009588539, \
$CellContext`b -> -0.0364653497465593987`3.5618803833253816}}, {
1, {$CellContext`a -> -148.3833936821235397474`7.1713852996238, \
$CellContext`b -> -0.0232086877293228404`3.3656505851769176}}, {
1, {$CellContext`a -> -148.382789396252348979`7.171383530972018, \
$CellContext`b -> -0.0106499397201668799`3.027347149627059}}, {
1, {$CellContext`a -> -148.3820543077470972548`7.171381379471338, \
$CellContext`b -> 0.0032180420145168542`2.5075917099164338}}}, {{
2, {$CellContext`a -> -148.2703741219517326044`7.171054383390592, \
$CellContext`b -> -0.0349181430853344049`3.543051140267343}}, {
2, {$CellContext`a -> -148.2700606378178633804`7.171053465172275, \
$CellContext`b -> -0.0279563166008799865`3.4464799501462062}}, {
2, {$CellContext`a -> -148.2690806567760546386`7.171050594722478, \
$CellContext`b -> -0.0075055797987395242`2.875384246701495}}, {
2, {$CellContext`a -> -148.2689411448159830798`7.171050186078257, \
$CellContext`b -> -0.0047898236349184723`2.680319522643828}}, {
2, {$CellContext`a -> -148.2689329667132085433`7.171050162123779, \
$CellContext`b -> -0.004644074804202686`2.6668992064995267}}}, {{
3, {$CellContext`a -> -148.181106266404640337`7.17079283274361, \
$CellContext`b -> -0.0451062450011181226`3.654236674511336}}, {
3, {$CellContext`a -> -148.1829477386560256491`7.170798229762758, \
$CellContext`b -> -0.0854603090593975684`3.931764459070322}}, {
3, {$CellContext`a -> -148.1827247951177923824`7.170797576359497, \
$CellContext`b -> -0.0808190183642445298`3.9075135711551217}}, {
3, {$CellContext`a -> -148.1819822556737449304`7.170795400116677, \
$CellContext`b -> -0.0663402688211650882`3.821777227016326}}, {
3, {$CellContext`a -> -148.1805558113042877721`7.170791219447132, \
$CellContext`b -> -0.040700735580681352`3.609602258260702}}}, {{
4, {$CellContext`a -> -148.1690907866247925995`7.170757615918241, \
$CellContext`b -> -0.0324021966755153115`3.5105744537781005}}, {
4, {$CellContext`a -> -148.1719641022643259021`7.170766037735647, \
$CellContext`b -> -0.0998148571514128752`3.999195189570364}}, {
4, {$CellContext`a -> -148.1714861900676680762`7.170764636964821, \
$CellContext`b -> -0.0893716965672167601`3.9512000023431977}}, {
4, {$CellContext`a -> -148.1703245083307649566`7.1707612320320715, \
$CellContext`b -> -0.0661126105901636146`3.8202843064956764}}, {
4, {$CellContext`a -> -148.1689520485826676577`7.170757209266665, \
$CellContext`b -> -0.0411226321852681265`3.614080905280781}}}},
TableAlignments -> Center,
TableHeadings -> {None, {"State", "Linear fit"}}]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811322995222767*^9},
CellLabel->
"During evaluation of \
In[19]:=",ExpressionUUID->"09e81f81-3040-4136-9103-c8033a5221a2"],
Cell[BoxData[
InterpretationBox[GridBox[{
{"\<\"State\"\>", "\<\"Quadratic fit\"\>", "\<\"\"\>", "\<\"\"\>", \
"\<\"\"\>"},
{GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.3819831711606127556`7.171381171263987"}]}],
RowBox[{"b2", "\[Rule]", "0.0505762946997100754`3.703947009065044"}],
RowBox[{
"c2", "\[Rule]", "0.9333050825388898852`4.9700236308906005"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.3859151714007111877`7.1713926795572815"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1226996650486244234`4.088843377170911"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.9444136024956130138`4.9751622336441335"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.3850276785937012392`7.171390082044026"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0870828030116155283`3.939932399616708"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.5999957399430941862`4.778148166840686"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.3848159770027734794`7.171389462433681"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0796122656026598402`3.9009799832299246"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.5390133802278679331`4.731599546053167"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.3839640721870694051`7.17138696906116"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0528616723108374931`3.7231408981804925"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.354797389476554148`4.549980415725365"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.2718150857833734335`7.171058604055734"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0980544886202561333`3.9914674790684606"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.6879124748819559487`4.83753318519211"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.274522772697508799`7.1710665349139875"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.2075227726588372013`4.3170657612765755"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "1.7759619542533526815`5.249433657819378"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.2707192031389240583`7.17105539415678"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.064546321539907775`3.8098714970991026"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.4746567708446087219`4.6763796803416104"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.2693053324028937823`7.171051252818627"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0156649704174209765`3.1949295790732646"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.0741480996884279625`3.8701000251499016"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.2703809827510212926`7.171054403486361"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0487634090845287249`3.6880940598430825"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.3069479975272773609`4.487064804467611"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.1689446844395661174`7.170757187681801"}]}],
RowBox[{"b2", "\[Rule]", "0.4805347059612905536`4.681724759461725"}],
RowBox[{"c2", "\[Rule]", "5.6589979827879961505`5.752739539126317"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.1825476234317875424`7.17079705710375"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0742049720590781392`3.870433005891927"}]}],
RowBox[{"c2", "\[Rule]", "0.0603193286078293756`3.780456498917129"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.1849463803921480576`7.170804087341089"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1651343818415363374`4.217837505058705"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.7827152848265036544`4.893603814784484"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.1855623766041674116`7.170805892674265"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1861579745292940846`4.269881645012579"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.9538458851537013894`4.979478210517362"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.1843304479008338603`7.170802282187161"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1491850273414504491`4.173725238221878"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.7015766546080697275`4.846075129184127"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"4", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.1561602958708476763`7.170719714046795"}]}],
RowBox[{"b2", "\[Rule]", "0.5648859362855118693`4.7519607624339235"}],
RowBox[{"c2", "\[Rule]", "6.8522253535016188764`5.835831637447715"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.1719516399946314777`7.170766001208527"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1070417718840094845`4.02955328944728"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.1609035358433352492`4.206565587793106"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.1743762753987709857`7.170773107797524"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.2010034141566858223`4.3032034342205705"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "1.0359688633559096527`5.0153467026332255"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.1742738879918306338`7.17077280770312"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1974714693022363854`4.295504357584418"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "1.0077004184232896122`5.003331438891672"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.173352233351721452`7.170770106351807"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1691430083561663023`4.228254050630698"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.8150484128860802091`4.911183406071047"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
TableForm[{{{
1, {$CellContext`a2 -> -148.3819831711606127556`7.171381171263987, \
$CellContext`b2 -> 0.0505762946997100754`3.703947009065044, $CellContext`c2 ->
0.9333050825388898852`4.9700236308906005}}, {
1, {$CellContext`a2 -> -148.3859151714007111877`7.1713926795572815, \
$CellContext`b2 -> -0.1226996650486244234`4.088843377170911, $CellContext`c2 -> \
-0.9444136024956130138`4.9751622336441335}}, {
1, {$CellContext`a2 -> -148.3850276785937012392`7.171390082044026, \
$CellContext`b2 -> -0.0870828030116155283`3.939932399616708, $CellContext`c2 -> \
-0.5999957399430941862`4.778148166840686}}, {
1, {$CellContext`a2 -> -148.3848159770027734794`7.171389462433681, \
$CellContext`b2 -> -0.0796122656026598402`3.9009799832299246, $CellContext`c2 -> \
-0.5390133802278679331`4.731599546053167}}, {
1, {$CellContext`a2 -> -148.3839640721870694051`7.17138696906116, \
$CellContext`b2 -> -0.0528616723108374931`3.7231408981804925, $CellContext`c2 -> \
-0.354797389476554148`4.549980415725365}}}, {{
2, {$CellContext`a2 -> -148.2718150857833734335`7.171058604055734, \
$CellContext`b2 -> -0.0980544886202561333`3.9914674790684606, $CellContext`c2 -> \
-0.6879124748819559487`4.83753318519211}}, {
2, {$CellContext`a2 -> -148.274522772697508799`7.1710665349139875, \
$CellContext`b2 -> -0.2075227726588372013`4.3170657612765755, $CellContext`c2 -> \
-1.7759619542533526815`5.249433657819378}}, {
2, {$CellContext`a2 -> -148.2707192031389240583`7.17105539415678, \
$CellContext`b2 -> -0.064546321539907775`3.8098714970991026, $CellContext`c2 -> \
-0.4746567708446087219`4.6763796803416104}}, {
2, {$CellContext`a2 -> -148.2693053324028937823`7.171051252818627, \
$CellContext`b2 -> -0.0156649704174209765`3.1949295790732646, $CellContext`c2 -> \
-0.0741480996884279625`3.8701000251499016}}, {
2, {$CellContext`a2 -> -148.2703809827510212926`7.171054403486361, \
$CellContext`b2 -> -0.0487634090845287249`3.6880940598430825, $CellContext`c2 -> \
-0.3069479975272773609`4.487064804467611}}}, {{
3, {$CellContext`a2 -> -148.1689446844395661174`7.170757187681801, \
$CellContext`b2 -> 0.4805347059612905536`4.681724759461725, $CellContext`c2 ->
5.6589979827879961505`5.752739539126317}}, {
3, {$CellContext`a2 -> -148.1825476234317875424`7.17079705710375, \
$CellContext`b2 -> -0.0742049720590781392`3.870433005891927, $CellContext`c2 ->
0.0603193286078293756`3.780456498917129}}, {
3, {$CellContext`a2 -> -148.1849463803921480576`7.170804087341089, \
$CellContext`b2 -> -0.1651343818415363374`4.217837505058705, $CellContext`c2 -> \
-0.7827152848265036544`4.893603814784484}}, {
3, {$CellContext`a2 -> -148.1855623766041674116`7.170805892674265, \
$CellContext`b2 -> -0.1861579745292940846`4.269881645012579, $CellContext`c2 -> \
-0.9538458851537013894`4.979478210517362}}, {
3, {$CellContext`a2 -> -148.1843304479008338603`7.170802282187161, \
$CellContext`b2 -> -0.1491850273414504491`4.173725238221878, $CellContext`c2 -> \
-0.7015766546080697275`4.846075129184127}}}, {{
4, {$CellContext`a2 -> -148.1561602958708476763`7.170719714046795, \
$CellContext`b2 -> 0.5648859362855118693`4.7519607624339235, $CellContext`c2 ->
6.8522253535016188764`5.835831637447715}}, {
4, {$CellContext`a2 -> -148.1719516399946314777`7.170766001208527, \
$CellContext`b2 -> -0.1070417718840094845`4.02955328944728, $CellContext`c2 -> \
-0.1609035358433352492`4.206565587793106}}, {
4, {$CellContext`a2 -> -148.1743762753987709857`7.170773107797524, \
$CellContext`b2 -> -0.2010034141566858223`4.3032034342205705, $CellContext`c2 -> \
-1.0359688633559096527`5.0153467026332255}}, {
4, {$CellContext`a2 -> -148.1742738879918306338`7.17077280770312, \
$CellContext`b2 -> -0.1974714693022363854`4.295504357584418, $CellContext`c2 -> \
-1.0077004184232896122`5.003331438891672}}, {
4, {$CellContext`a2 -> -148.173352233351721452`7.170770106351807, \
$CellContext`b2 -> -0.1691430083561663023`4.228254050630698, $CellContext`c2 -> \
-0.8150484128860802091`4.911183406071047}}}}, TableAlignments -> Center,
TableHeadings -> {None, {"State", "Quadratic fit"}}]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811322995228695*^9},
CellLabel->
"During evaluation of \
In[19]:=",ExpressionUUID->"26c09993-9287-4022-b5c5-4cabdf0fd63f"],
Cell[BoxData["\<\"Excitation energies with PT2\"\>"], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.81132299523244*^9},
CellLabel->
"During evaluation of \
In[19]:=",ExpressionUUID->"174d8f1d-20c6-4c56-b46e-4a30b44eab0e"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
TagBox["\<\"nDet\"\>",
HoldForm],
TagBox["\<\"1\"\>",
HoldForm],
TagBox["\<\"2\"\>",
HoldForm],
TagBox["\<\"3\"\>",
HoldForm]},
{"24413", "3.0597173610097736507`3.4856813107224127",
"5.6014891188066870953`3.7483034966687776",
"5.8972657281757818737`3.7706506973352694"},
{"54216", "3.1038525964504644072`3.491901088208496",
"5.609883287165391863`3.7489538259143953",
"5.919869410200218951`3.772312126477146"},
{"122319", "3.1114532807936847725`3.4929632843351675",
"5.6104354061879835314`3.748996566633551",
"5.9289280806067621299`3.7729761822752956"},
{"288169", "3.0861216573198966273`3.4894130422913876",
"5.5867615003508026561`3.7471601316622136",
"5.91256723476178081`3.7717760923539037"},
{"733822", "3.0814821160035994474`3.488759651559315",
"5.5645975543229369009`3.745433760538306",
"5.8932661986574927937`3.77035605860694"},
{"2051210", "3.0906142571519019668`3.4900448036901324",
"5.5490027089949593986`3.7442149368345796",
"5.8726541179757187905`3.7688344229308086"},
{"6015252", "3.0943688841950831581`3.490572085323565",
"5.537139088918183738`3.7432854328113705",
"5.8451899381792351562`3.766798628032144"},
{"17748688", "3.092486400509527833`3.490307798455837",
"5.5347224457259089903`3.7430958468385844",
"5.8434348037807364307`3.7666682029039835"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {{False}}, "Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{None, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"nDet", "1", "2", "3"}}]]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.8113229952338667`*^9},
CellLabel->
"During evaluation of \
In[19]:=",ExpressionUUID->"6a3f9b23-cea3-4695-b7a3-b3ab774738e2"],
Cell[BoxData["\<\"Linear fits\"\>"], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811322995235326*^9},
CellLabel->
"During evaluation of \
In[19]:=",ExpressionUUID->"e6eac57d-7283-4724-a086-b0b84b85dc93"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
StyleBox["\[Null]",
ShowStringCharacters->False],
TagBox["\<\"state 1\"\>",
HoldForm],
TagBox["\<\"state 2\"\>",
HoldForm],
TagBox["\<\"state 3\"\>",
HoldForm]},
{
TagBox["\<\"2 pts\"\>",
HoldForm], "3.0815966492222353068`3.488775793214078",
"5.5106987256917614459`3.7412066684476892",
"5.837656584196702525`3.76623854286591"},
{
TagBox["\<\"3 pts\"\>",
HoldForm], "3.0998471137851764112`3.4913402747127193",
"5.4703098401992775734`3.738011925616416",
"5.7691898099571385927`3.761114827753588"},
{
TagBox["\<\"4 pts\"\>",
HoldForm], "3.1106158598444619834`3.492846381969972",
"5.4604785465171534753`3.7372307051597815",
"5.7662965668624073245`3.7608969748610184"},
{
TagBox["\<\"5 pts\"\>",
HoldForm], "3.0979687175369718943`3.4910770280553156",
"5.464240617856800597`3.7375298152537497",
"5.7814640809302577651`3.7620378318033776"},
{
TagBox["\<\"6 pts\"\>",
HoldForm], "3.0781884779732116009`3.4882952082302485",
"5.4830533691548852815`3.739022473097902",
"5.7988078358573762472`3.763338717092836"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {False, True, {False}, False},
"Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{OutputFormsDump`HeadedRows, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{"2 pts", "3 pts", "4 pts", "5 pts", "6 pts"}, {
"state 1", "state 2", "state 3"}}]]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.8113229952367363`*^9},
CellLabel->
"During evaluation of \
In[19]:=",ExpressionUUID->"e80bd17e-9cd4-4aba-ad54-011a71ef0b10"],
Cell[BoxData["\<\"Quadratic fits\"\>"], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811322995238214*^9},
CellLabel->
"During evaluation of \
In[19]:=",ExpressionUUID->"32bdb00e-7676-4942-a4f0-a2c889dcfc31"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
StyleBox["\[Null]",
ShowStringCharacters->False],
TagBox["\<\"state 1\"\>",
HoldForm],
TagBox["\<\"state 2\"\>",
HoldForm],
TagBox["\<\"state 3\"\>",
HoldForm]},
{
TagBox["\<\"3 pts\"\>",
HoldForm], "2.9978262982843761897`3.4768064651093002",
"5.7970724992830442446`3.7632087317735112",
"6.1449534316561162939`3.7885185960180117"},
{
TagBox["\<\"4 pts\"\>",
HoldForm], "3.0311415608065876981`3.4816062193242474",
"5.5339128517232483162`3.743032315572242",
"5.8222442472932280921`3.765090420447806"},
{
TagBox["\<\"5 pts\"\>",
HoldForm], "3.1104920509576370335`3.492829095815436",
"5.4444894407451949192`3.735957159856114",
"5.7321166479919085646`3.7583150196638533"},
{
TagBox["\<\"6 pts\"\>",
HoldForm], "3.1432047396263547157`3.4973726706752246",
"5.4219666363212954963`3.734156840853073",
"5.7291420575339655485`3.7580895909768297"},
{
TagBox["\<\"7 pts\"\>",
HoldForm], "3.0907532919884892486`3.4900643404874034",
"5.4323076130244025705`3.7349843545818127",
"5.7310400469306799209`3.7582334431986752"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {False, True, {False}, False},
"Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{OutputFormsDump`HeadedRows, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{"3 pts", "4 pts", "5 pts", "6 pts", "7 pts"}, {
"state 1", "state 2", "state 3"}}]]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811322995239637*^9},
CellLabel->
"During evaluation of \
In[19]:=",ExpressionUUID->"fc5c7251-1163-4154-a79f-c8a86839f268"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{10.102871056285998`, 3.0597173610097737`}, {
10.900731346815949`, 3.1038525964504644`}, {11.714387665291566`,
3.1114532807936848`}, {12.571302392570583`, 3.0861216573198966`}, {
13.506021771375131`, 3.0814821160035994`}, {14.533940420891613`,
3.090614257151902}, {15.60980880177518, 3.094368884195083}, {
16.691822155660855`, 3.092486400509528}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
10.102871056285998`, 3.0597173610097737`}}, {{10.900731346815949`,
3.1038525964504644`}}, {{11.714387665291566`, 3.1114532807936848`}}, {{
12.571302392570583`, 3.0861216573198966`}}, {{13.506021771375131`,
3.0814821160035994`}}, {{14.533940420891613`, 3.090614257151902}}, {{
15.60980880177518, 3.094368884195083}}, {{16.691822155660855`,
3.092486400509528}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2Tr/vqcgs53BYdSW2/dvX7w4w/iz3
jKdfvrI7wvjnpfo83n2XgPPvCD5c7dqjBOdPfPD5p0KdBpyv+kcs6ecHPTg/
bEKx8eUqIzif8+RjpxV7TeH8u2kTtjp/tIDztTsnl518aw3nv7g478hZLXs4
v9+/wSBOwhHO353hv2HHZCc4X27qorIgfRc4fx+zYkrielc4f1qr8oz1/u5w
/j/LI38TXnjA+YsNJnS1p3rB+fVWD2LfMvnA+TPaoiNOtPjC+S+fRs18pOYP
5z+1/sO6ISEAzv+y9EGQpkIgnD9fkt350HsEP0Pv8LGpG4Pg/MoYv8ez8oPh
fLUp0ov324bA+Z9y6r7J/UPwI/2V3849F4oIX+/pNX6zw+D8688XzLeMCofz
HfvepLpoRsD5J6+e3d/5CsGfaVa3iWFFJJzPurDAY3ppFJw/Yc2PwgzTaDh/
28FDdpGsMXD+73Kl+S3HEfwO98AZD1tj4fyNCodM4kLi4Pwfs06kiIrGw/m3
5QQt3jxF8JnjRIKqIhPgfI2/ry5K70TwpRcmKZ9VSITz54ou3Te7EcE/LOav
1vwAwd8uMyu+yj0Jzrf6vP5R33IEv5lPJE//LoJ/RrPi53mhZDgfAKXBbhk=
"]]},
Annotation[#, "Charting`Private`Tag$10155#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP21w9tjOr5ze6w6kps+7ev3x1g/Fnu
GU+/fGV3hPHPS/V5vPsuAeffEXy42rVHCc6f+ODzT4U6DThf9Y9Y0s8PenB+
2IRi48tVRnA+58nHTiv2msL5d9MmbHX+aAHna3dOLjv51hrOf3Fx3pGzWvZw
fr9/g0GchCOcvzvDf8OOyU5wvtzURWVB+i5w/j5mxZTE9a5w/rRW5Rnr/d3h
/H+WR/4mvPCA8xcbTOhqT/WC8+utHsS+ZfKB82e0RUecaPGF818+jZr5SM0f
zn9q/Yd1Q0IAnP9l6YMgTYVAOH++JLvzofcIfobe4WNTNwbB+ZUxfo9n5QfD
+WpTpBfvtw2B8z/l1H2T+4fgR/orv517LhQRvt7Ta/xmh8H5158vmG8ZFQ7n
O/a9SXXRjIDzT149u7/zFYI/06xuE8OKSDifdWGBx/TSKDh/wpofhRmm0XD+
toOH7CJZY+D83+VK81uOI/gd7oEzHrbGwvkbFQ6ZxIXEwfk/Zp1IERWNh/Nv
ywlavHmK4DPHiQRVRSbA+Rp/X12U3ongSy9MUj6rkAjnzxVdum92I4J/WMxf
rfkBgr9dZlZ8lXsSnG/1ef2jvuUIfjOfSJ7+XQT/jGbFz/NCyXA+AK1Mqjk=
"]]},
Annotation[#, "Charting`Private`Tag$10155#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{9.825471639341835, 3.0568431432440013`},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{10.819778284410283`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {11.512925464970229`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.122363377404328`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.815510557964274`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {15.424948470398375`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {16.11809565095832,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.51599092375669,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.60300230074632,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.683045008419857`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.75715298057358,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.82614585206053,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.890684373198102`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.51599092375669,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.60300230074632,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.683045008419857`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.75715298057358,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.82614585206053,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.890684373198102`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{9.825471639341835, 16.691822155660855`}, {3.0568431432440013`,
3.1114532807936848`}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811322995334683*^9},
CellLabel->
"During evaluation of \
In[19]:=",ExpressionUUID->"01a8a19a-b15b-4382-a017-f253dba0aea8"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{10.102871056285998`, 5.601489118806687}, {
10.900731346815949`, 5.609883287165392}, {11.714387665291566`,
5.6104354061879835`}, {12.571302392570583`, 5.586761500350803}, {
13.506021771375131`, 5.564597554322937}, {14.533940420891613`,
5.549002708994959}, {15.60980880177518, 5.537139088918184}, {
16.691822155660855`, 5.534722445725909}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
10.102871056285998`, 5.601489118806687}}, {{10.900731346815949`,
5.609883287165392}}, {{11.714387665291566`, 5.6104354061879835`}}, {{
12.571302392570583`, 5.586761500350803}}, {{13.506021771375131`,
5.564597554322937}}, {{14.533940420891613`, 5.549002708994959}}, {{
15.60980880177518, 5.537139088918184}}, {{16.691822155660855`,
5.534722445725909}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2Ly8Gz/7CJeaw6kps+7ev3x1g/Fnu
GU+/fGV3hPHPS/V5vPsuAeffEXy42rVHCc6f+ODzT4U6DThf9Y9Y0s8PenB+
2IRi48tVRnA+58nHTiv2msL5d9MmbHX+aAHna3dOLjv51hrOf3Fx3pGzWvZw
fr9/g0GchCOcvzvDf8OOyU5wvtzURWVB+i5w/j5mxZTE9a5w/rRW5Rnr/d3h
/H+WR/4mvPCA8xcbTOhqT/WC8+utHsS+ZfKB82e0RUecaPGF818+jZr5SM0f
zn9q/Yd1Q0IAnP9l6YMgTYVAOH++JLvzofcIfobe4WNTNwbB+ZUxfo9n5QfD
+WpTpBfvtw2B8z/l1H2T+4fgR/orv517LhQRvt7Ta/xmh8H5158vmG8ZFQ7n
O/a9SXXRjIDzT149u7/zFYI/06xuE8OKSDifdWGBx/TSKDh/wpofhRmm0XD+
toOH7CJZY+D83+VK81uOI/gd7oEzHrbGwvkbFQ6ZxIXEwfk/Zp1IERWNh/Nv
ywlavHmK4DPHiQRVRSbA+Rp/X12U3ongSy9MUj6rkAjnzxVdum92I4J/WMxf
rfkBgr9dZlZ8lXsSnG/1ef2jvuUIfjOfSJ7+XQT/jGbFz/NCyXA+AEGWkkE=
"]]},
Annotation[#, "Charting`Private`Tag$10619#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2e298PmpsIO6w6kps+7ev3x1g/Fnu
GU+/fGV3hPHPS/V5vPsuAeffEXy42rVHCc6f+ODzT4U6DThf9Y9Y0s8PenB+
2IRi48tVRnA+58nHTiv2msL5d9MmbHX+aAHna3dOLjv51hrOf3Fx3pGzWvZw
fr9/g0GchCOcvzvDf8OOyU5wvtzURWVB+i5w/j5mxZTE9a5w/rRW5Rnr/d3h
/H+WR/4mvPCA8xcbTOhqT/WC8+utHsS+ZfKB82e0RUecaPGF818+jZr5SM0f
zn9q/Yd1Q0IAnP9l6YMgTYVAOH++JLvzofcIfobe4WNTNwbB+ZUxfo9n5QfD
+WpTpBfvtw2B8z/l1H2T+4fgR/orv517LhQRvt7Ta/xmh8H5158vmG8ZFQ7n
O/a9SXXRjIDzT149u7/zFYI/06xuE8OKSDifdWGBx/TSKDh/wpofhRmm0XD+
toOH7CJZY+D83+VK81uOI/gd7oEzHrbGwvkbFQ6ZxIXEwfk/Zp1IERWNh/Nv
ywlavHmK4DPHiQRVRSbA+Rp/X12U3ongSy9MUj6rkAjnzxVdum92I4J/WMxf
rfkBgr9dZlZ8lXsSnG/1ef2jvuUIfjOfSJ7+XQT/jGbFz/NCyXA+APw/lH0=
"]]},
Annotation[#, "Charting`Private`Tag$10619#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{9.825471639341835, 5.530516170144683},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{10.819778284410283`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {11.512925464970229`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.122363377404328`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.815510557964274`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {15.424948470398375`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {16.11809565095832,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.51599092375669,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.60300230074632,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.683045008419857`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.75715298057358,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.82614585206053,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.890684373198102`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.51599092375669,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.60300230074632,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.683045008419857`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.75715298057358,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.82614585206053,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.890684373198102`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{9.825471639341835, 16.691822155660855`}, {5.530516170144683,
5.6104354061879835`}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811322995477536*^9},
CellLabel->
"During evaluation of \
In[19]:=",ExpressionUUID->"6d2d8791-522a-4c0d-8a60-ebbcc480ab7e"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{10.102871056285998`, 5.897265728175782}, {
10.900731346815949`, 5.919869410200219}, {11.714387665291566`,
5.928928080606762}, {12.571302392570583`, 5.912567234761781}, {
13.506021771375131`, 5.893266198657493}, {14.533940420891613`,
5.872654117975719}, {15.60980880177518, 5.845189938179235}, {
16.691822155660855`, 5.843434803780736}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
10.102871056285998`, 5.897265728175782}}, {{10.900731346815949`,
5.919869410200219}}, {{11.714387665291566`, 5.928928080606762}}, {{
12.571302392570583`, 5.912567234761781}}, {{13.506021771375131`,
5.893266198657493}}, {{14.533940420891613`, 5.872654117975719}}, {{
15.60980880177518, 5.845189938179235}}, {{16.691822155660855`,
5.843434803780736}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2s+aeXHooUtxh1ZXY9m9fvzvA+LPc
M55++cruCOOfl+rzePddAs6/I/hwtWuPEpw/8cHnnwp1GnC+6h+xpJ8f9OD8
sAnFxperjOB8zpOPnVbsNYXz76ZN2Or80QLO1+6cXHbyrTWc/+LivCNntezh
/H7/BoM4CUc4f3eG/4Ydk53gfLmpi8qC9F3g/H3MiimJ613h/GmtyjPW+7vD
+f8sj/xNeOEB5y82mNDVnuoF59dbPYh9y+QD589oi4440eIL5798GjXzkZo/
nP/U+g/rhoQAOP/L0gdBmgqBcP58SXbnQ+8R/Ay9w8embgyC8ytj/B7Pyg+G
89WmSC/ebxsC53/Kqfsm9w/Bj/RXfjv3XCgifL2n1/jNDoPzrz9fMN8yKhzO
d+x7k+qiGQHnn7x6dn/nKwR/plndJoYVkXA+68ICj+mlUXD+hDU/CjNMo+H8
bQcP2UWyxsD5v8uV5rccR/A73ANnPGyNhfM3KhwyiQuJg/N/zDqRIioaD+ff
lhO0ePMUwWeOEwmqikyA8zX+vroovRPBl16YpHxWIRHOnyu6dN/sRgT/sJi/
WvMDBH+7zKz4KvckON/q8/pHfcsR/GY+kTz9uwj+Gc2Kn+eFkuF8ANdCl70=
"]]},
Annotation[#, "Charting`Private`Tag$11083#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2e+YrrsmbIuGw6kps+7ev3x1g/Fnu
GU+/fGV3hPHPS/V5vPsuAeffEXy42rVHCc6f+ODzT4U6DThf9Y9Y0s8PenB+
2IRi48tVRnA+58nHTiv2msL5d9MmbHX+aAHna3dOLjv51hrOf3Fx3pGzWvZw
fr9/g0GchCOcvzvDf8OOyU5wvtzURWVB+i5w/j5mxZTE9a5w/rRW5Rnr/d3h
/H+WR/4mvPCA8xcbTOhqT/WC8+utHsS+ZfKB82e0RUecaPGF818+jZr5SM0f
zn9q/Yd1Q0IAnP9l6YMgTYVAOH++JLvzofcIfobe4WNTNwbB+ZUxfo9n5QfD
+WpTpBfvtw2B8z/l1H2T+4fgR/orv517LhQRvt7Ta/xmh8H5158vmG8ZFQ7n
O/a9SXXRjIDzT149u7/zFYI/06xuE8OKSDifdWGBx/TSKDh/wpofhRmm0XD+
toOH7CJZY+D83+VK81uOI/gd7oEzHrbGwvkbFQ6ZxIXEwfk/Zp1IERWNh/Nv
ywlavHmK4DPHiQRVRSbA+Rp/X12U3ongSy9MUj6rkAjnzxVdum92I4J/WMxf
rfkBgr9dZlZ8lXsSnG/1ef2jvuUIfjOfSJ7+XQT/jGbFz/NCyXA+AOyTeXk=
"]]},
Annotation[#, "Charting`Private`Tag$11083#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{9.825471639341835, 5.838685177290402},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{10.819778284410283`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {11.512925464970229`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.122363377404328`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.815510557964274`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {15.424948470398375`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {16.11809565095832,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.51599092375669,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.60300230074632,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.683045008419857`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.75715298057358,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.82614585206053,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.890684373198102`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.51599092375669,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.60300230074632,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.683045008419857`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.75715298057358,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.82614585206053,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.890684373198102`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{9.825471639341835, 16.691822155660855`}, {5.838685177290402,
5.928928080606762}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.81132299562731*^9},
CellLabel->
"During evaluation of \
In[19]:=",ExpressionUUID->"091aaa27-16a6-46e6-b4b4-187c187d30f6"]
}, Open ]]
}, Open ]]
}, Closed]],
Cell[CellGroupData[{
Cell["Triplets", "Subsubsection",
CellChangeTimes->{{3.811322582586644*^9,
3.81132259138094*^9}},ExpressionUUID->"d33af504-1e44-434b-988b-\
bbe49d8b0a6d"],
Cell[CellGroupData[{
Cell[BoxData[
RowBox[{
RowBox[{"Flush", "[", "\"\<diazomethane_3_AVDZ\>\"", "]"}], ";"}]], "Input",\
CellChangeTimes->{{3.777429522265008*^9, 3.777429526325075*^9}, {
3.811322562001708*^9, 3.8113225929063673`*^9}, {3.811322816061357*^9,
3.811322817795486*^9}, 3.811322999094022*^9},
CellLabel->"In[20]:=",ExpressionUUID->"35a9a717-9a2e-4a3f-a507-546715a54dd1"],
Cell[CellGroupData[{
Cell[BoxData[
InterpretationBox[GridBox[{
{"\<\"State\"\>", "\<\"Linear fit\"\>", "\<\"\"\>", "\<\"\"\>", \
"\<\"\"\>"},
{GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.3790416308519866107`7.1713725616783774"}]}],
RowBox[{"b", "\[Rule]", "0.0807606093261853952`3.9071995869680074"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.3806643880344608988`7.171377311342671"}]}],
RowBox[{"b", "\[Rule]", "0.0453320161588537732`3.6564050349023476"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.3829212227531115786`7.17138391680852"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0021983642508013471`2.3420996530587033"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.383243181960807533`7.17138485913365"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0086842857802589095`2.9387341066694534"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.3829581023549621932`7.1713840247495515"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0032576406625053245`2.512903177302801"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.1684904235036128739`7.170755856206297"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.007291795884208311`2.862834503153166"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.1696966185408825822`7.17075939165243"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0308686299882676637`3.4895173550493555"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.1704462150993606429`7.170761588760429"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0451154516797936805`3.6543253097267314"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.1700378897460552707`7.170760391938142"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0376260757001722623`3.575488924920064"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.1685965870387065024`7.170756167380561"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0126877497106151465`3.1033846027942364"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.0830965030807817584`7.170505487188263"}]}],
RowBox[{"b", "\[Rule]", "0.1053693303738070519`4.022714220101475"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.0882043055916312824`7.170520466968135"}]}],
RowBox[{"b", "\[Rule]", "0.0137146978964264379`3.137186245527133"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.0902546475300312068`7.1705264799117705"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0218902502239397348`3.3402507259468797"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.0904639130517637113`7.170527093610474"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0253869241638921099`3.404610085687887"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.0994713871844794539`7.170553508392657"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.1697970839017959033`4.229930227390657"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"4", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.0609793600651755696`7.170440617727971"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0733149055998205124`3.8651922797114393"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.0582852779546954025`7.170432715337724"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0268748255178243647`3.429345653318376"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.0605905737262446564`7.170439477333087"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.065337393835996363`3.815161807439407"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.0613263135136605797`7.17044163541536"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0772853593009982937`3.888097230308946"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.0489402422520015534`7.170405302987802"}]}],
RowBox[{"b", "\[Rule]", "0.1139070146652856191`4.056550469791311"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"5", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.0502412765101212244`7.170409119492772"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.005349553157151422`2.728317507350562"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"5", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.0496557211536980958`7.170407401805852"}]}],
RowBox[{"b", "\[Rule]", "0.0046037995684280429`2.6631164078725016"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"5", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.046234619095571361`7.170397366099214"}]}],
RowBox[{"b", "\[Rule]", "0.0605833363384193496`3.7823531863535136"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"5", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.0476985619096979008`7.170401660562659"}]}],
RowBox[{"b", "\[Rule]", "0.037861912339482981`3.578202545642321"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"5", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.04749061766958107`7.170401050562636"}]}],
RowBox[{"b", "\[Rule]", "0.0409669812527159172`3.6124339631332862"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"6", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.011517946104731891`7.170295512596319"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0379457308354780656`3.579162921762762"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"6", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.0134025653906917341`7.170301042399385"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0715867703373852665`3.854832769509726"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"6", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.0155062913357539855`7.170307215016599"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.1080687952818299991`4.0337003101116045"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"6", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.0154666365451703314`7.1703070986648765"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.1074056054140354183`4.031026947442294"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"6", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.0144042099376520127`7.170303981371262"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0905340858419552974`3.9568121207082116"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
TableForm[{{{
1, {$CellContext`a -> -148.3790416308519866107`7.1713725616783774, \
$CellContext`b -> 0.0807606093261853952`3.9071995869680074}}, {
1, {$CellContext`a -> -148.3806643880344608988`7.171377311342671, \
$CellContext`b -> 0.0453320161588537732`3.6564050349023476}}, {
1, {$CellContext`a -> -148.3829212227531115786`7.17138391680852, \
$CellContext`b -> -0.0021983642508013471`2.3420996530587033}}, {
1, {$CellContext`a -> -148.383243181960807533`7.17138485913365, \
$CellContext`b -> -0.0086842857802589095`2.9387341066694534}}, {
1, {$CellContext`a -> -148.3829581023549621932`7.1713840247495515, \
$CellContext`b -> -0.0032576406625053245`2.512903177302801}}}, {{
2, {$CellContext`a -> -148.1684904235036128739`7.170755856206297, \
$CellContext`b -> -0.007291795884208311`2.862834503153166}}, {
2, {$CellContext`a -> -148.1696966185408825822`7.17075939165243, \
$CellContext`b -> -0.0308686299882676637`3.4895173550493555}}, {
2, {$CellContext`a -> -148.1704462150993606429`7.170761588760429, \
$CellContext`b -> -0.0451154516797936805`3.6543253097267314}}, {
2, {$CellContext`a -> -148.1700378897460552707`7.170760391938142, \
$CellContext`b -> -0.0376260757001722623`3.575488924920064}}, {
2, {$CellContext`a -> -148.1685965870387065024`7.170756167380561, \
$CellContext`b -> -0.0126877497106151465`3.1033846027942364}}}, {{
3, {$CellContext`a -> -148.0830965030807817584`7.170505487188263, \
$CellContext`b -> 0.1053693303738070519`4.022714220101475}}, {
3, {$CellContext`a -> -148.0882043055916312824`7.170520466968135, \
$CellContext`b -> 0.0137146978964264379`3.137186245527133}}, {
3, {$CellContext`a -> -148.0902546475300312068`7.1705264799117705, \
$CellContext`b -> -0.0218902502239397348`3.3402507259468797}}, {
3, {$CellContext`a -> -148.0904639130517637113`7.170527093610474, \
$CellContext`b -> -0.0253869241638921099`3.404610085687887}}, {
3, {$CellContext`a -> -148.0994713871844794539`7.170553508392657, \
$CellContext`b -> -0.1697970839017959033`4.229930227390657}}}, {{
4, {$CellContext`a -> -148.0609793600651755696`7.170440617727971, \
$CellContext`b -> -0.0733149055998205124`3.8651922797114393}}, {
4, {$CellContext`a -> -148.0582852779546954025`7.170432715337724, \
$CellContext`b -> -0.0268748255178243647`3.429345653318376}}, {
4, {$CellContext`a -> -148.0605905737262446564`7.170439477333087, \
$CellContext`b -> -0.065337393835996363`3.815161807439407}}, {
4, {$CellContext`a -> -148.0613263135136605797`7.17044163541536, \
$CellContext`b -> -0.0772853593009982937`3.888097230308946}}, {
4, {$CellContext`a -> -148.0489402422520015534`7.170405302987802, \
$CellContext`b -> 0.1139070146652856191`4.056550469791311}}}, {{
5, {$CellContext`a -> -148.0502412765101212244`7.170409119492772, \
$CellContext`b -> -0.005349553157151422`2.728317507350562}}, {
5, {$CellContext`a -> -148.0496557211536980958`7.170407401805852, \
$CellContext`b -> 0.0046037995684280429`2.6631164078725016}}, {
5, {$CellContext`a -> -148.046234619095571361`7.170397366099214, \
$CellContext`b -> 0.0605833363384193496`3.7823531863535136}}, {
5, {$CellContext`a -> -148.0476985619096979008`7.170401660562659, \
$CellContext`b -> 0.037861912339482981`3.578202545642321}}, {
5, {$CellContext`a -> -148.04749061766958107`7.170401050562636, \
$CellContext`b -> 0.0409669812527159172`3.6124339631332862}}}, {{
6, {$CellContext`a -> -148.011517946104731891`7.170295512596319, \
$CellContext`b -> -0.0379457308354780656`3.579162921762762}}, {
6, {$CellContext`a -> -148.0134025653906917341`7.170301042399385, \
$CellContext`b -> -0.0715867703373852665`3.854832769509726}}, {
6, {$CellContext`a -> -148.0155062913357539855`7.170307215016599, \
$CellContext`b -> -0.1080687952818299991`4.0337003101116045}}, {
6, {$CellContext`a -> -148.0154666365451703314`7.1703070986648765, \
$CellContext`b -> -0.1074056054140354183`4.031026947442294}}, {
6, {$CellContext`a -> -148.0144042099376520127`7.170303981371262, \
$CellContext`b -> -0.0905340858419552974`3.9568121207082116}}}},
TableAlignments -> Center,
TableHeadings -> {None, {"State", "Linear fit"}}]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, 3.811322999459758*^9},
CellLabel->
"During evaluation of \
In[20]:=",ExpressionUUID->"be43de30-0b16-4742-95bf-7bb61c7bb41d"],
Cell[BoxData[
InterpretationBox[GridBox[{
{"\<\"State\"\>", "\<\"Quadratic fit\"\>", "\<\"\"\>", "\<\"\"\>", \
"\<\"\"\>"},
{GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.3463061405135761106`7.171276736748147"}]}],
RowBox[{"b2", "\[Rule]", "1.4854360387415903588`5.171853956294768"}],
RowBox[{
"c2", "\[Rule]", "15.0400745111790712372`6.177249987832337"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.365385326671457733`7.171332588846444"}]}],
RowBox[{"b2", "\[Rule]", "0.6830303519101580401`4.834440002911716"}],
RowBox[{"c2", "\[Rule]", "6.6313335817302414554`5.821600875153877"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.380611275366220525`7.171377155887492"}]}],
RowBox[{"b2", "\[Rule]", "0.0828734575415255026`3.918415458306489"}],
RowBox[{"c2", "\[Rule]", "0.7698257380054053245`4.886392427006511"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.3837181573703389859`7.171386249309959"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0270652940967395159`3.432412750580865"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.1734252563938158687`4.239112345237807"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.3839028093591139168`7.171386789755306"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0329265871849721004`3.5175467187609684"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.2167998163984649063`4.336058910074987"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.1402490753678762303`7.170673070516514"}]}],
RowBox[{"b2", "\[Rule]", "1.0806882418063668005`5.033700426246799"}],
RowBox[{
"c2", "\[Rule]", "10.4645170635714972462`6.019719190489746"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.1610207426414262954`7.170733961382741"}]}],
RowBox[{"b2", "\[Rule]", "0.2939397170541501736`4.468258271789079"}],
RowBox[{"c2", "\[Rule]", "3.0322517644779645174`5.481765257442935"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.1713993248193048657`7.170764382360443"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0820725000734251753`3.914197663002332"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.3553720424206988637`4.5506832583032395"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.1725787452530198607`7.170767839260695"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1208824313642693632`4.082363186584662"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.668433562411545279`4.825058247930201"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.200945402847224841`7.170850974101678"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.8979549528111164802`4.953254550212661"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "5.5205225508233892739`5.7419801882723345"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "147.9426215156488240154`7.170093310051258"}]}],
RowBox[{"b2", "\[Rule]", "5.0564174180931908964`5.703842918694362"}],
RowBox[{
"c2", "\[Rule]", "43.5546139090773039015`6.639034168278553"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.0677820131911062163`7.170460570904432"}]}],
RowBox[{"b2", "\[Rule]", "0.7098887094243683249`4.8511902689003366"}],
RowBox[{"c2", "\[Rule]", "5.9155854386107078469`5.771997731242324"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.0878391830858902267`7.170519396181399"}]}],
RowBox[{"b2", "\[Rule]", "0.051547665812400438`3.712209004289843"}],
RowBox[{"c2", "\[Rule]", "0.5492104599049564273`4.739738799933518"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.0498089891036954668`7.170407851407644"}]}],
RowBox[{"b2", "\[Rule]", "1.1888009858949779574`5.075109156585218"}],
RowBox[{"c2", "\[Rule]", "8.8618966356649639948`5.947526680154843"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.212451549633783543`7.170884690904706"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "3.3176601598724091424`5.520831897586168"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "20.9694012483000769009`6.321586029975515"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"4", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.1090596191149018068`7.170581624505356"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "1.7118506794063497178`5.233465879536175"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "13.9436277337348482064`6.144375779484689"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.0487064701370911735`7.170404617227947"}]}],
RowBox[{"b2", "\[Rule]", "0.2962408219383269037`4.471644904019731"}],
RowBox[{"c2", "\[Rule]", "2.7176908900098011301`5.434200058578503"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.0509194498152680808`7.170411108859674"}]}],
RowBox[{"b2", "\[Rule]", "0.2277633939823881792`4.357483925761838"}],
RowBox[{"c2", "\[Rule]", "2.1931350106995388671`5.341065367927859"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.1158727622491539933`7.170601601962651"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "1.6973780856678915008`5.22977859083289"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "11.8172398311967778994`6.072516049636311"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.0818237343861767386`7.170501754427338"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.7628452528282088085`4.8824364479694715"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "5.6240498121952482435`5.750049158573953"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"5", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.0612379455834570763`7.170441376213874"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.374237648520371502`4.5731474756337525"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "3.08938747648752976`5.4898723817061255"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"5", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.0597635468260193647`7.170437051473371"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.3259267077023906833`4.51311994970272"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "2.6947258771615976158`5.430514592865578"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"5", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.0417810017731028438`7.170384301190635"}]}],
RowBox[{"b2", "\[Rule]", "0.192123902582491124`4.283581399811746"}],
RowBox[{"c2", "\[Rule]", "0.9527898920752830847`4.978997141170761"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"5", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.0459483772356747977`7.170396526406258"}]}],
RowBox[{"b2", "\[Rule]", "0.0796632067724354215`3.901257784568193"}],
RowBox[{
"c2", "\[Rule]", "0.2265186139424424927`4.3551038955335555"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"5", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.048745482841042076`7.170404731670014"}]}],
RowBox[{"b2", "\[Rule]", "0.0076816839284191288`2.885456433658701"}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.2079989504882851781`4.318061143624798"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"6", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "147.9683837625354385636`7.17016893009575"}]}],
RowBox[{"b2", "\[Rule]", "1.4813852385243311272`5.170668012747487"}],
RowBox[{"c2", "\[Rule]", "13.36296206270751874`6.125902735452736"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"6", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "147.9958556581081552395`7.1702495539759346"}]}],
RowBox[{"b2", "\[Rule]", "0.5309503402982225229`4.7250539034863674"}],
RowBox[{"c2", "\[Rule]", "5.1606628678517099118`5.712705488712657"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"6", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.0141922393662810009`7.1703033594202035"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0697770223730072303`3.8437124326591876"}]}],
RowBox[{"c2", "\[Rule]", "0.271275539053596082`4.4334106351439"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"6", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.0183944093101899853`7.170315689003506"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1953875635506623076`4.2908969173499605"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.6471643606268980831`4.8110145926443035"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"6", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.0718509164285308088`7.170472505154542"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "1.6252097851200526524`5.210909428477689"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "9.6686361835444305513`5.9853652186815"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
TableForm[{{{
1, {$CellContext`a2 -> -148.3463061405135761106`7.171276736748147, \
$CellContext`b2 -> 1.4854360387415903588`5.171853956294768, $CellContext`c2 ->
15.0400745111790712372`6.177249987832337}}, {
1, {$CellContext`a2 -> -148.365385326671457733`7.171332588846444, \
$CellContext`b2 -> 0.6830303519101580401`4.834440002911716, $CellContext`c2 ->
6.6313335817302414554`5.821600875153877}}, {
1, {$CellContext`a2 -> -148.380611275366220525`7.171377155887492, \
$CellContext`b2 -> 0.0828734575415255026`3.918415458306489, $CellContext`c2 ->
0.7698257380054053245`4.886392427006511}}, {
1, {$CellContext`a2 -> -148.3837181573703389859`7.171386249309959, \
$CellContext`b2 -> -0.0270652940967395159`3.432412750580865, $CellContext`c2 -> \
-0.1734252563938158687`4.239112345237807}}, {
1, {$CellContext`a2 -> -148.3839028093591139168`7.171386789755306, \
$CellContext`b2 -> -0.0329265871849721004`3.5175467187609684, $CellContext`c2 -> \
-0.2167998163984649063`4.336058910074987}}}, {{
2, {$CellContext`a2 -> -148.1402490753678762303`7.170673070516514, \
$CellContext`b2 -> 1.0806882418063668005`5.033700426246799, $CellContext`c2 ->
10.4645170635714972462`6.019719190489746}}, {
2, {$CellContext`a2 -> -148.1610207426414262954`7.170733961382741, \
$CellContext`b2 -> 0.2939397170541501736`4.468258271789079, $CellContext`c2 ->
3.0322517644779645174`5.481765257442935}}, {
2, {$CellContext`a2 -> -148.1713993248193048657`7.170764382360443, \
$CellContext`b2 -> -0.0820725000734251753`3.914197663002332, $CellContext`c2 -> \
-0.3553720424206988637`4.5506832583032395}}, {
2, {$CellContext`a2 -> -148.1725787452530198607`7.170767839260695, \
$CellContext`b2 -> -0.1208824313642693632`4.082363186584662, $CellContext`c2 -> \
-0.668433562411545279`4.825058247930201}}, {
2, {$CellContext`a2 -> -148.200945402847224841`7.170850974101678, \
$CellContext`b2 -> -0.8979549528111164802`4.953254550212661, $CellContext`c2 -> \
-5.5205225508233892739`5.7419801882723345}}}, {{
3, {$CellContext`a2 -> -147.9426215156488240154`7.170093310051258, \
$CellContext`b2 -> 5.0564174180931908964`5.703842918694362, $CellContext`c2 ->
43.5546139090773039015`6.639034168278553}}, {
3, {$CellContext`a2 -> -148.0677820131911062163`7.170460570904432, \
$CellContext`b2 -> 0.7098887094243683249`4.8511902689003366, $CellContext`c2 ->
5.9155854386107078469`5.771997731242324}}, {
3, {$CellContext`a2 -> -148.0878391830858902267`7.170519396181399, \
$CellContext`b2 -> 0.051547665812400438`3.712209004289843, $CellContext`c2 ->
0.5492104599049564273`4.739738799933518}}, {
3, {$CellContext`a2 -> -148.0498089891036954668`7.170407851407644, \
$CellContext`b2 -> 1.1888009858949779574`5.075109156585218, $CellContext`c2 ->
8.8618966356649639948`5.947526680154843}}, {
3, {$CellContext`a2 -> -148.212451549633783543`7.170884690904706, \
$CellContext`b2 -> -3.3176601598724091424`5.520831897586168, $CellContext`c2 -> \
-20.9694012483000769009`6.321586029975515}}}, {{
4, {$CellContext`a2 -> -148.1090596191149018068`7.170581624505356, \
$CellContext`b2 -> -1.7118506794063497178`5.233465879536175, $CellContext`c2 -> \
-13.9436277337348482064`6.144375779484689}}, {
4, {$CellContext`a2 -> -148.0487064701370911735`7.170404617227947, \
$CellContext`b2 -> 0.2962408219383269037`4.471644904019731, $CellContext`c2 ->
2.7176908900098011301`5.434200058578503}}, {
4, {$CellContext`a2 -> -148.0509194498152680808`7.170411108859674, \
$CellContext`b2 -> 0.2277633939823881792`4.357483925761838, $CellContext`c2 ->
2.1931350106995388671`5.341065367927859}}, {
4, {$CellContext`a2 -> -148.1158727622491539933`7.170601601962651, \
$CellContext`b2 -> -1.6973780856678915008`5.22977859083289, $CellContext`c2 -> \
-11.8172398311967778994`6.072516049636311}}, {
4, {$CellContext`a2 -> -148.0818237343861767386`7.170501754427338, \
$CellContext`b2 -> -0.7628452528282088085`4.8824364479694715, $CellContext`c2 -> \
-5.6240498121952482435`5.750049158573953}}}, {{
5, {$CellContext`a2 -> -148.0612379455834570763`7.170441376213874, \
$CellContext`b2 -> -0.374237648520371502`4.5731474756337525, $CellContext`c2 -> \
-3.08938747648752976`5.4898723817061255}}, {
5, {$CellContext`a2 -> -148.0597635468260193647`7.170437051473371, \
$CellContext`b2 -> -0.3259267077023906833`4.51311994970272, $CellContext`c2 -> \
-2.6947258771615976158`5.430514592865578}}, {
5, {$CellContext`a2 -> -148.0417810017731028438`7.170384301190635, \
$CellContext`b2 -> 0.192123902582491124`4.283581399811746, $CellContext`c2 ->
0.9527898920752830847`4.978997141170761}}, {
5, {$CellContext`a2 -> -148.0459483772356747977`7.170396526406258, \
$CellContext`b2 -> 0.0796632067724354215`3.901257784568193, $CellContext`c2 ->
0.2265186139424424927`4.3551038955335555}}, {
5, {$CellContext`a2 -> -148.048745482841042076`7.170404731670014, \
$CellContext`b2 ->
0.0076816839284191288`2.885456433658701, $CellContext`c2 -> \
-0.2079989504882851781`4.318061143624798}}}, {{
6, {$CellContext`a2 -> -147.9683837625354385636`7.17016893009575, \
$CellContext`b2 -> 1.4813852385243311272`5.170668012747487, $CellContext`c2 ->
13.36296206270751874`6.125902735452736}}, {
6, {$CellContext`a2 -> -147.9958556581081552395`7.1702495539759346, \
$CellContext`b2 -> 0.5309503402982225229`4.7250539034863674, $CellContext`c2 ->
5.1606628678517099118`5.712705488712657}}, {
6, {$CellContext`a2 -> -148.0141922393662810009`7.1703033594202035, \
$CellContext`b2 -> -0.0697770223730072303`3.8437124326591876, $CellContext`c2 ->
0.271275539053596082`4.4334106351439}}, {
6, {$CellContext`a2 -> -148.0183944093101899853`7.170315689003506, \
$CellContext`b2 -> -0.1953875635506623076`4.2908969173499605, $CellContext`c2 -> \
-0.6471643606268980831`4.8110145926443035}}, {
6, {$CellContext`a2 -> -148.0718509164285308088`7.170472505154542, \
$CellContext`b2 -> -1.6252097851200526524`5.210909428477689, $CellContext`c2 -> \
-9.6686361835444305513`5.9853652186815}}}}, TableAlignments -> Center,
TableHeadings -> {None, {"State", "Quadratic fit"}}]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, 3.8113229994678793`*^9},
CellLabel->
"During evaluation of \
In[20]:=",ExpressionUUID->"5fd63cc1-7866-4fe6-80b8-5aa9480db5f9"],
Cell[BoxData["\<\"Excitation energies with PT2\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, 3.811322999472537*^9},
CellLabel->
"During evaluation of \
In[20]:=",ExpressionUUID->"4f484610-cc91-4963-984c-f36d46616d9b"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
TagBox["\<\"nDet\"\>",
HoldForm],
TagBox["\<\"1\"\>",
HoldForm],
TagBox["\<\"2\"\>",
HoldForm],
TagBox["\<\"3\"\>",
HoldForm],
TagBox["\<\"4\"\>",
HoldForm],
TagBox["\<\"5\"\>",
HoldForm]},
{"57008", "2.9088500898406284279`3.4637213400739437",
"5.9115653115287649655`3.771702492074014",
"8.1328789164946559964`3.9102443065077384",
"10.0984637252384370498`4.004255309782727",
"10.1749358833710275007`4.00753168123034"},
{"93337", "2.8254735867332603227`3.451091251754387",
"5.8992793707408184289`3.7707989634344843",
"8.1030114270855708725`3.9086464513613537",
"8.994350308695301166`3.9539697983053723",
"9.2043530918486862191`3.9639932704594667"},
{"176860", "5.8602206914745549327`3.7679139715274514",
"8.2273720871316537995`3.915261138941528",
"8.7033786858684987209`3.939687880179243",
"8.991765499136269213`3.9538449721841595",
"10.2804493932320664129`4.012012099555665"},
{"302681", "5.8584772579735924225`3.7677847483734994",
"8.0074842237793308897`3.9034960916964803",
"8.9177257668015386116`3.950254113024124",
"9.0119364832518655817`3.954818122125203",
"10.2313908017188026633`4.009934673443984"},
{"622121", "5.8517672022936721987`3.76728704049321",
"8.0007251876051626027`3.9031293533296303",
"8.9003763313024411019`3.949408370145212",
"9.0147240176351512986`3.9549524355007017",
"10.1948821014369030991`4.008382207751095"},
{"1645610", "5.8506836449028023495`3.767206615802149",
"8.0023837215832251957`3.9032193723579813",
"8.8790257336029174695`3.9483653146825413",
"9.0601275757789601073`3.9571343130263434",
"10.1766493843475984704`4.007604812046522"},
{"5427199", "5.8471698386259083335`3.7669457086665656",
"7.9906545257525225523`3.902582354442943",
"8.8832347907927218245`3.948571141001016",
"9.0632149796366370254`3.957282281588728",
"10.1686486926304304745`4.0072632435494535"},
{"18272719", "5.8374866669105456296`3.7662259016266244",
"7.9948137861058512499`3.902808352684067",
"8.8662777434804045384`3.947741331810102",
"9.0536401092376994626`3.9568232268856947",
"10.1556544394639747253`4.006707914967815"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {{False}}, "Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{None, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"nDet", "1", "2", "3", "4", "5"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, 3.811322999474037*^9},
CellLabel->
"During evaluation of \
In[20]:=",ExpressionUUID->"63523446-6f43-4221-8212-4f007540829f"],
Cell[BoxData["\<\"Linear fits\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, 3.8113229994755983`*^9},
CellLabel->
"During evaluation of \
In[20]:=",ExpressionUUID->"4fdcf966-38db-4f7f-b676-f3d07c01d5d4"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
StyleBox["\[Null]",
ShowStringCharacters->False],
TagBox["\<\"state 1\"\>",
HoldForm],
TagBox["\<\"state 2\"\>",
HoldForm],
TagBox["\<\"state 3\"\>",
HoldForm],
TagBox["\<\"state 4\"\>",
HoldForm],
TagBox["\<\"state 5\"\>",
HoldForm]},
{
TagBox["\<\"2 pts\"\>",
HoldForm], "5.7293901801336577506`3.7581083993675843",
"8.0530771125204765326`3.905961857714281",
"8.6549152287776838222`3.9372628185020693",
"8.9471133655092813797`3.951682940160245",
"10.0008288571503332065`4.0000359953169395"},
{
TagBox["\<\"3 pts\"\>",
HoldForm], "5.7407254134681391378`3.7589667744817072",
"7.958244198792860935`3.9008172613448098",
"8.7723824091645710155`3.9431175553550153",
"9.007204610458025229`3.954590028424178",
"9.9937032263683800437`3.9997264484621526"},
{
TagBox["\<\"4 pts\"\>",
HoldForm], "5.7817394528686714139`3.762058516817352",
"7.963863153546607343`3.901123788752385",
"8.7710637167472125242`3.943052265920185",
"9.1617091398880710074`3.961976499954064",
"9.997869528309543341`3.999907464932581"},
{
TagBox["\<\"5 pts\"\>",
HoldForm], "5.801611507962524783`3.763548643874265",
"7.9669297049373755115`3.901290985247344",
"8.7598041736648735167`3.9424943975781996",
"9.1306341831449753244`3.96050094321614",
"10.0077095464069643072`4.000334692346515"},
{
TagBox["\<\"6 pts\"\>",
HoldForm], "5.8330739411027758834`3.7658974816604958",
"7.7140664380457959481`3.8872833749438716",
"9.0890889288360181553`3.9585203526378976",
"9.1285352229323439843`3.9604010956467546",
"10.0288622357409771269`4.00125166554611"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {False, True, {False}, False},
"Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{OutputFormsDump`HeadedRows, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{"2 pts", "3 pts", "4 pts", "5 pts", "6 pts"}, {
"state 1", "state 2", "state 3", "state 4", "state 5"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, 3.811322999477084*^9},
CellLabel->
"During evaluation of \
In[20]:=",ExpressionUUID->"8ac8a8dc-f39c-4675-9243-75a7b9eb1f52"],
Cell[BoxData["\<\"Quadratic fits\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, 3.811322999478717*^9},
CellLabel->
"During evaluation of \
In[20]:=",ExpressionUUID->"ffcf7ba4-ac12-4ff1-a8b6-a895b5ec351a"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
StyleBox["\[Null]",
ShowStringCharacters->False],
TagBox["\<\"state 1\"\>",
HoldForm],
TagBox["\<\"state 2\"\>",
HoldForm],
TagBox["\<\"state 3\"\>",
HoldForm],
TagBox["\<\"state 4\"\>",
HoldForm],
TagBox["\<\"state 5\"\>",
HoldForm]},
{
TagBox["\<\"3 pts\"\>",
HoldForm], "5.6070983418279265464`3.7487381731733422",
"10.9848181575336596438`4.04079287201362",
"6.455806675681516893`3.8099505166114986",
"7.7571006942680753582`3.889699429020716",
"10.2837917127594469235`4.012153271888046"},
{
TagBox["\<\"4 pts\"\>",
HoldForm], "5.561043584857912947`3.745156298887206",
"8.098198643944915176`3.9083884255456396",
"8.6172706095288482686`3.9353697313788794",
"8.3163922274936794565`3.919934963850768",
"10.0554144571186832025`4.002399975751269"},
{
TagBox["\<\"5 pts\"\>",
HoldForm], "5.6929471463292715683`3.755337151813638",
"7.9667344189231297236`3.9012803396560067",
"8.9713715327054650572`3.9528588425482556",
"9.2200413700045373844`3.9647328697222175",
"9.9707698336706300779`3.9987286910707316"},
{
TagBox["\<\"6 pts\"\>",
HoldForm], "5.7453960471602361082`3.7593199712606586",
"9.0861312733207704184`3.9583790070622515",
"7.2884444403219896813`3.8626348475124526",
"9.1911838731348751708`3.9633714544172034",
"9.9409655307379409805`3.9974285679292225"},
{
TagBox["\<\"7 pts\"\>",
HoldForm], "4.9785246138130752058`3.6971006586204114",
"4.665426412001243861`3.6688913436700754",
"8.2199903176531137206`3.9148713059838096",
"9.1200953893144358631`3.9599993807446707",
"8.4913645168058060619`3.9289774846494514"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {False, True, {False}, False},
"Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{OutputFormsDump`HeadedRows, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{"3 pts", "4 pts", "5 pts", "6 pts", "7 pts"}, {
"state 1", "state 2", "state 3", "state 4", "state 5"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, 3.8113229994801817`*^9},
CellLabel->
"During evaluation of \
In[20]:=",ExpressionUUID->"0db12988-ee3e-431c-bde5-9c7829db61d7"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{10.950946887845618`, 2.9088500898406284`}, {
11.443971878425899`, 2.8254735867332603`}, {12.083113738129725`,
5.860220691474555}, {12.620434724622216`, 5.858477257973592}, {
13.340889886564137`, 5.851767202293672}, {14.31362169411331,
5.850683644902802}, {15.506933720882573`, 5.847169838625908}, {
16.720919740488558`, 5.837486666910546}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
10.950946887845618`, 2.9088500898406284`}}, {{11.443971878425899`,
2.8254735867332603`}}, {{12.083113738129725`, 5.860220691474555}}, {{
12.620434724622216`, 5.858477257973592}}, {{13.340889886564137`,
5.851767202293672}}, {{14.31362169411331, 5.850683644902802}}, {{
15.506933720882573`, 5.847169838625908}}, {{16.720919740488558`,
5.837486666910546}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2UafSnJ6+EnNYdSW2/dvX7w4w/iz3
jKdfvrI7wvjnpfo83n2XgPPvCD5c7dqjBOdPfPD5p0KdBpyv+kcs6ecHPTg/
bEKx8eUqIzif8+RjpxV7TeH8u2kTtjp/tIDztTsnl518aw3nv7g478hZLXs4
v9+/wSBOwhHO353hv2HHZCc4X27qorIgfRc4fx+zYkrielc4f1qr8oz1/u5w
/j/LI38TXnjA+YsNJnS1p3rB+fVWD2LfMvnA+TPaoiNOtPjC+S+fRs18pOYP
5z+1/sO6ISEAzv+y9EGQpkIgnD9fkt350HsEP0Pv8LGpG4Pg/MoYv8ez8oPh
fLUp0ov324bA+Z9y6r7J/UPwI/2V3849F4oIX+/pNX6zw+D8688XzLeMCofz
HfvepLpoRsD5J6+e3d/5CsGfaVa3iWFFJJzPurDAY3ppFJw/Yc2PwgzTaDh/
28FDdpGsMXD+73Kl+S3HEfwO98AZD1tj4fyNCodM4kLi4Pwfs06kiIrGw/m3
5QQt3jxF8JnjRIKqIhPgfI2/ry5K70TwpRcmKZ9VSITz54ou3Te7EcE/LOav
1vwAwd8uMyu+yj0Jzrf6vP5R33IEv5lPJE//LoJ/RrPi53mhZDgfAPhrkAU=
"]]},
Annotation[#, "Charting`Private`Tag$11693#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2Ybl8BqtzxRxWXYlt//b1uwOMP8s9
4+mXr+yOMP55qT6Pd98l4Pw7gg9Xu/YowfkTH3z+qVCnAeer/hFL+vlBD84P
m1BsfLnKCM7nPPnYacVeUzj/btqErc4fLeB87c7JZSffWsP5Ly7OO3JWyx7O
7/dvMIiTcITzd2f4b9gx2QnOl5u6qCxI3wXO38esmJK43hXOn9aqPGO9vzuc
/8/yyN+EFx5w/mKDCV3tqV5wfr3Vg9i3TD5w/oy26IgTLb5w/sunUTMfqfnD
+U+t/7BuSAiA878sfRCkqRAI58+XZHc+9B7Bz9A7fGzqxiA4vzLG7/Gs/GA4
X22K9OL9tiFw/qecum9y/xD8SH/lt3PPhSLC13t6jd/sMDj/+vMF8y2jwuF8
x743qS6aEXD+yatn93e+QvBnmtVtYlgRCeezLizwmF4aBedPWPOjMMM0Gs7f
dvCQXSRrDJz/u1xpfstxBL/DPXDGw9ZYOH+jwiGTuJA4OP/HrBMpoqLxcP5t
OUGLN08RfOY4kaCqyAQ4X+Pvq4vSOxF86YVJymcVEuH8uaJL981uRPAPi/mr
NT9A8LfLzIqvck+C860+r3/UtxzBb+YTydO/i+Cf0az4eV4oGc4HAHe5QZ0=
"]]},
Annotation[#, "Charting`Private`Tag$11693#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{10.708027023823758`, 0},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{10.819778284410283`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {11.512925464970229`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.122363377404328`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.815510557964274`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {15.424948470398375`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {16.11809565095832,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.51599092375669,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.60300230074632,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.683045008419857`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.75715298057358,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.82614585206053,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.890684373198102`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.51599092375669,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.60300230074632,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.683045008419857`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.75715298057358,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.82614585206053,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.890684373198102`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{10.708027023823758`, 16.720919740488558`}, {
0, 5.860220691474555}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.02],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, 3.8113229995733643`*^9},
CellLabel->
"During evaluation of \
In[20]:=",ExpressionUUID->"742ad3b8-560d-44df-a1ad-54f67a85a6ef"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{10.950946887845618`, 5.911565311528765}, {
11.443971878425899`, 5.899279370740818}, {12.083113738129725`,
8.227372087131654}, {12.620434724622216`, 8.007484223779331}, {
13.340889886564137`, 8.000725187605163}, {14.31362169411331,
8.002383721583225}, {15.506933720882573`, 7.9906545257525226`}, {
16.720919740488558`, 7.994813786105851}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
10.950946887845618`, 5.911565311528765}}, {{11.443971878425899`,
5.899279370740818}}, {{12.083113738129725`, 8.227372087131654}}, {{
12.620434724622216`, 8.007484223779331}}, {{13.340889886564137`,
8.000725187605163}}, {{14.31362169411331, 8.002383721583225}}, {{
15.506933720882573`, 7.9906545257525226`}}, {{16.720919740488558`,
7.994813786105851}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2Io9i3uhIKzisuhLb/u3rdwcYf5Z7
xtMvX9kdYfzzUn0e775LwPl3BB+udu1RgvMnPvj8U6FOA85X/SOW9PODHpwf
NqHY+HKVEZzPefKx04q9pnD+3bQJW50/WsD52p2Ty06+tYbzX1ycd+Sslj2c
3+/fYBAn4Qjn787w37BjshOcLzd1UVmQvgucv49ZMSVxvSucP61VecZ6f3c4
/5/lkb8JLzzg/MUGE7raU73g/HqrB7FvmXzg/Blt0REnWnzh/JdPo2Y+UvOH
859a/2HdkBAA539Z+iBIUyEQzp8vye586D2Cn6F3+NjUjUFwfmWM3+NZ+cFw
vtoU6cX7bUPg/E85dd/k/iH4kf7Kb+eeC0WEr/f0Gr/ZYXD+9ecL5ltGhcP5
jn1vUl00I+D8k1fP7u98heDPNKvbxLAiEs5nXVjgMb00Cs6fsOZHYYZpNJy/
7eAhu0jWGDj/d7nS/JbjCH6He+CMh62xcP5GhUMmcSFxcP6PWSdSREXj4fzb
coIWb54i+MxxIkFVkQlwvsbfVxeldyL40guTlM8qJML5c0WX7pvdiOAfFvNX
a36A4G+XmRVf5Z4E51t9Xv+obzmC38wnkqd/F8E/o1nx87xQMpwPAHFGWZU=
"]]},
Annotation[#, "Charting`Private`Tag$12157#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2KVbPRK1+qDqsuhLb/u3rdwcYf5Z7
xtMvX9kdYfzzUn0e775LwPl3BB+udu1RgvMnPvj8U6FOA85X/SOW9PODHpwf
NqHY+HKVEZzPefKx04q9pnD+3bQJW50/WsD52p2Ty06+tYbzX1ycd+Sslj2c
3+/fYBAn4Qjn787w37BjshOcLzd1UVmQvgucv49ZMSVxvSucP61VecZ6f3c4
/5/lkb8JLzzg/MUGE7raU73g/HqrB7FvmXzg/Blt0REnWnzh/JdPo2Y+UvOH
859a/2HdkBAA539Z+iBIUyEQzp8vye586D2Cn6F3+NjUjUFwfmWM3+NZ+cFw
vtoU6cX7bUPg/E85dd/k/iH4kf7Kb+eeC0WEr/f0Gr/ZYXD+9ecL5ltGhcP5
jn1vUl00I+D8k1fP7u98heDPNKvbxLAiEs5nXVjgMb00Cs6fsOZHYYZpNJy/
7eAhu0jWGDj/d7nS/JbjCH6He+CMh62xcP5GhUMmcSFxcP6PWSdSREXj4fzb
coIWb54i+MxxIkFVkQlwvsbfVxeldyL40guTlM8qJML5c0WX7pvdiOAfFvNX
a36A4G+XmRVf5Z4E51t9Xv+obzmC38wnkqd/F8E/o1nx87xQMpwPAK9WaNE=
"]]},
Annotation[#, "Charting`Private`Tag$12157#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{10.708027023823758`, 5.769940886496883},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{10.819778284410283`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {11.512925464970229`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.122363377404328`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.815510557964274`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {15.424948470398375`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {16.11809565095832,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.51599092375669,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.60300230074632,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.683045008419857`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.75715298057358,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.82614585206053,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.890684373198102`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.51599092375669,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.60300230074632,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.683045008419857`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.75715298057358,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.82614585206053,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.890684373198102`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{10.708027023823758`, 16.720919740488558`}, {5.769940886496883,
8.227372087131654}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, 3.811322999711883*^9},
CellLabel->
"During evaluation of \
In[20]:=",ExpressionUUID->"8bb30918-5926-497d-a093-b1329ed81f89"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{10.950946887845618`, 8.132878916494656}, {
11.443971878425899`, 8.10301142708557}, {12.083113738129725`,
8.703378685868499}, {12.620434724622216`, 8.917725766801539}, {
13.340889886564137`, 8.900376331302441}, {14.31362169411331,
8.879025733602917}, {15.506933720882573`, 8.883234790792722}, {
16.720919740488558`, 8.866277743480405}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
10.950946887845618`, 8.132878916494656}}, {{11.443971878425899`,
8.10301142708557}}, {{12.083113738129725`, 8.703378685868499}}, {{
12.620434724622216`, 8.917725766801539}}, {{13.340889886564137`,
8.900376331302441}}, {{14.31362169411331, 8.879025733602917}}, {{
15.506933720882573`, 8.883234790792722}}, {{16.720919740488558`,
8.866277743480405}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2no1NPIH+ig6rrsS2f/v63QHGn+We
8fTLV3ZHGP+8VJ/Hu+8ScP4dwYerXXuU4PyJDz7/VKjTgPNV/4gl/fygB+eH
TSg2vlxlBOdznnzstGKvKZx/N23CVuePFnC+dufkspNvreH8FxfnHTmrZQ/n
9/s3GMRJOML5uzP8N+yY7ATny01dVBak7wLn72NWTElc7wrnT2tVnrHe3x3O
/2d55G/CCw84f7HBhK72VC84v97qQexbJh84f0ZbdMSJFl84/+XTqJmP1Pzh
/KfWf1g3JATA+V+WPgjSVAiE8+dLsjsfeo/gZ+gdPjZ1YxCcXxnj93hWfjCc
rzZFevF+2xA4/1NO3Te5fwh+pL/y27nnQhHh6z29xm92GJx//fmC+ZZR4XC+
Y9+bVBfNCDj/5NWz+ztfIfgzzeo2MayIhPNZFxZ4TC+NgvMnrPlRmGEaDedv
O3jILpI1Bs7/Xa40v+U4gt/hHjjjYWssnL9R4ZBJXEgcnP9j1okUUdF4OP+2
nKDFm6cIPnOcSFBVZAKcr/H31UXpnQi+9MIk5bMKiXD+XNGl+2Y3IviHxfzV
mh8g+NtlZsVXuSfB+Vaf1z/qW47gN/OJ5OnfRfDPaFb8PC+UDOcDAHFAPSU=
"]]},
Annotation[#, "Charting`Private`Tag$12621#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2TOmmf/ZdknRYdSW2/dvX7w4w/iz3
jKdfvrI7wvjnpfo83n2XgPPvCD5c7dqjBOdPfPD5p0KdBpyv+kcs6ecHPTg/
bEKx8eUqIzif8+RjpxV7TeH8u2kTtjp/tIDztTsnl518aw3nv7g478hZLXs4
v9+/wSBOwhHO353hv2HHZCc4X27qorIgfRc4fx+zYkrielc4f1qr8oz1/u5w
/j/LI38TXnjA+YsNJnS1p3rB+fVWD2LfMvnA+TPaoiNOtPjC+S+fRs18pOYP
5z+1/sO6ISEAzv+y9EGQpkIgnD9fkt350HsEP0Pv8LGpG4Pg/MoYv8ez8oPh
fLUp0ov324bA+Z9y6r7J/UPwI/2V3849F4oIX+/pNX6zw+D8688XzLeMCofz
HfvepLpoRsD5J6+e3d/5CsGfaVa3iWFFJJzPurDAY3ppFJw/Yc2PwgzTaDh/
28FDdpGsMXD+73Kl+S3HEfwO98AZD1tj4fyNCodM4kLi4Pwfs06kiIrGw/m3
5QQt3jxF8JnjRIKqIhPgfI2/ry5K70TwpRcmKZ9VSITz54ou3Te7EcE/LOav
1vwAwd8uMyu+yj0Jzrf6vP5R33IEv5lPJE//LoJ/RrPi53mhZDgfAJJjea0=
"]]},
Annotation[#, "Charting`Private`Tag$12621#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{10.708027023823758`, 8.057749519323574},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{10.819778284410283`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {11.512925464970229`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.122363377404328`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.815510557964274`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {15.424948470398375`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {16.11809565095832,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.51599092375669,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.60300230074632,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.683045008419857`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.75715298057358,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.82614585206053,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.890684373198102`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.51599092375669,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.60300230074632,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.683045008419857`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.75715298057358,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.82614585206053,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.890684373198102`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{10.708027023823758`, 16.720919740488558`}, {8.057749519323574,
8.917725766801539}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, 3.811322999846944*^9},
CellLabel->
"During evaluation of \
In[20]:=",ExpressionUUID->"d21a584b-0b64-48f1-8d0e-c28bdf3216a9"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{11.367095709652254`, 9.16651198604864}, {11.443971878425899`,
8.994350308695301}, {12.083113738129725`, 8.99176549913627}, {
12.620434724622216`, 9.011936483251866}, {13.340889886564137`,
9.014724017635151}, {14.31362169411331, 9.06012757577896}, {
15.506933720882573`, 9.063214979636637}, {16.720919740488558`,
9.0536401092377}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
10.950946887845618`, 10.098463725238437`}}, {{11.443971878425899`,
8.994350308695301}}, {{12.083113738129725`, 8.99176549913627}}, {{
12.620434724622216`, 9.011936483251866}}, {{13.340889886564137`,
9.014724017635151}}, {{14.31362169411331, 9.06012757577896}}, {{
15.506933720882573`, 9.063214979636637}}, {{16.720919740488558`,
9.0536401092377}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2HO9ZuN88UXRYdSW2/dvX7w4w/iz3
jKdfvrI7wvjnpfo83n2XgPPvCD5c7dqjBOdPfPD5p0KdBpyv+kcs6ecHPTg/
bEKx8eUqIzif8+RjpxV7TeH8u2kTtjp/tIDztTsnl518aw3nv7g478hZLXs4
v9+/wSBOwhHO353hv2HHZCc4X27qorIgfRc4fx+zYkrielc4f1qr8oz1/u5w
/j/LI38TXnjA+YsNJnS1p3rB+fVWD2LfMvnA+TPaoiNOtPjC+S+fRs18pOYP
5z+1/sO6ISEAzv+y9EGQpkIgnD9fkt350HsEP0Pv8LGpG4Pg/MoYv8ez8oPh
fLUp0ov324bA+Z9y6r7J/UPwI/2V3849F4oIX+/pNX6zw+D8688XzLeMCofz
HfvepLpoRsD5J6+e3d/5CsGfaVa3iWFFJJzPurDAY3ppFJw/Yc2PwgzTaDh/
28FDdpGsMXD+73Kl+S3HEfwO98AZD1tj4fyNCodM4kLi4Pwfs06kiIrGw/m3
5QQt3jxF8JnjRIKqIhPgfI2/ry5K70TwpRcmKZ9VSITz54ou3Te7EcE/LOav
1vwAwd8uMyu+yj0Jzrf6vP5R33IEv5lPJE//LoJ/RrPi53mhZDgfAMSoaj0=
"]]},
Annotation[#, "Charting`Private`Tag$13085#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2Ckva0l3Z5R1WXYlt//b1uwOMP8s9
4+mXr+yOMP55qT6Pd98l4Pw7gg9Xu/YowfkTH3z+qVCnAeer/hFL+vlBD84P
m1BsfLnKCM7nPPnYacVeUzj/btqErc4fLeB87c7JZSffWsP5Ly7OO3JWyx7O
7/dvMIiTcITzd2f4b9gx2QnOl5u6qCxI3wXO38esmJK43hXOn9aqPGO9vzuc
/8/yyN+EFx5w/mKDCV3tqV5wfr3Vg9i3TD5w/oy26IgTLb5w/sunUTMfqfnD
+U+t/7BuSAiA878sfRCkqRAI58+XZHc+9B7Bz9A7fGzqxiA4vzLG7/Gs/GA4
X22K9OL9tiFw/qecum9y/xD8SH/lt3PPhSLC13t6jd/sMDj/+vMF8y2jwuF8
x743qS6aEXD+yatn93e+QvBnmtVtYlgRCeezLizwmF4aBedPWPOjMMM0Gs7f
dvCQXSRrDJz/u1xpfstxBL/DPXDGw9ZYOH+jwiGTuJA4OP/HrBMpoqLxcP5t
OUGLN08RfOY4kaCqyAQ4X+Pvq4vSOxF86YVJymcVEuH8uaJL981uRPAPi/mr
NT9A8LfLzIqvck+C860+r3/UtxzBb+YTydO/i+Cf0az4eV4oGc4HAIPvPcE=
"]]},
Annotation[#, "Charting`Private`Tag$13085#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{10.708027023823758`, 8.982057360974471},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{10.819778284410283`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {11.512925464970229`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.122363377404328`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.815510557964274`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {15.424948470398375`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {16.11809565095832,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.51599092375669,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.60300230074632,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.683045008419857`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.75715298057358,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.82614585206053,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.890684373198102`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.51599092375669,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.60300230074632,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.683045008419857`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.75715298057358,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.82614585206053,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.890684373198102`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{10.708027023823758`, 16.720919740488558`}, {8.982057360974471,
9.16651198604864}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, 3.811322999984599*^9},
CellLabel->
"During evaluation of \
In[20]:=",ExpressionUUID->"465f2d89-ab30-4545-9bb8-23d127330490"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{10.950946887845618`, 10.174935883371028`}, {
11.02517645546738, 10.028805479573382`}}],
LineBox[{{11.933651130784828`, 10.028805479573382`}, {
12.083113738129725`, 10.280449393232066`}, {12.620434724622216`,
10.231390801718803`}, {13.340889886564137`, 10.194882101436903`}, {
14.31362169411331, 10.176649384347598`}, {15.506933720882573`,
10.16864869263043}, {16.720919740488558`, 10.155654439463975`}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
10.950946887845618`, 10.174935883371028`}}, {{11.443971878425899`,
9.204353091848686}}, {{12.083113738129725`, 10.280449393232066`}}, {{
12.620434724622216`, 10.231390801718803`}}, {{13.340889886564137`,
10.194882101436903`}}, {{14.31362169411331, 10.176649384347598`}}, {{
15.506933720882573`, 10.16864869263043}}, {{16.720919740488558`,
10.155654439463975`}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2sluvLM5hUHFYdSW2/dvX7w4w/iz3
jKdfvrI7wvjnpfo83n2XgPPvCD5c7dqjBOdPfPD5p0KdBpyv+kcs6ecHPTg/
bEKx8eUqIzif8+RjpxV7TeH8u2kTtjp/tIDztTsnl518aw3nv7g478hZLXs4
v9+/wSBOwhHO353hv2HHZCc4X27qorIgfRc4fx+zYkrielc4f1qr8oz1/u5w
/j/LI38TXnjA+YsNJnS1p3rB+fVWD2LfMvnA+TPaoiNOtPjC+S+fRs18pOYP
5z+1/sO6ISEAzv+y9EGQpkIgnD9fkt350HsEP0Pv8LGpG4Pg/MoYv8ez8oPh
fLUp0ov324bA+Z9y6r7J/UPwI/2V3849F4oIX+/pNX6zw+D8688XzLeMCofz
HfvepLpoRsD5J6+e3d/5CsGfaVa3iWFFJJzPurDAY3ppFJw/Yc2PwgzTaDh/
28FDdpGsMXD+73Kl+S3HEfwO98AZD1tj4fyNCodM4kLi4Pwfs06kiIrGw/m3
5QQt3jxF8JnjRIKqIhPgfI2/ry5K70TwpRcmKZ9VSITz54ou3Te7EcE/LOav
1vwAwd8uMyu+yj0Jzrf6vP5R33IEv5lPJE//LoJ/RrPi53mhZDgfAIOxZCU=
"]]},
Annotation[#, "Charting`Private`Tag$13549#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2X6N2qfpOVHFYdSW2/dvX7w4w/iz3
jKdfvrI7wvjnpfo83n2XgPPvCD5c7dqjBOdPfPD5p0KdBpyv+kcs6ecHPTg/
bEKx8eUqIzif8+RjpxV7TeH8u2kTtjp/tIDztTsnl518aw3nv7g478hZLXs4
v9+/wSBOwhHO353hv2HHZCc4X27qorIgfRc4fx+zYkrielc4f1qr8oz1/u5w
/j/LI38TXnjA+YsNJnS1p3rB+fVWD2LfMvnA+TPaoiNOtPjC+S+fRs18pOYP
5z+1/sO6ISEAzv+y9EGQpkIgnD9fkt350HsEP0Pv8LGpG4Pg/MoYv8ez8oPh
fLUp0ov324bA+Z9y6r7J/UPwI/2V3849F4oIX+/pNX6zw+D8688XzLeMCofz
HfvepLpoRsD5J6+e3d/5CsGfaVa3iWFFJJzPurDAY3ppFJw/Yc2PwgzTaDh/
28FDdpGsMXD+73Kl+S3HEfwO98AZD1tj4fyNCodM4kLi4Pwfs06kiIrGw/m3
5QQt3jxF8JnjRIKqIhPgfI2/ry5K70TwpRcmKZ9VSITz54ou3Te7EcE/LOav
1vwAwd8uMyu+yj0Jzrf6vP5R33IEv5lPJE//LoJ/RrPi53mhZDgfACykddE=
"]]},
Annotation[#, "Charting`Private`Tag$13549#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{10.708027023823758`, 10.028805479573382`},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{10.819778284410283`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {11.512925464970229`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.122363377404328`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.815510557964274`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {15.424948470398375`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {16.11809565095832,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.51599092375669,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.60300230074632,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.683045008419857`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.75715298057358,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.82614585206053,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.890684373198102`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.51599092375669,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.60300230074632,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.683045008419857`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.75715298057358,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.82614585206053,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.890684373198102`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{10.708027023823758`, 16.720919740488558`}, {
10.028805479573382`, 10.280449393232066`}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, 3.8113230001272717`*^9},
CellLabel->
"During evaluation of \
In[20]:=",ExpressionUUID->"9234d98f-0733-485e-aa84-dc8fc0489a23"]
}, Open ]]
}, Open ]]
}, Closed]],
Cell[CellGroupData[{
Cell["Fluo", "Subsubsection",
CellChangeTimes->{{3.811322582586644*^9, 3.81132259138094*^9}, {
3.811323004653615*^9,
3.811323005519793*^9}},ExpressionUUID->"27638c24-55f7-4489-8e39-\
731d65c46301"],
Cell[CellGroupData[{
Cell[BoxData[
RowBox[{
RowBox[{"Flush", "[", "\"\<diazomethane_Fl_AVDZ\>\"", "]"}], ";"}]], "Input",\
CellChangeTimes->{{3.777429522265008*^9, 3.777429526325075*^9}, {
3.811322562001708*^9, 3.8113225929063673`*^9}, {3.811322816061357*^9,
3.811322817795486*^9}, {3.811322999094022*^9, 3.811323008997849*^9}},
CellLabel->"In[21]:=",ExpressionUUID->"620df4e2-efce-4641-8ba7-4db4960ea51c"],
Cell[CellGroupData[{
Cell[BoxData[
InterpretationBox[GridBox[{
{"\<\"State\"\>", "\<\"Linear fit\"\>", "\<\"\"\>", "\<\"\"\>", \
"\<\"\"\>"},
{GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.3405899301776287302`7.171260001808791"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0437726360302025386`3.641202701031655"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.3405579698562348767`7.171259908239035"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0428926470771161042`3.632382849118775"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.3408443753979213398`7.171260746743542"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0504751288294388104`3.7030774360821055"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.3412084171997094018`7.171261812540035"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0596231506744540757`3.775414921786781"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.3409986405721099345`7.171261198382329"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0546229199195450918`3.7373749120441317"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.3168469634734663032`7.171190484323885"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0510520490299324128`3.7080131776576883"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.3162397802102248079`7.171188706394501"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.032859470319565362`3.5166605585164517"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.3159707863980543152`7.171187918735412"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0252504122335282417`3.4022684727233994"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.316034094649353392`7.1711881041127405"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0269317528371683379`3.4302646201302887"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.3159949109783042331`7.171187989376295"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0259578119111702268`3.414268081234849"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
TableForm[{{{
1, {$CellContext`a -> -148.3405899301776287302`7.171260001808791, \
$CellContext`b -> -0.0437726360302025386`3.641202701031655}}, {
1, {$CellContext`a -> -148.3405579698562348767`7.171259908239035, \
$CellContext`b -> -0.0428926470771161042`3.632382849118775}}, {
1, {$CellContext`a -> -148.3408443753979213398`7.171260746743542, \
$CellContext`b -> -0.0504751288294388104`3.7030774360821055}}, {
1, {$CellContext`a -> -148.3412084171997094018`7.171261812540035, \
$CellContext`b -> -0.0596231506744540757`3.775414921786781}}, {
1, {$CellContext`a -> -148.3409986405721099345`7.171261198382329, \
$CellContext`b -> -0.0546229199195450918`3.7373749120441317}}}, {{
2, {$CellContext`a -> -148.3168469634734663032`7.171190484323885, \
$CellContext`b -> -0.0510520490299324128`3.7080131776576883}}, {
2, {$CellContext`a -> -148.3162397802102248079`7.171188706394501, \
$CellContext`b -> -0.032859470319565362`3.5166605585164517}}, {
2, {$CellContext`a -> -148.3159707863980543152`7.171187918735412, \
$CellContext`b -> -0.0252504122335282417`3.4022684727233994}}, {
2, {$CellContext`a -> -148.316034094649353392`7.1711881041127405, \
$CellContext`b -> -0.0269317528371683379`3.4302646201302887}}, {
2, {$CellContext`a -> -148.3159949109783042331`7.171187989376295, \
$CellContext`b -> -0.0259578119111702268`3.414268081234849}}}},
TableAlignments -> Center,
TableHeadings -> {None, {"State", "Linear fit"}}]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.81132300955824*^9}},
CellLabel->
"During evaluation of \
In[21]:=",ExpressionUUID->"179883ae-c39c-4388-ae73-73764ba539a2"],
Cell[BoxData[
InterpretationBox[GridBox[{
{"\<\"State\"\>", "\<\"Quadratic fit\"\>", "\<\"\"\>", "\<\"\"\>", \
"\<\"\"\>"},
{GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.3409840340600283071`7.171261155619182"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0649149193064699759`3.812344521574546"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.2821521384915333663`4.450483346229499"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.3380432409453533182`7.171252545841578"}]}],
RowBox[{"b2", "\[Rule]", "0.0886644731361801858`3.9477496377388106"}],
RowBox[{"c2", "\[Rule]", "1.7067368641618352321`5.232166569004902"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.3387935675448829898`7.171254742593474"}]}],
RowBox[{"b2", "\[Rule]", "0.0508911363842379921`3.706642148650731"}],
RowBox[{"c2", "\[Rule]", "1.237082361654012308`5.0923986147634155"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.3413732709044552394`7.17126229517743"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0701118698945992491`3.845791549968499"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.1532341159204128889`4.185355467036189"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.3431262183619026018`7.171267427197534"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1446919796192587815`4.16044445852999"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.9155261971993495784`4.961670775875662"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.3208498685804954675`7.171202205285977"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.2835770061575764722`4.452671013169235"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "3.3389453731323066599`5.52360931383087"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.3190873936516709364`7.171197044597615"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1859146102255794519`4.2693135204390495"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "2.0121789164826782148`5.303666594170432"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.3165918818112061217`7.171189737405003"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0538260557185230304`3.7309925566233955"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.3120717435800084982`4.4942544474130806"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.3163386014385594081`7.171188995759306"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0411652249740206214`3.614530493237367"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.1596208298087468946`4.203089564212225"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.3162207943881583105`7.17118865080087"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0357244705228757162`3.552965800774487"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.0999038503319903404`3.9995822264213112"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
TableForm[{{{
1, {$CellContext`a2 -> -148.3409840340600283071`7.171261155619182, \
$CellContext`b2 -> -0.0649149193064699759`3.812344521574546, $CellContext`c2 -> \
-0.2821521384915333663`4.450483346229499}}, {
1, {$CellContext`a2 -> -148.3380432409453533182`7.171252545841578, \
$CellContext`b2 -> 0.0886644731361801858`3.9477496377388106, $CellContext`c2 ->
1.7067368641618352321`5.232166569004902}}, {
1, {$CellContext`a2 -> -148.3387935675448829898`7.171254742593474, \
$CellContext`b2 -> 0.0508911363842379921`3.706642148650731, $CellContext`c2 ->
1.237082361654012308`5.0923986147634155}}, {
1, {$CellContext`a2 -> -148.3413732709044552394`7.17126229517743, \
$CellContext`b2 -> -0.0701118698945992491`3.845791549968499, $CellContext`c2 -> \
-0.1532341159204128889`4.185355467036189}}, {
1, {$CellContext`a2 -> -148.3431262183619026018`7.171267427197534, \
$CellContext`b2 -> -0.1446919796192587815`4.16044445852999, $CellContext`c2 -> \
-0.9155261971993495784`4.961670775875662}}}, {{
2, {$CellContext`a2 -> -148.3208498685804954675`7.171202205285977, \
$CellContext`b2 -> -0.2835770061575764722`4.452671013169235, $CellContext`c2 -> \
-3.3389453731323066599`5.52360931383087}}, {
2, {$CellContext`a2 -> -148.3190873936516709364`7.171197044597615, \
$CellContext`b2 -> -0.1859146102255794519`4.2693135204390495, $CellContext`c2 -> \
-2.0121789164826782148`5.303666594170432}}, {
2, {$CellContext`a2 -> -148.3165918818112061217`7.171189737405003, \
$CellContext`b2 -> -0.0538260557185230304`3.7309925566233955, $CellContext`c2 -> \
-0.3120717435800084982`4.4942544474130806}}, {
2, {$CellContext`a2 -> -148.3163386014385594081`7.171188995759306, \
$CellContext`b2 -> -0.0411652249740206214`3.614530493237367, $CellContext`c2 -> \
-0.1596208298087468946`4.203089564212225}}, {
2, {$CellContext`a2 -> -148.3162207943881583105`7.17118865080087, \
$CellContext`b2 -> -0.0357244705228757162`3.552965800774487, $CellContext`c2 -> \
-0.0999038503319903404`3.9995822264213112}}}}, TableAlignments -> Center,
TableHeadings -> {None, {"State", "Quadratic fit"}}]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.8113230095630713`*^9}},
CellLabel->
"During evaluation of \
In[21]:=",ExpressionUUID->"fbbdf37b-cef3-4738-bbe4-5e2f8cfbee2c"],
Cell[BoxData["\<\"Excitation energies with PT2\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.811323009566119*^9}},
CellLabel->
"During evaluation of \
In[21]:=",ExpressionUUID->"780dc1e6-c66c-4187-8c74-4d9e0a360eb4"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
TagBox["\<\"nDet\"\>",
HoldForm],
TagBox["\<\"1\"\>",
HoldForm]},
{"99998", "0.6331637817850296335`2.801516064401353"},
{"241422", "0.6379791086544794876`2.8048064574913347"},
{"582846", "0.6291035708765018164`2.7987221503059074"},
{"1407240", "0.6365148639728206437`2.803808549805859"},
{"3397379", "0.6433631534927861662`2.808456184491053"},
{"8053108", "0.6491180895213307656`2.812323712150421"},
{"19409447", "0.6518095677131053867`2.8141207310516623"},
{"46497488", "0.6478396986066783381`2.8114675573783288"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {{False}}, "Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{None, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"nDet", "1"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.811323009567581*^9}},
CellLabel->
"During evaluation of \
In[21]:=",ExpressionUUID->"4d7dd8da-7915-4825-b672-6f2657831a66"],
Cell[BoxData["\<\"Linear fits\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.811323009569035*^9}},
CellLabel->
"During evaluation of \
In[21]:=",ExpressionUUID->"fbcc535a-9eb4-47cf-bc3b-30f312a2e5ad"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
StyleBox["\[Null]",
ShowStringCharacters->False],
TagBox["\<\"state 1\"\>",
HoldForm]},
{
TagBox["\<\"2 pts\"\>",
HoldForm], "0.6460790322469709412`2.8102856467402124"},
{
TagBox["\<\"3 pts\"\>",
HoldForm], "0.6617316457651470918`2.8206819042560283"},
{
TagBox["\<\"4 pts\"\>",
HoldForm], "0.6768448319782073286`2.830489117223506"},
{
TagBox["\<\"5 pts\"\>",
HoldForm], "0.685028208709728248`2.8357084556307233"},
{
TagBox["\<\"6 pts\"\>",
HoldForm], "0.6803861379167447376`2.8327554567812245"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {False, True, {False}, False},
"Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{OutputFormsDump`HeadedRows, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{"2 pts", "3 pts", "4 pts", "5 pts", "6 pts"}, {
"state 1"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.811323009570716*^9}},
CellLabel->
"During evaluation of \
In[21]:=",ExpressionUUID->"c42f1fa1-74c2-4b61-ab96-b486a32168a2"],
Cell[BoxData["\<\"Quadratic fits\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.811323009572236*^9}},
CellLabel->
"During evaluation of \
In[21]:=",ExpressionUUID->"31a4830c-f28c-441f-98b2-12766c6d8623"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
StyleBox["\[Null]",
ShowStringCharacters->False],
TagBox["\<\"state 1\"\>",
HoldForm]},
{
TagBox["\<\"3 pts\"\>",
HoldForm], "0.5478785490541264735`2.7386842969490446"},
{
TagBox["\<\"4 pts\"\>",
HoldForm], "0.5158148780445636072`2.712493864671768"},
{
TagBox["\<\"5 pts\"\>",
HoldForm], "0.6041386407938081904`2.781136614154964"},
{
TagBox["\<\"6 pts\"\>",
HoldForm], "0.6812280547195986857`2.833292525020195"},
{
TagBox["\<\"7 pts\"\>",
HoldForm], "0.7321338777813182208`2.8645905032788876"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {False, True, {False}, False},
"Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{OutputFormsDump`HeadedRows, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{"3 pts", "4 pts", "5 pts", "6 pts", "7 pts"}, {
"state 1"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.811323009573619*^9}},
CellLabel->
"During evaluation of \
In[21]:=",ExpressionUUID->"72eb9b37-8248-40a7-8266-eae47734ea52"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{11.512905464770226`, 0.6331637817850296}, {
12.394301718538589`, 0.6379791086544795}, {13.275678279495228`,
0.6291035708765018}, {14.15714089724311, 0.6365148639728206}, {
15.038514809950858`, 0.6433631534927862}, {15.901568661838876`,
0.6491180895213308}, {16.781270464270502`, 0.6518095677131054}, {
17.654908847592996`, 0.6478396986066783}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
11.512905464770226`, 0.6331637817850296}}, {{12.394301718538589`,
0.6379791086544795}}, {{13.275678279495228`, 0.6291035708765018}}, {{
14.15714089724311, 0.6365148639728206}}, {{15.038514809950858`,
0.6433631534927862}}, {{15.901568661838876`, 0.6491180895213308}}, {{
16.781270464270502`, 0.6518095677131054}}, {{17.654908847592996`,
0.6478396986066783}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2ryxd3q9d88R+1ZXY9m9fvzvA+LPc
M55++cruCOOfl+rzePddAs6/I/hwtWuPEpw/8cHnnwp1GnC+6h+xpJ8f9OD8
sAnFxperjOB8zpOPnVbsNYXz76ZN2Or80QLO1+6cXHbyrTWc/+LivCNntezh
/H7/BoM4CUc4f3eG/4Ydk53gfLmpi8qC9F3g/H3MiimJ613h/GmtyjPW+7vD
+f8sj/xNeOEB5y82mNDVnuoF59dbPYh9y+QD589oi4440eIL5798GjXzkZo/
nP/U+g/rhoQAOP/L0gdBmgqBcP58SXbnQ+8R/Ay9w8embgyC8ytj/B7Pyg+G
89WmSC/ebxsC53/Kqfsm9w/Bj/RXfjv3XCgifL2n1/jNDoPzrz9fMN8yKhzO
d+x7k+qiGQHnn7x6dn/nKwR/plndJoYVkXA+68ICj+mlUXD+hDU/CjNMo+H8
bQcP2UWyxsD5v8uV5rccR/A73ANnPGyNhfM3KhwyiQuJg/N/zDqRIioaD+ff
lhO0ePMUwWeOEwmqikyA8zX+vroovRPBl16YpHxWIRHOnyu6dN/sRgT/sJi/
WvMDBH+7zKz4KvckON/q8/pHfcsR/GY+kTz9uwj+Gc2Kn+eFkuF8AHXtvbk=
"]]},
Annotation[#, "Charting`Private`Tag$14118#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2Jw56z7DoeGi/6kps+7ev3x1g/Fnu
GU+/fGV3hPHPS/V5vPsuAeffEXy42rVHCc6f+ODzT4U6DThf9Y9Y0s8PenB+
2IRi48tVRnA+58nHTiv2msL5d9MmbHX+aAHna3dOLjv51hrOf3Fx3pGzWvZw
fr9/g0GchCOcvzvDf8OOyU5wvtzURWVB+i5w/j5mxZTE9a5w/rRW5Rnr/d3h
/H+WR/4mvPCA8xcbTOhqT/WC8+utHsS+ZfKB82e0RUecaPGF818+jZr5SM0f
zn9q/Yd1Q0IAnP9l6YMgTYVAOH++JLvzofcIfobe4WNTNwbB+ZUxfo9n5QfD
+WpTpBfvtw2B8z/l1H2T+4fgR/orv517LhQRvt7Ta/xmh8H5158vmG8ZFQ7n
O/a9SXXRjIDzT149u7/zFYI/06xuE8OKSDifdWGBx/TSKDh/wpofhRmm0XD+
toOH7CJZY+D83+VK81uOI/gd7oEzHrbGwvkbFQ6ZxIXEwfk/Zp1IERWNh/Nv
ywlavHmK4DPHiQRVRSbA+Rp/X12U3ongSy9MUj6rkAjnzxVdum92I4J/WMxf
rfkBgr9dZlZ8lXsSnG/1ef2jvuUIfjOfSJ7+XQT/jGbFz/NCyXA+ANYtooE=
"]]},
Annotation[#, "Charting`Private`Tag$14118#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{11.25432285707326, 0.6278421266078018},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{11.512925464970229`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.122363377404328`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.815510557964274`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {15.424948470398375`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {16.11809565095832,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {17.72753356339242,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.82614585206053,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.11382792451231,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.82614585206053,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.11382792451231,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{11.25432285707326, 17.654908847592996`}, {0.6278421266078018,
0.6518095677131054}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.811323009684318*^9}},
CellLabel->
"During evaluation of \
In[21]:=",ExpressionUUID->"d35cecb1-ada7-4583-90d3-245fec481806"]
}, Open ]]
}, Open ]]
}, Closed]]
}, Open ]],
Cell[CellGroupData[{
Cell[TextData[{
"AVTZ ",
StyleBox["\[Checkmark]",
FontColor->RGBColor[0, 1, 0]]
}], "Subsection",
CellChangeTimes->{{3.777429516951782*^9, 3.777429517987792*^9}, {
3.77745893049183*^9, 3.777458930757757*^9}, {3.777523194146462*^9,
3.777523208828191*^9}, {3.777651248678207*^9, 3.7776512503278522`*^9}, {
3.777653397289794*^9, 3.7776534354751387`*^9}, {3.7778669072232933`*^9,
3.77786690751103*^9}},ExpressionUUID->"0c075ae9-43cf-45bc-936b-\
40c09c9a35d5"],
Cell[CellGroupData[{
Cell["Singlets", "Subsubsection",
CellChangeTimes->{{3.811322582586644*^9,
3.811322584352894*^9}},ExpressionUUID->"70f91c8c-c790-4a5f-a0e0-\
26f6af7216a1"],
Cell[CellGroupData[{
Cell[BoxData[
RowBox[{
RowBox[{"Flush", "[", "\"\<diazomethane_1_AVTZ\>\"", "]"}], ";"}]], "Input",\
CellChangeTimes->{{3.777429522265008*^9, 3.777429526325075*^9}, {
3.811322562001708*^9, 3.811322564390358*^9}, {3.8113226846602707`*^9,
3.811322684757039*^9}, {3.8113228256721563`*^9, 3.811322827428303*^9}, {
3.811323016663097*^9, 3.81132301846067*^9}},
CellLabel->"In[26]:=",ExpressionUUID->"095c0a2e-4092-4b9f-96b4-10b844f62e22"],
Cell[CellGroupData[{
Cell[BoxData[
InterpretationBox[GridBox[{
{"\<\"State\"\>", "\<\"Linear fit\"\>", "\<\"\"\>", "\<\"\"\>", \
"\<\"\"\>"},
{GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.5103992786285971306`7.171756865715146"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0023843666639211973`2.3773730412834766"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.50799466633716861`7.171749833761095"}]}],
RowBox[{"b", "\[Rule]", "0.0380535392161422542`3.5803950550766435"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.5064745005078350459`7.17174538818891"}]}],
RowBox[{"b", "\[Rule]", "0.0616383626132850915`3.7898510934230853"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.5053599705885858384`7.171742128829265"}]}],
RowBox[{"b", "\[Rule]", "0.0773840991153191271`3.888651731019923"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.5042433989422647755`7.17173886347421"}]}],
RowBox[{"b", "\[Rule]", "0.0916172461217747147`3.9619772333897294"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.399486418184693548`7.171432397936712"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0431887322776494734`3.635370456353548"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.3974598284156911632`7.171426467035031"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0097690924730022433`2.9898542205996517"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.3944151877919352955`7.17141755661171"}]}],
RowBox[{"b", "\[Rule]", "0.0364155488004781688`3.5612868593740017"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.392449605983102856`7.171411804057034"}]}],
RowBox[{"b", "\[Rule]", "0.0636612261270076002`3.8038749989577063"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.39041612154923655`7.17140585269548"}]}],
RowBox[{"b", "\[Rule]", "0.0889410185699180539`3.949102098766636"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.3043299602223328293`7.1711538310714005"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.1526690021953158172`4.183750867167042"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.2998414122474457599`7.171140686606112"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0789823258748051926`3.897529918710736"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.2965005941680658452`7.1711309029462935"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0272252637720047028`3.4349720961108683"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.2925115182083857235`7.171119220560186"}]}],
RowBox[{"b", "\[Rule]", "0.0298439238763182624`3.474855923552614"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.2898681011228632087`7.171111478890198"}]}],
RowBox[{"b", "\[Rule]", "0.0639777467916102238`3.8060289407621277"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"4", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.3045109888456636327`7.171154361195398"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.2753748821079128883`4.4399243242309305"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.2999213712435278012`7.171140920765105"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.2022153973996492771`4.305814221240693"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.2933945936682107458`7.171121806757247"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.1048577693086393675`4.02060061451395"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.2872557594986631102`7.1711038280940915"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0206907372517383323`3.315775965709585"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.2832421113314751437`7.1710920730121535"}]}],
RowBox[{"b", "\[Rule]", "0.0292696582487618068`3.466417651660188"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
TableForm[{{{
1, {$CellContext`a -> -148.5103992786285971306`7.171756865715146, \
$CellContext`b -> -0.0023843666639211973`2.3773730412834766}}, {
1, {$CellContext`a -> -148.50799466633716861`7.171749833761095, \
$CellContext`b -> 0.0380535392161422542`3.5803950550766435}}, {
1, {$CellContext`a -> -148.5064745005078350459`7.17174538818891, \
$CellContext`b -> 0.0616383626132850915`3.7898510934230853}}, {
1, {$CellContext`a -> -148.5053599705885858384`7.171742128829265, \
$CellContext`b -> 0.0773840991153191271`3.888651731019923}}, {
1, {$CellContext`a -> -148.5042433989422647755`7.17173886347421, \
$CellContext`b -> 0.0916172461217747147`3.9619772333897294}}}, {{
2, {$CellContext`a -> -148.399486418184693548`7.171432397936712, \
$CellContext`b -> -0.0431887322776494734`3.635370456353548}}, {
2, {$CellContext`a -> -148.3974598284156911632`7.171426467035031, \
$CellContext`b -> -0.0097690924730022433`2.9898542205996517}}, {
2, {$CellContext`a -> -148.3944151877919352955`7.17141755661171, \
$CellContext`b -> 0.0364155488004781688`3.5612868593740017}}, {
2, {$CellContext`a -> -148.392449605983102856`7.171411804057034, \
$CellContext`b -> 0.0636612261270076002`3.8038749989577063}}, {
2, {$CellContext`a -> -148.39041612154923655`7.17140585269548, \
$CellContext`b -> 0.0889410185699180539`3.949102098766636}}}, {{
3, {$CellContext`a -> -148.3043299602223328293`7.1711538310714005, \
$CellContext`b -> -0.1526690021953158172`4.183750867167042}}, {
3, {$CellContext`a -> -148.2998414122474457599`7.171140686606112, \
$CellContext`b -> -0.0789823258748051926`3.897529918710736}}, {
3, {$CellContext`a -> -148.2965005941680658452`7.1711309029462935, \
$CellContext`b -> -0.0272252637720047028`3.4349720961108683}}, {
3, {$CellContext`a -> -148.2925115182083857235`7.171119220560186, \
$CellContext`b -> 0.0298439238763182624`3.474855923552614}}, {
3, {$CellContext`a -> -148.2898681011228632087`7.171111478890198, \
$CellContext`b -> 0.0639777467916102238`3.8060289407621277}}}, {{
4, {$CellContext`a -> -148.3045109888456636327`7.171154361195398, \
$CellContext`b -> -0.2753748821079128883`4.4399243242309305}}, {
4, {$CellContext`a -> -148.2999213712435278012`7.171140920765105, \
$CellContext`b -> -0.2022153973996492771`4.305814221240693}}, {
4, {$CellContext`a -> -148.2933945936682107458`7.171121806757247, \
$CellContext`b -> -0.1048577693086393675`4.02060061451395}}, {
4, {$CellContext`a -> -148.2872557594986631102`7.1711038280940915, \
$CellContext`b -> -0.0206907372517383323`3.315775965709585}}, {
4, {$CellContext`a -> -148.2832421113314751437`7.1710920730121535, \
$CellContext`b -> 0.0292696582487618068`3.466417651660188}}}},
TableAlignments -> Center,
TableHeadings -> {None, {"State", "Linear fit"}}]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9, 3.811322827824645*^9, {3.8113230201640053`*^9,
3.8113230228875437`*^9}, 3.811323070075645*^9},
CellLabel->
"During evaluation of \
In[26]:=",ExpressionUUID->"e2ac1c10-fd9b-4ab7-b5a3-fe4044cf66d8"],
Cell[BoxData[
InterpretationBox[GridBox[{
{"\<\"State\"\>", "\<\"Quadratic fit\"\>", "\<\"\"\>", "\<\"\"\>", \
"\<\"\"\>"},
{GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.5191480870016675908`7.171782449427167"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.2921107360978690282`4.4655475191179415"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "2.378203043582733045`5.376248930578368"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.5143823164661966985`7.171768513304582"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1490698941164274594`4.173389942988187"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "1.3322853003541099692`5.124597236172019"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.5107438271915327732`7.17175787329015"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0496502618426064857`3.695921543193923"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.6860397369705072412`4.8363492717522485"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.509046445053570551`7.171752909555607"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0080100333797469923`2.9036343258981856"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.4510763664551203367`4.65425007341337"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.506718075051935557`7.171746100501245"}]}],
RowBox[{"b2", "\[Rule]", "0.0425953296004768153`3.62936198314178"}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.2094995513072550608`4.321183097159155"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.4076784857034851939`7.171456371547462"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.3081669794395662243`4.48878610156128"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "2.1211796292912117323`5.32657744772764"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.4081169726842119871`7.171457654716884"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.3211550638506480149`4.50671477419398"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "2.2149178990333155959`5.345357632745267"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.4024158849524610559`7.17144097100341"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1681203373140169877`4.2256202526959346"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "1.2371039036118838261`5.092406177293015"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.398509175836210261`7.171429538005273"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0739523117376621048`3.868951754522473"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.7141968530426476836`4.853817932234215"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.3948145325061602762`7.171418725341492"}]}],
RowBox[{"b2", "\[Rule]", "0.0043537934311070692`2.638867819776615"}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.3496760180052573275`4.543665847907957"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.3306884398542990766`7.17123101239913"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "1.0075819391815352688`5.003280374205099"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "6.907834742855221144`5.839341939329041"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.3140538919990092381`7.1711823057051"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.5031475768632773793`4.701695385487657"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "3.1263435928797456143`5.495036706342012"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.3067905336518776949`7.171161036556218"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.3035114649299973655`4.482175100886697"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "1.7950813143674901884`5.254084126218653"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.2992934189836091718`7.1711390818108"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1242454673890402705`4.094280554155195"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.8014976699275696559`4.90390226413362"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.2955713317828667641`7.171128181541614"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0467995422336914824`3.6702416050751054"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.4536337639261598387`4.656705371592752"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"4", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.3276966648982124752`7.1712222527522105"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "1.0034757625472954246`5.001506887218038"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "5.6851151235674697304`5.754739263575004"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.325653987889580776`7.171216271876881"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.9439564011485214179`4.974951935846924"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "5.2583125997071054059`5.720846400768513"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.3117667485622916956`7.1711756084204765"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.5761584345802417406`4.760541924052748"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "2.907520286845367341`5.463522753644428"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.3004722649923223798`7.1711425340476245"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.3120793213188000625`4.494264992841352"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "1.473414613620221969`5.1683249729595815"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.2922879249244374478`7.171118565736812"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.14333332310915467`4.156347169881055"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.7090017432405701925`4.850647302995238"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
TableForm[{{{
1, {$CellContext`a2 -> -148.5191480870016675908`7.171782449427167, \
$CellContext`b2 -> -0.2921107360978690282`4.4655475191179415, $CellContext`c2 -> \
-2.378203043582733045`5.376248930578368}}, {
1, {$CellContext`a2 -> -148.5143823164661966985`7.171768513304582, \
$CellContext`b2 -> -0.1490698941164274594`4.173389942988187, $CellContext`c2 -> \
-1.3322853003541099692`5.124597236172019}}, {
1, {$CellContext`a2 -> -148.5107438271915327732`7.17175787329015, \
$CellContext`b2 -> -0.0496502618426064857`3.695921543193923, $CellContext`c2 -> \
-0.6860397369705072412`4.8363492717522485}}, {
1, {$CellContext`a2 -> -148.509046445053570551`7.171752909555607, \
$CellContext`b2 -> -0.0080100333797469923`2.9036343258981856, $CellContext`c2 -> \
-0.4510763664551203367`4.65425007341337}}, {
1, {$CellContext`a2 -> -148.506718075051935557`7.171746100501245, \
$CellContext`b2 ->
0.0425953296004768153`3.62936198314178, $CellContext`c2 -> \
-0.2094995513072550608`4.321183097159155}}}, {{
2, {$CellContext`a2 -> -148.4076784857034851939`7.171456371547462, \
$CellContext`b2 -> -0.3081669794395662243`4.48878610156128, $CellContext`c2 -> \
-2.1211796292912117323`5.32657744772764}}, {
2, {$CellContext`a2 -> -148.4081169726842119871`7.171457654716884, \
$CellContext`b2 -> -0.3211550638506480149`4.50671477419398, $CellContext`c2 -> \
-2.2149178990333155959`5.345357632745267}}, {
2, {$CellContext`a2 -> -148.4024158849524610559`7.17144097100341, \
$CellContext`b2 -> -0.1681203373140169877`4.2256202526959346, $CellContext`c2 -> \
-1.2371039036118838261`5.092406177293015}}, {
2, {$CellContext`a2 -> -148.398509175836210261`7.171429538005273, \
$CellContext`b2 -> -0.0739523117376621048`3.868951754522473, $CellContext`c2 -> \
-0.7141968530426476836`4.853817932234215}}, {
2, {$CellContext`a2 -> -148.3948145325061602762`7.171418725341492, \
$CellContext`b2 ->
0.0043537934311070692`2.638867819776615, $CellContext`c2 -> \
-0.3496760180052573275`4.543665847907957}}}, {{
3, {$CellContext`a2 -> -148.3306884398542990766`7.17123101239913, \
$CellContext`b2 -> -1.0075819391815352688`5.003280374205099, $CellContext`c2 -> \
-6.907834742855221144`5.839341939329041}}, {
3, {$CellContext`a2 -> -148.3140538919990092381`7.1711823057051, \
$CellContext`b2 -> -0.5031475768632773793`4.701695385487657, $CellContext`c2 -> \
-3.1263435928797456143`5.495036706342012}}, {
3, {$CellContext`a2 -> -148.3067905336518776949`7.171161036556218, \
$CellContext`b2 -> -0.3035114649299973655`4.482175100886697, $CellContext`c2 -> \
-1.7950813143674901884`5.254084126218653}}, {
3, {$CellContext`a2 -> -148.2992934189836091718`7.1711390818108, \
$CellContext`b2 -> -0.1242454673890402705`4.094280554155195, $CellContext`c2 -> \
-0.8014976699275696559`4.90390226413362}}, {
3, {$CellContext`a2 -> -148.2955713317828667641`7.171128181541614, \
$CellContext`b2 -> -0.0467995422336914824`3.6702416050751054, $CellContext`c2 -> \
-0.4536337639261598387`4.656705371592752}}}, {{
4, {$CellContext`a2 -> -148.3276966648982124752`7.1712222527522105, \
$CellContext`b2 -> -1.0034757625472954246`5.001506887218038, $CellContext`c2 -> \
-5.6851151235674697304`5.754739263575004}}, {
4, {$CellContext`a2 -> -148.325653987889580776`7.171216271876881, \
$CellContext`b2 -> -0.9439564011485214179`4.974951935846924, $CellContext`c2 -> \
-5.2583125997071054059`5.720846400768513}}, {
4, {$CellContext`a2 -> -148.3117667485622916956`7.1711756084204765, \
$CellContext`b2 -> -0.5761584345802417406`4.760541924052748, $CellContext`c2 -> \
-2.907520286845367341`5.463522753644428}}, {
4, {$CellContext`a2 -> -148.3004722649923223798`7.1711425340476245, \
$CellContext`b2 -> -0.3120793213188000625`4.494264992841352, $CellContext`c2 -> \
-1.473414613620221969`5.1683249729595815}}, {
4, {$CellContext`a2 -> -148.2922879249244374478`7.171118565736812, \
$CellContext`b2 -> -0.14333332310915467`4.156347169881055, $CellContext`c2 -> \
-0.7090017432405701925`4.850647302995238}}}}, TableAlignments -> Center,
TableHeadings -> {None, {"State", "Quadratic fit"}}]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9, 3.811322827824645*^9, {3.8113230201640053`*^9,
3.8113230228875437`*^9}, 3.811323070080803*^9},
CellLabel->
"During evaluation of \
In[26]:=",ExpressionUUID->"df5a5b60-8155-4721-ac27-a32389ffcbe6"],
Cell[BoxData["\<\"Excitation energies with PT2\"\>"], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9, 3.811322827824645*^9, {3.8113230201640053`*^9,
3.8113230228875437`*^9}, 3.811323070084296*^9},
CellLabel->
"During evaluation of \
In[26]:=",ExpressionUUID->"fd861a35-3aef-44c8-bdbb-ddb77264549b"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
TagBox["\<\"nDet\"\>",
HoldForm],
TagBox["\<\"1\"\>",
HoldForm],
TagBox["\<\"2\"\>",
HoldForm],
TagBox["\<\"3\"\>",
HoldForm]},
{"21675", "3.0187010946340593343`3.47982011223551",
"5.8652346614633055211`3.7682853924344824",
"6.2001279103504618462`3.7924006492057325"},
{"59522", "3.0791544540438189337`3.4884314741765143",
"5.907167407320210728`3.771379278805162",
"6.2431888402719080133`3.795406471411781"},
{"153607", "3.0837158986821573414`3.4890743598724003",
"5.9277530929582606944`3.7728901058014075",
"6.2569490939538212615`3.7963626216061153"},
{"407216", "3.1106842870249375999`3.4928559354543545",
"5.9524691948800052543`3.774697156529123",
"6.2527324175760732317`3.796069843672402"},
{"1112006", "3.1103846896646238918`3.4928141055113127",
"5.9528852569720669408`3.7747275115213275",
"6.2387833168746373858`3.7950999021362386"},
{"3073096", "3.1157064204282360897`3.4935565292332886",
"5.9119264066207719566`3.771729019196405",
"6.1921459944883006088`3.79184118731521"},
{"8799257", "3.0945414043824164274`3.4905962978462552",
"5.8753872295871021336`3.769036494966061",
"6.1133842703371890082`3.786281695191364"},
{"24796662", "3.080549037576916227`3.4886281264810126",
"5.8457121246766616807`3.7668374244763",
"6.0434047489086655247`3.7812816815115933"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {{False}}, "Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{None, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"nDet", "1", "2", "3"}}]]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9, 3.811322827824645*^9, {3.8113230201640053`*^9,
3.8113230228875437`*^9}, 3.8113230700861588`*^9},
CellLabel->
"During evaluation of \
In[26]:=",ExpressionUUID->"7d5b5e4c-bd4a-4b06-a9ec-33079fc9965c"],
Cell[BoxData["\<\"Linear fits\"\>"], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9, 3.811322827824645*^9, {3.8113230201640053`*^9,
3.8113230228875437`*^9}, 3.8113230700875883`*^9},
CellLabel->
"During evaluation of \
In[26]:=",ExpressionUUID->"27134443-310f-40d7-bb2a-d5443d90aa6f"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
StyleBox["\[Null]",
ShowStringCharacters->False],
TagBox["\<\"state 1\"\>",
HoldForm],
TagBox["\<\"state 2\"\>",
HoldForm],
TagBox["\<\"state 3\"\>",
HoldForm]},
{
TagBox["\<\"2 pts\"\>",
HoldForm], "3.0180926601214488336`3.4797325691578247",
"5.6074317700311491208`3.7487639978895575",
"5.6025057302810248316`3.7483823094066806"},
{
TagBox["\<\"3 pts\"\>",
HoldForm], "3.0078061433394571722`3.478249842028981",
"5.6641385483545922952`3.7531338679249973",
"5.6619627532464322783`3.7529670080681607"},
{
TagBox["\<\"4 pts\"\>",
HoldForm], "3.0492892154482427181`3.4841986177784547",
"5.7136810195387850442`3.7569159911533045",
"5.7981995981186544853`3.7632931614966427"},
{
TagBox["\<\"5 pts\"\>",
HoldForm], "3.0724475169387424067`3.4874844730723824",
"5.791901401477212552`3.762821160033212",
"5.9349178805554521077`3.773414714146826"},
{
TagBox["\<\"6 pts\"\>",
HoldForm], "3.0973979847473103177`3.490997011451359",
"5.8334489821161996659`3.7659254039889816",
"6.0137513480942397237`3.7791454672658187"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {False, True, {False}, False},
"Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{OutputFormsDump`HeadedRows, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{"2 pts", "3 pts", "4 pts", "5 pts", "6 pts"}, {
"state 1", "state 2", "state 3"}}]]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9, 3.811322827824645*^9, {3.8113230201640053`*^9,
3.8113230228875437`*^9}, 3.8113230700889177`*^9},
CellLabel->
"During evaluation of \
In[26]:=",ExpressionUUID->"37d9f1cd-d823-41e8-aec6-45960754583d"],
Cell[BoxData["\<\"Quadratic fits\"\>"], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9, 3.811322827824645*^9, {3.8113230201640053`*^9,
3.8113230228875437`*^9}, 3.811323070090695*^9},
CellLabel->
"During evaluation of \
In[26]:=",ExpressionUUID->"32cad68a-fe8b-4ffe-8adf-5b6b41199655"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
StyleBox["\[Null]",
ShowStringCharacters->False],
TagBox["\<\"state 1\"\>",
HoldForm],
TagBox["\<\"state 2\"\>",
HoldForm],
TagBox["\<\"state 3\"\>",
HoldForm]},
{
TagBox["\<\"3 pts\"\>",
HoldForm], "3.0332423504203340769`3.4819071110180255",
"5.1282482077200359782`3.7099690369153016",
"5.2096585509350772369`3.7168092599014053"},
{
TagBox["\<\"4 pts\"\>",
HoldForm], "2.891627290199592526`3.4611423148185914",
"5.4512140889550506628`3.7364932386826237",
"5.1355594018076926588`3.710587756966619"},
{
TagBox["\<\"5 pts\"\>",
HoldForm], "2.9477534530196436435`3.469491156774955",
"5.5498518005579260404`3.744281386175064",
"5.4144420957121708327`3.7335537135492918"},
{
TagBox["\<\"6 pts\"\>",
HoldForm], "3.0078723022702540391`3.478259394553716",
"5.707670561252842667`3.7564588982970357",
"5.6755925274516112466`3.7540112082386483"},
{
TagBox["\<\"7 pts\"\>",
HoldForm], "3.0450504932185844531`3.4835944985269864",
"5.7455955379604670696`3.759335050508276",
"5.8349415894459033538`3.766036512907816"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {False, True, {False}, False},
"Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{OutputFormsDump`HeadedRows, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{"3 pts", "4 pts", "5 pts", "6 pts", "7 pts"}, {
"state 1", "state 2", "state 3"}}]]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9, 3.811322827824645*^9, {3.8113230201640053`*^9,
3.8113230228875437`*^9}, 3.811323070092102*^9},
CellLabel->
"During evaluation of \
In[26]:=",ExpressionUUID->"cf898ba9-8f7c-4fab-a194-992ae37b6d90"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{9.983914801648742, 3.0187010946340593`}, {10.99410127109297,
3.079154454043819}, {11.942152671573961`, 3.0837158986821573`}, {
12.917099036177357`, 3.1106842870249376`}, {13.921676149461561`,
3.110384689664624}, {14.938196080455453`, 3.115706420428236}, {
15.990177844065686`, 3.0945414043824164`}, {17.026219605302057`,
3.0805490375769162`}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
9.983914801648742, 3.0187010946340593`}}, {{10.99410127109297,
3.079154454043819}}, {{11.942152671573961`, 3.0837158986821573`}}, {{
12.917099036177357`, 3.1106842870249376`}}, {{13.921676149461561`,
3.110384689664624}}, {{14.938196080455453`, 3.115706420428236}}, {{
15.990177844065686`, 3.0945414043824164`}}, {{17.026219605302057`,
3.0805490375769162`}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2pep7DvOqcjisuhLb/u3rdwcYf5Z7
xtMvX9kdYfzzUn0e775LwPl3BB+udu1RgvMnPvj8U6FOA85X/SOW9PODHpwf
NqHY+HKVEZzPefKx04q9pnD+3bQJW50/WsD52p2Ty06+tYbzX1ycd+Sslj2c
3+/fYBAn4Qjn787w37BjshOcLzd1UVmQvgucv49ZMSVxvSucP61VecZ6f3c4
/5/lkb8JLzzg/MUGE7raU73g/HqrB7FvmXzg/Blt0REnWnzh/JdPo2Y+UvOH
859a/2HdkBAA539Z+iBIUyEQzp8vye586D2Cn6F3+NjUjUFwfmWM3+NZ+cFw
vtoU6cX7bUPg/E85dd/k/iH4kf7Kb+eeC0WEr/f0Gr/ZYXD+9ecL5ltGhcP5
jn1vUl00I+D8k1fP7u98heDPNKvbxLAiEs5nXVjgMb00Cs6fsOZHYYZpNJy/
7eAhu0jWGDj/d7nS/JbjCH6He+CMh62xcP5GhUMmcSFxcP6PWSdSREXj4fzb
coIWb54i+MxxIkFVkQlwvsbfVxeldyL40guTlM8qJML5c0WX7pvdiOAfFvNX
a36A4G+XmRVf5Z4E51t9Xv+obzmC38wnkqd/F8E/o1nx87xQMpwPAEwASVU=
"]]},
Annotation[#, "Charting`Private`Tag$14866#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2Enr7J4i4cDisuhLb/u3rdwcYf5Z7
xtMvX9kdYfzzUn0e775LwPl3BB+udu1RgvMnPvj8U6FOA85X/SOW9PODHpwf
NqHY+HKVEZzPefKx04q9pnD+3bQJW50/WsD52p2Ty06+tYbzX1ycd+Sslj2c
3+/fYBAn4Qjn787w37BjshOcLzd1UVmQvgucv49ZMSVxvSucP61VecZ6f3c4
/5/lkb8JLzzg/MUGE7raU73g/HqrB7FvmXzg/Blt0REnWnzh/JdPo2Y+UvOH
859a/2HdkBAA539Z+iBIUyEQzp8vye586D2Cn6F3+NjUjUFwfmWM3+NZ+cFw
vtoU6cX7bUPg/E85dd/k/iH4kf7Kb+eeC0WEr/f0Gr/ZYXD+9ecL5ltGhcP5
jn1vUl00I+D8k1fP7u98heDPNKvbxLAiEs5nXVjgMb00Cs6fsOZHYYZpNJy/
7eAhu0jWGDj/d7nS/JbjCH6He+CMh62xcP5GhUMmcSFxcP6PWSdSREXj4fzb
coIWb54i+MxxIkFVkQlwvsbfVxeldyL40guTlM8qJML5c0WX7pvdiOAfFvNX
a36A4G+XmRVf5Z4E51t9Xv+obzmC38wnkqd/F8E/o1nx87xQMpwPAJFkNdU=
"]]},
Annotation[#, "Charting`Private`Tag$14866#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{9.687428878925495, 3.013311909867717},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{10.819778284410283`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {11.512925464970229`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.122363377404328`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.815510557964274`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {15.424948470398375`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {16.11809565095832,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {8.517193191416238,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.699514748210191,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.85366542803745,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.987196820661973,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.104979856318357,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.11382792451231,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.519293032620475`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.806975105072254`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
20.030118656386467`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
8.517193191416238,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.699514748210191,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.85366542803745,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.987196820661973,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.104979856318357,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.11382792451231,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.519293032620475`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.806975105072254`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
20.030118656386467`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{9.687428878925495, 17.026219605302057`}, {3.013311909867717,
3.115706420428236}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9, 3.811322827824645*^9, {3.8113230201640053`*^9,
3.8113230228875437`*^9}, 3.8113230701953773`*^9},
CellLabel->
"During evaluation of \
In[26]:=",ExpressionUUID->"cb1b70bc-5c52-4371-94e1-70645d7fe127"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{9.983914801648742, 5.8652346614633055`}, {10.99410127109297,
5.907167407320211}, {11.942152671573961`, 5.927753092958261}, {
12.917099036177357`, 5.952469194880005}, {13.921676149461561`,
5.952885256972067}, {14.938196080455453`, 5.911926406620772}, {
15.990177844065686`, 5.875387229587102}, {17.026219605302057`,
5.845712124676662}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
9.983914801648742, 5.8652346614633055`}}, {{10.99410127109297,
5.907167407320211}}, {{11.942152671573961`, 5.927753092958261}}, {{
12.917099036177357`, 5.952469194880005}}, {{13.921676149461561`,
5.952885256972067}}, {{14.938196080455453`, 5.911926406620772}}, {{
15.990177844065686`, 5.875387229587102}}, {{17.026219605302057`,
5.845712124676662}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2luHcM5jyxBxWXYlt//b1uwOMP8s9
4+mXr+yOMP55qT6Pd98l4Pw7gg9Xu/YowfkTH3z+qVCnAeer/hFL+vlBD84P
m1BsfLnKCM7nPPnYacVeUzj/btqErc4fLeB87c7JZSffWsP5Ly7OO3JWyx7O
7/dvMIiTcITzd2f4b9gx2QnOl5u6qCxI3wXO38esmJK43hXOn9aqPGO9vzuc
/8/yyN+EFx5w/mKDCV3tqV5wfr3Vg9i3TD5w/oy26IgTLb5w/sunUTMfqfnD
+U+t/7BuSAiA878sfRCkqRAI58+XZHc+9B7Bz9A7fGzqxiA4vzLG7/Gs/GA4
X22K9OL9tiFw/qecum9y/xD8SH/lt3PPhSLC13t6jd/sMDj/+vMF8y2jwuF8
x743qS6aEXD+yatn93e+QvBnmtVtYlgRCeezLizwmF4aBedPWPOjMMM0Gs7f
dvCQXSRrDJz/u1xpfstxBL/DPXDGw9ZYOH+jwiGTuJA4OP/HrBMpoqLxcP5t
OUGLN08RfOY4kaCqyAQ4X+Pvq4vSOxF86YVJymcVEuH8uaJL981uRPAPi/mr
NT9A8LfLzIqvck+C860+r3/UtxzBb+YTydO/i+Cf0az4eV4oGc4HANEMKaU=
"]]},
Annotation[#, "Charting`Private`Tag$15361#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2Rdva64ObRRxWXYlt//b1uwOMP8s9
4+mXr+yOMP55qT6Pd98l4Pw7gg9Xu/YowfkTH3z+qVCnAeer/hFL+vlBD84P
m1BsfLnKCM7nPPnYacVeUzj/btqErc4fLeB87c7JZSffWsP5Ly7OO3JWyx7O
7/dvMIiTcITzd2f4b9gx2QnOl5u6qCxI3wXO38esmJK43hXOn9aqPGO9vzuc
/8/yyN+EFx5w/mKDCV3tqV5wfr3Vg9i3TD5w/oy26IgTLb5w/sunUTMfqfnD
+U+t/7BuSAiA878sfRCkqRAI58+XZHc+9B7Bz9A7fGzqxiA4vzLG7/Gs/GA4
X22K9OL9tiFw/qecum9y/xD8SH/lt3PPhSLC13t6jd/sMDj/+vMF8y2jwuF8
x743qS6aEXD+yatn93e+QvBnmtVtYlgRCeezLizwmF4aBedPWPOjMMM0Gs7f
dvCQXSRrDJz/u1xpfstxBL/DPXDGw9ZYOH+jwiGTuJA4OP/HrBMpoqLxcP5t
OUGLN08RfOY4kaCqyAQ4X+Pvq4vSOxF86YVJymcVEuH8uaJL981uRPAPi/mr
NT9A8LfLzIqvck+C860+r3/UtxzBb+YTydO/i+Cf0az4eV4oGc4HACg0cPE=
"]]},
Annotation[#, "Charting`Private`Tag$15361#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{9.687428878925495, 5.839758061771361},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{10.819778284410283`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {11.512925464970229`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.122363377404328`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.815510557964274`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {15.424948470398375`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {16.11809565095832,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {8.517193191416238,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.699514748210191,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.85366542803745,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.987196820661973,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.104979856318357,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.11382792451231,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.519293032620475`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.806975105072254`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
20.030118656386467`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
8.517193191416238,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.699514748210191,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.85366542803745,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.987196820661973,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.104979856318357,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.11382792451231,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.519293032620475`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.806975105072254`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
20.030118656386467`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{9.687428878925495, 17.026219605302057`}, {5.839758061771361,
5.952885256972067}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9, 3.811322827824645*^9, {3.8113230201640053`*^9,
3.8113230228875437`*^9}, 3.811323070368495*^9},
CellLabel->
"During evaluation of \
In[26]:=",ExpressionUUID->"eaeb1b98-7a77-46ba-9c67-491d376f48d8"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{9.983914801648742, 6.200127910350462}, {10.99410127109297,
6.243188840271908}, {11.942152671573961`, 6.256949093953821}, {
12.917099036177357`, 6.252732417576073}, {13.921676149461561`,
6.238783316874637}, {14.938196080455453`, 6.192145994488301}, {
15.990177844065686`, 6.113384270337189}, {17.026219605302057`,
6.0434047489086655`}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
9.983914801648742, 6.200127910350462}}, {{10.99410127109297,
6.243188840271908}}, {{11.942152671573961`, 6.256949093953821}}, {{
12.917099036177357`, 6.252732417576073}}, {{13.921676149461561`,
6.238783316874637}}, {{14.938196080455453`, 6.192145994488301}}, {{
15.990177844065686`, 6.113384270337189}}, {{17.026219605302057`,
6.0434047489086655`}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2C6/JOH/PEHNYdSW2/dvX7w4w/iz3
jKdfvrI7wvjnpfo83n2XgPPvCD5c7dqjBOdPfPD5p0KdBpyv+kcs6ecHPTg/
bEKx8eUqIzif8+RjpxV7TeH8u2kTtjp/tIDztTsnl518aw3nv7g478hZLXs4
v9+/wSBOwhHO353hv2HHZCc4X27qorIgfRc4fx+zYkrielc4f1qr8oz1/u5w
/j/LI38TXnjA+YsNJnS1p3rB+fVWD2LfMvnA+TPaoiNOtPjC+S+fRs18pOYP
5z+1/sO6ISEAzv+y9EGQpkIgnD9fkt350HsEP0Pv8LGpG4Pg/MoYv8ez8oPh
fLUp0ov324bA+Z9y6r7J/UPwI/2V3849F4oIX+/pNX6zw+D8688XzLeMCofz
HfvepLpoRsD5J6+e3d/5CsGfaVa3iWFFJJzPurDAY3ppFJw/Yc2PwgzTaDh/
28FDdpGsMXD+73Kl+S3HEfwO98AZD1tj4fyNCodM4kLi4Pwfs06kiIrGw/m3
5QQt3jxF8JnjRIKqIhPgfI2/ry5K70TwpRcmKZ9VSITz54ou3Te7EcE/LOav
1vwAwd8uMyu+yj0Jzrf6vP5R33IEv5lPJE//LoJ/RrPi53mhZDgfANvoe00=
"]]},
Annotation[#, "Charting`Private`Tag$15856#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2yvF6uzdcE3FYdSW2/dvX7w4w/iz3
jKdfvrI7wvjnpfo83n2XgPPvCD5c7dqjBOdPfPD5p0KdBpyv+kcs6ecHPTg/
bEKx8eUqIzif8+RjpxV7TeH8u2kTtjp/tIDztTsnl518aw3nv7g478hZLXs4
v9+/wSBOwhHO353hv2HHZCc4X27qorIgfRc4fx+zYkrielc4f1qr8oz1/u5w
/j/LI38TXnjA+YsNJnS1p3rB+fVWD2LfMvnA+TPaoiNOtPjC+S+fRs18pOYP
5z+1/sO6ISEAzv+y9EGQpkIgnD9fkt350HsEP0Pv8LGpG4Pg/MoYv8ez8oPh
fLUp0ov324bA+Z9y6r7J/UPwI/2V3849F4oIX+/pNX6zw+D8688XzLeMCofz
HfvepLpoRsD5J6+e3d/5CsGfaVa3iWFFJJzPurDAY3ppFJw/Yc2PwgzTaDh/
28FDdpGsMXD+73Kl+S3HEfwO98AZD1tj4fyNCodM4kLi4Pwfs06kiIrGw/m3
5QQt3jxF8JnjRIKqIhPgfI2/ry5K70TwpRcmKZ9VSITz54ou3Te7EcE/LOav
1vwAwd8uMyu+yj0Jzrf6vP5R33IEv5lPJE//LoJ/RrPi53mhZDgfAFOzbRU=
"]]},
Annotation[#, "Charting`Private`Tag$15856#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{9.687428878925495, 6.0315411741839355`},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{10.819778284410283`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {11.512925464970229`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.122363377404328`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.815510557964274`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {15.424948470398375`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {16.11809565095832,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {8.517193191416238,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.699514748210191,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.85366542803745,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.987196820661973,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.104979856318357,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.11382792451231,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.519293032620475`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.806975105072254`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
20.030118656386467`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
8.517193191416238,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.699514748210191,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.85366542803745,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.987196820661973,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.104979856318357,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.11382792451231,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.519293032620475`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.806975105072254`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
20.030118656386467`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{9.687428878925495, 17.026219605302057`}, {6.0315411741839355`,
6.256949093953821}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9, 3.811322827824645*^9, {3.8113230201640053`*^9,
3.8113230228875437`*^9}, 3.811323070546748*^9},
CellLabel->
"During evaluation of \
In[26]:=",ExpressionUUID->"86e6d834-3d9f-4c81-a396-cd69a0d755be"]
}, Open ]]
}, Open ]]
}, Closed]],
Cell[CellGroupData[{
Cell["Triplets", "Subsubsection",
CellChangeTimes->{{3.811322582586644*^9,
3.81132259138094*^9}},ExpressionUUID->"6d5a84a3-c0d8-4e43-9e95-\
3a1b73595711"],
Cell[CellGroupData[{
Cell[BoxData[
RowBox[{
RowBox[{"Flush", "[", "\"\<diazomethane_3_AVTZ\>\"", "]"}], ";"}]], "Input",\
CellChangeTimes->{{3.777429522265008*^9, 3.777429526325075*^9}, {
3.811322562001708*^9, 3.8113225929063673`*^9}, {3.811322694068659*^9,
3.811322694237417*^9}, {3.811322831193584*^9, 3.811322832896123*^9},
3.811323027073656*^9},
CellLabel->"In[27]:=",ExpressionUUID->"3265ee7e-bda6-48c8-bf17-e175b82852a9"],
Cell[CellGroupData[{
Cell[BoxData[
TagBox[
RowBox[{"{", "}"}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"State", "Linear fit"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694576693*^9, 3.8113228333111267`*^9,
3.811323027514525*^9, 3.81132307531913*^9},
CellLabel->
"During evaluation of \
In[27]:=",ExpressionUUID->"31db3402-664e-4838-90aa-e4fd9ec20953"],
Cell[BoxData[
TagBox[
RowBox[{"{", "}"}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"State", "Quadratic fit"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694576693*^9, 3.8113228333111267`*^9,
3.811323027514525*^9, 3.811323075320952*^9},
CellLabel->
"During evaluation of \
In[27]:=",ExpressionUUID->"9ac3a5e2-5a56-476c-8892-ae4a4ca3b59d"],
Cell[BoxData["\<\"Excitation energies with PT2\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694576693*^9, 3.8113228333111267`*^9,
3.811323027514525*^9, 3.8113230753449707`*^9},
CellLabel->
"During evaluation of \
In[27]:=",ExpressionUUID->"93cd86c8-75b4-481e-87a1-9bb918913490"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
TagBox["\<\"nDet\"\>",
HoldForm]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "7"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "6"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "5"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "4"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "3"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "2"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "1"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}],
"\[RightDoubleBracket]"}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {{False}}, "Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{None, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"nDet"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694576693*^9, 3.8113228333111267`*^9,
3.811323027514525*^9, 3.8113230753473577`*^9},
CellLabel->
"During evaluation of \
In[27]:=",ExpressionUUID->"09222556-b0be-4895-a643-7ee859d373e6"],
Cell[BoxData["\<\"Linear fits\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694576693*^9, 3.8113228333111267`*^9,
3.811323027514525*^9, 3.811323075349346*^9},
CellLabel->
"During evaluation of \
In[27]:=",ExpressionUUID->"d6c3818b-6b5d-4baa-b860-0435b142c13e"],
Cell[BoxData[
TagBox[
RowBox[{"Transpose", "[",
RowBox[{"{", "}"}], "]"}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{
"2 pts", "3 pts", "4 pts", "5 pts", "6 pts"}, {}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694576693*^9, 3.8113228333111267`*^9,
3.811323027514525*^9, 3.81132307535708*^9},
CellLabel->
"During evaluation of \
In[27]:=",ExpressionUUID->"76e24ccd-2f37-428e-bc8e-8d9953207a06"],
Cell[BoxData["\<\"Quadratic fits\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694576693*^9, 3.8113228333111267`*^9,
3.811323027514525*^9, 3.811323075358448*^9},
CellLabel->
"During evaluation of \
In[27]:=",ExpressionUUID->"c88a134e-f65a-4908-8ae9-9b18f7d4be23"],
Cell[BoxData[
TagBox[
RowBox[{"Transpose", "[",
RowBox[{"{", "}"}], "]"}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{
"3 pts", "4 pts", "5 pts", "6 pts", "7 pts"}, {}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694576693*^9, 3.8113228333111267`*^9,
3.811323027514525*^9, 3.811323075365202*^9},
CellLabel->
"During evaluation of \
In[27]:=",ExpressionUUID->"f7599843-fd6b-4eda-beb8-a2ee1aa7ba1e"]
}, Open ]]
}, Open ]]
}, Closed]],
Cell[CellGroupData[{
Cell["Fluo", "Subsubsection",
CellChangeTimes->{{3.811322582586644*^9, 3.81132259138094*^9}, {
3.811323004653615*^9,
3.811323005519793*^9}},ExpressionUUID->"a97a4d2e-d01c-4678-b438-\
32ecc11fa4e2"],
Cell[CellGroupData[{
Cell[BoxData[
RowBox[{
RowBox[{"Flush", "[", "\"\<diazomethane_Fl_AVTZ\>\"", "]"}], ";"}]], "Input",\
CellChangeTimes->{{3.777429522265008*^9, 3.777429526325075*^9}, {
3.811322562001708*^9, 3.8113225929063673`*^9}, {3.811322816061357*^9,
3.811322817795486*^9}, {3.811322999094022*^9, 3.811323035464755*^9}},
CellLabel->"In[28]:=",ExpressionUUID->"1aa74089-8bd6-4b99-bb04-8f50c5d88a4e"],
Cell[CellGroupData[{
Cell[BoxData[
InterpretationBox[GridBox[{
{"\<\"State\"\>", "\<\"Linear fit\"\>", "\<\"\"\>", "\<\"\"\>", \
"\<\"\"\>"},
{GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.4611196239662831431`7.171612731473818"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0002465539114284251`1.3919118967406379"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.4621024499533064045`7.171615606532899"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0165141332175754441`3.217855783676664"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.4597246474389180548`7.17160865071883"}]}],
RowBox[{"b", "\[Rule]", "0.0206291710475468501`3.314481776848126"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.4578434176303574077`7.171603147455886"}]}],
RowBox[{"b", "\[Rule]", "0.0479984456719320662`3.6812271738957403"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.4564311223451511523`7.171599015946545"}]}],
RowBox[{"b", "\[Rule]", "0.0669184839404433768`3.8255460933220675"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.4375468714871715292`7.171543768440288"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0075841687302537243`2.8799079864875754"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.4367447052937336593`7.1715414214782145"}]}],
RowBox[{"b", "\[Rule]", "0.0057222106151652401`2.757563838670348"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.4356771637776262196`7.1715382980665705"}]}],
RowBox[{"b", "\[Rule]", "0.0223872597460437819`3.3500009381523506"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.4343115938885659943`7.1715343026511364"}]}],
RowBox[{"b", "\[Rule]", "0.0422602865638081471`3.6259324376443267"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "148.4323472722592214268`7.17152855532978"}]}],
RowBox[{"b", "\[Rule]", "0.068559206555859592`3.8360657828007043"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
TableForm[{{{
1, {$CellContext`a -> -148.4611196239662831431`7.171612731473818, \
$CellContext`b -> -0.0002465539114284251`1.3919118967406379}}, {
1, {$CellContext`a -> -148.4621024499533064045`7.171615606532899, \
$CellContext`b -> -0.0165141332175754441`3.217855783676664}}, {
1, {$CellContext`a -> -148.4597246474389180548`7.17160865071883, \
$CellContext`b -> 0.0206291710475468501`3.314481776848126}}, {
1, {$CellContext`a -> -148.4578434176303574077`7.171603147455886, \
$CellContext`b -> 0.0479984456719320662`3.6812271738957403}}, {
1, {$CellContext`a -> -148.4564311223451511523`7.171599015946545, \
$CellContext`b -> 0.0669184839404433768`3.8255460933220675}}}, {{
2, {$CellContext`a -> -148.4375468714871715292`7.171543768440288, \
$CellContext`b -> -0.0075841687302537243`2.8799079864875754}}, {
2, {$CellContext`a -> -148.4367447052937336593`7.1715414214782145, \
$CellContext`b -> 0.0057222106151652401`2.757563838670348}}, {
2, {$CellContext`a -> -148.4356771637776262196`7.1715382980665705, \
$CellContext`b -> 0.0223872597460437819`3.3500009381523506}}, {
2, {$CellContext`a -> -148.4343115938885659943`7.1715343026511364, \
$CellContext`b -> 0.0422602865638081471`3.6259324376443267}}, {
2, {$CellContext`a -> -148.4323472722592214268`7.17152855532978, \
$CellContext`b -> 0.068559206555859592`3.8360657828007043}}}},
TableAlignments -> Center,
TableHeadings -> {None, {"State", "Linear fit"}}]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.81132303575699*^9}, 3.8113230796042423`*^9},
CellLabel->
"During evaluation of \
In[28]:=",ExpressionUUID->"3ed514a0-0dad-4ce1-aa5c-84ee66ba7bfe"],
Cell[BoxData[
InterpretationBox[GridBox[{
{"\<\"State\"\>", "\<\"Quadratic fit\"\>", "\<\"\"\>", "\<\"\"\>", \
"\<\"\"\>"},
{GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.4552125533009530045`7.171595451129718"}]}],
RowBox[{"b2", "\[Rule]", "0.1927516592143810603`4.284998125164233"}],
RowBox[{"c2", "\[Rule]", "1.5705515211538476628`5.196052187780565"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.4704220743277289785`7.171639943152567"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.2727808680266496921`4.435813907033462"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "1.9517153125537347602`5.290416469476268"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.466483679895276282`7.171628422705385"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1629181292090012834`4.211969414433403"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "1.2071002813526185982`5.081743351148697"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.4632206878038971354`7.171618877688911"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0809403009459312428`3.9081648148185124"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.7217453451600396308`4.858383991613613"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.460778896687145334`7.171611734740483"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0255478256227997629`3.4073539432102984"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.437560325737675837`4.6410379369672246"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.4425214488354640707`7.171558322677657"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1693247426589401805`4.228720424234772"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "1.3062678824283562307`5.116032248861292"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.4422368509302998518`7.17155749003606"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.160598128905358184`4.2057404810995"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "1.2403319842475539758`5.093537942928187"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.4410606151039644374`7.171554048732806"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1270971332310549262`4.104135754834301"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "1.008155099907430241`5.003527351407364"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.4400485700398633071`7.171551087779258"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1009568077000665698`4.004135609529173"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.8474776090174105381`4.928128232646633"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "148.4364921641297314636`7.1715406825956185"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.019570551826034812`3.291603071525304"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.421434456324182416`4.624730040478795"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
TableForm[{{{
1, {$CellContext`a2 -> -148.4552125533009530045`7.171595451129718, \
$CellContext`b2 -> 0.1927516592143810603`4.284998125164233, $CellContext`c2 ->
1.5705515211538476628`5.196052187780565}}, {
1, {$CellContext`a2 -> -148.4704220743277289785`7.171639943152567, \
$CellContext`b2 -> -0.2727808680266496921`4.435813907033462, $CellContext`c2 -> \
-1.9517153125537347602`5.290416469476268}}, {
1, {$CellContext`a2 -> -148.466483679895276282`7.171628422705385, \
$CellContext`b2 -> -0.1629181292090012834`4.211969414433403, $CellContext`c2 -> \
-1.2071002813526185982`5.081743351148697}}, {
1, {$CellContext`a2 -> -148.4632206878038971354`7.171618877688911, \
$CellContext`b2 -> -0.0809403009459312428`3.9081648148185124, $CellContext`c2 -> \
-0.7217453451600396308`4.858383991613613}}, {
1, {$CellContext`a2 -> -148.460778896687145334`7.171611734740483, \
$CellContext`b2 -> -0.0255478256227997629`3.4073539432102984, $CellContext`c2 -> \
-0.437560325737675837`4.6410379369672246}}}, {{
2, {$CellContext`a2 -> -148.4425214488354640707`7.171558322677657, \
$CellContext`b2 -> -0.1693247426589401805`4.228720424234772, $CellContext`c2 -> \
-1.3062678824283562307`5.116032248861292}}, {
2, {$CellContext`a2 -> -148.4422368509302998518`7.17155749003606, \
$CellContext`b2 -> -0.160598128905358184`4.2057404810995, $CellContext`c2 -> \
-1.2403319842475539758`5.093537942928187}}, {
2, {$CellContext`a2 -> -148.4410606151039644374`7.171554048732806, \
$CellContext`b2 -> -0.1270971332310549262`4.104135754834301, $CellContext`c2 -> \
-1.008155099907430241`5.003527351407364}}, {
2, {$CellContext`a2 -> -148.4400485700398633071`7.171551087779258, \
$CellContext`b2 -> -0.1009568077000665698`4.004135609529173, $CellContext`c2 -> \
-0.8474776090174105381`4.928128232646633}}, {
2, {$CellContext`a2 -> -148.4364921641297314636`7.1715406825956185, \
$CellContext`b2 -> -0.019570551826034812`3.291603071525304, $CellContext`c2 -> \
-0.421434456324182416`4.624730040478795}}}}, TableAlignments -> Center,
TableHeadings -> {None, {"State", "Quadratic fit"}}]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.81132303575699*^9}, 3.811323079608808*^9},
CellLabel->
"During evaluation of \
In[28]:=",ExpressionUUID->"9943924b-015a-4b6c-a124-109f23e40086"],
Cell[BoxData["\<\"Excitation energies with PT2\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.81132303575699*^9}, 3.811323079612002*^9},
CellLabel->
"During evaluation of \
In[28]:=",ExpressionUUID->"7eadb373-5ab6-4547-bd3a-1a0d9105f7c1"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
TagBox["\<\"nDet\"\>",
HoldForm],
TagBox["\<\"1\"\>",
HoldForm]},
{"38967", "0.5988913132060526001`2.7773480137787536"},
{"94083", "0.638228364950937932`2.804976101750198"},
{"227142", "0.6557750829974090534`2.8167549110794385"},
{"548375", "0.6675940764020602547`2.8245124745061436"},
{"1323903", "0.6529984331686586874`2.8149121392122534"},
{"3196218", "0.6421704784432616941`2.807650336509391"},
{"7716422", "0.6548088066797417284`2.8161145117092015"},
{"18629095", "0.652814484199411349`2.814789781680387"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {{False}}, "Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{None, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"nDet", "1"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.81132303575699*^9}, 3.811323079613509*^9},
CellLabel->
"During evaluation of \
In[28]:=",ExpressionUUID->"174a0e9a-c3e5-4b40-bc80-157385e5fa8b"],
Cell[BoxData["\<\"Linear fits\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.81132303575699*^9}, 3.8113230796149282`*^9},
CellLabel->
"During evaluation of \
In[28]:=",ExpressionUUID->"897cc0cb-805b-4871-9e55-d4bac584b386"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
StyleBox["\[Null]",
ShowStringCharacters->False],
TagBox["\<\"state 1\"\>",
HoldForm]},
{
TagBox["\<\"2 pts\"\>",
HoldForm], "0.6414472672630180394`2.8071609592643108"},
{
TagBox["\<\"3 pts\"\>",
HoldForm], "0.6900193785282274783`2.8388612876498613"},
{
TagBox["\<\"4 pts\"\>",
HoldForm], "0.654365360717055089`2.815820301592964"},
{
TagBox["\<\"5 pts\"\>",
HoldForm], "0.6403335395924869555`2.8064062500335427"},
{
TagBox["\<\"6 pts\"\>",
HoldForm], "0.6553549415360439001`2.8164765784638766"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {False, True, {False}, False},
"Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{OutputFormsDump`HeadedRows, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{"2 pts", "3 pts", "4 pts", "5 pts", "6 pts"}, {
"state 1"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.81132303575699*^9}, 3.811323079616387*^9},
CellLabel->
"During evaluation of \
In[28]:=",ExpressionUUID->"c724060c-3e86-419b-8bbd-0d0b4c900f64"],
Cell[BoxData["\<\"Quadratic fits\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.81132303575699*^9}, 3.8113230796179323`*^9},
CellLabel->
"During evaluation of \
In[28]:=",ExpressionUUID->"e59b36e8-9779-46c9-9a43-c73f96af1147"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
StyleBox["\[Null]",
ShowStringCharacters->False],
TagBox["\<\"state 1\"\>",
HoldForm]},
{
TagBox["\<\"3 pts\"\>",
HoldForm], "0.3453425426305651302`2.5382500822348453"},
{
TagBox["\<\"4 pts\"\>",
HoldForm], "0.7669589939273797619`2.8847721446697983"},
{
TagBox["\<\"5 pts\"\>",
HoldForm], "0.6917968298478572864`2.839978567532727"},
{
TagBox["\<\"6 pts\"\>",
HoldForm], "0.6305454413780237077`2.7997163902407296"},
{
TagBox["\<\"7 pts\"\>",
HoldForm], "0.660875654784290667`2.820119753704923"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {False, True, {False}, False},
"Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{OutputFormsDump`HeadedRows, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{"3 pts", "4 pts", "5 pts", "6 pts", "7 pts"}, {
"state 1"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.81132303575699*^9}, 3.811323079619419*^9},
CellLabel->
"During evaluation of \
In[28]:=",ExpressionUUID->"fed8271e-d3be-4745-9275-6db2a4843422"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{10.570470413075393`, 0.5988913132060526}, {
11.451932650379153`, 0.6382283649509379}, {12.333330651549076`,
0.655775082997409}, {13.214714638468514`, 0.6675940764020603}, {
14.096094749955359`, 0.6529984331686587}, {14.977478793804917`,
0.6421704784432617}, {15.858861343062255`, 0.6548088066797417}, {
16.74023516383477, 0.6528144841994113}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
10.570470413075393`, 0.5988913132060526}}, {{11.451932650379153`,
0.6382283649509379}}, {{12.333330651549076`, 0.655775082997409}}, {{
13.214714638468514`, 0.6675940764020603}}, {{14.096094749955359`,
0.6529984331686587}}, {{14.977478793804917`, 0.6421704784432617}}, {{
15.858861343062255`, 0.6548088066797417}}, {{16.74023516383477,
0.6528144841994113}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2dVIJ2XvantivuhLb/u3rdwcYf5Z7
xtMvX9kdYfzzUn0e775LwPl3BB+udu1RgvMnPvj8U6FOA85X/SOW9PODHpwf
NqHY+HKVEZzPefKx04q9pnD+3bQJW50/WsD52p2Ty06+tYbzX1ycd+Sslj2c
3+/fYBAn4Qjn787w37BjshOcLzd1UVmQvgucv49ZMSVxvSucP61VecZ6f3c4
/5/lkb8JLzzg/MUGE7raU73g/HqrB7FvmXzg/Blt0REnWnzh/JdPo2Y+UvOH
859a/2HdkBAA539Z+iBIUyEQzp8vye586D2Cn6F3+NjUjUFwfmWM3+NZ+cFw
vtoU6cX7bUPg/E85dd/k/iH4kf7Kb+eeC0WEr/f0Gr/ZYXD+9ecL5ltGhcP5
jn1vUl00I+D8k1fP7u98heDPNKvbxLAiEs5nXVjgMb00Cs6fsOZHYYZpNJy/
7eAhu0jWGDj/d7nS/JbjCH6He+CMh62xcP5GhUMmcSFxcP6PWSdSREXj4fzb
coIWb54i+MxxIkFVkQlwvsbfVxeldyL40guTlM8qJML5c0WX7pvdiOAfFvNX
a36A4G+XmRVf5Z4E51t9Xv+obzmC38wnkqd/F8E/o1nx87xQMpwPAAmYh7E=
"]]},
Annotation[#, "Charting`Private`Tag$16557#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2zkwLZ4tLXbNfdSW2/dvX7w4w/iz3
jKdfvrI7wvjnpfo83n2XgPPvCD5c7dqjBOdPfPD5p0KdBpyv+kcs6ecHPTg/
bEKx8eUqIzif8+RjpxV7TeH8u2kTtjp/tIDztTsnl518aw3nv7g478hZLXs4
v9+/wSBOwhHO353hv2HHZCc4X27qorIgfRc4fx+zYkrielc4f1qr8oz1/u5w
/j/LI38TXnjA+YsNJnS1p3rB+fVWD2LfMvnA+TPaoiNOtPjC+S+fRs18pOYP
5z+1/sO6ISEAzv+y9EGQpkIgnD9fkt350HsEP0Pv8LGpG4Pg/MoYv8ez8oPh
fLUp0ov324bA+Z9y6r7J/UPwI/2V3849F4oIX+/pNX6zw+D8688XzLeMCofz
HfvepLpoRsD5J6+e3d/5CsGfaVa3iWFFJJzPurDAY3ppFJw/Yc2PwgzTaDh/
28FDdpGsMXD+73Kl+S3HEfwO98AZD1tj4fyNCodM4kLi4Pwfs06kiIrGw/m3
5QQt3jxF8JnjRIKqIhPgfI2/ry5K70TwpRcmKZ9VSITz54ou3Te7EcE/LOav
1vwAwd8uMyu+yj0Jzrf6vP5R33IEv5lPJE//LoJ/RrPi53mhZDgfAAI0U30=
"]]},
Annotation[#, "Charting`Private`Tag$16557#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{10.310719032509569`, 0.5950744930284968},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{10.819778284410283`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {11.512925464970229`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.122363377404328`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.815510557964274`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {15.424948470398375`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {16.11809565095832,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.51599092375669,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.60300230074632,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.683045008419857`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.75715298057358,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.82614585206053,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.890684373198102`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.51599092375669,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.60300230074632,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.683045008419857`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.75715298057358,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.82614585206053,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.890684373198102`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{10.310719032509569`, 16.74023516383477}, {0.5950744930284968,
0.6675940764020603}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.81132303575699*^9}, 3.811323079665163*^9},
CellLabel->
"During evaluation of \
In[28]:=",ExpressionUUID->"c52382b8-9c05-4b81-a068-dd9df12ff689"]
}, Open ]]
}, Open ]]
}, Closed]]
}, Open ]]
}, Closed]],
Cell[CellGroupData[{
Cell["Formamide", "Section",
CellChangeTimes->{{3.77742950330622*^9, 3.7774295059582033`*^9}, {
3.7778669099831257`*^9, 3.777866914230576*^9}, {3.811322508359969*^9,
3.811322510971436*^9}, {3.8113227457863894`*^9, 3.8113227486256657`*^9}, {
3.811323384302882*^9, 3.8113233866286907`*^9}, {3.811323446488339*^9,
3.811323448143388*^9}},ExpressionUUID->"391abe32-44db-4766-8a5b-\
2a8d356e5dff"],
Cell[CellGroupData[{
Cell[TextData[{
"AVDZ ",
StyleBox["\[Checkmark]",
FontColor->RGBColor[0, 1, 0]]
}], "Subsection",
CellChangeTimes->{{3.777429516951782*^9, 3.777429517987792*^9}, {
3.7775231829717607`*^9, 3.777523190205817*^9}, {3.777653709792136*^9,
3.777653722712954*^9}, {3.7776537758163548`*^9, 3.777653776104186*^9},
3.777731826638612*^9, {3.7778669032475224`*^9,
3.7778669087423697`*^9}},ExpressionUUID->"006e73f0-b9f7-452a-b715-\
c31db2deb476"],
Cell[CellGroupData[{
Cell["Singlets", "Subsubsection",
CellChangeTimes->{{3.811322582586644*^9,
3.811322584352894*^9}},ExpressionUUID->"9086b717-8aae-4ba7-8feb-\
c8999e27764c"],
Cell[CellGroupData[{
Cell[BoxData[
RowBox[{
RowBox[{"Flush", "[", "\"\<formamide_1_AVDZ\>\"", "]"}], ";"}]], "Input",
CellChangeTimes->{{3.777429522265008*^9, 3.777429526325075*^9}, {
3.811322562001708*^9, 3.811322564390358*^9}, {3.811322810108039*^9,
3.811322811246703*^9}, {3.811323390631658*^9, 3.811323392951745*^9}, {
3.811323451611806*^9, 3.8113234527161293`*^9}},
CellLabel->"In[45]:=",ExpressionUUID->"6fd4ee49-e07d-4333-aa2c-7744c71d9309"],
Cell[CellGroupData[{
Cell[BoxData[
InterpretationBox[GridBox[{
{"\<\"State\"\>", "\<\"Linear fit\"\>", "\<\"\"\>", "\<\"\"\>", \
"\<\"\"\>"},
{GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.5055873972500819491`7.229184018384529"}]}],
RowBox[{"b", "\[Rule]", "0.0271248827305060891`3.433367869267492"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.5067061649997981476`7.22918688479775"}]}],
RowBox[{"b", "\[Rule]", "0.0107091357138524336`3.029754422293027"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.5068507087647162734`7.229187255134324"}]}],
RowBox[{"b", "\[Rule]", "0.0087421339203152659`2.9416174551401877"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.506727407128920504`7.229186939222375"}]}],
RowBox[{"b", "\[Rule]", "0.0102738694991191312`3.011734044922249"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.5040730686076813072`7.229180138468114"}]}],
RowBox[{"b", "\[Rule]", "0.0397245471739995082`3.599058955320471"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.3012066904739754136`7.228660053543942"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.1072671216901470714`4.030466627309671"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.3017572397924368488`7.2286614658206"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.1149330273953568099`4.060444846394569"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.2994514804225616444`7.228655551024402"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0849427604876738102`3.9291263706773054"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.2954815570322750773`7.22864536708097"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0375180261966548204`3.574239982306987"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.2909212568924317566`7.228633668364364"}]}],
RowBox[{"b", "\[Rule]", "0.0114104109338761008`3.057301285356089"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.2570213332438129328`7.2285466936823495"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0954325504822433612`3.9796965307175527"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.2572018569145484435`7.228547156885539"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0981395810910541538`3.99184419986222"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.2552449769444251615`7.228542135727938"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0707222667916841685`3.8495561722445957"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.250680550474072561`7.228530423642094"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0127743063008672764`3.1063373254106326"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.2470830464817765915`7.2285211924075"}]}],
RowBox[{"b", "\[Rule]", "0.027935496869836391`3.446156400267836"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"4", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.2582627815862679199`7.228549879087499"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.1261696996724837594`4.100955069289673"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.2603035433178320091`7.228555115382623"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.15725526928771838`4.196605206640291"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.2546234542803631484`7.228540540951014"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0767677757968072971`3.885178957916129"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.2507078082135194563`7.228530493585002"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.026306754619417165`3.420067273862406"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.2465132789972415139`7.2285197303599045"}]}],
RowBox[{"b", "\[Rule]", "0.0212989038076379852`3.3283572521455604"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"5", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.2357910159535947514`7.228492215659041"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.1162687907814119459`4.065463155740004"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"5", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.2341529440085707847`7.228488012003034"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0913467621725982254`3.96069315819655"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"5", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.2315708048290048282`7.228481385578445"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0546963744105757599`3.7379585397581967"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"5", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.2284711141520290312`7.2284734308518015"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0147812202142713813`3.169710287269281"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"5", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.2249197345432492057`7.228464316778141"}]}],
RowBox[{"b", "\[Rule]", "0.0256853769326695278`3.409685943374636"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"6", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.2338630750486174747`7.22848726813074"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.2142900424974082674`4.331001990972293"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"6", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.2255300502029342624`7.2284658830737305"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0896717057096036163`3.952655430863249"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"6", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.2232080893421084511`7.228459924033702"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0569949691460984384`3.7558365228915545"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"6", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.2199711161493951295`7.228451616585468"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0153647988629599819`3.1865268793806605"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"6", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.2159972432624215344`7.228441417722297"}]}],
RowBox[{"b", "\[Rule]", "0.0298929453117234012`3.4755687075990425"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
TableForm[{{{
1, {$CellContext`a -> -169.5055873972500819491`7.229184018384529, \
$CellContext`b -> 0.0271248827305060891`3.433367869267492}}, {
1, {$CellContext`a -> -169.5067061649997981476`7.22918688479775, \
$CellContext`b -> 0.0107091357138524336`3.029754422293027}}, {
1, {$CellContext`a -> -169.5068507087647162734`7.229187255134324, \
$CellContext`b -> 0.0087421339203152659`2.9416174551401877}}, {
1, {$CellContext`a -> -169.506727407128920504`7.229186939222375, \
$CellContext`b -> 0.0102738694991191312`3.011734044922249}}, {
1, {$CellContext`a -> -169.5040730686076813072`7.229180138468114, \
$CellContext`b -> 0.0397245471739995082`3.599058955320471}}}, {{
2, {$CellContext`a -> -169.3012066904739754136`7.228660053543942, \
$CellContext`b -> -0.1072671216901470714`4.030466627309671}}, {
2, {$CellContext`a -> -169.3017572397924368488`7.2286614658206, \
$CellContext`b -> -0.1149330273953568099`4.060444846394569}}, {
2, {$CellContext`a -> -169.2994514804225616444`7.228655551024402, \
$CellContext`b -> -0.0849427604876738102`3.9291263706773054}}, {
2, {$CellContext`a -> -169.2954815570322750773`7.22864536708097, \
$CellContext`b -> -0.0375180261966548204`3.574239982306987}}, {
2, {$CellContext`a -> -169.2909212568924317566`7.228633668364364, \
$CellContext`b -> 0.0114104109338761008`3.057301285356089}}}, {{
3, {$CellContext`a -> -169.2570213332438129328`7.2285466936823495, \
$CellContext`b -> -0.0954325504822433612`3.9796965307175527}}, {
3, {$CellContext`a -> -169.2572018569145484435`7.228547156885539, \
$CellContext`b -> -0.0981395810910541538`3.99184419986222}}, {
3, {$CellContext`a -> -169.2552449769444251615`7.228542135727938, \
$CellContext`b -> -0.0707222667916841685`3.8495561722445957}}, {
3, {$CellContext`a -> -169.250680550474072561`7.228530423642094, \
$CellContext`b -> -0.0127743063008672764`3.1063373254106326}}, {
3, {$CellContext`a -> -169.2470830464817765915`7.2285211924075, \
$CellContext`b -> 0.027935496869836391`3.446156400267836}}}, {{
4, {$CellContext`a -> -169.2582627815862679199`7.228549879087499, \
$CellContext`b -> -0.1261696996724837594`4.100955069289673}}, {
4, {$CellContext`a -> -169.2603035433178320091`7.228555115382623, \
$CellContext`b -> -0.15725526928771838`4.196605206640291}}, {
4, {$CellContext`a -> -169.2546234542803631484`7.228540540951014, \
$CellContext`b -> -0.0767677757968072971`3.885178957916129}}, {
4, {$CellContext`a -> -169.2507078082135194563`7.228530493585002, \
$CellContext`b -> -0.026306754619417165`3.420067273862406}}, {
4, {$CellContext`a -> -169.2465132789972415139`7.2285197303599045, \
$CellContext`b -> 0.0212989038076379852`3.3283572521455604}}}, {{
5, {$CellContext`a -> -169.2357910159535947514`7.228492215659041, \
$CellContext`b -> -0.1162687907814119459`4.065463155740004}}, {
5, {$CellContext`a -> -169.2341529440085707847`7.228488012003034, \
$CellContext`b -> -0.0913467621725982254`3.96069315819655}}, {
5, {$CellContext`a -> -169.2315708048290048282`7.228481385578445, \
$CellContext`b -> -0.0546963744105757599`3.7379585397581967}}, {
5, {$CellContext`a -> -169.2284711141520290312`7.2284734308518015, \
$CellContext`b -> -0.0147812202142713813`3.169710287269281}}, {
5, {$CellContext`a -> -169.2249197345432492057`7.228464316778141, \
$CellContext`b -> 0.0256853769326695278`3.409685943374636}}}, {{
6, {$CellContext`a -> -169.2338630750486174747`7.22848726813074, \
$CellContext`b -> -0.2142900424974082674`4.331001990972293}}, {
6, {$CellContext`a -> -169.2255300502029342624`7.2284658830737305, \
$CellContext`b -> -0.0896717057096036163`3.952655430863249}}, {
6, {$CellContext`a -> -169.2232080893421084511`7.228459924033702, \
$CellContext`b -> -0.0569949691460984384`3.7558365228915545}}, {
6, {$CellContext`a -> -169.2199711161493951295`7.228451616585468, \
$CellContext`b -> -0.0153647988629599819`3.1865268793806605}}, {
6, {$CellContext`a -> -169.2159972432624215344`7.228441417722297, \
$CellContext`b -> 0.0298929453117234012`3.4755687075990425}}}},
TableAlignments -> Center,
TableHeadings -> {None, {"State", "Linear fit"}}]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811323393266964*^9, 3.811323454082494*^9},
CellLabel->
"During evaluation of \
In[45]:=",ExpressionUUID->"b84f3dd0-3638-44b6-ae86-0b67d1ff77bd"],
Cell[BoxData[
InterpretationBox[GridBox[{
{"\<\"State\"\>", "\<\"Quadratic fit\"\>", "\<\"\"\>", "\<\"\"\>", \
"\<\"\"\>"},
{GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.5003848017741461263`7.2291706884806795"}]}],
RowBox[{"b2", "\[Rule]", "0.1776581253790849857`4.249585075189276"}],
RowBox[{"c2", "\[Rule]", "1.0829049560035033384`5.034590341302551"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.505942630781362368`7.229184928536242"}]}],
RowBox[{"b2", "\[Rule]", "0.0296618609987630046`3.472198395382147"}],
RowBox[{
"c2", "\[Rule]", "0.1145760161707488761`4.0590937176767365"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.5070086896234613505`7.229187659897806"}]}],
RowBox[{"b2", "\[Rule]", "0.0046047886730889113`2.663209703975363"}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.0258513050720259353`3.412482472817674"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.5117864968879075604`7.229199900961489"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0946876182757502849`3.9762931926666094"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.4953768033184803299`4.694935666305839"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.5112988291909630334`7.229198651539847"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0858067379522157864`3.933521392051176"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.4608656108286363629`4.663574302864025"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.2982973135293605083`7.228652590294067"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0273782231959892111`3.437405259677577"}]}],
RowBox[{"c2", "\[Rule]", "0.5458378113852493385`4.737063616909519"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.3082588912255062041`7.228678143598613"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.2814217573771961023`4.449357670723394"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "1.0508657737890125805`5.021547247497793"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.3098086608594883273`7.228682118911597"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.3166163790535161393`4.500533377830714"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "1.2429376701065766309`5.09444935051816"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.306503186353467072`7.228673639997334"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.250404009019503826`4.398641277737716"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.9381286862230174828`4.972262416079733"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.3013198097136182696`7.2286603437193415"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1598882757474079652`4.203816619062777"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.5982644408568380534`4.776893190375733"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.2561032189623233535`7.228544337897967"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0682404036589558532`3.8340415871269142"}]}],
RowBox[{"c2", "\[Rule]", "0.200486621454672248`4.302085397294023"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.2626781436133285297`7.22856120817904"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.2484618209027378011`4.395259663712688"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "1.0171267505844392431`5.007375076471787"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.2631684322923319996`7.228562466160787"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.2603398153444030916`4.415540592473618"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "1.0860992686436143906`5.035869521250889"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.2598753076512423377`7.228554016597979"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1930694537629756291`4.28571356786762"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.779388442190969033`4.891753961207887"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.257650439298515721`7.228548307894736"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1529345427940001223`4.184505589078117"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.6298787391210788345`4.799256949454449"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"4", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.2475957007600584348`7.228522507895975"}]}],
RowBox[{"b2", "\[Rule]", "0.194550302117425411`4.28903190955677"}],
RowBox[{"c2", "\[Rule]", "2.4001757309075459901`5.380243040115564"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.2726323811098723127`7.2285867480284045"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.5028005934081825057`4.701395781571095"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "2.387741069076296796`5.3779872293382365"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.2648537768882590626`7.228566790386907"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.3157635390107524365`4.499361980895149"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "1.3192174882158398397`5.120316399902454"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.2596817464913669937`7.228553519949902"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.2070921133751903453`4.316163560106134"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.8078165544564613887`4.907312748853065"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.2565070870765566724`7.228545374182513"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1494064179768207212`4.174369253651075"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.5915302680749384701`4.7719769719928635"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"5", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.2441327454621671222`7.2285136217563695"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.367076161127373235`4.564756181216034"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "1.877705451095150746`5.273627467058551"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"5", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.2410785579596677053`7.228505784387204"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.2821627034579444748`4.450499607742659"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "1.2956346512977596763`5.112482554548211"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"5", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.2380594614490973981`7.228498036926238"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.2089005984629724311`4.319939684158357"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.8714838815745619138`4.940259359078875"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"5", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.2361922305994710314`7.228493245258627"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1700263263718796714`4.230516171453766"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.6907675739286539551`4.839331942684679"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"5", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.2340563455281596816`7.228487764108633"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1313527750846408271`4.118439252540552"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.5469519956652395543`4.7379492112830635"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"6", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.2765845281426209112`7.2285968877396325"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "1.4815792383469628124`5.170724883528919"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "9.3746715701669121046`5.971956061705069"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"6", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.2343758302822038786`7.22848858398105"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.3250001689152459128`4.511883586698691"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "1.5430328148199154992`5.188375162060346"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"6", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.2301967569098906097`7.228477859381478"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.2234971467578601156`4.3492719831492686"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.9505675398990834912`4.977982979868898"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"6", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.2276064217460600503`7.2284712117683485"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1695271026896325584`4.229239139752138"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.6968476291426743963`4.843137826797136"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"6", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.2262990466785481658`7.228467856594907"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.14605367144496742`4.16451247858618"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.6099166184028385063`4.785270466744036"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
TableForm[{{{
1, {$CellContext`a2 -> -169.5003848017741461263`7.2291706884806795, \
$CellContext`b2 -> 0.1776581253790849857`4.249585075189276, $CellContext`c2 ->
1.0829049560035033384`5.034590341302551}}, {
1, {$CellContext`a2 -> -169.505942630781362368`7.229184928536242, \
$CellContext`b2 -> 0.0296618609987630046`3.472198395382147, $CellContext`c2 ->
0.1145760161707488761`4.0590937176767365}}, {
1, {$CellContext`a2 -> -169.5070086896234613505`7.229187659897806, \
$CellContext`b2 ->
0.0046047886730889113`2.663209703975363, $CellContext`c2 -> \
-0.0258513050720259353`3.412482472817674}}, {
1, {$CellContext`a2 -> -169.5117864968879075604`7.229199900961489, \
$CellContext`b2 -> -0.0946876182757502849`3.9762931926666094, $CellContext`c2 -> \
-0.4953768033184803299`4.694935666305839}}, {
1, {$CellContext`a2 -> -169.5112988291909630334`7.229198651539847, \
$CellContext`b2 -> -0.0858067379522157864`3.933521392051176, $CellContext`c2 -> \
-0.4608656108286363629`4.663574302864025}}}, {{
2, {$CellContext`a2 -> -169.2982973135293605083`7.228652590294067, \
$CellContext`b2 -> -0.0273782231959892111`3.437405259677577, $CellContext`c2 ->
0.5458378113852493385`4.737063616909519}}, {
2, {$CellContext`a2 -> -169.3082588912255062041`7.228678143598613, \
$CellContext`b2 -> -0.2814217573771961023`4.449357670723394, $CellContext`c2 -> \
-1.0508657737890125805`5.021547247497793}}, {
2, {$CellContext`a2 -> -169.3098086608594883273`7.228682118911597, \
$CellContext`b2 -> -0.3166163790535161393`4.500533377830714, $CellContext`c2 -> \
-1.2429376701065766309`5.09444935051816}}, {
2, {$CellContext`a2 -> -169.306503186353467072`7.228673639997334, \
$CellContext`b2 -> -0.250404009019503826`4.398641277737716, $CellContext`c2 -> \
-0.9381286862230174828`4.972262416079733}}, {
2, {$CellContext`a2 -> -169.3013198097136182696`7.2286603437193415, \
$CellContext`b2 -> -0.1598882757474079652`4.203816619062777, $CellContext`c2 -> \
-0.5982644408568380534`4.776893190375733}}}, {{
3, {$CellContext`a2 -> -169.2561032189623233535`7.228544337897967, \
$CellContext`b2 -> -0.0682404036589558532`3.8340415871269142, $CellContext`c2 ->
0.200486621454672248`4.302085397294023}}, {
3, {$CellContext`a2 -> -169.2626781436133285297`7.22856120817904, \
$CellContext`b2 -> -0.2484618209027378011`4.395259663712688, $CellContext`c2 -> \
-1.0171267505844392431`5.007375076471787}}, {
3, {$CellContext`a2 -> -169.2631684322923319996`7.228562466160787, \
$CellContext`b2 -> -0.2603398153444030916`4.415540592473618, $CellContext`c2 -> \
-1.0860992686436143906`5.035869521250889}}, {
3, {$CellContext`a2 -> -169.2598753076512423377`7.228554016597979, \
$CellContext`b2 -> -0.1930694537629756291`4.28571356786762, $CellContext`c2 -> \
-0.779388442190969033`4.891753961207887}}, {
3, {$CellContext`a2 -> -169.257650439298515721`7.228548307894736, \
$CellContext`b2 -> -0.1529345427940001223`4.184505589078117, $CellContext`c2 -> \
-0.6298787391210788345`4.799256949454449}}}, {{
4, {$CellContext`a2 -> -169.2475957007600584348`7.228522507895975, \
$CellContext`b2 -> 0.194550302117425411`4.28903190955677, $CellContext`c2 ->
2.4001757309075459901`5.380243040115564}}, {
4, {$CellContext`a2 -> -169.2726323811098723127`7.2285867480284045, \
$CellContext`b2 -> -0.5028005934081825057`4.701395781571095, $CellContext`c2 -> \
-2.387741069076296796`5.3779872293382365}}, {
4, {$CellContext`a2 -> -169.2648537768882590626`7.228566790386907, \
$CellContext`b2 -> -0.3157635390107524365`4.499361980895149, $CellContext`c2 -> \
-1.3192174882158398397`5.120316399902454}}, {
4, {$CellContext`a2 -> -169.2596817464913669937`7.228553519949902, \
$CellContext`b2 -> -0.2070921133751903453`4.316163560106134, $CellContext`c2 -> \
-0.8078165544564613887`4.907312748853065}}, {
4, {$CellContext`a2 -> -169.2565070870765566724`7.228545374182513, \
$CellContext`b2 -> -0.1494064179768207212`4.174369253651075, $CellContext`c2 -> \
-0.5915302680749384701`4.7719769719928635}}}, {{
5, {$CellContext`a2 -> -169.2441327454621671222`7.2285136217563695, \
$CellContext`b2 -> -0.367076161127373235`4.564756181216034, $CellContext`c2 -> \
-1.877705451095150746`5.273627467058551}}, {
5, {$CellContext`a2 -> -169.2410785579596677053`7.228505784387204, \
$CellContext`b2 -> -0.2821627034579444748`4.450499607742659, $CellContext`c2 -> \
-1.2956346512977596763`5.112482554548211}}, {
5, {$CellContext`a2 -> -169.2380594614490973981`7.228498036926238, \
$CellContext`b2 -> -0.2089005984629724311`4.319939684158357, $CellContext`c2 -> \
-0.8714838815745619138`4.940259359078875}}, {
5, {$CellContext`a2 -> -169.2361922305994710314`7.228493245258627, \
$CellContext`b2 -> -0.1700263263718796714`4.230516171453766, $CellContext`c2 -> \
-0.6907675739286539551`4.839331942684679}}, {
5, {$CellContext`a2 -> -169.2340563455281596816`7.228487764108633, \
$CellContext`b2 -> -0.1313527750846408271`4.118439252540552, $CellContext`c2 -> \
-0.5469519956652395543`4.7379492112830635}}}, {{
6, {$CellContext`a2 -> -169.2765845281426209112`7.2285968877396325, \
$CellContext`b2 -> -1.4815792383469628124`5.170724883528919, $CellContext`c2 -> \
-9.3746715701669121046`5.971956061705069}}, {
6, {$CellContext`a2 -> -169.2343758302822038786`7.22848858398105, \
$CellContext`b2 -> -0.3250001689152459128`4.511883586698691, $CellContext`c2 -> \
-1.5430328148199154992`5.188375162060346}}, {
6, {$CellContext`a2 -> -169.2301967569098906097`7.228477859381478, \
$CellContext`b2 -> -0.2234971467578601156`4.3492719831492686, $CellContext`c2 -> -\
0.9505675398990834912`4.977982979868898}}, {
6, {$CellContext`a2 -> -169.2276064217460600503`7.2284712117683485, \
$CellContext`b2 -> -0.1695271026896325584`4.229239139752138, $CellContext`c2 -> \
-0.6968476291426743963`4.843137826797136}}, {
6, {$CellContext`a2 -> -169.2262990466785481658`7.228467856594907, \
$CellContext`b2 -> -0.14605367144496742`4.16451247858618, $CellContext`c2 -> \
-0.6099166184028385063`4.785270466744036}}}}, TableAlignments -> Center,
TableHeadings -> {None, {"State", "Quadratic fit"}}]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811323393266964*^9, 3.811323454089818*^9},
CellLabel->
"During evaluation of \
In[45]:=",ExpressionUUID->"1f25ddbb-b1a9-4555-a1ab-916f8a578467"],
Cell[BoxData["\<\"Excitation energies with PT2\"\>"], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811323393266964*^9, 3.811323454095134*^9},
CellLabel->
"During evaluation of \
In[45]:=",ExpressionUUID->"412f2aa2-8133-4b14-b01d-ac9644142512"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
TagBox["\<\"nDet\"\>",
HoldForm],
TagBox["\<\"1\"\>",
HoldForm],
TagBox["\<\"2\"\>",
HoldForm],
TagBox["\<\"3\"\>",
HoldForm],
TagBox["\<\"4\"\>",
HoldForm],
TagBox["\<\"5\"\>",
HoldForm]},
{"13060", "5.955492651980850205`3.774917693138204",
"7.1186694703360746672`3.852398828511992",
"7.1379903707516749733`3.853575957750738",
"7.7168641720603821099`3.8874408561079545",
"7.9224491866939015239`3.8988594623767954"},
{"36123", "5.9191235461093754111`3.7722574048195647",
"6.9841660382644272786`3.844114555532117",
"7.0442389824974736001`3.8478340813979277",
"7.5701752092144216633`3.879105931219284",
"7.7970781678838587681`3.8919318881658405"},
{"94421", "5.9392901764028476208`3.773734544157633",
"7.0319968520401969769`3.8470786676484976",
"7.0834035140542521702`3.8502419825770926",
"7.6513614678605996744`3.88373871951579",
"7.8703216950646659456`3.895992484269625"},
{"245783", "5.924568000223844777`3.772656688528735",
"7.0435954332172503456`3.847794403205641",
"7.0943484777387757489`3.8509125174093892",
"7.6605327934049194383`3.8842589760541384",
"7.8936674315859738371`3.8972788251669743"},
{"696431", "5.9353679272218355933`3.7734476455837043",
"7.0798494349265839176`3.8500240217751003",
"7.115831867002236244`3.852225678015626",
"7.6772677958075039584`3.885206689781401",
"7.908007832019430694`3.898067090763175"},
{"2104566", "5.8890342839038591904`3.770044082638046",
"7.0415330822712682846`3.847667224012209",
"7.0894811771217876029`3.8506144537786025",
"7.6477333737630202037`3.883532738535575",
"7.8746298016992719582`3.89623014609868"},
{"6834188", "5.8448478910570846878`3.766773213370547",
"7.0065049535039909401`3.8455014333838826",
"7.0297021158580976774`3.8469369221492613",
"7.6212874440317417424`3.8820283417608503",
"7.8629610151470519241`3.8955861224234187"},
{"22931204", "5.8079285709607786359`3.7640212665370205",
"6.9759653428591246183`3.843604314320952",
"6.9917555659390364653`3.844586236814637",
"7.5869798727647950187`3.8800689319408592",
"7.8158981066829511519`3.8929788889919625"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {{False}}, "Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{None, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"nDet", "1", "2", "3", "4", "5"}}]]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811323393266964*^9, 3.811323454096862*^9},
CellLabel->
"During evaluation of \
In[45]:=",ExpressionUUID->"be5e6d0e-cd70-47fe-bc3d-e1ff61dde084"],
Cell[BoxData["\<\"Linear fits\"\>"], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811323393266964*^9, 3.8113234540986023`*^9},
CellLabel->
"During evaluation of \
In[45]:=",ExpressionUUID->"d4fcf662-075b-4b60-94fb-f17b49a2a0fc"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
StyleBox["\[Null]",
ShowStringCharacters->False],
TagBox["\<\"state 1\"\>",
HoldForm],
TagBox["\<\"state 2\"\>",
HoldForm],
TagBox["\<\"state 3\"\>",
HoldForm],
TagBox["\<\"state 4\"\>",
HoldForm],
TagBox["\<\"state 5\"\>",
HoldForm]},
{
TagBox["\<\"2 pts\"\>",
HoldForm], "5.5614823071250647502`3.745190559928567",
"6.7638271191466134979`3.8301924986654785",
"6.7300455890761821109`3.8280180061284588",
"7.3415334782578209882`3.8657867835654627",
"7.3939954224469053301`3.8688791773695383"},
{
TagBox["\<\"3 pts\"\>",
HoldForm], "5.5769443182016162908`3.7463963083935696",
"6.7893580409607361403`3.831828712064199",
"6.7049568549280023078`3.826395987597465",
"7.4165509073866546785`3.870201982079237",
"7.6511917993412970063`3.8837290889527853"},
{
TagBox["\<\"4 pts\"\>",
HoldForm], "5.6436204626684940422`3.7515577994637552",
"6.8465406934065384803`3.8354711937925634",
"6.8634531865385088878`3.8365426758417156",
"7.4907477295431608155`3.8745251713184827",
"7.7183088088325311205`3.887522150665665"},
{
TagBox["\<\"5 pts\"\>",
HoldForm], "5.7482923721028731379`3.7595388492954767",
"6.9673898556426729911`3.8430701118719295",
"6.9666481347725506268`3.8430238761315745",
"7.5717394006884086721`3.879195658277679",
"7.8030361275073083505`3.892263617673032"},
{
TagBox["\<\"6 pts\"\>",
HoldForm], "5.8001562294460136116`3.7634396916099253",
"6.9930546953563341717`3.8446669250368286",
"7.0085588583196622992`3.845628724924779",
"7.5961491319972775926`3.880593482469366",
"7.8389424864999632803`3.894257478085548"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {False, True, {False}, False},
"Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{OutputFormsDump`HeadedRows, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{"2 pts", "3 pts", "4 pts", "5 pts", "6 pts"}, {
"state 1", "state 2", "state 3", "state 4", "state 5"}}]]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811323393266964*^9, 3.8113234541002493`*^9},
CellLabel->
"During evaluation of \
In[45]:=",ExpressionUUID->"41e0c346-58b2-4143-b7bb-5483f99318b2"],
Cell[BoxData["\<\"Quadratic fits\"\>"], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811323393266964*^9, 3.811323454102222*^9},
CellLabel->
"During evaluation of \
In[45]:=",ExpressionUUID->"97ab57d9-f7e3-402e-bab7-3012675f9a9c"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
StyleBox["\[Null]",
ShowStringCharacters->False],
TagBox["\<\"state 1\"\>",
HoldForm],
TagBox["\<\"state 2\"\>",
HoldForm],
TagBox["\<\"state 3\"\>",
HoldForm],
TagBox["\<\"state 4\"\>",
HoldForm],
TagBox["\<\"state 5\"\>",
HoldForm]},
{
TagBox["\<\"3 pts\"\>",
HoldForm], "5.4990806524410738021`3.740290089322404",
"6.6472404474691062504`3.822641388586137",
"6.8787418093431131894`3.837509008696305",
"6.9729736227240382007`3.8434180223643817",
"6.0899156371690592593`3.784611276448027"},
{
TagBox["\<\"4 pts\"\>",
HoldForm], "5.379248546931544972`3.730721611221257",
"6.6195638652867048179`3.8208293765788315",
"6.3486952662334941166`3.802684481686194",
"7.2073185283805241141`3.857773716184748",
"7.3897090385989301353`3.868627338879454"},
{
TagBox["\<\"5 pts\"\>",
HoldForm], "5.3660861058515729738`3.7296576372133274",
"6.6352313694534954536`3.82185607124341",
"6.5893708070770031782`3.818843947513568",
"7.3184812676336772341`3.864420965550302",
"7.5324363560112388427`3.8769354708664845"},
{
TagBox["\<\"6 pts\"\>",
HoldForm], "5.5860434064161923473`3.7471043060684934",
"6.8548526130761660013`3.8359981214135175",
"6.8601196805160133962`3.8363316924027147",
"7.4993019648733190152`3.8750208411367684",
"7.7329337238774185082`3.8883442880161887"},
{
TagBox["\<\"7 pts\"\>",
HoldForm], "5.713820155099126552`3.7569265666597382",
"6.9021242507148494738`3.8389827731116735",
"6.9332364493834024444`3.8409360115230773",
"7.5441522440920856241`3.8776104440587975",
"7.7552390975613665347`3.8895951918531475"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {False, True, {False}, False},
"Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{OutputFormsDump`HeadedRows, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{"3 pts", "4 pts", "5 pts", "6 pts", "7 pts"}, {
"state 1", "state 2", "state 3", "state 4", "state 5"}}]]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811323393266964*^9, 3.811323454103883*^9},
CellLabel->
"During evaluation of \
In[45]:=",ExpressionUUID->"8e7323b2-a5b1-42f8-a9d5-1cece3bb99d3"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{9.477309402830421, 5.95549265198085}, {10.494685060560329`,
5.919123546109375}, {11.455518785020681`, 5.939290176402848}, {
12.412204311802014`, 5.924568000223845}, {13.453724000532178`,
5.935367927221836}, {14.5596198280695, 5.889034283903859}, {
15.737448220790261`, 5.844847891057085}, {16.948009161087533`,
5.807928570960779}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
9.477309402830421, 5.95549265198085}}, {{10.494685060560329`,
5.919123546109375}}, {{11.455518785020681`, 5.939290176402848}}, {{
12.412204311802014`, 5.924568000223845}}, {{13.453724000532178`,
5.935367927221836}}, {{14.5596198280695, 5.889034283903859}}, {{
15.737448220790261`, 5.844847891057085}}, {{16.948009161087533`,
5.807928570960779}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2LF0nzb/aiTmsuhLb/u3rdwcYf5Z7
xtMvX9kdYfzzUn0e775LwPl3BB+udu1RgvMnPvj8U6FOA85X/SOW9PODHpwf
NqHY+HKVEZzPefKx04q9pnD+3bQJW50/WsD52p2Ty06+tYbzX1ycd+Sslj2c
3+/fYBAn4Qjn787w37BjshOcLzd1UVmQvgucv49ZMSVxvSucP61VecZ6f3c4
/5/lkb8JLzzg/MUGE7raU73g/HqrB7FvmXzg/Blt0REnWnzh/JdPo2Y+UvOH
859a/2HdkBAA539Z+iBIUyEQzp8vye586D2Cn6F3+NjUjUFwfmWM3+NZ+cFw
vtoU6cX7bUPg/E85dd/k/iH4kf7Kb+eeC0WEr/f0Gr/ZYXD+9ecL5ltGhcP5
jn1vUl00I+D8k1fP7u98heDPNKvbxLAiEs5nXVjgMb00Cs6fsOZHYYZpNJy/
7eAhu0jWGDj/d7nS/JbjCH6He+CMh62xcP5GhUMmcSFxcP6PWSdSREXj4fzb
coIWb54i+MxxIkFVkQlwvsbfVxeldyL40guTlM8qJML5c0WX7pvdiOAfFvNX
a36A4G+XmRVf5Z4E51t9Xv+obzmC38wnkqd/F8E/o1nx87xQMpwPAIxuY70=
"]]},
Annotation[#, "Charting`Private`Tag$30312#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2P40X/uf7L+qw6kps+7ev3x1g/Fnu
GU+/fGV3hPHPS/V5vPsuAeffEXy42rVHCc6f+ODzT4U6DThf9Y9Y0s8PenB+
2IRi48tVRnA+58nHTiv2msL5d9MmbHX+aAHna3dOLjv51hrOf3Fx3pGzWvZw
fr9/g0GchCOcvzvDf8OOyU5wvtzURWVB+i5w/j5mxZTE9a5w/rRW5Rnr/d3h
/H+WR/4mvPCA8xcbTOhqT/WC8+utHsS+ZfKB82e0RUecaPGF818+jZr5SM0f
zn9q/Yd1Q0IAnP9l6YMgTYVAOH++JLvzofcIfobe4WNTNwbB+ZUxfo9n5QfD
+WpTpBfvtw2B8z/l1H2T+4fgR/orv517LhQRvt7Ta/xmh8H5158vmG8ZFQ7n
O/a9SXXRjIDzT149u7/zFYI/06xuE8OKSDifdWGBx/TSKDh/wpofhRmm0XD+
toOH7CJZY+D83+VK81uOI/gd7oEzHrbGwvkbFQ6ZxIXEwfk/Zp1IERWNh/Nv
ywlavHmK4DPHiQRVRSbA+Rp/X12U3ongSy9MUj6rkAjnzxVdum92I4J/WMxf
rfkBgr9dZlZ8lXsSnG/1ef2jvuUIfjOfSJ7+XQT/jGbFz/NCyXA+AEpCnGk=
"]]},
Annotation[#, "Charting`Private`Tag$30312#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{9.162787755021853, 5.7997305664596635`},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{9.210340371976184,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {10.819778284410283`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {11.512925464970229`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.122363377404328`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.815510557964274`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {15.424948470398375`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {16.11809565095832,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {8.517193191416238,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.699514748210191,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.85366542803745,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.987196820661973,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.104979856318357,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.82614585206053,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.11382792451231,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.33697147582652,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
8.517193191416238,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.699514748210191,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.85366542803745,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.987196820661973,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.104979856318357,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.82614585206053,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.11382792451231,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.33697147582652,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{9.162787755021853, 16.948009161087533`}, {5.7997305664596635`,
5.95549265198085}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811323393266964*^9, 3.811323454148761*^9},
CellLabel->
"During evaluation of \
In[45]:=",ExpressionUUID->"afdbcb37-3e73-4e18-bb9e-98ae3a5598da"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{9.477309402830421, 7.118669470336075}, {10.494685060560329`,
6.984166038264427}, {11.455518785020681`, 7.031996852040197}, {
12.412204311802014`, 7.04359543321725}, {13.453724000532178`,
7.079849434926584}, {14.5596198280695, 7.041533082271268}, {
15.737448220790261`, 7.006504953503991}, {16.948009161087533`,
6.975965342859125}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
9.477309402830421, 7.118669470336075}}, {{10.494685060560329`,
6.984166038264427}}, {{11.455518785020681`, 7.031996852040197}}, {{
12.412204311802014`, 7.04359543321725}}, {{13.453724000532178`,
7.079849434926584}}, {{14.5596198280695, 7.041533082271268}}, {{
15.737448220790261`, 7.006504953503991}}, {{16.948009161087533`,
6.975965342859125}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2SYpOmzT4pB1WXYlt//b1uwOMP8s9
4+mXr+yOMP55qT6Pd98l4Pw7gg9Xu/YowfkTH3z+qVCnAeer/hFL+vlBD84P
m1BsfLnKCM7nPPnYacVeUzj/btqErc4fLeB87c7JZSffWsP5Ly7OO3JWyx7O
7/dvMIiTcITzd2f4b9gx2QnOl5u6qCxI3wXO38esmJK43hXOn9aqPGO9vzuc
/8/yyN+EFx5w/mKDCV3tqV5wfr3Vg9i3TD5w/oy26IgTLb5w/sunUTMfqfnD
+U+t/7BuSAiA878sfRCkqRAI58+XZHc+9B7Bz9A7fGzqxiA4vzLG7/Gs/GA4
X22K9OL9tiFw/qecum9y/xD8SH/lt3PPhSLC13t6jd/sMDj/+vMF8y2jwuF8
x743qS6aEXD+yatn93e+QvBnmtVtYlgRCeezLizwmF4aBedPWPOjMMM0Gs7f
dvCQXSRrDJz/u1xpfstxBL/DPXDGw9ZYOH+jwiGTuJA4OP/HrBMpoqLxcP5t
OUGLN08RfOY4kaCqyAQ4X+Pvq4vSOxF86YVJymcVEuH8uaJL981uRPAPi/mr
NT9A8LfLzIqvck+C860+r3/UtxzBb+YTydO/i+Cf0az4eV4oGc4HAOYnLLE=
"]]},
Annotation[#, "Charting`Private`Tag$30815#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2T2W0jI9Nk3JYdSW2/dvX7w4w/iz3
jKdfvrI7wvjnpfo83n2XgPPvCD5c7dqjBOdPfPD5p0KdBpyv+kcs6ecHPTg/
bEKx8eUqIzif8+RjpxV7TeH8u2kTtjp/tIDztTsnl518aw3nv7g478hZLXs4
v9+/wSBOwhHO353hv2HHZCc4X27qorIgfRc4fx+zYkrielc4f1qr8oz1/u5w
/j/LI38TXnjA+YsNJnS1p3rB+fVWD2LfMvnA+TPaoiNOtPjC+S+fRs18pOYP
5z+1/sO6ISEAzv+y9EGQpkIgnD9fkt350HsEP0Pv8LGpG4Pg/MoYv8ez8oPh
fLUp0ov324bA+Z9y6r7J/UPwI/2V3849F4oIX+/pNX6zw+D8688XzLeMCofz
HfvepLpoRsD5J6+e3d/5CsGfaVa3iWFFJJzPurDAY3ppFJw/Yc2PwgzTaDh/
28FDdpGsMXD+73Kl+S3HEfwO98AZD1tj4fyNCodM4kLi4Pwfs06kiIrGw/m3
5QQt3jxF8JnjRIKqIhPgfI2/ry5K70TwpRcmKZ9VSITz54ou3Te7EcE/LOav
1vwAwd8uMyu+yj0Jzrf6vP5R33IEv5lPJE//LoJ/RrPi53mhZDgfALAvYyE=
"]]},
Annotation[#, "Charting`Private`Tag$30815#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{9.162787755021853, 6.968037335777072},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{9.210340371976184,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {10.819778284410283`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {11.512925464970229`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.122363377404328`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.815510557964274`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {15.424948470398375`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {16.11809565095832,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {8.517193191416238,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.699514748210191,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.85366542803745,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.987196820661973,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.104979856318357,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.82614585206053,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.11382792451231,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.33697147582652,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
8.517193191416238,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.699514748210191,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.85366542803745,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.987196820661973,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.104979856318357,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.82614585206053,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.11382792451231,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.33697147582652,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{9.162787755021853, 16.948009161087533`}, {6.968037335777072,
7.118669470336075}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811323393266964*^9, 3.811323454250758*^9},
CellLabel->
"During evaluation of \
In[45]:=",ExpressionUUID->"af132aa8-faa5-464d-b921-0a318f36f2f1"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{9.477309402830421, 7.137990370751675}, {10.494685060560329`,
7.044238982497474}, {11.455518785020681`, 7.083403514054252}, {
12.412204311802014`, 7.094348477738776}, {13.453724000532178`,
7.115831867002236}, {14.5596198280695, 7.089481177121788}, {
15.737448220790261`, 7.029702115858098}, {16.948009161087533`,
6.9917555659390365`}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
9.477309402830421, 7.137990370751675}}, {{10.494685060560329`,
7.044238982497474}}, {{11.455518785020681`, 7.083403514054252}}, {{
12.412204311802014`, 7.094348477738776}}, {{13.453724000532178`,
7.115831867002236}}, {{14.5596198280695, 7.089481177121788}}, {{
15.737448220790261`, 7.029702115858098}}, {{16.948009161087533`,
6.9917555659390365`}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2cevVhCa+lnJYdSW2/dvX7w4w/iz3
jKdfvrI7wvjnpfo83n2XgPPvCD5c7dqjBOdPfPD5p0KdBpyv+kcs6ecHPTg/
bEKx8eUqIzif8+RjpxV7TeH8u2kTtjp/tIDztTsnl518aw3nv7g478hZLXs4
v9+/wSBOwhHO353hv2HHZCc4X27qorIgfRc4fx+zYkrielc4f1qr8oz1/u5w
/j/LI38TXnjA+YsNJnS1p3rB+fVWD2LfMvnA+TPaoiNOtPjC+S+fRs18pOYP
5z+1/sO6ISEAzv+y9EGQpkIgnD9fkt350HsEP0Pv8LGpG4Pg/MoYv8ez8oPh
fLUp0ov324bA+Z9y6r7J/UPwI/2V3849F4oIX+/pNX6zw+D8688XzLeMCofz
HfvepLpoRsD5J6+e3d/5CsGfaVa3iWFFJJzPurDAY3ppFJw/Yc2PwgzTaDh/
28FDdpGsMXD+73Kl+S3HEfwO98AZD1tj4fyNCodM4kLi4Pwfs06kiIrGw/m3
5QQt3jxF8JnjRIKqIhPgfI2/ry5K70TwpRcmKZ9VSITz54ou3Te7EcE/LOav
1vwAwd8uMyu+yj0Jzrf6vP5R33IEv5lPJE//LoJ/RrPi53mhZDgfAMxpZI0=
"]]},
Annotation[#, "Charting`Private`Tag$31318#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2m9gmP7nSLO2w6kps+7ev3x1g/Fnu
GU+/fGV3hPHPS/V5vPsuAeffEXy42rVHCc6f+ODzT4U6DThf9Y9Y0s8PenB+
2IRi48tVRnA+58nHTiv2msL5d9MmbHX+aAHna3dOLjv51hrOf3Fx3pGzWvZw
fr9/g0GchCOcvzvDf8OOyU5wvtzURWVB+i5w/j5mxZTE9a5w/rRW5Rnr/d3h
/H+WR/4mvPCA8xcbTOhqT/WC8+utHsS+ZfKB82e0RUecaPGF818+jZr5SM0f
zn9q/Yd1Q0IAnP9l6YMgTYVAOH++JLvzofcIfobe4WNTNwbB+ZUxfo9n5QfD
+WpTpBfvtw2B8z/l1H2T+4fgR/orv517LhQRvt7Ta/xmh8H5158vmG8ZFQ7n
O/a9SXXRjIDzT149u7/zFYI/06xuE8OKSDifdWGBx/TSKDh/wpofhRmm0XD+
toOH7CJZY+D83+VK81uOI/gd7oEzHrbGwvkbFQ6ZxIXEwfk/Zp1IERWNh/Nv
ywlavHmK4DPHiQRVRSbA+Rp/X12U3ongSy9MUj6rkAjnzxVdum92I4J/WMxf
rfkBgr9dZlZ8lXsSnG/1ef2jvuUIfjOfSJ7+XQT/jGbFz/NCyXA+ANNEjMU=
"]]},
Annotation[#, "Charting`Private`Tag$31318#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{9.162787755021853, 6.9836314101161125`},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{9.210340371976184,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {10.819778284410283`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {11.512925464970229`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.122363377404328`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.815510557964274`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {15.424948470398375`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {16.11809565095832,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {8.517193191416238,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.699514748210191,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.85366542803745,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.987196820661973,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.104979856318357,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.82614585206053,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.11382792451231,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.33697147582652,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
8.517193191416238,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.699514748210191,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.85366542803745,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.987196820661973,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.104979856318357,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.82614585206053,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.11382792451231,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.33697147582652,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{9.162787755021853, 16.948009161087533`}, {6.9836314101161125`,
7.137990370751675}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811323393266964*^9, 3.811323454351419*^9},
CellLabel->
"During evaluation of \
In[45]:=",ExpressionUUID->"705c9d76-cbf4-43de-bada-2d7f09c83f5d"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{9.477309402830421, 7.716864172060382}, {10.494685060560329`,
7.570175209214422}, {11.455518785020681`, 7.6513614678606}, {
12.412204311802014`, 7.660532793404919}, {13.453724000532178`,
7.677267795807504}, {14.5596198280695, 7.64773337376302}, {
15.737448220790261`, 7.621287444031742}, {16.948009161087533`,
7.586979872764795}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
9.477309402830421, 7.716864172060382}}, {{10.494685060560329`,
7.570175209214422}}, {{11.455518785020681`, 7.6513614678606}}, {{
12.412204311802014`, 7.660532793404919}}, {{13.453724000532178`,
7.677267795807504}}, {{14.5596198280695, 7.64773337376302}}, {{
15.737448220790261`, 7.621287444031742}}, {{16.948009161087533`,
7.586979872764795}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2bLn7Pu+KlXVYdSW2/dvX7w4w/iz3
jKdfvrI7wvjnpfo83n2XgPPvCD5c7dqjBOdPfPD5p0KdBpyv+kcs6ecHPTg/
bEKx8eUqIzif8+RjpxV7TeH8u2kTtjp/tIDztTsnl518aw3nv7g478hZLXs4
v9+/wSBOwhHO353hv2HHZCc4X27qorIgfRc4fx+zYkrielc4f1qr8oz1/u5w
/j/LI38TXnjA+YsNJnS1p3rB+fVWD2LfMvnA+TPaoiNOtPjC+S+fRs18pOYP
5z+1/sO6ISEAzv+y9EGQpkIgnD9fkt350HsEP0Pv8LGpG4Pg/MoYv8ez8oPh
fLUp0ov324bA+Z9y6r7J/UPwI/2V3849F4oIX+/pNX6zw+D8688XzLeMCofz
HfvepLpoRsD5J6+e3d/5CsGfaVa3iWFFJJzPurDAY3ppFJw/Yc2PwgzTaDh/
28FDdpGsMXD+73Kl+S3HEfwO98AZD1tj4fyNCodM4kLi4Pwfs06kiIrGw/m3
5QQt3jxF8JnjRIKqIhPgfI2/ry5K70TwpRcmKZ9VSITz54ou3Te7EcE/LOav
1vwAwd8uMyu+yj0Jzrf6vP5R33IEv5lPJE//LoJ/RrPi53mhZDgfAMMcffE=
"]]},
Annotation[#, "Charting`Private`Tag$31821#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2ax+2GgU/kXZYdSW2/dvX7w4w/iz3
jKdfvrI7wvjnpfo83n2XgPPvCD5c7dqjBOdPfPD5p0KdBpyv+kcs6ecHPTg/
bEKx8eUqIzif8+RjpxV7TeH8u2kTtjp/tIDztTsnl518aw3nv7g478hZLXs4
v9+/wSBOwhHO353hv2HHZCc4X27qorIgfRc4fx+zYkrielc4f1qr8oz1/u5w
/j/LI38TXnjA+YsNJnS1p3rB+fVWD2LfMvnA+TPaoiNOtPjC+S+fRs18pOYP
5z+1/sO6ISEAzv+y9EGQpkIgnD9fkt350HsEP0Pv8LGpG4Pg/MoYv8ez8oPh
fLUp0ov324bA+Z9y6r7J/UPwI/2V3849F4oIX+/pNX6zw+D8688XzLeMCofz
HfvepLpoRsD5J6+e3d/5CsGfaVa3iWFFJJzPurDAY3ppFJw/Yc2PwgzTaDh/
28FDdpGsMXD+73Kl+S3HEfwO98AZD1tj4fyNCodM4kLi4Pwfs06kiIrGw/m3
5QQt3jxF8JnjRIKqIhPgfI2/ry5K70TwpRcmKZ9VSITz54ou3Te7EcE/LOav
1vwAwd8uMyu+yj0Jzrf6vP5R33IEv5lPJE//LoJ/RrPi53mhZDgfANIPir0=
"]]},
Annotation[#, "Charting`Private`Tag$31821#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{9.162787755021853, 7.562025822389646},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{9.210340371976184,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {10.819778284410283`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {11.512925464970229`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.122363377404328`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.815510557964274`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {15.424948470398375`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {16.11809565095832,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {8.517193191416238,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.699514748210191,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.85366542803745,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.987196820661973,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.104979856318357,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.82614585206053,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.11382792451231,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.33697147582652,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
8.517193191416238,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.699514748210191,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.85366542803745,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.987196820661973,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.104979856318357,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.82614585206053,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.11382792451231,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.33697147582652,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{9.162787755021853, 16.948009161087533`}, {7.562025822389646,
7.716864172060382}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811323393266964*^9, 3.8113234544644747`*^9},
CellLabel->
"During evaluation of \
In[45]:=",ExpressionUUID->"ac48c6d4-be95-4b6e-9a30-f23381dd3037"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{9.477309402830421, 7.9224491866939015`}, {
10.494685060560329`, 7.797078167883859}, {11.455518785020681`,
7.870321695064666}, {12.412204311802014`, 7.893667431585974}, {
13.453724000532178`, 7.908007832019431}, {14.5596198280695,
7.874629801699272}, {15.737448220790261`, 7.862961015147052}, {
16.948009161087533`, 7.815898106682951}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
9.477309402830421, 7.9224491866939015`}}, {{10.494685060560329`,
7.797078167883859}}, {{11.455518785020681`, 7.870321695064666}}, {{
12.412204311802014`, 7.893667431585974}}, {{13.453724000532178`,
7.908007832019431}}, {{14.5596198280695, 7.874629801699272}}, {{
15.737448220790261`, 7.862961015147052}}, {{16.948009161087533`,
7.815898106682951}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2/bstOosnyzqsuhLb/u3rdwcYf5Z7
xtMvX9kdYfzzUn0e775LwPl3BB+udu1RgvMnPvj8U6FOA85X/SOW9PODHpwf
NqHY+HKVEZzPefKx04q9pnD+3bQJW50/WsD52p2Ty06+tYbzX1ycd+Sslj2c
3+/fYBAn4Qjn787w37BjshOcLzd1UVmQvgucv49ZMSVxvSucP61VecZ6f3c4
/5/lkb8JLzzg/MUGE7raU73g/HqrB7FvmXzg/Blt0REnWnzh/JdPo2Y+UvOH
859a/2HdkBAA539Z+iBIUyEQzp8vye586D2Cn6F3+NjUjUFwfmWM3+NZ+cFw
vtoU6cX7bUPg/E85dd/k/iH4kf7Kb+eeC0WEr/f0Gr/ZYXD+9ecL5ltGhcP5
jn1vUl00I+D8k1fP7u98heDPNKvbxLAiEs5nXVjgMb00Cs6fsOZHYYZpNJy/
7eAhu0jWGDj/d7nS/JbjCH6He+CMh62xcP5GhUMmcSFxcP6PWSdSREXj4fzb
coIWb54i+MxxIkFVkQlwvsbfVxeldyL40guTlM8qJML5c0WX7pvdiOAfFvNX
a36A4G+XmRVf5Z4E51t9Xv+obzmC38wnkqd/F8E/o1nx87xQMpwPAE9hdWk=
"]]},
Annotation[#, "Charting`Private`Tag$32324#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2wpouN4RiJBxWXYlt//b1uwOMP8s9
4+mXr+yOMP55qT6Pd98l4Pw7gg9Xu/YowfkTH3z+qVCnAeer/hFL+vlBD84P
m1BsfLnKCM7nPPnYacVeUzj/btqErc4fLeB87c7JZSffWsP5Ly7OO3JWyx7O
7/dvMIiTcITzd2f4b9gx2QnOl5u6qCxI3wXO38esmJK43hXOn9aqPGO9vzuc
/8/yyN+EFx5w/mKDCV3tqV5wfr3Vg9i3TD5w/oy26IgTLb5w/sunUTMfqfnD
+U+t/7BuSAiA878sfRCkqRAI58+XZHc+9B7Bz9A7fGzqxiA4vzLG7/Gs/GA4
X22K9OL9tiFw/qecum9y/xD8SH/lt3PPhSLC13t6jd/sMDj/+vMF8y2jwuF8
x743qS6aEXD+yatn93e+QvBnmtVtYlgRCeezLizwmF4aBedPWPOjMMM0Gs7f
dvCQXSRrDJz/u1xpfstxBL/DPXDGw9ZYOH+jwiGTuJA4OP/HrBMpoqLxcP5t
OUGLN08RfOY4kaCqyAQ4X+Pvq4vSOxF86YVJymcVEuH8uaJL981uRPAPi/mr
NT9A8LfLzIqvck+C860+r3/UtxzBb+YTydO/i+Cf0az4eV4oGc4HANZIMSk=
"]]},
Annotation[#, "Charting`Private`Tag$32324#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{9.162787755021853, 7.7901131112833015`},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{9.210340371976184,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {10.819778284410283`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {11.512925464970229`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.122363377404328`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.815510557964274`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {15.424948470398375`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {16.11809565095832,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {8.517193191416238,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.699514748210191,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.85366542803745,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.987196820661973,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.104979856318357,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.82614585206053,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.11382792451231,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.33697147582652,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
8.517193191416238,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.699514748210191,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.85366542803745,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.987196820661973,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.104979856318357,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.82614585206053,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.11382792451231,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.33697147582652,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{9.162787755021853, 16.948009161087533`}, {7.7901131112833015`,
7.9224491866939015`}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811323393266964*^9, 3.811323454574432*^9},
CellLabel->
"During evaluation of \
In[45]:=",ExpressionUUID->"f3516181-c263-4a6d-bca7-bca470ebef37"]
}, Open ]]
}, Open ]]
}, Closed]],
Cell[CellGroupData[{
Cell["Triplets", "Subsubsection",
CellChangeTimes->{{3.811322582586644*^9,
3.81132259138094*^9}},ExpressionUUID->"bab14085-c414-4b35-bf88-\
e6fff2457649"],
Cell[CellGroupData[{
Cell[BoxData[
RowBox[{
RowBox[{"Flush", "[", "\"\<formamide_3_AVDZ\>\"", "]"}], ";"}]], "Input",
CellChangeTimes->{{3.777429522265008*^9, 3.777429526325075*^9}, {
3.811322562001708*^9, 3.8113225929063673`*^9}, {3.811322816061357*^9,
3.811322817795486*^9}, 3.811323397850224*^9, 3.8113234572325773`*^9},
CellLabel->"In[46]:=",ExpressionUUID->"a6c84228-51a8-4990-a307-5826e8308cf5"],
Cell[CellGroupData[{
Cell[BoxData[
TagBox[
RowBox[{"{", "}"}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"State", "Linear fit"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, 3.811323398230356*^9,
3.811323457945415*^9},
CellLabel->
"During evaluation of \
In[46]:=",ExpressionUUID->"5da9c3d3-2338-4eec-80e4-2c188157e871"],
Cell[BoxData[
TagBox[
RowBox[{"{", "}"}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"State", "Quadratic fit"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, 3.811323398230356*^9,
3.811323457947867*^9},
CellLabel->
"During evaluation of \
In[46]:=",ExpressionUUID->"13e91665-1645-4237-b6e7-180156b3c17e"],
Cell[BoxData["\<\"Excitation energies with PT2\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, 3.811323398230356*^9,
3.8113234579708643`*^9},
CellLabel->
"During evaluation of \
In[46]:=",ExpressionUUID->"a31117fb-f061-4424-8aa6-0fa84af42ea5"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
TagBox["\<\"nDet\"\>",
HoldForm]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "7"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "6"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "5"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "4"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "3"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "2"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "1"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}],
"\[RightDoubleBracket]"}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {{False}}, "Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{None, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"nDet"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, 3.811323398230356*^9,
3.811323457973288*^9},
CellLabel->
"During evaluation of \
In[46]:=",ExpressionUUID->"bf2f7863-0370-4ed5-8f56-442bd48ceb30"],
Cell[BoxData["\<\"Linear fits\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, 3.811323398230356*^9,
3.8113234579755*^9},
CellLabel->
"During evaluation of \
In[46]:=",ExpressionUUID->"5a3aa227-4529-4340-803e-d5ded8ade02b"],
Cell[BoxData[
TagBox[
RowBox[{"Transpose", "[",
RowBox[{"{", "}"}], "]"}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{
"2 pts", "3 pts", "4 pts", "5 pts", "6 pts"}, {}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, 3.811323398230356*^9,
3.811323457982029*^9},
CellLabel->
"During evaluation of \
In[46]:=",ExpressionUUID->"04e3a917-48fa-497c-88c6-e1f30a0e6393"],
Cell[BoxData["\<\"Quadratic fits\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, 3.811323398230356*^9,
3.81132345798361*^9},
CellLabel->
"During evaluation of \
In[46]:=",ExpressionUUID->"9f268a41-d0ee-4689-9e45-2d3883918fb4"],
Cell[BoxData[
TagBox[
RowBox[{"Transpose", "[",
RowBox[{"{", "}"}], "]"}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{
"3 pts", "4 pts", "5 pts", "6 pts", "7 pts"}, {}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, 3.811323398230356*^9,
3.811323457990217*^9},
CellLabel->
"During evaluation of \
In[46]:=",ExpressionUUID->"e223c774-1c1e-4322-9686-839f4614c835"]
}, Open ]]
}, Open ]]
}, Closed]]
}, Open ]],
Cell[CellGroupData[{
Cell[TextData[{
"AVTZ ",
StyleBox["\[Checkmark]",
FontColor->RGBColor[0, 1, 0]]
}], "Subsection",
CellChangeTimes->{{3.777429516951782*^9, 3.777429517987792*^9}, {
3.77745893049183*^9, 3.777458930757757*^9}, {3.777523194146462*^9,
3.777523208828191*^9}, {3.777651248678207*^9, 3.7776512503278522`*^9}, {
3.777653397289794*^9, 3.7776534354751387`*^9}, {3.7778669072232933`*^9,
3.77786690751103*^9}},ExpressionUUID->"6a2085ff-c038-4c32-ab5d-\
a43ee0f1b5b0"],
Cell[CellGroupData[{
Cell["Singlets", "Subsubsection",
CellChangeTimes->{{3.811322582586644*^9,
3.811322584352894*^9}},ExpressionUUID->"0bc501d7-31b2-4207-81a9-\
c3ca5b501638"],
Cell[CellGroupData[{
Cell[BoxData[
RowBox[{
RowBox[{"Flush", "[", "\"\<formamide_1_AVTZ\>\"", "]"}], ";"}]], "Input",
CellChangeTimes->{{3.777429522265008*^9, 3.777429526325075*^9}, {
3.811322562001708*^9, 3.811322564390358*^9}, {3.8113226846602707`*^9,
3.811322684757039*^9}, {3.8113228256721563`*^9, 3.811322827428303*^9},
3.811323402253612*^9, 3.811323462398592*^9},
CellLabel->"In[47]:=",ExpressionUUID->"358cf596-f62d-4c11-a5a2-5256048e5f8f"],
Cell[CellGroupData[{
Cell[BoxData[
TagBox[
RowBox[{"{", "}"}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"State", "Linear fit"}}]]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9, 3.811322827824645*^9, 3.811323402638926*^9,
3.811323462784914*^9},
CellLabel->
"During evaluation of \
In[47]:=",ExpressionUUID->"b450e7fc-8c7f-4558-a3d9-d04ac27abcaa"],
Cell[BoxData[
TagBox[
RowBox[{"{", "}"}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"State", "Quadratic fit"}}]]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9, 3.811322827824645*^9, 3.811323402638926*^9,
3.8113234627871933`*^9},
CellLabel->
"During evaluation of \
In[47]:=",ExpressionUUID->"6277226f-1477-445d-8f37-daaa6695afe6"],
Cell[BoxData["\<\"Excitation energies with PT2\"\>"], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9, 3.811322827824645*^9, 3.811323402638926*^9,
3.81132346281067*^9},
CellLabel->
"During evaluation of \
In[47]:=",ExpressionUUID->"d489a123-122c-4c67-b1b2-7dd879d88380"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
TagBox["\<\"nDet\"\>",
HoldForm]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "7"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "6"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "5"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "4"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "3"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "2"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "1"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}],
"\[RightDoubleBracket]"}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {{False}}, "Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{None, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"nDet"}}]]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9, 3.811322827824645*^9, 3.811323402638926*^9,
3.811323462813043*^9},
CellLabel->
"During evaluation of \
In[47]:=",ExpressionUUID->"d67cdc46-fda6-419f-b196-58f9dd332ac0"],
Cell[BoxData["\<\"Linear fits\"\>"], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9, 3.811322827824645*^9, 3.811323402638926*^9,
3.811323462814892*^9},
CellLabel->
"During evaluation of \
In[47]:=",ExpressionUUID->"34c49594-de68-4bd8-a097-81999b261a62"],
Cell[BoxData[
TagBox[
RowBox[{"Transpose", "[",
RowBox[{"{", "}"}], "]"}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{
"2 pts", "3 pts", "4 pts", "5 pts", "6 pts"}, {}}]]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9, 3.811322827824645*^9, 3.811323402638926*^9,
3.811323462821603*^9},
CellLabel->
"During evaluation of \
In[47]:=",ExpressionUUID->"aa590f49-263a-42e7-ada9-bf660ceb5d9f"],
Cell[BoxData["\<\"Quadratic fits\"\>"], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9, 3.811322827824645*^9, 3.811323402638926*^9,
3.811323462823114*^9},
CellLabel->
"During evaluation of \
In[47]:=",ExpressionUUID->"c9164151-0a51-4e07-b7ab-c056bcd4449c"],
Cell[BoxData[
TagBox[
RowBox[{"Transpose", "[",
RowBox[{"{", "}"}], "]"}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{
"3 pts", "4 pts", "5 pts", "6 pts", "7 pts"}, {}}]]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9, 3.811322827824645*^9, 3.811323402638926*^9,
3.811323462829777*^9},
CellLabel->
"During evaluation of \
In[47]:=",ExpressionUUID->"96b0ace3-11c8-49d8-b25d-c4f3dd126c62"]
}, Open ]]
}, Open ]]
}, Closed]],
Cell[CellGroupData[{
Cell["Triplets", "Subsubsection",
CellChangeTimes->{{3.811322582586644*^9,
3.81132259138094*^9}},ExpressionUUID->"92939f8c-e1c8-434e-bba6-\
7c41ee37fde5"],
Cell[CellGroupData[{
Cell[BoxData[
RowBox[{
RowBox[{"Flush", "[", "\"\<formamide_3_AVTZ\>\"", "]"}], ";"}]], "Input",
CellChangeTimes->{{3.777429522265008*^9, 3.777429526325075*^9}, {
3.811322562001708*^9, 3.8113225929063673`*^9}, {3.811322694068659*^9,
3.811322694237417*^9}, {3.811322831193584*^9, 3.811322832896123*^9},
3.8113234049119377`*^9, 3.811323466138468*^9},
CellLabel->"In[48]:=",ExpressionUUID->"10e0833d-8462-4eb1-9f21-c2cc9fef2a0e"],
Cell[CellGroupData[{
Cell[BoxData[
TagBox[
RowBox[{"{", "}"}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"State", "Linear fit"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694576693*^9, 3.8113228333111267`*^9,
3.8113234053293257`*^9, 3.811323466482944*^9},
CellLabel->
"During evaluation of \
In[48]:=",ExpressionUUID->"5a0fb1f6-6289-4f92-8b67-796ee1cd0e03"],
Cell[BoxData[
TagBox[
RowBox[{"{", "}"}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"State", "Quadratic fit"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694576693*^9, 3.8113228333111267`*^9,
3.8113234053293257`*^9, 3.8113234664852953`*^9},
CellLabel->
"During evaluation of \
In[48]:=",ExpressionUUID->"4ab1d9d2-cbf5-4075-88a0-35b25e8dba28"],
Cell[BoxData["\<\"Excitation energies with PT2\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694576693*^9, 3.8113228333111267`*^9,
3.8113234053293257`*^9, 3.8113234665088053`*^9},
CellLabel->
"During evaluation of \
In[48]:=",ExpressionUUID->"510172dc-6caf-4e26-8a0e-0e738483a387"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
TagBox["\<\"nDet\"\>",
HoldForm]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "7"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "6"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "5"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "4"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "3"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "2"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "1"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}],
"\[RightDoubleBracket]"}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {{False}}, "Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{None, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"nDet"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694576693*^9, 3.8113228333111267`*^9,
3.8113234053293257`*^9, 3.811323466511284*^9},
CellLabel->
"During evaluation of \
In[48]:=",ExpressionUUID->"df772119-db2a-4311-98a9-35a82badafb2"],
Cell[BoxData["\<\"Linear fits\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694576693*^9, 3.8113228333111267`*^9,
3.8113234053293257`*^9, 3.811323466513455*^9},
CellLabel->
"During evaluation of \
In[48]:=",ExpressionUUID->"3dc86891-f235-4bfa-b7d9-2b7f55889316"],
Cell[BoxData[
TagBox[
RowBox[{"Transpose", "[",
RowBox[{"{", "}"}], "]"}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{
"2 pts", "3 pts", "4 pts", "5 pts", "6 pts"}, {}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694576693*^9, 3.8113228333111267`*^9,
3.8113234053293257`*^9, 3.8113234665202847`*^9},
CellLabel->
"During evaluation of \
In[48]:=",ExpressionUUID->"672d1a40-f658-4ffd-9f3c-a429942525f4"],
Cell[BoxData["\<\"Quadratic fits\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694576693*^9, 3.8113228333111267`*^9,
3.8113234053293257`*^9, 3.811323466521802*^9},
CellLabel->
"During evaluation of \
In[48]:=",ExpressionUUID->"a4d70299-0a08-4125-a68d-f0ddc666de18"],
Cell[BoxData[
TagBox[
RowBox[{"Transpose", "[",
RowBox[{"{", "}"}], "]"}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{
"3 pts", "4 pts", "5 pts", "6 pts", "7 pts"}, {}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694576693*^9, 3.8113228333111267`*^9,
3.8113234053293257`*^9, 3.8113234665287657`*^9},
CellLabel->
"During evaluation of \
In[48]:=",ExpressionUUID->"82705323-ec0f-4098-8df4-faacab46f290"]
}, Open ]]
}, Open ]]
}, Closed]]
}, Open ]]
}, Closed]],
Cell[CellGroupData[{
Cell["Ketene", "Section",
CellChangeTimes->{{3.77742950330622*^9, 3.7774295059582033`*^9}, {
3.7778669099831257`*^9, 3.777866914230576*^9}, {3.811322508359969*^9,
3.811322510971436*^9}, {3.8113227457863894`*^9, 3.8113227486256657`*^9}, {
3.811322984933135*^9, 3.811322988362073*^9}, {3.8113232947390823`*^9,
3.8113232954621143`*^9}},ExpressionUUID->"04f5c3c5-c25b-44bd-b883-\
00d9e48e781c"],
Cell[CellGroupData[{
Cell[TextData[{
"AVDZ ",
StyleBox["\[Checkmark]",
FontColor->RGBColor[0, 1, 0]]
}], "Subsection",
CellChangeTimes->{{3.777429516951782*^9, 3.777429517987792*^9}, {
3.7775231829717607`*^9, 3.777523190205817*^9}, {3.777653709792136*^9,
3.777653722712954*^9}, {3.7776537758163548`*^9, 3.777653776104186*^9},
3.777731826638612*^9, {3.7778669032475224`*^9,
3.7778669087423697`*^9}},ExpressionUUID->"8a930a4e-19e2-4475-a219-\
5da175a9d4ee"],
Cell[CellGroupData[{
Cell["Singlets", "Subsubsection",
CellChangeTimes->{{3.811322582586644*^9,
3.811322584352894*^9}},ExpressionUUID->"7197b38c-0743-426d-a0f2-\
62e67b0713b7"],
Cell[CellGroupData[{
Cell[BoxData[
RowBox[{
RowBox[{"Flush", "[", "\"\<ketene_1_AVDZ\>\"", "]"}], ";"}]], "Input",
CellChangeTimes->{{3.777429522265008*^9, 3.777429526325075*^9}, {
3.811322562001708*^9, 3.811322564390358*^9}, {3.811322810108039*^9,
3.811322811246703*^9}, {3.811322993684004*^9, 3.811322994694173*^9}, {
3.811323298184071*^9, 3.81132329880832*^9}},
CellLabel->"In[29]:=",ExpressionUUID->"59fa9e1e-18a7-420b-9352-4c1aed9ebc26"],
Cell[CellGroupData[{
Cell[BoxData[
InterpretationBox[GridBox[{
{"\<\"State\"\>", "\<\"Linear fit\"\>", "\<\"\"\>", "\<\"\"\>", \
"\<\"\"\>"},
{GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "152.2390052579261237042`7.182525937572678"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0530854685617633062`3.7249756550338797"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "152.2378364789167903837`7.18252260336656"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0188482397612577644`3.275270797636345"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "152.2378692648664184617`7.182522696896236"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0197318418134263054`3.295167625144481"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "152.2379633858599277119`7.182522965398519"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.022076167257285121`3.3439236757828263"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "152.2379737408310518276`7.182522994938501"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.022309830684826875`3.3484962743212914"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "152.0963831272426318719`7.182118886593717"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0383211893205746348`3.5834389791995007"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "152.096714587006090369`7.1821198330395575"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0479767168172898703`3.681030524646379"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "152.0965109197973106347`7.182119251491138"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0425910306470713845`3.629318149557669"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "152.0962198481011569129`7.182118420367848"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0355317854926312585`3.5506170315848533"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "152.095979937579613761`7.182117735328483"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0302653226909436503`3.480945308750771"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "152.021503160072626315`7.18190502243991"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0919768958551835658`3.963678748402692"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "152.0224138818583128341`7.181907624178828"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.1191216369336083047`4.0759906527289145"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "152.0221489473725000607`7.181906867318819"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.1117412986125633639`4.048213714249788"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "152.0211760564982625965`7.181904087970592"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.086730351703019723`3.938171107515318"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "152.0201986274446142033`7.181901295639812"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0640463713841933346`3.8064945293584143"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"4", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "151.9779355946814121125`7.181780540937928"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0742994166309388082`3.8709854038688016"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "151.9772130399616969498`7.181778476149559"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0531570602581677293`3.7255609551721562"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "151.978166247211049722`7.181781200053638"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0792499811670997339`3.8989991676844187"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "151.9775863927667955977`7.181779543052029"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0645388917037945375`3.8098215031958826"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "151.9763666883412440711`7.181776057583942"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0367464081171264279`3.56521489413724"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"5", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "151.973812331586543678`7.181768758078168"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.1306252912067227545`4.116027271641402"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"5", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "151.9727432537351887731`7.181765702971256"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.098188206155290142`3.9920593257779946"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"5", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "151.9727481796724930518`7.181765717048171"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0983283186027661127`3.99267861286513"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"5", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "151.9717132262757388617`7.181762759438434"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0711966965843230243`3.852459843517723"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"5", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "151.9707370305393112631`7.181759969723333"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0480053124687872465`3.6812893008800462"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
TableForm[{{{
1, {$CellContext`a -> -152.2390052579261237042`7.182525937572678, \
$CellContext`b -> -0.0530854685617633062`3.7249756550338797}}, {
1, {$CellContext`a -> -152.2378364789167903837`7.18252260336656, \
$CellContext`b -> -0.0188482397612577644`3.275270797636345}}, {
1, {$CellContext`a -> -152.2378692648664184617`7.182522696896236, \
$CellContext`b -> -0.0197318418134263054`3.295167625144481}}, {
1, {$CellContext`a -> -152.2379633858599277119`7.182522965398519, \
$CellContext`b -> -0.022076167257285121`3.3439236757828263}}, {
1, {$CellContext`a -> -152.2379737408310518276`7.182522994938501, \
$CellContext`b -> -0.022309830684826875`3.3484962743212914}}}, {{
2, {$CellContext`a -> -152.0963831272426318719`7.182118886593717, \
$CellContext`b -> -0.0383211893205746348`3.5834389791995007}}, {
2, {$CellContext`a -> -152.096714587006090369`7.1821198330395575, \
$CellContext`b -> -0.0479767168172898703`3.681030524646379}}, {
2, {$CellContext`a -> -152.0965109197973106347`7.182119251491138, \
$CellContext`b -> -0.0425910306470713845`3.629318149557669}}, {
2, {$CellContext`a -> -152.0962198481011569129`7.182118420367848, \
$CellContext`b -> -0.0355317854926312585`3.5506170315848533}}, {
2, {$CellContext`a -> -152.095979937579613761`7.182117735328483, \
$CellContext`b -> -0.0302653226909436503`3.480945308750771}}}, {{
3, {$CellContext`a -> -152.021503160072626315`7.18190502243991, \
$CellContext`b -> -0.0919768958551835658`3.963678748402692}}, {
3, {$CellContext`a -> -152.0224138818583128341`7.181907624178828, \
$CellContext`b -> -0.1191216369336083047`4.0759906527289145}}, {
3, {$CellContext`a -> -152.0221489473725000607`7.181906867318819, \
$CellContext`b -> -0.1117412986125633639`4.048213714249788}}, {
3, {$CellContext`a -> -152.0211760564982625965`7.181904087970592, \
$CellContext`b -> -0.086730351703019723`3.938171107515318}}, {
3, {$CellContext`a -> -152.0201986274446142033`7.181901295639812, \
$CellContext`b -> -0.0640463713841933346`3.8064945293584143}}}, {{
4, {$CellContext`a -> -151.9779355946814121125`7.181780540937928, \
$CellContext`b -> -0.0742994166309388082`3.8709854038688016}}, {
4, {$CellContext`a -> -151.9772130399616969498`7.181778476149559, \
$CellContext`b -> -0.0531570602581677293`3.7255609551721562}}, {
4, {$CellContext`a -> -151.978166247211049722`7.181781200053638, \
$CellContext`b -> -0.0792499811670997339`3.8989991676844187}}, {
4, {$CellContext`a -> -151.9775863927667955977`7.181779543052029, \
$CellContext`b -> -0.0645388917037945375`3.8098215031958826}}, {
4, {$CellContext`a -> -151.9763666883412440711`7.181776057583942, \
$CellContext`b -> -0.0367464081171264279`3.56521489413724}}}, {{
5, {$CellContext`a -> -151.973812331586543678`7.181768758078168, \
$CellContext`b -> -0.1306252912067227545`4.116027271641402}}, {
5, {$CellContext`a -> -151.9727432537351887731`7.181765702971256, \
$CellContext`b -> -0.098188206155290142`3.9920593257779946}}, {
5, {$CellContext`a -> -151.9727481796724930518`7.181765717048171, \
$CellContext`b -> -0.0983283186027661127`3.99267861286513}}, {
5, {$CellContext`a -> -151.9717132262757388617`7.181762759438434, \
$CellContext`b -> -0.0711966965843230243`3.852459843517723}}, {
5, {$CellContext`a -> -151.9707370305393112631`7.181759969723333, \
$CellContext`b -> -0.0480053124687872465`3.6812893008800462}}}},
TableAlignments -> Center,
TableHeadings -> {None, {"State", "Linear fit"}}]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811322995222767*^9, 3.81132329920374*^9},
CellLabel->
"During evaluation of \
In[29]:=",ExpressionUUID->"fe261a2e-b79c-4637-811d-b4d604d32d5a"],
Cell[BoxData[
InterpretationBox[GridBox[{
{"\<\"State\"\>", "\<\"Quadratic fit\"\>", "\<\"\"\>", "\<\"\"\>", \
"\<\"\"\>"},
{GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "152.2421372983629623832`7.182534872299259"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.2346320268280063515`4.3703872922013"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "2.6086554438861542238`5.4164167204567555"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "152.2383732413230745806`7.182524134605742"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0428693455458259362`3.632146853512826"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.2495720413733603649`4.397195931341425"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "152.2376783127372164017`7.182522152159841"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.009893459702471824`2.9953481891651936"}]}],
RowBox[{"c2", "\[Rule]", "0.1198319464403301698`4.078572613656009"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "152.2378508172796784947`7.182522644270134"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0175514502822149039`3.2443130081830445"}]}],
RowBox[{
"c2", "\[Rule]", "0.0413595468778536826`3.6165757721186296"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "152.2380646836490143414`7.182523254374114"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0261742802888031735`3.4178747487692713"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.0367172144381037735`3.5648697259047895"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "152.0947334866768017037`7.1821141762011"}]}],
RowBox[{"b2", "\[Rule]", "0.0546608105943246284`3.737676067788987"}],
RowBox[{"c2", "\[Rule]", "1.2881817191361673025`5.109977131697225"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "152.097052979554320018`7.182120799279055"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0674230108952005719`3.8288081428152387"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.2691198095963143189`4.429945666852289"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "152.0974558265655502964`7.182121949557767"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0866031969967498844`3.9375339244933216"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.4858343329972416025`4.686488202326633"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "152.0971114452160861674`7.182120966220549"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0717334181940842558`3.855721526046075"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.3374833244572288948`4.528252318574077"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "152.0967239811302817998`7.182119859863387"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0568451673401702967`3.754693549292734"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.2099926247114722311`4.322204041860789"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "152.0156442936060443571`7.18188828452878"}]}],
RowBox[{"b2", "\[Rule]", "0.2489996757248770787`4.396198781509439"}],
RowBox[{"c2", "\[Rule]", "4.922087408458739155`5.692149321815837"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "152.0226696388734524135`7.181908354819555"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1374985231146194642`4.138298033390893"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.3084801680070513585`4.489227248751898"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "152.0245988886849488608`7.181913866216196"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.234893171762329267`4.370870392218034"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "1.5003185932529812252`5.1761834914556495"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "152.0232386871020082708`7.181909980458966"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.174455564897668669`4.2416848274144145"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.8700706912148836736`4.939554539466119"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "152.0226991502086093533`7.181908439126776"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1541414180011201895`4.18791934989606"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.7026440823385102785`4.846735392987751"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"4", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "151.9824940230156755661`7.181793566977365"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.3349684866052267673`4.525003951104844"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "3.6981816460701062432`5.567988238880613"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "151.9740604957861478397`7.181769467254656"}]}],
RowBox[{"b2", "\[Rule]", "0.1203831444459124017`4.080565683046531"}],
RowBox[{"c2", "\[Rule]", "2.3507381187645233211`5.371204249750025"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "151.9790808993377311253`7.181783813765764"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1290930349924098441`4.110902811236504"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.6559104204699837126`4.81684453060727"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "151.9794539104815953579`7.181784879678794"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1455676125429567203`4.163064759190586"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.8274163116779725824`4.917724078321526"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "151.978823100070030705`7.181783077079546"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1224246602127472688`4.0878689073160785"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.6420626237048627782`4.8075773891328355"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"5", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "151.9801324877155650483`7.181786818767814"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.5059554620224196997`4.704112288679299"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "5.5311164886601771329`5.742812805070066"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"5", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "151.9737119066577406556`7.181768471094469"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1471299488257137578`4.167701083916424"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.5987579680343643185`4.777251305880375"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"5", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "151.9753831084703676879`7.1817732468528925"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.2333701943604939988`4.368045387907502"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "1.6781035945667830411`5.2248187676726445"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"5", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "151.9739618419148143857`7.181769185332559"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1688048829718725163`4.227385005186956"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.9888469700427241493`4.995129087139858"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"5", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "151.9731586824469502517`7.181766890145657"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1376778865289665643`4.138864190586119"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.723236012064248146`4.859280042814931"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
TableForm[{{{
1, {$CellContext`a2 -> -152.2421372983629623832`7.182534872299259, \
$CellContext`b2 -> -0.2346320268280063515`4.3703872922013, $CellContext`c2 -> \
-2.6086554438861542238`5.4164167204567555}}, {
1, {$CellContext`a2 -> -152.2383732413230745806`7.182524134605742, \
$CellContext`b2 -> -0.0428693455458259362`3.632146853512826, $CellContext`c2 -> \
-0.2495720413733603649`4.397195931341425}}, {
1, {$CellContext`a2 -> -152.2376783127372164017`7.182522152159841, \
$CellContext`b2 -> -0.009893459702471824`2.9953481891651936, $CellContext`c2 ->
0.1198319464403301698`4.078572613656009}}, {
1, {$CellContext`a2 -> -152.2378508172796784947`7.182522644270134, \
$CellContext`b2 -> -0.0175514502822149039`3.2443130081830445, $CellContext`c2 ->
0.0413595468778536826`3.6165757721186296}}, {
1, {$CellContext`a2 -> -152.2380646836490143414`7.182523254374114, \
$CellContext`b2 -> -0.0261742802888031735`3.4178747487692713, $CellContext`c2 -> \
-0.0367172144381037735`3.5648697259047895}}}, {{
2, {$CellContext`a2 -> -152.0947334866768017037`7.1821141762011, \
$CellContext`b2 -> 0.0546608105943246284`3.737676067788987, $CellContext`c2 ->
1.2881817191361673025`5.109977131697225}}, {
2, {$CellContext`a2 -> -152.097052979554320018`7.182120799279055, \
$CellContext`b2 -> -0.0674230108952005719`3.8288081428152387, $CellContext`c2 -> \
-0.2691198095963143189`4.429945666852289}}, {
2, {$CellContext`a2 -> -152.0974558265655502964`7.182121949557767, \
$CellContext`b2 -> -0.0866031969967498844`3.9375339244933216, $CellContext`c2 -> \
-0.4858343329972416025`4.686488202326633}}, {
2, {$CellContext`a2 -> -152.0971114452160861674`7.182120966220549, \
$CellContext`b2 -> -0.0717334181940842558`3.855721526046075, $CellContext`c2 -> \
-0.3374833244572288948`4.528252318574077}}, {
2, {$CellContext`a2 -> -152.0967239811302817998`7.182119859863387, \
$CellContext`b2 -> -0.0568451673401702967`3.754693549292734, $CellContext`c2 -> \
-0.2099926247114722311`4.322204041860789}}}, {{
3, {$CellContext`a2 -> -152.0156442936060443571`7.18188828452878, \
$CellContext`b2 -> 0.2489996757248770787`4.396198781509439, $CellContext`c2 ->
4.922087408458739155`5.692149321815837}}, {
3, {$CellContext`a2 -> -152.0226696388734524135`7.181908354819555, \
$CellContext`b2 -> -0.1374985231146194642`4.138298033390893, $CellContext`c2 -> \
-0.3084801680070513585`4.489227248751898}}, {
3, {$CellContext`a2 -> -152.0245988886849488608`7.181913866216196, \
$CellContext`b2 -> -0.234893171762329267`4.370870392218034, $CellContext`c2 -> \
-1.5003185932529812252`5.1761834914556495}}, {
3, {$CellContext`a2 -> -152.0232386871020082708`7.181909980458966, \
$CellContext`b2 -> -0.174455564897668669`4.2416848274144145, $CellContext`c2 -> \
-0.8700706912148836736`4.939554539466119}}, {
3, {$CellContext`a2 -> -152.0226991502086093533`7.181908439126776, \
$CellContext`b2 -> -0.1541414180011201895`4.18791934989606, $CellContext`c2 -> \
-0.7026440823385102785`4.846735392987751}}}, {{
4, {$CellContext`a2 -> -151.9824940230156755661`7.181793566977365, \
$CellContext`b2 -> -0.3349684866052267673`4.525003951104844, $CellContext`c2 -> \
-3.6981816460701062432`5.567988238880613}}, {
4, {$CellContext`a2 -> -151.9740604957861478397`7.181769467254656, \
$CellContext`b2 -> 0.1203831444459124017`4.080565683046531, $CellContext`c2 ->
2.3507381187645233211`5.371204249750025}}, {
4, {$CellContext`a2 -> -151.9790808993377311253`7.181783813765764, \
$CellContext`b2 -> -0.1290930349924098441`4.110902811236504, $CellContext`c2 -> \
-0.6559104204699837126`4.81684453060727}}, {
4, {$CellContext`a2 -> -151.9794539104815953579`7.181784879678794, \
$CellContext`b2 -> -0.1455676125429567203`4.163064759190586, $CellContext`c2 -> \
-0.8274163116779725824`4.917724078321526}}, {
4, {$CellContext`a2 -> -151.978823100070030705`7.181783077079546, \
$CellContext`b2 -> -0.1224246602127472688`4.0878689073160785, $CellContext`c2 -> \
-0.6420626237048627782`4.8075773891328355}}}, {{
5, {$CellContext`a2 -> -151.9801324877155650483`7.181786818767814, \
$CellContext`b2 -> -0.5059554620224196997`4.704112288679299, $CellContext`c2 -> \
-5.5311164886601771329`5.742812805070066}}, {
5, {$CellContext`a2 -> -151.9737119066577406556`7.181768471094469, \
$CellContext`b2 -> -0.1471299488257137578`4.167701083916424, $CellContext`c2 -> \
-0.5987579680343643185`4.777251305880375}}, {
5, {$CellContext`a2 -> -151.9753831084703676879`7.1817732468528925, \
$CellContext`b2 -> -0.2333701943604939988`4.368045387907502, $CellContext`c2 -> \
-1.6781035945667830411`5.2248187676726445}}, {
5, {$CellContext`a2 -> -151.9739618419148143857`7.181769185332559, \
$CellContext`b2 -> -0.1688048829718725163`4.227385005186956, $CellContext`c2 -> \
-0.9888469700427241493`4.995129087139858}}, {
5, {$CellContext`a2 -> -151.9731586824469502517`7.181766890145657, \
$CellContext`b2 -> -0.1376778865289665643`4.138864190586119, $CellContext`c2 -> \
-0.723236012064248146`4.859280042814931}}}}, TableAlignments -> Center,
TableHeadings -> {None, {"State", "Quadratic fit"}}]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811322995222767*^9, 3.8113232992112083`*^9},
CellLabel->
"During evaluation of \
In[29]:=",ExpressionUUID->"ccd97729-28f8-4299-a56c-e2acfa43a3ba"],
Cell[BoxData["\<\"Excitation energies with PT2\"\>"], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811322995222767*^9, 3.811323299215681*^9},
CellLabel->
"During evaluation of \
In[29]:=",ExpressionUUID->"50ba7639-7fc4-49eb-9580-db87ed57ed44"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
TagBox["\<\"nDet\"\>",
HoldForm],
TagBox["\<\"1\"\>",
HoldForm],
TagBox["\<\"2\"\>",
HoldForm],
TagBox["\<\"3\"\>",
HoldForm],
TagBox["\<\"4\"\>",
HoldForm]},
{"24975", "3.8809319566177493677`3.588936028433266",
"6.0003511660626323021`3.7781766678870428",
"7.0695458436104487987`3.849391515077075",
"7.2889327453470356133`3.8626639430315217"},
{"62417", "3.88130801797311209`3.5889781094233286",
"6.0074832703388745259`3.7786925700527787",
"7.1148185149873066635`3.852163826564394",
"7.2894775172949870523`3.862696400816251"},
{"162024", "3.8836884700218856636`3.589244385711593",
"6.0295517044010606966`3.780285023658831",
"7.1549708198567465445`3.854607866914658",
"7.3287563366732246806`3.8650302826976843"},
{"444811", "3.8810865172899835507`3.5889533241527505",
"6.0061776680367238157`3.7785981748670774",
"7.1530826217802339073`3.8544932413978503",
"7.32092272286496204`3.8645658226148765"},
{"1311268", "3.8826253211697059342`3.589125482536872",
"5.9930922567274862445`3.7776509632094624",
"7.1505829838604988424`3.8543414510811194",
"7.3159150114960942446`3.8642686516632283"},
{"4120127", "3.8798584674391864979`3.588815883343879",
"5.9793981267126925516`3.776657471044844",
"7.1299300860990255657`3.853085271314661",
"7.3014023629901529944`3.8634062820404855"},
{"13219361", "3.8685847902114121055`3.5875521200038523",
"5.9580320185239816766`3.775102832788209",
"7.1266576448165714908`3.852885896367008",
"7.2923654616934534545`3.862868425482064"},
{"42174792", "3.8680446441988869388`3.587491477980079",
"5.9518868712189458847`3.7746546678885826",
"7.1234540483396777688`3.8526906271192214",
"7.2808389906885517817`3.8621814271196286"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {{False}}, "Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{None, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"nDet", "1", "2", "3", "4"}}]]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811322995222767*^9, 3.811323299217284*^9},
CellLabel->
"During evaluation of \
In[29]:=",ExpressionUUID->"b83125a2-3009-4b68-b3f3-f41acc22ca11"],
Cell[BoxData["\<\"Linear fits\"\>"], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811322995222767*^9, 3.811323299218926*^9},
CellLabel->
"During evaluation of \
In[29]:=",ExpressionUUID->"70c971fe-17c7-485e-85ec-0d7281fd02fe"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
StyleBox["\[Null]",
ShowStringCharacters->False],
TagBox["\<\"state 1\"\>",
HoldForm],
TagBox["\<\"state 2\"\>",
HoldForm],
TagBox["\<\"state 3\"\>",
HoldForm],
TagBox["\<\"state 4\"\>",
HoldForm]},
{
TagBox["\<\"2 pts\"\>",
HoldForm], "3.8809458530233826856`3.588937583503426",
"5.9185335448513303191`3.772214113433621",
"7.1040673846632529376`3.8515070722312177",
"7.2162670883997375171`3.8583125989340457"},
{
TagBox["\<\"3 pts\"\>",
HoldForm], "3.8401222766547733478`3.5843450533339265",
"5.8619474459891485196`3.768041920547448",
"7.0919250032669527428`3.850764134311912",
"7.2135540817033456662`3.858149292149075"},
{
TagBox["\<\"4 pts\"\>",
HoldForm], "3.8465564948238566423`3.585072115354315",
"5.8700488316839720682`3.768641714065789",
"7.0668790639791136954`3.8492276592649226",
"7.2143121912532102158`3.8581949319946713"},
{
TagBox["\<\"5 pts\"\>",
HoldForm], "3.8570381217943578989`3.586253931322125",
"5.8990837035051493231`3.7707845585208175",
"7.0852188697840912113`3.8503532705991903",
"7.2450358703319652776`3.8600405400140496"},
{
TagBox["\<\"6 pts\"\>",
HoldForm], "3.8638481927228123247`3.5870200550214255",
"5.9259626759076233782`3.7727589117916183",
"7.1186904908545605153`3.852400110926036",
"7.2718812824634593284`3.8616467801710233"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {False, True, {False}, False},
"Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{OutputFormsDump`HeadedRows, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{"2 pts", "3 pts", "4 pts", "5 pts", "6 pts"}, {
"state 1", "state 2", "state 3", "state 4"}}]]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811322995222767*^9, 3.811323299220531*^9},
CellLabel->
"During evaluation of \
In[29]:=",ExpressionUUID->"57d399d0-40e0-4a59-bdee-e4ed1ce243b8"],
Cell[BoxData["\<\"Quadratic fits\"\>"], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811322995222767*^9, 3.811323299222199*^9},
CellLabel->
"During evaluation of \
In[29]:=",ExpressionUUID->"83906c46-a969-4f90-a9b0-089d557b75fc"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
StyleBox["\[Null]",
ShowStringCharacters->False],
TagBox["\<\"state 1\"\>",
HoldForm],
TagBox["\<\"state 2\"\>",
HoldForm],
TagBox["\<\"state 3\"\>",
HoldForm],
TagBox["\<\"state 4\"\>",
HoldForm]},
{
TagBox["\<\"3 pts\"\>",
HoldForm], "4.0110620206115052966`3.6032593772648926",
"6.1631885832701920336`3.789805456619301",
"7.0652533929721705874`3.849127742291604",
"7.1295140416233344638`3.8530599286970313"},
{
TagBox["\<\"4 pts\"\>",
HoldForm], "3.8455201954370283879`3.584955096472121",
"5.869593992161286522`3.768608061543661",
"7.1923161488113453998`3.8568687691960477",
"7.2018017421468085715`3.857441161540019"},
{
TagBox["\<\"5 pts\"\>",
HoldForm], "3.8156481999013180939`3.5815683262299873",
"5.798186460805524689`3.76329217748963",
"7.036794039786913757`3.847374839830431",
"7.1374160544999716294`3.8535410134035604"},
{
TagBox["\<\"6 pts\"\>",
HoldForm], "3.8297133814348147673`3.5831662722665016",
"5.8398935188390757034`3.766404928516131",
"7.0313379772566024783`3.847037973789401",
"7.1807847750755877669`3.856171910100266"},
{
TagBox["\<\"7 pts\"\>",
HoldForm], "3.8460764165752174826`3.585017908859103",
"5.8603946658500785105`3.767926864384863",
"7.0543228032038163278`3.848455328941132",
"7.2084594577239498037`3.8578424602122436"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {False, True, {False}, False},
"Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{OutputFormsDump`HeadedRows, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{"3 pts", "4 pts", "5 pts", "6 pts", "7 pts"}, {
"state 1", "state 2", "state 3", "state 4"}}]]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811322995222767*^9, 3.811323299223673*^9},
CellLabel->
"During evaluation of \
In[29]:=",ExpressionUUID->"5781ff87-4765-452e-98c4-5a0c7c3c93ed"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{10.125630603516754`, 3.8809319566177494`}, {
11.041592953151035`, 3.881308017973112}, {11.995499751389817`,
3.8836884700218857`}, {13.00540475182855, 3.8810865172899836`}, {
14.086505165957815`, 3.882625321169706}, {15.23139454609334,
3.8798584674391865`}, {16.397193055364834`, 3.868584790211412}, {
17.55733325455249, 3.868044644198887}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
10.125630603516754`, 3.8809319566177494`}}, {{11.041592953151035`,
3.881308017973112}}, {{11.995499751389817`, 3.8836884700218857`}}, {{
13.00540475182855, 3.8810865172899836`}}, {{14.086505165957815`,
3.882625321169706}}, {{15.23139454609334, 3.8798584674391865`}}, {{
16.397193055364834`, 3.868584790211412}}, {{17.55733325455249,
3.868044644198887}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2vE6PwnR5+B1WXYlt//b1uwOMP8s9
4+mXr+yOMP55qT6Pd98l4Pw7gg9Xu/YowfkTH3z+qVCnAeer/hFL+vlBD84P
m1BsfLnKCM7nPPnYacVeUzj/btqErc4fLeB87c7JZSffWsP5Ly7OO3JWyx7O
7/dvMIiTcITzd2f4b9gx2QnOl5u6qCxI3wXO38esmJK43hXOn9aqPGO9vzuc
/8/yyN+EFx5w/mKDCV3tqV5wfr3Vg9i3TD5w/oy26IgTLb5w/sunUTMfqfnD
+U+t/7BuSAiA878sfRCkqRAI58+XZHc+9B7Bz9A7fGzqxiA4vzLG7/Gs/GA4
X22K9OL9tiFw/qecum9y/xD8SH/lt3PPhSLC13t6jd/sMDj/+vMF8y2jwuF8
x743qS6aEXD+yatn93e+QvBnmtVtYlgRCeezLizwmF4aBedPWPOjMMM0Gs7f
dvCQXSRrDJz/u1xpfstxBL/DPXDGw9ZYOH+jwiGTuJA4OP/HrBMpoqLxcP5t
OUGLN08RfOY4kaCqyAQ4X+Pvq4vSOxF86YVJymcVEuH8uaJL981uRPAPi/mr
NT9A8LfLzIqvck+C860+r3/UtxzBb+YTydO/i+Cf0az4eV4oGc4HADLILh0=
"]]},
Annotation[#, "Charting`Private`Tag$17155#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2hiyLrwdzCzisuhLb/u3rdwcYf5Z7
xtMvX9kdYfzzUn0e775LwPl3BB+udu1RgvMnPvj8U6FOA85X/SOW9PODHpwf
NqHY+HKVEZzPefKx04q9pnD+3bQJW50/WsD52p2Ty06+tYbzX1ycd+Sslj2c
3+/fYBAn4Qjn787w37BjshOcLzd1UVmQvgucv49ZMSVxvSucP61VecZ6f3c4
/5/lkb8JLzzg/MUGE7raU73g/HqrB7FvmXzg/Blt0REnWnzh/JdPo2Y+UvOH
859a/2HdkBAA539Z+iBIUyEQzp8vye586D2Cn6F3+NjUjUFwfmWM3+NZ+cFw
vtoU6cX7bUPg/E85dd/k/iH4kf7Kb+eeC0WEr/f0Gr/ZYXD+9ecL5ltGhcP5
jn1vUl00I+D8k1fP7u98heDPNKvbxLAiEs5nXVjgMb00Cs6fsOZHYYZpNJy/
7eAhu0jWGDj/d7nS/JbjCH6He+CMh62xcP5GhUMmcSFxcP6PWSdSREXj4fzb
coIWb54i+MxxIkFVkQlwvsbfVxeldyL40guTlM8qJML5c0WX7pvdiOAfFvNX
a36A4G+XmRVf5Z4E51t9Xv+obzmC38wnkqd/F8E/o1nx87xQMpwPAKu/PfU=
"]]},
Annotation[#, "Charting`Private`Tag$17155#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{9.812750761003532, 3.8671755427642767`},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{10.819778284410283`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {11.512925464970229`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.122363377404328`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.815510557964274`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {15.424948470398375`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {16.11809565095832,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.11382792451231,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.519293032620475`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.806975105072254`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
20.030118656386467`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.11382792451231,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.519293032620475`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.806975105072254`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
20.030118656386467`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{9.812750761003532, 17.55733325455249}, {3.8671755427642767`,
3.8836884700218857`}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811322995222767*^9, 3.8113232992749367`*^9},
CellLabel->
"During evaluation of \
In[29]:=",ExpressionUUID->"0130791a-9bc0-468d-be76-ce071388f13e"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{10.125630603516754`, 6.000351166062632}, {
11.041592953151035`, 6.0074832703388745`}, {11.995499751389817`,
6.029551704401061}, {13.00540475182855, 6.006177668036724}, {
14.086505165957815`, 5.993092256727486}, {15.23139454609334,
5.9793981267126926`}, {16.397193055364834`, 5.958032018523982}, {
17.55733325455249, 5.951886871218946}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
10.125630603516754`, 6.000351166062632}}, {{11.041592953151035`,
6.0074832703388745`}}, {{11.995499751389817`, 6.029551704401061}}, {{
13.00540475182855, 6.006177668036724}}, {{14.086505165957815`,
5.993092256727486}}, {{15.23139454609334, 5.9793981267126926`}}, {{
16.397193055364834`, 5.958032018523982}}, {{17.55733325455249,
5.951886871218946}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2SSv38k1ZI+6w6kps+7ev3x1g/Fnu
GU+/fGV3hPHPS/V5vPsuAeffEXy42rVHCc6f+ODzT4U6DThf9Y9Y0s8PenB+
2IRi48tVRnA+58nHTiv2msL5d9MmbHX+aAHna3dOLjv51hrOf3Fx3pGzWvZw
fr9/g0GchCOcvzvDf8OOyU5wvtzURWVB+i5w/j5mxZTE9a5w/rRW5Rnr/d3h
/H+WR/4mvPCA8xcbTOhqT/WC8+utHsS+ZfKB82e0RUecaPGF818+jZr5SM0f
zn9q/Yd1Q0IAnP9l6YMgTYVAOH++JLvzofcIfobe4WNTNwbB+ZUxfo9n5QfD
+WpTpBfvtw2B8z/l1H2T+4fgR/orv517LhQRvt7Ta/xmh8H5158vmG8ZFQ7n
O/a9SXXRjIDzT149u7/zFYI/06xuE8OKSDifdWGBx/TSKDh/wpofhRmm0XD+
toOH7CJZY+D83+VK81uOI/gd7oEzHrbGwvkbFQ6ZxIXEwfk/Zp1IERWNh/Nv
ywlavHmK4DPHiQRVRSbA+Rp/X12U3ongSy9MUj6rkAjnzxVdum92I4J/WMxf
rfkBgr9dZlZ8lXsSnG/1ef2jvuUIfjOfSJ7+XQT/jGbFz/NCyXA+AOaCdTU=
"]]},
Annotation[#, "Charting`Private`Tag$17635#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2lc8LXkgtl3BYdSW2/dvX7w4w/iz3
jKdfvrI7wvjnpfo83n2XgPPvCD5c7dqjBOdPfPD5p0KdBpyv+kcs6ecHPTg/
bEKx8eUqIzif8+RjpxV7TeH8u2kTtjp/tIDztTsnl518aw3nv7g478hZLXs4
v9+/wSBOwhHO353hv2HHZCc4X27qorIgfRc4fx+zYkrielc4f1qr8oz1/u5w
/j/LI38TXnjA+YsNJnS1p3rB+fVWD2LfMvnA+TPaoiNOtPjC+S+fRs18pOYP
5z+1/sO6ISEAzv+y9EGQpkIgnD9fkt350HsEP0Pv8LGpG4Pg/MoYv8ez8oPh
fLUp0ov324bA+Z9y6r7J/UPwI/2V3849F4oIX+/pNX6zw+D8688XzLeMCofz
HfvepLpoRsD5J6+e3d/5CsGfaVa3iWFFJJzPurDAY3ppFJw/Yc2PwgzTaDh/
28FDdpGsMXD+73Kl+S3HEfwO98AZD1tj4fyNCodM4kLi4Pwfs06kiIrGw/m3
5QQt3jxF8JnjRIKqIhPgfI2/ry5K70TwpRcmKZ9VSITz54ou3Te7EcE/LOav
1vwAwd8uMyu+yj0Jzrf6vP5R33IEv5lPJE//LoJ/RrPi53mhZDgfAN9FiYU=
"]]},
Annotation[#, "Charting`Private`Tag$17635#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{9.812750761003532, 5.947572158264385},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{10.819778284410283`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {11.512925464970229`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.122363377404328`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.815510557964274`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {15.424948470398375`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {16.11809565095832,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.11382792451231,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.519293032620475`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.806975105072254`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
20.030118656386467`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.11382792451231,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.519293032620475`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.806975105072254`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
20.030118656386467`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{9.812750761003532, 17.55733325455249}, {5.947572158264385,
6.029551704401061}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811322995222767*^9, 3.811323299380381*^9},
CellLabel->
"During evaluation of \
In[29]:=",ExpressionUUID->"154bcf03-65ba-4157-b21d-f76f3d30773b"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{10.125630603516754`, 7.069545843610449}, {
11.041592953151035`, 7.114818514987307}, {11.995499751389817`,
7.1549708198567465`}, {13.00540475182855, 7.153082621780234}, {
14.086505165957815`, 7.150582983860499}, {15.23139454609334,
7.129930086099026}, {16.397193055364834`, 7.1266576448165715`}, {
17.55733325455249, 7.123454048339678}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
10.125630603516754`, 7.069545843610449}}, {{11.041592953151035`,
7.114818514987307}}, {{11.995499751389817`, 7.1549708198567465`}}, {{
13.00540475182855, 7.153082621780234}}, {{14.086505165957815`,
7.150582983860499}}, {{15.23139454609334, 7.129930086099026}}, {{
16.397193055364834`, 7.1266576448165715`}}, {{17.55733325455249,
7.123454048339678}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2H65+WzwhS8Zh1ZXY9m9fvzvA+LPc
M55++cruCOOfl+rzePddAs6/I/hwtWuPEpw/8cHnnwp1GnC+6h+xpJ8f9OD8
sAnFxperjOB8zpOPnVbsNYXz76ZN2Or80QLO1+6cXHbyrTWc/+LivCNntezh
/H7/BoM4CUc4f3eG/4Ydk53gfLmpi8qC9F3g/H3MiimJ613h/GmtyjPW+7vD
+f8sj/xNeOEB5y82mNDVnuoF59dbPYh9y+QD589oi4440eIL5798GjXzkZo/
nP/U+g/rhoQAOP/L0gdBmgqBcP58SXbnQ+8R/Ay9w8embgyC8ytj/B7Pyg+G
89WmSC/ebxsC53/Kqfsm9w/Bj/RXfjv3XCgifL2n1/jNDoPzrz9fMN8yKhzO
d+x7k+qiGQHnn7x6dn/nKwR/plndJoYVkXA+68ICj+mlUXD+hDU/CjNMo+H8
bQcP2UWyxsD5v8uV5rccR/A73ANnPGyNhfM3KhwyiQuJg/N/zDqRIioaD+ff
lhO0ePMUwWeOEwmqikyA8zX+vroovRPBl16YpHxWIRHOnyu6dN/sRgT/sJi/
WvMDBH+7zKz4KvckON/q8/pHfcsR/GY+kTz9uwj+Gc2Kn+eFkuF8AKGit6E=
"]]},
Annotation[#, "Charting`Private`Tag$18115#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2X4SET150knFYdSW2/dvX7w4w/iz3
jKdfvrI7wvjnpfo83n2XgPPvCD5c7dqjBOdPfPD5p0KdBpyv+kcs6ecHPTg/
bEKx8eUqIzif8+RjpxV7TeH8u2kTtjp/tIDztTsnl518aw3nv7g478hZLXs4
v9+/wSBOwhHO353hv2HHZCc4X27qorIgfRc4fx+zYkrielc4f1qr8oz1/u5w
/j/LI38TXnjA+YsNJnS1p3rB+fVWD2LfMvnA+TPaoiNOtPjC+S+fRs18pOYP
5z+1/sO6ISEAzv+y9EGQpkIgnD9fkt350HsEP0Pv8LGpG4Pg/MoYv8ez8oPh
fLUp0ov324bA+Z9y6r7J/UPwI/2V3849F4oIX+/pNX6zw+D8688XzLeMCofz
HfvepLpoRsD5J6+e3d/5CsGfaVa3iWFFJJzPurDAY3ppFJw/Yc2PwgzTaDh/
28FDdpGsMXD+73Kl+S3HEfwO98AZD1tj4fyNCodM4kLi4Pwfs06kiIrGw/m3
5QQt3jxF8JnjRIKqIhPgfI2/ry5K70TwpRcmKZ9VSITz54ou3Te7EcE/LOav
1vwAwd8uMyu+yj0Jzrf6vP5R33IEv5lPJE//LoJ/RrPi53mhZDgfAM3Db4U=
"]]},
Annotation[#, "Charting`Private`Tag$18115#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{9.812750761003532, 7.064800011596766},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{10.819778284410283`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {11.512925464970229`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.122363377404328`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.815510557964274`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {15.424948470398375`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {16.11809565095832,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.11382792451231,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.519293032620475`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.806975105072254`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
20.030118656386467`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.11382792451231,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.519293032620475`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.806975105072254`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
20.030118656386467`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{9.812750761003532, 17.55733325455249}, {7.064800011596766,
7.1549708198567465`}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811322995222767*^9, 3.811323299484194*^9},
CellLabel->
"During evaluation of \
In[29]:=",ExpressionUUID->"95b31358-d7e0-4df9-8a44-5402f444501a"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{10.125630603516754`, 7.288932745347036}, {
11.041592953151035`, 7.289477517294987}, {11.995499751389817`,
7.328756336673225}, {13.00540475182855, 7.320922722864962}, {
14.086505165957815`, 7.315915011496094}, {15.23139454609334,
7.301402362990153}, {16.397193055364834`, 7.2923654616934535`}, {
17.55733325455249, 7.280838990688552}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
10.125630603516754`, 7.288932745347036}}, {{11.041592953151035`,
7.289477517294987}}, {{11.995499751389817`, 7.328756336673225}}, {{
13.00540475182855, 7.320922722864962}}, {{14.086505165957815`,
7.315915011496094}}, {{15.23139454609334, 7.301402362990153}}, {{
16.397193055364834`, 7.2923654616934535`}}, {{17.55733325455249,
7.280838990688552}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2Ys3z5UrvyjisuhLb/u3rdwcYf5Z7
xtMvX9kdYfzzUn0e775LwPl3BB+udu1RgvMnPvj8U6FOA85X/SOW9PODHpwf
NqHY+HKVEZzPefKx04q9pnD+3bQJW50/WsD52p2Ty06+tYbzX1ycd+Sslj2c
3+/fYBAn4Qjn787w37BjshOcLzd1UVmQvgucv49ZMSVxvSucP61VecZ6f3c4
/5/lkb8JLzzg/MUGE7raU73g/HqrB7FvmXzg/Blt0REnWnzh/JdPo2Y+UvOH
859a/2HdkBAA539Z+iBIUyEQzp8vye586D2Cn6F3+NjUjUFwfmWM3+NZ+cFw
vtoU6cX7bUPg/E85dd/k/iH4kf7Kb+eeC0WEr/f0Gr/ZYXD+9ecL5ltGhcP5
jn1vUl00I+D8k1fP7u98heDPNKvbxLAiEs5nXVjgMb00Cs6fsOZHYYZpNJy/
7eAhu0jWGDj/d7nS/JbjCH6He+CMh62xcP5GhUMmcSFxcP6PWSdSREXj4fzb
coIWb54i+MxxIkFVkQlwvsbfVxeldyL40guTlM8qJML5c0WX7pvdiOAfFvNX
a36A4G+XmRVf5Z4E51t9Xv+obzmC38wnkqd/F8E/o1nx87xQMpwPACeAX+E=
"]]},
Annotation[#, "Charting`Private`Tag$18595#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2NVNMQua3yDisuhLb/u3rdwcYf5Z7
xtMvX9kdYfzzUn0e775LwPl3BB+udu1RgvMnPvj8U6FOA85X/SOW9PODHpwf
NqHY+HKVEZzPefKx04q9pnD+3bQJW50/WsD52p2Ty06+tYbzX1ycd+Sslj2c
3+/fYBAn4Qjn787w37BjshOcLzd1UVmQvgucv49ZMSVxvSucP61VecZ6f3c4
/5/lkb8JLzzg/MUGE7raU73g/HqrB7FvmXzg/Blt0REnWnzh/JdPo2Y+UvOH
859a/2HdkBAA539Z+iBIUyEQzp8vye586D2Cn6F3+NjUjUFwfmWM3+NZ+cFw
vtoU6cX7bUPg/E85dd/k/iH4kf7Kb+eeC0WEr/f0Gr/ZYXD+9ecL5ltGhcP5
jn1vUl00I+D8k1fP7u98heDPNKvbxLAiEs5nXVjgMb00Cs6fsOZHYYZpNJy/
7eAhu0jWGDj/d7nS/JbjCH6He+CMh62xcP5GhUMmcSFxcP6PWSdSREXj4fzb
coIWb54i+MxxIkFVkQlwvsbfVxeldyL40guTlM8qJML5c0WX7pvdiOAfFvNX
a36A4G+XmRVf5Z4E51t9Xv+obzmC38wnkqd/F8E/o1nx87xQMpwPAKy6Y70=
"]]},
Annotation[#, "Charting`Private`Tag$18595#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{9.812750761003532, 7.278176915911626},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{10.819778284410283`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {11.512925464970229`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.122363377404328`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.815510557964274`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {15.424948470398375`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {16.11809565095832,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.11382792451231,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.519293032620475`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.806975105072254`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
20.030118656386467`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.11382792451231,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.519293032620475`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.806975105072254`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
20.030118656386467`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{9.812750761003532, 17.55733325455249}, {7.278176915911626,
7.328756336673225}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811322995222767*^9, 3.8113232995956707`*^9},
CellLabel->
"During evaluation of \
In[29]:=",ExpressionUUID->"c55b1319-113a-4090-b0ee-1ed344b6128c"]
}, Open ]]
}, Open ]]
}, Closed]],
Cell[CellGroupData[{
Cell["Triplets", "Subsubsection",
CellChangeTimes->{{3.811322582586644*^9,
3.81132259138094*^9}},ExpressionUUID->"6655f803-0998-4ab2-988f-\
775c5bca12ed"],
Cell[CellGroupData[{
Cell[BoxData[
RowBox[{
RowBox[{"Flush", "[", "\"\<ketene_3_AVDZ\>\"", "]"}], ";"}]], "Input",
CellChangeTimes->{{3.777429522265008*^9, 3.777429526325075*^9}, {
3.811322562001708*^9, 3.8113225929063673`*^9}, {3.811322816061357*^9,
3.811322817795486*^9}, 3.811322999094022*^9, {3.811323305481861*^9,
3.811323306132203*^9}},
CellLabel->"In[30]:=",ExpressionUUID->"8fb9bab6-61de-4b7e-8339-e4db42449419"],
Cell[CellGroupData[{
Cell[BoxData[
TagBox[
RowBox[{"{", "}"}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"State", "Linear fit"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, 3.811322999459758*^9,
3.811323306547594*^9},
CellLabel->
"During evaluation of \
In[30]:=",ExpressionUUID->"5ac65d3e-e739-4e5e-9e4c-404506bfc2d3"],
Cell[BoxData[
TagBox[
RowBox[{"{", "}"}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"State", "Quadratic fit"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, 3.811322999459758*^9,
3.811323306550412*^9},
CellLabel->
"During evaluation of \
In[30]:=",ExpressionUUID->"41369100-4f38-4b1b-b2c5-33fada4d360b"],
Cell[BoxData["\<\"Excitation energies with PT2\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, 3.811322999459758*^9,
3.81132330657555*^9},
CellLabel->
"During evaluation of \
In[30]:=",ExpressionUUID->"a68f8026-fb8f-48e6-b296-151fba3e69c5"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
TagBox["\<\"nDet\"\>",
HoldForm]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "7"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "6"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "5"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "4"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "3"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "2"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "1"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}],
"\[RightDoubleBracket]"}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {{False}}, "Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{None, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"nDet"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, 3.811322999459758*^9,
3.811323306578136*^9},
CellLabel->
"During evaluation of \
In[30]:=",ExpressionUUID->"a4b555a3-d594-4d9e-a0fa-11c75f76bdf8"],
Cell[BoxData["\<\"Linear fits\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, 3.811322999459758*^9,
3.811323306580141*^9},
CellLabel->
"During evaluation of \
In[30]:=",ExpressionUUID->"d83ca321-68a4-4a71-9729-eb82441393b6"],
Cell[BoxData[
TagBox[
RowBox[{"Transpose", "[",
RowBox[{"{", "}"}], "]"}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{
"2 pts", "3 pts", "4 pts", "5 pts", "6 pts"}, {}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, 3.811322999459758*^9,
3.811323306587325*^9},
CellLabel->
"During evaluation of \
In[30]:=",ExpressionUUID->"29028046-a1d9-4405-b77d-a961587917cc"],
Cell[BoxData["\<\"Quadratic fits\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, 3.811322999459758*^9,
3.8113233065888844`*^9},
CellLabel->
"During evaluation of \
In[30]:=",ExpressionUUID->"038d93e1-9d81-40dd-9c5d-0bb9e3f8f42a"],
Cell[BoxData[
TagBox[
RowBox[{"Transpose", "[",
RowBox[{"{", "}"}], "]"}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{
"3 pts", "4 pts", "5 pts", "6 pts", "7 pts"}, {}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, 3.811322999459758*^9,
3.8113233065962048`*^9},
CellLabel->
"During evaluation of \
In[30]:=",ExpressionUUID->"7a0be0db-a912-4bbf-afbd-6acf48be2562"]
}, Open ]]
}, Open ]]
}, Closed]],
Cell[CellGroupData[{
Cell["Fluo", "Subsubsection",
CellChangeTimes->{{3.811322582586644*^9, 3.81132259138094*^9}, {
3.811323004653615*^9,
3.811323005519793*^9}},ExpressionUUID->"dd3b37a3-f881-4909-b3ed-\
ee5a338ed1cf"],
Cell[CellGroupData[{
Cell[BoxData[
RowBox[{
RowBox[{"Flush", "[", "\"\<ketene_Fl_AVDZ\>\"", "]"}], ";"}]], "Input",
CellChangeTimes->{{3.777429522265008*^9, 3.777429526325075*^9}, {
3.811322562001708*^9, 3.8113225929063673`*^9}, {3.811322816061357*^9,
3.811322817795486*^9}, {3.811322999094022*^9, 3.811323008997849*^9}, {
3.8113233103187723`*^9, 3.81132331269525*^9}},
CellLabel->"In[31]:=",ExpressionUUID->"4557a1bf-bc99-473e-88d7-c32b716e5a21"],
Cell[CellGroupData[{
Cell[BoxData[
InterpretationBox[GridBox[{
{"\<\"State\"\>", "\<\"Linear fit\"\>", "\<\"\"\>", "\<\"\"\>", \
"\<\"\"\>"},
{GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "152.1845398012171415303`7.182370535351403"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0221459729930462701`3.3452947659586862"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "152.1841074036871077624`7.182369301401303"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0095264943385370889`2.97893311369967"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "152.1842599429435267666`7.182369736709071"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.013796429257947539`3.1397666984133674"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "152.1848545431841728259`7.182371433540919"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0296571602425397818`3.472129563751076"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "152.1848436410779470407`7.18237140242925"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0293819520846222149`3.468080646165488"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "152.150091191843642946`7.182272216990622"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0637491371439849186`3.804474310892"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "152.1494729212927552453`7.182270452206703"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0444932162573365847`3.6482938004957965"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "152.1491862832560855168`7.182269634028154"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.036045177852605817`3.5568471727424984"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "152.1488618348456896001`7.182268707921956"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0271124898904053953`3.433169403084326"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "152.1489144159400268563`7.182268858009672"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0284712535669478031`3.454406589213089"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
TableForm[{{{
1, {$CellContext`a -> -152.1845398012171415303`7.182370535351403, \
$CellContext`b -> -0.0221459729930462701`3.3452947659586862}}, {
1, {$CellContext`a -> -152.1841074036871077624`7.182369301401303, \
$CellContext`b -> -0.0095264943385370889`2.97893311369967}}, {
1, {$CellContext`a -> -152.1842599429435267666`7.182369736709071, \
$CellContext`b -> -0.013796429257947539`3.1397666984133674}}, {
1, {$CellContext`a -> -152.1848545431841728259`7.182371433540919, \
$CellContext`b -> -0.0296571602425397818`3.472129563751076}}, {
1, {$CellContext`a -> -152.1848436410779470407`7.18237140242925, \
$CellContext`b -> -0.0293819520846222149`3.468080646165488}}}, {{
2, {$CellContext`a -> -152.150091191843642946`7.182272216990622, \
$CellContext`b -> -0.0637491371439849186`3.804474310892}}, {
2, {$CellContext`a -> -152.1494729212927552453`7.182270452206703, \
$CellContext`b -> -0.0444932162573365847`3.6482938004957965}}, {
2, {$CellContext`a -> -152.1491862832560855168`7.182269634028154, \
$CellContext`b -> -0.036045177852605817`3.5568471727424984}}, {
2, {$CellContext`a -> -152.1488618348456896001`7.182268707921956, \
$CellContext`b -> -0.0271124898904053953`3.433169403084326}}, {
2, {$CellContext`a -> -152.1489144159400268563`7.182268858009672, \
$CellContext`b -> -0.0284712535669478031`3.454406589213089}}}},
TableAlignments -> Center,
TableHeadings -> {None, {"State", "Linear fit"}}]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.81132300955824*^9}, 3.811323313108659*^9},
CellLabel->
"During evaluation of \
In[31]:=",ExpressionUUID->"fed54ce5-8c1a-4bf4-a484-ed5cc939fad9"],
Cell[BoxData[
InterpretationBox[GridBox[{
{"\<\"State\"\>", "\<\"Quadratic fit\"\>", "\<\"\"\>", "\<\"\"\>", \
"\<\"\"\>"},
{GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "152.1893810032024418888`7.182384350643479"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.2982545361544579055`4.474587057579157"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "3.9191914080405991783`5.5931964743548255"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "152.1838300228132254688`7.1823685098265795"}]}],
RowBox[{"b2", "\[Rule]", "0.008627447588013341`2.9358823296203505"}],
RowBox[{"c2", "\[Rule]", "0.2885603114476618658`4.460236598051394"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "152.1813121192934090686`7.182361324302003"}]}],
RowBox[{"b2", "\[Rule]", "0.1420795885889758192`4.152531690876839"}],
RowBox[{"c2", "\[Rule]", "2.0344739935489588589`5.308452142687526"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "152.1841988499454032535`7.182369562365435"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0011310106171074545`2.0534666817862326"}]}],
RowBox[{"c2", "\[Rule]", "0.2959547181157899387`4.471225267894018"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "152.1846023144382229475`7.182370713747588"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.019372112143816022`3.2871769744824673"}]}],
RowBox[{
"c2", "\[Rule]", "0.0978938966018232659`3.9907556156562727"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "152.1539890704491995166`7.182283342882646"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.2988245927778772626`4.475416336343564"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "3.5001879166686240552`5.544091361202118"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "152.152742508842237612`7.182279784796207"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.2270979374188508149`4.356213189826607"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "2.4900149343444946126`5.3962019518684095"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "152.1516587459341849353`7.1822766913657565"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1673969837154104245`4.223747628283556"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "1.691683503686764789`5.228319114341568"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "152.1496421822858167161`7.182270935343929"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0621862567660660046`3.793694415717389"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.3708437252283439123`4.5691909350351265"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "152.1488132017802001883`7.182268569103466"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.022037647391108181`3.343165229944062"}]}],
RowBox[{"c2", "\[Rule]", "0.0914151827530229055`3.961018331819837"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
TableForm[{{{
1, {$CellContext`a2 -> -152.1893810032024418888`7.182384350643479, \
$CellContext`b2 -> -0.2982545361544579055`4.474587057579157, $CellContext`c2 -> \
-3.9191914080405991783`5.5931964743548255}}, {
1, {$CellContext`a2 -> -152.1838300228132254688`7.1823685098265795, \
$CellContext`b2 -> 0.008627447588013341`2.9358823296203505, $CellContext`c2 ->
0.2885603114476618658`4.460236598051394}}, {
1, {$CellContext`a2 -> -152.1813121192934090686`7.182361324302003, \
$CellContext`b2 -> 0.1420795885889758192`4.152531690876839, $CellContext`c2 ->
2.0344739935489588589`5.308452142687526}}, {
1, {$CellContext`a2 -> -152.1841988499454032535`7.182369562365435, \
$CellContext`b2 -> -0.0011310106171074545`2.0534666817862326, $CellContext`c2 ->
0.2959547181157899387`4.471225267894018}}, {
1, {$CellContext`a2 -> -152.1846023144382229475`7.182370713747588, \
$CellContext`b2 -> -0.019372112143816022`3.2871769744824673, $CellContext`c2 ->
0.0978938966018232659`3.9907556156562727}}}, {{
2, {$CellContext`a2 -> -152.1539890704491995166`7.182283342882646, \
$CellContext`b2 -> -0.2988245927778772626`4.475416336343564, $CellContext`c2 -> \
-3.5001879166686240552`5.544091361202118}}, {
2, {$CellContext`a2 -> -152.152742508842237612`7.182279784796207, \
$CellContext`b2 -> -0.2270979374188508149`4.356213189826607, $CellContext`c2 -> \
-2.4900149343444946126`5.3962019518684095}}, {
2, {$CellContext`a2 -> -152.1516587459341849353`7.1822766913657565, \
$CellContext`b2 -> -0.1673969837154104245`4.223747628283556, $CellContext`c2 -> \
-1.691683503686764789`5.228319114341568}}, {
2, {$CellContext`a2 -> -152.1496421822858167161`7.182270935343929, \
$CellContext`b2 -> -0.0621862567660660046`3.793694415717389, $CellContext`c2 -> \
-0.3708437252283439123`4.5691909350351265}}, {
2, {$CellContext`a2 -> -152.1488132017802001883`7.182268569103466, \
$CellContext`b2 -> -0.022037647391108181`3.343165229944062, $CellContext`c2 ->
0.0914151827530229055`3.961018331819837}}}}, TableAlignments -> Center,
TableHeadings -> {None, {"State", "Quadratic fit"}}]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.81132300955824*^9}, 3.811323313113599*^9},
CellLabel->
"During evaluation of \
In[31]:=",ExpressionUUID->"74a23966-e4e1-4c0d-b519-17abe42cf00b"],
Cell[BoxData["\<\"Excitation energies with PT2\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.81132300955824*^9}, 3.8113233131169577`*^9},
CellLabel->
"During evaluation of \
In[31]:=",ExpressionUUID->"871e75bd-4ffe-45f2-87e9-271d66f87be8"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
TagBox["\<\"nDet\"\>",
HoldForm],
TagBox["\<\"1\"\>",
HoldForm]},
{"100464", "0.9793633615627924671`2.990943852828272"},
{"242543", "0.9760196264488680828`2.9894585508354856"},
{"585556", "0.9760321436863128586`2.9894641205311605"},
{"1413675", "0.9715923339433003569`2.987484079476797"},
{"3412933", "0.9813750993308432147`2.9918350343251445"},
{"8239584", "0.9831266962494470407`2.9926094892832062"},
{"19892184", "0.9794942483289706958`2.991001890125218"},
{"48023994", "0.9693435850029331613`2.9864777405416096"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {{False}}, "Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{None, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"nDet", "1"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.81132300955824*^9}, 3.811323313118545*^9},
CellLabel->
"During evaluation of \
In[31]:=",ExpressionUUID->"775e304a-e90c-4d95-b900-233dead2b46e"],
Cell[BoxData["\<\"Linear fits\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.81132300955824*^9}, 3.8113233131200647`*^9},
CellLabel->
"During evaluation of \
In[31]:=",ExpressionUUID->"78e539b8-551c-432d-b792-a5e032d02020"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
StyleBox["\[Null]",
ShowStringCharacters->False],
TagBox["\<\"state 1\"\>",
HoldForm]},
{
TagBox["\<\"2 pts\"\>",
HoldForm], "0.9373944075144603483`2.9719223581954406"},
{
TagBox["\<\"3 pts\"\>",
HoldForm], "0.9424522700356201543`2.974259364835344"},
{
TagBox["\<\"4 pts\"\>",
HoldForm], "0.9544028928890763153`2.9797317470535876"},
{
TagBox["\<\"5 pts\"\>",
HoldForm], "0.9794114805037398286`2.990965190442054"},
{
TagBox["\<\"6 pts\"\>",
HoldForm], "0.9776840146274338172`2.990198514421944"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {False, True, {False}, False},
"Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{OutputFormsDump`HeadedRows, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{"2 pts", "3 pts", "4 pts", "5 pts", "6 pts"}, {
"state 1"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.81132300955824*^9}, 3.811323313121747*^9},
CellLabel->
"During evaluation of \
In[31]:=",ExpressionUUID->"e8c784bb-ef71-4f3a-ad77-216a66febe1b"],
Cell[BoxData["\<\"Quadratic fits\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.81132300955824*^9}, 3.811323313123317*^9},
CellLabel->
"During evaluation of \
In[31]:=",ExpressionUUID->"5a21b74f-46a7-49a1-b1fa-bc30fd5fe3e8"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
StyleBox["\[Null]",
ShowStringCharacters->False],
TagBox["\<\"state 1\"\>",
HoldForm]},
{
TagBox["\<\"3 pts\"\>",
HoldForm], "0.9630635441423596177`2.9836549433653716"},
{
TagBox["\<\"4 pts\"\>",
HoldForm], "0.8459343430666935726`2.9273366567147034"},
{
TagBox["\<\"5 pts\"\>",
HoldForm], "0.8069093892730320183`2.9068247689871085"},
{
TagBox["\<\"6 pts\"\>",
HoldForm], "0.9403348232498591752`2.9732825195555335"},
{
TagBox["\<\"7 pts\"\>",
HoldForm], "0.9738713598507254821`2.988501594048386"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {False, True, {False}, False},
"Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{OutputFormsDump`HeadedRows, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{"3 pts", "4 pts", "5 pts", "6 pts", "7 pts"}, {
"state 1"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.81132300955824*^9}, 3.811323313124995*^9},
CellLabel->
"During evaluation of \
In[31]:=",ExpressionUUID->"59ab1e8c-4041-45b5-acb2-903e35f7da1d"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{11.51755473335389, 0.9793633615627925}, {12.398934293228043`,
0.9760196264488681}, {13.28031710219432, 0.9760321436863129}, {
14.161703254607367`, 0.9715923339433004}, {15.043082596872834`,
0.9813750993308432}, {15.924460415174329`, 0.983126696249447}, {
16.805837448723715`, 0.9794942483289707}, {17.687211318976278`,
0.9693435850029332}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
11.51755473335389, 0.9793633615627925}}, {{12.398934293228043`,
0.9760196264488681}}, {{13.28031710219432, 0.9760321436863129}}, {{
14.161703254607367`, 0.9715923339433004}}, {{15.043082596872834`,
0.9813750993308432}}, {{15.924460415174329`, 0.983126696249447}}, {{
16.805837448723715`, 0.9794942483289707}}, {{17.687211318976278`,
0.9693435850029332}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2f73K+5T+v7VfdSW2/dvX7w4w/iz3
jKdfvrI7wvjnpfo83n2XgPPvCD5c7dqjBOdPfPD5p0KdBpyv+kcs6ecHPTg/
bEKx8eUqIzif8+RjpxV7TeH8u2kTtjp/tIDztTsnl518aw3nv7g478hZLXs4
v9+/wSBOwhHO353hv2HHZCc4X27qorIgfRc4fx+zYkrielc4f1qr8oz1/u5w
/j/LI38TXnjA+YsNJnS1p3rB+fVWD2LfMvnA+TPaoiNOtPjC+S+fRs18pOYP
5z+1/sO6ISEAzv+y9EGQpkIgnD9fkt350HsEP0Pv8LGpG4Pg/MoYv8ez8oPh
fLUp0ov324bA+Z9y6r7J/UPwI/2V3849F4oIX+/pNX6zw+D8688XzLeMCofz
HfvepLpoRsD5J6+e3d/5CsGfaVa3iWFFJJzPurDAY3ppFJw/Yc2PwgzTaDh/
28FDdpGsMXD+73Kl+S3HEfwO98AZD1tj4fyNCodM4kLi4Pwfs06kiIrGw/m3
5QQt3jxF8JnjRIKqIhPgfI2/ry5K70TwpRcmKZ9VSITz54ou3Te7EcE/LOav
1vwAwd8uMyu+yj0Jzrf6vP5R33IEv5lPJE//LoJ/RrPi53mhZDgfANjssiU=
"]]},
Annotation[#, "Charting`Private`Tag$19281#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2At8cF2ddfGe/6kps+7ev3x1g/Fnu
GU+/fGV3hPHPS/V5vPsuAeffEXy42rVHCc6f+ODzT4U6DThf9Y9Y0s8PenB+
2IRi48tVRnA+58nHTiv2msL5d9MmbHX+aAHna3dOLjv51hrOf3Fx3pGzWvZw
fr9/g0GchCOcvzvDf8OOyU5wvtzURWVB+i5w/j5mxZTE9a5w/rRW5Rnr/d3h
/H+WR/4mvPCA8xcbTOhqT/WC8+utHsS+ZfKB82e0RUecaPGF818+jZr5SM0f
zn9q/Yd1Q0IAnP9l6YMgTYVAOH++JLvzofcIfobe4WNTNwbB+ZUxfo9n5QfD
+WpTpBfvtw2B8z/l1H2T+4fgR/orv517LhQRvt7Ta/xmh8H5158vmG8ZFQ7n
O/a9SXXRjIDzT149u7/zFYI/06xuE8OKSDifdWGBx/TSKDh/wpofhRmm0XD+
toOH7CJZY+D83+VK81uOI/gd7oEzHrbGwvkbFQ6ZxIXEwfk/Zp1IERWNh/Nv
ywlavHmK4DPHiQRVRSbA+Rp/X12U3ongSy9MUj6rkAjnzxVdum92I4J/WMxf
rfkBgr9dZlZ8lXsSnG/1ef2jvuUIfjOfSJ7+XQT/jGbFz/NCyXA+AEFHo7k=
"]]},
Annotation[#, "Charting`Private`Tag$19281#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{11.257807906615447`, 0.9685778566003492},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{11.512925464970229`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.122363377404328`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.815510557964274`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {15.424948470398375`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {16.11809565095832,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {17.72753356339242,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.82614585206053,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.11382792451231,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.82614585206053,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.11382792451231,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{11.257807906615447`, 17.687211318976278`}, {0.9685778566003492,
0.983126696249447}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.81132300955824*^9}, 3.8113233132334337`*^9},
CellLabel->
"During evaluation of \
In[31]:=",ExpressionUUID->"619ea394-9e22-4acf-9654-44e7d0174d6c"]
}, Open ]]
}, Open ]]
}, Closed]]
}, Open ]],
Cell[CellGroupData[{
Cell[TextData[{
"AVTZ ",
StyleBox["\[Checkmark]",
FontColor->RGBColor[0, 1, 0]]
}], "Subsection",
CellChangeTimes->{{3.777429516951782*^9, 3.777429517987792*^9}, {
3.77745893049183*^9, 3.777458930757757*^9}, {3.777523194146462*^9,
3.777523208828191*^9}, {3.777651248678207*^9, 3.7776512503278522`*^9}, {
3.777653397289794*^9, 3.7776534354751387`*^9}, {3.7778669072232933`*^9,
3.77786690751103*^9}},ExpressionUUID->"b7637cb9-e20c-4ec9-873c-\
e30a066f0e4d"],
Cell[CellGroupData[{
Cell["Singlets", "Subsubsection",
CellChangeTimes->{{3.811322582586644*^9,
3.811322584352894*^9}},ExpressionUUID->"5e6ce7e7-6193-4d5f-adef-\
63ecf1ba9af0"],
Cell[CellGroupData[{
Cell[BoxData[
RowBox[{
RowBox[{"Flush", "[", "\"\<ketene_1_AVTZ\>\"", "]"}], ";"}]], "Input",
CellChangeTimes->{{3.777429522265008*^9, 3.777429526325075*^9}, {
3.811322562001708*^9, 3.811322564390358*^9}, {3.8113226846602707`*^9,
3.811322684757039*^9}, {3.8113228256721563`*^9, 3.811322827428303*^9}, {
3.811323016663097*^9, 3.81132301846067*^9}, {3.811323316952612*^9,
3.811323317552924*^9}},
CellLabel->"In[32]:=",ExpressionUUID->"777d2114-bdbe-4654-b61e-8e4ef64a96f5"],
Cell[CellGroupData[{
Cell[BoxData[
TagBox[
RowBox[{"{", "}"}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"State", "Linear fit"}}]]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9, 3.811322827824645*^9, {3.8113230201640053`*^9,
3.8113230228875437`*^9}, 3.811323070075645*^9, 3.8113233180020037`*^9},
CellLabel->
"During evaluation of \
In[32]:=",ExpressionUUID->"429d4399-d536-420d-9bb6-06a8f61716fd"],
Cell[BoxData[
TagBox[
RowBox[{"{", "}"}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"State", "Quadratic fit"}}]]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9, 3.811322827824645*^9, {3.8113230201640053`*^9,
3.8113230228875437`*^9}, 3.811323070075645*^9, 3.811323318004678*^9},
CellLabel->
"During evaluation of \
In[32]:=",ExpressionUUID->"a5e3113f-f54d-424a-80ae-ee87ad026810"],
Cell[BoxData["\<\"Excitation energies with PT2\"\>"], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9, 3.811322827824645*^9, {3.8113230201640053`*^9,
3.8113230228875437`*^9}, 3.811323070075645*^9, 3.8113233180304413`*^9},
CellLabel->
"During evaluation of \
In[32]:=",ExpressionUUID->"33b62ac6-063d-4460-872a-db40ddf3607c"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
TagBox["\<\"nDet\"\>",
HoldForm]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "7"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "6"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "5"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "4"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "3"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "2"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "1"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}],
"\[RightDoubleBracket]"}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {{False}}, "Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{None, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"nDet"}}]]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9, 3.811322827824645*^9, {3.8113230201640053`*^9,
3.8113230228875437`*^9}, 3.811323070075645*^9, 3.811323318033057*^9},
CellLabel->
"During evaluation of \
In[32]:=",ExpressionUUID->"5cc13cb6-5e96-4968-b5b4-45d871d16bfd"],
Cell[BoxData["\<\"Linear fits\"\>"], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9, 3.811322827824645*^9, {3.8113230201640053`*^9,
3.8113230228875437`*^9}, 3.811323070075645*^9, 3.81132331803508*^9},
CellLabel->
"During evaluation of \
In[32]:=",ExpressionUUID->"7d6d1130-484e-489a-a33b-3a1167e70b44"],
Cell[BoxData[
TagBox[
RowBox[{"Transpose", "[",
RowBox[{"{", "}"}], "]"}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{
"2 pts", "3 pts", "4 pts", "5 pts", "6 pts"}, {}}]]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9, 3.811322827824645*^9, {3.8113230201640053`*^9,
3.8113230228875437`*^9}, 3.811323070075645*^9, 3.8113233180432367`*^9},
CellLabel->
"During evaluation of \
In[32]:=",ExpressionUUID->"c395752a-afa4-4535-b6aa-e0f1d547a245"],
Cell[BoxData["\<\"Quadratic fits\"\>"], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9, 3.811322827824645*^9, {3.8113230201640053`*^9,
3.8113230228875437`*^9}, 3.811323070075645*^9, 3.8113233180448236`*^9},
CellLabel->
"During evaluation of \
In[32]:=",ExpressionUUID->"581eb41f-5579-4738-866a-6dbc2d72f793"],
Cell[BoxData[
TagBox[
RowBox[{"Transpose", "[",
RowBox[{"{", "}"}], "]"}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{
"3 pts", "4 pts", "5 pts", "6 pts", "7 pts"}, {}}]]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9, 3.811322827824645*^9, {3.8113230201640053`*^9,
3.8113230228875437`*^9}, 3.811323070075645*^9, 3.811323318052493*^9},
CellLabel->
"During evaluation of \
In[32]:=",ExpressionUUID->"2ebdc691-4755-4295-9b99-e201a6f7a15b"]
}, Open ]]
}, Open ]]
}, Closed]],
Cell[CellGroupData[{
Cell["Triplets", "Subsubsection",
CellChangeTimes->{{3.811322582586644*^9,
3.81132259138094*^9}},ExpressionUUID->"d2ade6db-4e8e-490f-9c68-\
3ddf2c8a2244"],
Cell[CellGroupData[{
Cell[BoxData[
RowBox[{
RowBox[{"Flush", "[", "\"\<ketene_3_AVTZ\>\"", "]"}], ";"}]], "Input",
CellChangeTimes->{{3.777429522265008*^9, 3.777429526325075*^9}, {
3.811322562001708*^9, 3.8113225929063673`*^9}, {3.811322694068659*^9,
3.811322694237417*^9}, {3.811322831193584*^9, 3.811322832896123*^9},
3.811323027073656*^9, {3.811323321296768*^9, 3.8113233218397512`*^9}},
CellLabel->"In[33]:=",ExpressionUUID->"815890fa-cd5b-4e3d-a029-9cffb7727d98"],
Cell[CellGroupData[{
Cell[BoxData[
TagBox[
RowBox[{"{", "}"}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"State", "Linear fit"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694576693*^9, 3.8113228333111267`*^9,
3.811323027514525*^9, 3.81132307531913*^9, 3.81132332232549*^9},
CellLabel->
"During evaluation of \
In[33]:=",ExpressionUUID->"bb6827f4-8d90-4ff7-8bef-c59d3d0ff378"],
Cell[BoxData[
TagBox[
RowBox[{"{", "}"}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"State", "Quadratic fit"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694576693*^9, 3.8113228333111267`*^9,
3.811323027514525*^9, 3.81132307531913*^9, 3.811323322327631*^9},
CellLabel->
"During evaluation of \
In[33]:=",ExpressionUUID->"4b289faa-64d6-4a8b-a301-f9f89e7bf3b4"],
Cell[BoxData["\<\"Excitation energies with PT2\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694576693*^9, 3.8113228333111267`*^9,
3.811323027514525*^9, 3.81132307531913*^9, 3.811323322353283*^9},
CellLabel->
"During evaluation of \
In[33]:=",ExpressionUUID->"f545ecc8-7289-4a0f-a4c5-0966d7852ee0"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
TagBox["\<\"nDet\"\>",
HoldForm]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "7"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "6"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "5"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "4"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "3"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "2"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "1"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}],
"\[RightDoubleBracket]"}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {{False}}, "Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{None, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"nDet"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694576693*^9, 3.8113228333111267`*^9,
3.811323027514525*^9, 3.81132307531913*^9, 3.8113233223560534`*^9},
CellLabel->
"During evaluation of \
In[33]:=",ExpressionUUID->"9e402b67-82ff-437a-8d10-46cc5cdd6534"],
Cell[BoxData["\<\"Linear fits\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694576693*^9, 3.8113228333111267`*^9,
3.811323027514525*^9, 3.81132307531913*^9, 3.8113233223580847`*^9},
CellLabel->
"During evaluation of \
In[33]:=",ExpressionUUID->"7109fd9a-577e-4241-b272-b547ffcfd160"],
Cell[BoxData[
TagBox[
RowBox[{"Transpose", "[",
RowBox[{"{", "}"}], "]"}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{
"2 pts", "3 pts", "4 pts", "5 pts", "6 pts"}, {}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694576693*^9, 3.8113228333111267`*^9,
3.811323027514525*^9, 3.81132307531913*^9, 3.811323322365443*^9},
CellLabel->
"During evaluation of \
In[33]:=",ExpressionUUID->"d32efc8b-887b-47f7-b866-b4636e29bae7"],
Cell[BoxData["\<\"Quadratic fits\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694576693*^9, 3.8113228333111267`*^9,
3.811323027514525*^9, 3.81132307531913*^9, 3.811323322367028*^9},
CellLabel->
"During evaluation of \
In[33]:=",ExpressionUUID->"546f5c45-a92e-4d5d-a7d1-01931eb0dc56"],
Cell[BoxData[
TagBox[
RowBox[{"Transpose", "[",
RowBox[{"{", "}"}], "]"}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{
"3 pts", "4 pts", "5 pts", "6 pts", "7 pts"}, {}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694576693*^9, 3.8113228333111267`*^9,
3.811323027514525*^9, 3.81132307531913*^9, 3.811323322374445*^9},
CellLabel->
"During evaluation of \
In[33]:=",ExpressionUUID->"11b4bcd4-7f77-408e-ba4d-800e928e5d95"]
}, Open ]]
}, Open ]]
}, Closed]],
Cell[CellGroupData[{
Cell["Fluo", "Subsubsection",
CellChangeTimes->{{3.811322582586644*^9, 3.81132259138094*^9}, {
3.811323004653615*^9,
3.811323005519793*^9}},ExpressionUUID->"1d29cc79-3e90-4901-9d31-\
66c5c580e8a5"],
Cell[CellGroupData[{
Cell[BoxData[
RowBox[{
RowBox[{"Flush", "[", "\"\<ketene_Fl_AVTZ\>\"", "]"}], ";"}]], "Input",
CellChangeTimes->{{3.777429522265008*^9, 3.777429526325075*^9}, {
3.811322562001708*^9, 3.8113225929063673`*^9}, {3.811322816061357*^9,
3.811322817795486*^9}, {3.811322999094022*^9, 3.811323035464755*^9}, {
3.811323326285413*^9, 3.811323326855217*^9}},
CellLabel->"In[34]:=",ExpressionUUID->"24ccc1a8-3d56-4e43-bec2-de911ac8a26b"],
Cell[CellGroupData[{
Cell[BoxData[
InterpretationBox[GridBox[{
{"\<\"State\"\>", "\<\"Linear fit\"\>", "\<\"\"\>", "\<\"\"\>", \
"\<\"\"\>"},
{GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "152.3144319906575674395`7.182741055253037"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0588251527625913706`3.7695630636655575"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "152.3107874236552845559`7.182730663366632"}]}],
RowBox[{"b", "\[Rule]", "0.0042478344594268818`2.6281675836952862"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "152.3093896699535605421`7.182726677834711"}]}],
RowBox[{"b", "\[Rule]", "0.0272095336556035482`3.4347210984672394"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "152.3079912492400751489`7.182722690364282"}]}],
RowBox[{"b", "\[Rule]", "0.0486668618685593413`3.6872333430154907"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "152.3063556259812685312`7.182718026485755"}]}],
RowBox[{"b", "\[Rule]", "0.0717874062861321854`3.856048262345922"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "152.2784361589960440142`7.182638408127843"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0739747847504154399`3.869083710137601"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "152.2746808038922665673`7.182627697812247"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0098093651196113768`2.991640899941419"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "152.2734557194336275643`7.182624203800258"}]}],
RowBox[{"b", "\[Rule]", "0.009947808938063768`2.9977274354296792"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "152.2716707816934729181`7.182619113003896"}]}],
RowBox[{"b", "\[Rule]", "0.0368266568021616558`3.566162294519432"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "152.2698851056125306513`7.182614020042009"}]}],
RowBox[{"b", "\[Rule]", "0.0616481011946081806`3.78991970455862"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
TableForm[{{{
1, {$CellContext`a -> -152.3144319906575674395`7.182741055253037, \
$CellContext`b -> -0.0588251527625913706`3.7695630636655575}}, {
1, {$CellContext`a -> -152.3107874236552845559`7.182730663366632, \
$CellContext`b -> 0.0042478344594268818`2.6281675836952862}}, {
1, {$CellContext`a -> -152.3093896699535605421`7.182726677834711, \
$CellContext`b -> 0.0272095336556035482`3.4347210984672394}}, {
1, {$CellContext`a -> -152.3079912492400751489`7.182722690364282, \
$CellContext`b -> 0.0486668618685593413`3.6872333430154907}}, {
1, {$CellContext`a -> -152.3063556259812685312`7.182718026485755, \
$CellContext`b -> 0.0717874062861321854`3.856048262345922}}}, {{
2, {$CellContext`a -> -152.2784361589960440142`7.182638408127843, \
$CellContext`b -> -0.0739747847504154399`3.869083710137601}}, {
2, {$CellContext`a -> -152.2746808038922665673`7.182627697812247, \
$CellContext`b -> -0.0098093651196113768`2.991640899941419}}, {
2, {$CellContext`a -> -152.2734557194336275643`7.182624203800258, \
$CellContext`b -> 0.009947808938063768`2.9977274354296792}}, {
2, {$CellContext`a -> -152.2716707816934729181`7.182619113003896, \
$CellContext`b -> 0.0368266568021616558`3.566162294519432}}, {
2, {$CellContext`a -> -152.2698851056125306513`7.182614020042009, \
$CellContext`b -> 0.0616481011946081806`3.78991970455862}}}}, TableAlignments ->
Center, TableHeadings -> {None, {"State", "Linear fit"}}]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.81132303575699*^9}, 3.8113230796042423`*^9, 3.811323327242888*^9},
CellLabel->
"During evaluation of \
In[34]:=",ExpressionUUID->"a774669e-9889-4110-aa3a-aa20273ea316"],
Cell[BoxData[
InterpretationBox[GridBox[{
{"\<\"State\"\>", "\<\"Quadratic fit\"\>", "\<\"\"\>", "\<\"\"\>", \
"\<\"\"\>"},
{GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "152.3370440981178717266`7.182805524420482"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.8331903934570610293`4.92074425396337"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "6.6113129963157968305`5.820287718249312"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "152.3184078242923078506`7.182752391408454"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.2347302875776432762`4.37056913083925"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "1.8525366580866311494`5.267766810576993"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "152.3143290497039288311`7.182740761737166"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1145659942751652421`4.059055728536775"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.9892821479281355135`4.9953201720954485"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "152.3130837944799509387`7.182737211121235"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0816622459097746251`3.912021319902544"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.7837355664899233743`4.89416955581453"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "152.3102176068425990252`7.182729038604759"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0137389037666281848`3.13795208155196"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.4199264431354769456`4.6231732234024845"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "152.3006846951650175015`7.182701855789514"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.8207024817408591355`4.914185746698172"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "6.2295703574111112033`5.794458095159999"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "152.2841299525377394275`7.182654646388166"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.2982111439616052517`4.4745238687299915"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "2.1641260957705439338`5.335282561934484"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "152.2811226348914317441`7.182646069825687"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.209651320185560347`4.321497601523745"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "1.5288656993018985286`5.184369337201853"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "152.2778300693573783064`7.182636679571155"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1212759455686699822`4.083774669434195"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.9628824467553990241`4.983573269635737"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "152.2748689581487724354`7.18262823443662"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0505285508555721533`3.703536842974956"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.574017512424506049`4.758925142281789"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
TableForm[{{{
1, {$CellContext`a2 -> -152.3370440981178717266`7.182805524420482, \
$CellContext`b2 -> -0.8331903934570610293`4.92074425396337, $CellContext`c2 -> \
-6.6113129963157968305`5.820287718249312}}, {
1, {$CellContext`a2 -> -152.3184078242923078506`7.182752391408454, \
$CellContext`b2 -> -0.2347302875776432762`4.37056913083925, $CellContext`c2 -> \
-1.8525366580866311494`5.267766810576993}}, {
1, {$CellContext`a2 -> -152.3143290497039288311`7.182740761737166, \
$CellContext`b2 -> -0.1145659942751652421`4.059055728536775, $CellContext`c2 -> \
-0.9892821479281355135`4.9953201720954485}}, {
1, {$CellContext`a2 -> -152.3130837944799509387`7.182737211121235, \
$CellContext`b2 -> -0.0816622459097746251`3.912021319902544, $CellContext`c2 -> \
-0.7837355664899233743`4.89416955581453}}, {
1, {$CellContext`a2 -> -152.3102176068425990252`7.182729038604759, \
$CellContext`b2 -> -0.0137389037666281848`3.13795208155196, $CellContext`c2 -> \
-0.4199264431354769456`4.6231732234024845}}}, {{
2, {$CellContext`a2 -> -152.3006846951650175015`7.182701855789514, \
$CellContext`b2 -> -0.8207024817408591355`4.914185746698172, $CellContext`c2 -> \
-6.2295703574111112033`5.794458095159999}}, {
2, {$CellContext`a2 -> -152.2841299525377394275`7.182654646388166, \
$CellContext`b2 -> -0.2982111439616052517`4.4745238687299915, $CellContext`c2 -> \
-2.1641260957705439338`5.335282561934484}}, {
2, {$CellContext`a2 -> -152.2811226348914317441`7.182646069825687, \
$CellContext`b2 -> -0.209651320185560347`4.321497601523745, $CellContext`c2 -> \
-1.5288656993018985286`5.184369337201853}}, {
2, {$CellContext`a2 -> -152.2778300693573783064`7.182636679571155, \
$CellContext`b2 -> -0.1212759455686699822`4.083774669434195, $CellContext`c2 -> \
-0.9628824467553990241`4.983573269635737}}, {
2, {$CellContext`a2 -> -152.2748689581487724354`7.18262823443662, \
$CellContext`b2 -> -0.0505285508555721533`3.703536842974956, $CellContext`c2 -> \
-0.574017512424506049`4.758925142281789}}}}, TableAlignments -> Center,
TableHeadings -> {None, {"State", "Quadratic fit"}}]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.81132303575699*^9}, 3.8113230796042423`*^9, 3.8113233272480516`*^9},
CellLabel->
"During evaluation of \
In[34]:=",ExpressionUUID->"fabda99f-d719-4063-ab09-451bacaed26a"],
Cell[BoxData["\<\"Excitation energies with PT2\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.81132303575699*^9}, 3.8113230796042423`*^9, 3.8113233272513847`*^9},
CellLabel->
"During evaluation of \
In[34]:=",ExpressionUUID->"2ba6c193-6c9a-4104-952d-b2584ff28e10"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
TagBox["\<\"nDet\"\>",
HoldForm],
TagBox["\<\"1\"\>",
HoldForm]},
{"38988", "0.9645029515429709432`2.9843035609968696"},
{"94140", "1.0126145868240474801`3.0054441791554676"},
{"227288", "1.0422736370163745434`3.0179817529797965"},
{"548729", "1.0226512344434750545`3.009727546926306"},
{"1324755", "1.0160696165069149632`3.006923464866235"},
{"3198242", "1.0083622635301776604`3.0036165844783587"},
{"7721242", "1.010616726861501613`3.004586482031573"},
{"18640730", "1.0021784760572771678`3.0009450710966057"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {{False}}, "Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{None, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"nDet", "1"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.81132303575699*^9}, 3.8113230796042423`*^9, 3.811323327253532*^9},
CellLabel->
"During evaluation of \
In[34]:=",ExpressionUUID->"d6dbe1c4-6e2e-4d38-a1b0-b79dee69cc79"],
Cell[BoxData["\<\"Linear fits\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.81132303575699*^9}, 3.8113230796042423`*^9, 3.811323327255541*^9},
CellLabel->
"During evaluation of \
In[34]:=",ExpressionUUID->"a4e3964c-fb17-4526-bb43-99f6746ab740"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
StyleBox["\[Null]",
ShowStringCharacters->False],
TagBox["\<\"state 1\"\>",
HoldForm]},
{
TagBox["\<\"2 pts\"\>",
HoldForm], "0.9794964704526518684`2.9910028753836406"},
{
TagBox["\<\"3 pts\"\>",
HoldForm], "0.9825111682488433251`2.992337495720521"},
{
TagBox["\<\"4 pts\"\>",
HoldForm], "0.9778125988214759756`2.990255628717749"},
{
TagBox["\<\"5 pts\"\>",
HoldForm], "0.9883302628374756038`2.994902093737976"},
{
TagBox["\<\"6 pts\"\>",
HoldForm], "0.9924134081039991395`2.9966926232203273"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {False, True, {False}, False},
"Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{OutputFormsDump`HeadedRows, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{"2 pts", "3 pts", "4 pts", "5 pts", "6 pts"}, {
"state 1"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.81132303575699*^9}, 3.8113230796042423`*^9, 3.811323327257389*^9},
CellLabel->
"During evaluation of \
In[34]:=",ExpressionUUID->"ac8d1d7b-53c2-45dd-90f4-0f87e400f8a7"],
Cell[BoxData["\<\"Quadratic fits\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.81132303575699*^9}, 3.8113230796042423`*^9, 3.81132332725919*^9},
CellLabel->
"During evaluation of \
In[34]:=",ExpressionUUID->"85bc705c-491d-4065-9c58-0943411fa45d"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
StyleBox["\[Null]",
ShowStringCharacters->False],
TagBox["\<\"state 1\"\>",
HoldForm]},
{
TagBox["\<\"3 pts\"\>",
HoldForm], "0.9893897492068441935`2.9953674064466336"},
{
TagBox["\<\"4 pts\"\>",
HoldForm], "0.9327484002576160727`2.9697645128617434"},
{
TagBox["\<\"5 pts\"\>",
HoldForm], "0.9035925718031041498`2.95597265204228"},
{
TagBox["\<\"6 pts\"\>",
HoldForm], "0.9593027229532956612`2.981955677204168"},
{
TagBox["\<\"7 pts\"\>",
HoldForm], "0.9618857248930841042`2.983123479526087"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {False, True, {False}, False},
"Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{OutputFormsDump`HeadedRows, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{"3 pts", "4 pts", "5 pts", "6 pts", "7 pts"}, {
"state 1"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.81132303575699*^9}, 3.8113230796042423`*^9, 3.81132332726087*^9},
CellLabel->
"During evaluation of \
In[34]:=",ExpressionUUID->"4cb433c0-512c-48df-a3aa-81aca0bd6c5d"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{10.5710091854571, 0.9645029515429709}, {11.452538314955133`,
1.0126145868240475`}, {12.33397321478224, 1.0422736370163745`}, {
13.215359973846539`, 1.022651234443475}, {14.096738094644923`,
1.016069616506915}, {14.978111841808218`, 1.0083622635301777`}, {
15.859485789890043`, 1.0106167268615016`}, {16.740859529544995`,
1.0021784760572772`}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
10.5710091854571, 0.9645029515429709}}, {{11.452538314955133`,
1.0126145868240475`}}, {{12.33397321478224, 1.0422736370163745`}}, {{
13.215359973846539`, 1.022651234443475}}, {{14.096738094644923`,
1.016069616506915}}, {{14.978111841808218`, 1.0083622635301777`}}, {{
15.859485789890043`, 1.0106167268615016`}}, {{16.740859529544995`,
1.0021784760572772`}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2+9pTfnNEvLdfdSW2/dvX7w4w/iz3
jKdfvrI7wvjnpfo83n2XgPPvCD5c7dqjBOdPfPD5p0KdBpyv+kcs6ecHPTg/
bEKx8eUqIzif8+RjpxV7TeH8u2kTtjp/tIDztTsnl518aw3nv7g478hZLXs4
v9+/wSBOwhHO353hv2HHZCc4X27qorIgfRc4fx+zYkrielc4f1qr8oz1/u5w
/j/LI38TXnjA+YsNJnS1p3rB+fVWD2LfMvnA+TPaoiNOtPjC+S+fRs18pOYP
5z+1/sO6ISEAzv+y9EGQpkIgnD9fkt350HsEP0Pv8LGpG4Pg/MoYv8ez8oPh
fLUp0ov324bA+Z9y6r7J/UPwI/2V3849F4oIX+/pNX6zw+D8688XzLeMCofz
HfvepLpoRsD5J6+e3d/5CsGfaVa3iWFFJJzPurDAY3ppFJw/Yc2PwgzTaDh/
28FDdpGsMXD+73Kl+S3HEfwO98AZD1tj4fyNCodM4kLi4Pwfs06kiIrGw/m3
5QQt3jxF8JnjRIKqIhPgfI2/ry5K70TwpRcmKZ9VSITz54ou3Te7EcE/LOav
1vwAwd8uMyu+yj0Jzrf6vP5R33IEv5lPJE//LoJ/RrPi53mhZDgfAEyxnTk=
"]]},
Annotation[#, "Charting`Private`Tag$20032#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2J17+2iCy8r39qiux7d++fneA8We5
Zzz98pXdEcY/L9Xn8e67BJx/R/DhatceJTh/4oPPPxXqNOB81T9iST8/6MH5
YROKjS9XGcH5nCcfO63Yawrn302bsNX5owWcr905uezkW2s4/8XFeUfOatnD
+f3+DQZxEo5w/u4M/w07JjvB+XJTF5UF6bvA+fuYFVMS17vC+dNalWes93eH
8/9ZHvmb8MIDzl9sMKGrPdULzq+3ehD7lskHzp/RFh1xosUXzn/5NGrmIzV/
OP+p9R/WDQkBcP6XpQ+CNBUC4fz5kuzOh94j+Bl6h49N3RgE51fG+D2elR8M
56tNkV683zYEzv+UU/dN7h+CH+mv/HbuuVBE+HpPr/GbHQbnX3++YL5lVDic
79j3JtVFMwLOP3n17P7OVwj+TLO6TQwrIuF81oUFHtNLo+D8CWt+FGaYRsP5
2w4esotkjYHzf5crzW85juB3uAfOeNgaC+dvVDhkEhcSB+f/mHUiRVQ0Hs6/
LSdo8eYpgs8cJxJUFZkA52v8fXVReieCL70wSfmsQiKcP1d06b7ZjQj+YTF/
teYHCP52mVnxVe5JcL7V5/WP+pYj+M18Inn6dxH8M5oVP88LJcP5AOzP1Uk=
"]]},
Annotation[#, "Charting`Private`Tag$20032#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{10.311254201352705`, 0.9601823579055598},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{10.819778284410283`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {11.512925464970229`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.122363377404328`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.815510557964274`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {15.424948470398375`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {16.11809565095832,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.51599092375669,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.60300230074632,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.683045008419857`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.75715298057358,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.82614585206053,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.890684373198102`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.51599092375669,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.60300230074632,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.683045008419857`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.75715298057358,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.82614585206053,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.890684373198102`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{10.311254201352705`, 16.740859529544995`}, {0.9601823579055598,
1.0422736370163745`}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.81132303575699*^9}, 3.8113230796042423`*^9, 3.81132332731221*^9},
CellLabel->
"During evaluation of \
In[34]:=",ExpressionUUID->"67b21fe6-010e-4ed9-b8b8-e3c49ad3c193"]
}, Open ]]
}, Open ]]
}, Closed]]
}, Open ]]
}, Closed]],
Cell[CellGroupData[{
Cell["Nitrosomethane", "Section",
CellChangeTimes->{{3.77742950330622*^9, 3.7774295059582033`*^9}, {
3.7778669099831257`*^9, 3.777866914230576*^9}, {3.811322508359969*^9,
3.811322510971436*^9}, {3.8113227457863894`*^9, 3.8113227486256657`*^9}, {
3.811322984933135*^9, 3.811322988362073*^9}, {3.8113232947390823`*^9,
3.8113232954621143`*^9}, {3.811323335295042*^9,
3.811323345198887*^9}},ExpressionUUID->"bc401bec-631c-4a61-8ecb-\
bba972bbdc42"],
Cell[CellGroupData[{
Cell[TextData[{
"AVDZ ",
StyleBox["\[Checkmark]",
FontColor->RGBColor[0, 1, 0]]
}], "Subsection",
CellChangeTimes->{{3.777429516951782*^9, 3.777429517987792*^9}, {
3.7775231829717607`*^9, 3.777523190205817*^9}, {3.777653709792136*^9,
3.777653722712954*^9}, {3.7776537758163548`*^9, 3.777653776104186*^9},
3.777731826638612*^9, {3.7778669032475224`*^9,
3.7778669087423697`*^9}},ExpressionUUID->"5dbd0289-32fe-441c-a89f-\
bf6b4aa4c80c"],
Cell[CellGroupData[{
Cell["Singlets", "Subsubsection",
CellChangeTimes->{{3.811322582586644*^9,
3.811322584352894*^9}},ExpressionUUID->"e85067e1-25c1-4e5f-a65e-\
6acc8055599b"],
Cell[CellGroupData[{
Cell[BoxData[
RowBox[{
RowBox[{"Flush", "[", "\"\<nitrosomethane_1_AVDZ\>\"", "]"}],
";"}]], "Input",
CellChangeTimes->{{3.777429522265008*^9, 3.777429526325075*^9}, {
3.811322562001708*^9, 3.811322564390358*^9}, {3.811322810108039*^9,
3.811322811246703*^9}, {3.811322993684004*^9, 3.811322994694173*^9}, {
3.811323298184071*^9, 3.81132329880832*^9}, {3.81132334875982*^9,
3.811323349912203*^9}},
CellLabel->"In[35]:=",ExpressionUUID->"282f46f7-e69c-4520-91ec-9ce156bbea6e"],
Cell[CellGroupData[{
Cell[BoxData[
InterpretationBox[GridBox[{
{"\<\"State\"\>", "\<\"Linear fit\"\>", "\<\"\"\>", "\<\"\"\>", \
"\<\"\"\>"},
{GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.4109062046402698343`7.22894136556983"}]}],
RowBox[{"b", "\[Rule]", "0.0167993717533737458`3.225293040705341"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.4134354104213002756`7.22894784928413"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0273068056619710682`3.4362708995348994"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.412390341057346177`7.228945170221181"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0103482270155833955`3.0148659475410016"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.4122570782229502129`7.228944828597192"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0083501398664458659`2.921693750060478"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.4118832358554413986`7.228943870237631"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0033065093320536251`2.519369752763175"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.3402575052916176901`7.228760215840987"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0443630356808357787`3.647021256465573"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.3396788732634945518`7.228758731863522"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0335569644333545622`3.525782667607501"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.339240849306236214`7.22875760849046"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0261374945021346713`3.4172639544744965"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.3389734919425109183`7.2287569228140685"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0220153090444493091`3.3427247863368548"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.3379180024182915076`7.22875421584889"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0077758936993223412`2.890750314918053"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.1866791282254212092`7.228366165979321"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.1696691885432056179`4.229602982797403"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.1861300788240782822`7.228364756592286"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.159949486469484925`4.203982850085478"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.1830878463873091277`7.2283569472249445"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.1090624601864366855`4.03767529009886"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.1795691634611671361`7.22834791464084"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0549266602998317172`3.739783193460681"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.1775532613572181617`7.22834273966386"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0278927552280797651`3.445491415709247"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"4", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.1786133974339634278`7.228345461123042"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.090109046937842871`3.9547683962836064"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.1780452891910897506`7.228344002743142"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0798828495460560672`3.902453548437715"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.1766964454224932979`7.228340540132258"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.057875827925505878`3.7624972167414623"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.1767809586542909983`7.228340757086613"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.059175716767260203`3.7721435270350994"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.1750951898045229882`7.228336429520191"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0368529310920096345`3.5664720351112766"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"5", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.1549879918119643207`7.228284808658913"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.1698199009883303578`4.229988583334151"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"5", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.1510396252163559438`7.228274671364953"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0996221896576652`3.998356083128049"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"5", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.1513815444861847936`7.2282755492401485"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.1053660081302273399`4.02270052679247"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"5", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.14802873487673196`7.228266940849664"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0536930591845067653`3.729918148777939"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"5", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.1448485872597018442`7.228258775613831"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0092133818225219738`2.964419069640781"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
TableForm[{{{
1, {$CellContext`a -> -169.4109062046402698343`7.22894136556983, \
$CellContext`b -> 0.0167993717533737458`3.225293040705341}}, {
1, {$CellContext`a -> -169.4134354104213002756`7.22894784928413, \
$CellContext`b -> -0.0273068056619710682`3.4362708995348994}}, {
1, {$CellContext`a -> -169.412390341057346177`7.228945170221181, \
$CellContext`b -> -0.0103482270155833955`3.0148659475410016}}, {
1, {$CellContext`a -> -169.4122570782229502129`7.228944828597192, \
$CellContext`b -> -0.0083501398664458659`2.921693750060478}}, {
1, {$CellContext`a -> -169.4118832358554413986`7.228943870237631, \
$CellContext`b -> -0.0033065093320536251`2.519369752763175}}}, {{
2, {$CellContext`a -> -169.3402575052916176901`7.228760215840987, \
$CellContext`b -> -0.0443630356808357787`3.647021256465573}}, {
2, {$CellContext`a -> -169.3396788732634945518`7.228758731863522, \
$CellContext`b -> -0.0335569644333545622`3.525782667607501}}, {
2, {$CellContext`a -> -169.339240849306236214`7.22875760849046, \
$CellContext`b -> -0.0261374945021346713`3.4172639544744965}}, {
2, {$CellContext`a -> -169.3389734919425109183`7.2287569228140685, \
$CellContext`b -> -0.0220153090444493091`3.3427247863368548}}, {
2, {$CellContext`a -> -169.3379180024182915076`7.22875421584889, \
$CellContext`b -> -0.0077758936993223412`2.890750314918053}}}, {{
3, {$CellContext`a -> -169.1866791282254212092`7.228366165979321, \
$CellContext`b -> -0.1696691885432056179`4.229602982797403}}, {
3, {$CellContext`a -> -169.1861300788240782822`7.228364756592286, \
$CellContext`b -> -0.159949486469484925`4.203982850085478}}, {
3, {$CellContext`a -> -169.1830878463873091277`7.2283569472249445, \
$CellContext`b -> -0.1090624601864366855`4.03767529009886}}, {
3, {$CellContext`a -> -169.1795691634611671361`7.22834791464084, \
$CellContext`b -> -0.0549266602998317172`3.739783193460681}}, {
3, {$CellContext`a -> -169.1775532613572181617`7.22834273966386, \
$CellContext`b -> -0.0278927552280797651`3.445491415709247}}}, {{
4, {$CellContext`a -> -169.1786133974339634278`7.228345461123042, \
$CellContext`b -> -0.090109046937842871`3.9547683962836064}}, {
4, {$CellContext`a -> -169.1780452891910897506`7.228344002743142, \
$CellContext`b -> -0.0798828495460560672`3.902453548437715}}, {
4, {$CellContext`a -> -169.1766964454224932979`7.228340540132258, \
$CellContext`b -> -0.057875827925505878`3.7624972167414623}}, {
4, {$CellContext`a -> -169.1767809586542909983`7.228340757086613, \
$CellContext`b -> -0.059175716767260203`3.7721435270350994}}, {
4, {$CellContext`a -> -169.1750951898045229882`7.228336429520191, \
$CellContext`b -> -0.0368529310920096345`3.5664720351112766}}}, {{
5, {$CellContext`a -> -169.1549879918119643207`7.228284808658913, \
$CellContext`b -> -0.1698199009883303578`4.229988583334151}}, {
5, {$CellContext`a -> -169.1510396252163559438`7.228274671364953, \
$CellContext`b -> -0.0996221896576652`3.998356083128049}}, {
5, {$CellContext`a -> -169.1513815444861847936`7.2282755492401485, \
$CellContext`b -> -0.1053660081302273399`4.02270052679247}}, {
5, {$CellContext`a -> -169.14802873487673196`7.228266940849664, \
$CellContext`b -> -0.0536930591845067653`3.729918148777939}}, {
5, {$CellContext`a -> -169.1448485872597018442`7.228258775613831, \
$CellContext`b -> -0.0092133818225219738`2.964419069640781}}}},
TableAlignments -> Center,
TableHeadings -> {None, {"State", "Linear fit"}}]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811322995222767*^9, 3.81132329920374*^9,
3.811323350352687*^9},
CellLabel->
"During evaluation of \
In[35]:=",ExpressionUUID->"399896c2-8933-40e5-8cd8-2763c9096132"],
Cell[BoxData[
InterpretationBox[GridBox[{
{"\<\"State\"\>", "\<\"Quadratic fit\"\>", "\<\"\"\>", "\<\"\"\>", \
"\<\"\"\>"},
{GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.3988373216834020241`7.2289104252006515"}]}],
RowBox[{"b2", "\[Rule]", "0.4307100256959217055`4.634184981012055"}],
RowBox[{"c2", "\[Rule]", "3.5250465950846776586`5.547164861995337"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.4154904768024039186`7.228953117452937"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0976036792229959538`3.989466188938498"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.5890028745546830313`4.770117414312043"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.4133710200646305566`7.228947684218225"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0364933607175577032`3.5622138599084425"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.1652778341705139764`4.218214613142406"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.4131325930636648991`7.228947073005527"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.030298722255791069`3.4814243140151793"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.1277482672121873497`4.1063550180412784"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.4152053804872934961`7.228952386611499"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0765748223902360664`3.884085998165129"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.3551665647284847904`4.550432074681485"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.3418985723027390122`7.228764424544249"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1046306551540044094`4.01965894470077"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.5455179183002204502`4.736809020169287"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.3413353052198431214`7.228762979986257"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0862529280881371152`3.935773847292389"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.4015118855228848038`4.6036984057556785"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.3406498661466343947`7.228761222098799"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0658275711415297754`3.818407831101633"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.259262814170648781`4.413740230773987"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.3410708357457394868`7.22876230172467"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0772306959359561757`3.8877899483406866"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.3292737760343149578`4.517557144082404"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.3418237535070716149`7.228764232663813"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0946915015134046217`3.9763110031695548"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.4167499582210758557`4.619875564962294"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.1905282990894079376`7.228376046512818"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.3039336041562439861`4.482778720128657"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "1.1664364359914116687`5.066861077248646"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.1973883324561995778`7.228393655147706"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.5301068212431018223`4.724363392623293"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "3.0122152560319639392`5.478886003772538"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.1896872756578602548`7.228373887687812"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.3009311953740603229`4.478467210261119"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "1.3535841981960305969`5.131485275750855"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.1819508374776148685`7.228354028503215"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1103036199786136401`4.042589765485873"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.2875813945246175063`4.458760785338566"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.1845751793762246962`7.22836076520509"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1639313883112967218`4.214662116872856"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.5068868829027411982`4.704911052800309"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"4", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.1804181283156651716`7.228350093980985"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1539339723230919998`4.187334476649392"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.5571956225191404544`4.746007695829367"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.1818865679157113391`7.228353863521541"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.200479521826960605`4.302070017795327"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.9133514252571734993`4.960637910814088"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.1791962558051807264`7.228346957362628"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1223474093264650814`4.0875947777161485"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.3786138283864222687`4.578196471968619"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.1799700013507390395`7.228348943615428"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1430872649709085676`4.15560098247412"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.5060057402832582873`4.704155443636643"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.1792812947525987965`7.228347175663322"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1274344911382544188`4.105286989095894"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.4280790991379082588`4.631524024025237"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"5", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.1798036171066428324`7.228348516497521"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "1.0402744434364818993`5.017147929247359"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "7.604716362488811221`5.88108302055823"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"5", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.1519216005971770755`7.228276935826605"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1213575240874408823`4.084066707477662"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.1150258049741444688`4.060795281229212"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"5", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.1567083405157347897`7.228289225520387"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.264587937292540043`4.422570040582004"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "1.1569125325959337403`5.063300525721958"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"5", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.1567556794702227307`7.228289347058835"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.2657704044737901339`4.424506617354103"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "1.1636391133845829238`5.065818310754468"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"5", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.149684812660410671`7.228271192876291"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1096612759446470575`4.040053294734546"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.4347478538506727164`4.638237446768803"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
TableForm[{{{
1, {$CellContext`a2 -> -169.3988373216834020241`7.2289104252006515, \
$CellContext`b2 -> 0.4307100256959217055`4.634184981012055, $CellContext`c2 ->
3.5250465950846776586`5.547164861995337}}, {
1, {$CellContext`a2 -> -169.4154904768024039186`7.228953117452937, \
$CellContext`b2 -> -0.0976036792229959538`3.989466188938498, $CellContext`c2 -> \
-0.5890028745546830313`4.770117414312043}}, {
1, {$CellContext`a2 -> -169.4133710200646305566`7.228947684218225, \
$CellContext`b2 -> -0.0364933607175577032`3.5622138599084425, $CellContext`c2 -> \
-0.1652778341705139764`4.218214613142406}}, {
1, {$CellContext`a2 -> -169.4131325930636648991`7.228947073005527, \
$CellContext`b2 -> -0.030298722255791069`3.4814243140151793, $CellContext`c2 -> \
-0.1277482672121873497`4.1063550180412784}}, {
1, {$CellContext`a2 -> -169.4152053804872934961`7.228952386611499, \
$CellContext`b2 -> -0.0765748223902360664`3.884085998165129, $CellContext`c2 -> \
-0.3551665647284847904`4.550432074681485}}}, {{
2, {$CellContext`a2 -> -169.3418985723027390122`7.228764424544249, \
$CellContext`b2 -> -0.1046306551540044094`4.01965894470077, $CellContext`c2 -> \
-0.5455179183002204502`4.736809020169287}}, {
2, {$CellContext`a2 -> -169.3413353052198431214`7.228762979986257, \
$CellContext`b2 -> -0.0862529280881371152`3.935773847292389, $CellContext`c2 -> \
-0.4015118855228848038`4.6036984057556785}}, {
2, {$CellContext`a2 -> -169.3406498661466343947`7.228761222098799, \
$CellContext`b2 -> -0.0658275711415297754`3.818407831101633, $CellContext`c2 -> \
-0.259262814170648781`4.413740230773987}}, {
2, {$CellContext`a2 -> -169.3410708357457394868`7.22876230172467, \
$CellContext`b2 -> -0.0772306959359561757`3.8877899483406866, $CellContext`c2 -> \
-0.3292737760343149578`4.517557144082404}}, {
2, {$CellContext`a2 -> -169.3418237535070716149`7.228764232663813, \
$CellContext`b2 -> -0.0946915015134046217`3.9763110031695548, $CellContext`c2 -> \
-0.4167499582210758557`4.619875564962294}}}, {{
3, {$CellContext`a2 -> -169.1905282990894079376`7.228376046512818, \
$CellContext`b2 -> -0.3039336041562439861`4.482778720128657, $CellContext`c2 -> \
-1.1664364359914116687`5.066861077248646}}, {
3, {$CellContext`a2 -> -169.1973883324561995778`7.228393655147706, \
$CellContext`b2 -> -0.5301068212431018223`4.724363392623293, $CellContext`c2 -> \
-3.0122152560319639392`5.478886003772538}}, {
3, {$CellContext`a2 -> -169.1896872756578602548`7.228373887687812, \
$CellContext`b2 -> -0.3009311953740603229`4.478467210261119, $CellContext`c2 -> \
-1.3535841981960305969`5.131485275750855}}, {
3, {$CellContext`a2 -> -169.1819508374776148685`7.228354028503215, \
$CellContext`b2 -> -0.1103036199786136401`4.042589765485873, $CellContext`c2 -> \
-0.2875813945246175063`4.458760785338566}}, {
3, {$CellContext`a2 -> -169.1845751793762246962`7.22836076520509, \
$CellContext`b2 -> -0.1639313883112967218`4.214662116872856, $CellContext`c2 -> \
-0.5068868829027411982`4.704911052800309}}}, {{
4, {$CellContext`a2 -> -169.1804181283156651716`7.228350093980985, \
$CellContext`b2 -> -0.1539339723230919998`4.187334476649392, $CellContext`c2 -> \
-0.5571956225191404544`4.746007695829367}}, {
4, {$CellContext`a2 -> -169.1818865679157113391`7.228353863521541, \
$CellContext`b2 -> -0.200479521826960605`4.302070017795327, $CellContext`c2 -> \
-0.9133514252571734993`4.960637910814088}}, {
4, {$CellContext`a2 -> -169.1791962558051807264`7.228346957362628, \
$CellContext`b2 -> -0.1223474093264650814`4.0875947777161485, $CellContext`c2 -> \
-0.3786138283864222687`4.578196471968619}}, {
4, {$CellContext`a2 -> -169.1799700013507390395`7.228348943615428, \
$CellContext`b2 -> -0.1430872649709085676`4.15560098247412, $CellContext`c2 -> \
-0.5060057402832582873`4.704155443636643}}, {
4, {$CellContext`a2 -> -169.1792812947525987965`7.228347175663322, \
$CellContext`b2 -> -0.1274344911382544188`4.105286989095894, $CellContext`c2 -> \
-0.4280790991379082588`4.631524024025237}}}, {{
5, {$CellContext`a2 -> -169.1798036171066428324`7.228348516497521, \
$CellContext`b2 -> -1.0402744434364818993`5.017147929247359, $CellContext`c2 -> \
-7.604716362488811221`5.88108302055823}}, {
5, {$CellContext`a2 -> -169.1519216005971770755`7.228276935826605, \
$CellContext`b2 -> -0.1213575240874408823`4.084066707477662, $CellContext`c2 -> \
-0.1150258049741444688`4.060795281229212}}, {
5, {$CellContext`a2 -> -169.1567083405157347897`7.228289225520387, \
$CellContext`b2 -> -0.264587937292540043`4.422570040582004, $CellContext`c2 -> \
-1.1569125325959337403`5.063300525721958}}, {
5, {$CellContext`a2 -> -169.1567556794702227307`7.228289347058835, \
$CellContext`b2 -> -0.2657704044737901339`4.424506617354103, $CellContext`c2 -> \
-1.1636391133845829238`5.065818310754468}}, {
5, {$CellContext`a2 -> -169.149684812660410671`7.228271192876291, \
$CellContext`b2 -> -0.1096612759446470575`4.040053294734546, $CellContext`c2 -> \
-0.4347478538506727164`4.638237446768803}}}}, TableAlignments -> Center,
TableHeadings -> {None, {"State", "Quadratic fit"}}]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811322995222767*^9, 3.81132329920374*^9,
3.811323350360319*^9},
CellLabel->
"During evaluation of \
In[35]:=",ExpressionUUID->"e14ee02d-f79e-4ec2-9438-add87ed35199"],
Cell[BoxData["\<\"Excitation energies with PT2\"\>"], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811322995222767*^9, 3.81132329920374*^9,
3.81132335036525*^9},
CellLabel->
"During evaluation of \
In[35]:=",ExpressionUUID->"56bfc6d0-ff75-4b61-a5b7-a07a807b18dc"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
TagBox["\<\"nDet\"\>",
HoldForm],
TagBox["\<\"1\"\>",
HoldForm],
TagBox["\<\"2\"\>",
HoldForm],
TagBox["\<\"3\"\>",
HoldForm],
TagBox["\<\"4\"\>",
HoldForm]},
{"12971", "2.0998234740297823109`3.3221827864114637",
"6.529554936012531563`3.8148835801386074",
"6.795684196085289841`3.8322331884600627",
"7.562030569264704738`3.8786384286515028"},
{"39674", "2.0459258817402385944`3.3108898963681854",
"6.5593984794022581752`3.8168640148247186",
"6.6233735363909298499`3.8210792485119063",
"7.2495603188001043193`3.8603116676869487"},
{"127324", "2.0212130451843131063`3.305612092570982",
"6.5253627498830679698`3.814604659442281",
"6.5708827727586260892`3.8176237192680995",
"7.2542208128840171`3.860590771034534"},
{"388874", "2.0374489907673756228`3.3090867446240084",
"6.4799659945849725773`3.8115727267960793",
"6.5693077777354025315`3.8175196094154673",
"7.3357918405282571683`3.865446999353275"},
{"1157555", "2.0366729220380648258`3.308921289402978",
"6.4614995316907188894`3.8103333171848446",
"6.5481814018574482361`3.81612070200662",
"7.3227404434514582476`3.864673640722333"},
{"3569031", "2.0202326189462915806`3.3054013790051817",
"6.4265824253775338804`3.807980082041112",
"6.5215596865730178777`3.8143514733802495",
"7.2657149023386153885`3.861278352682998"},
{"11328319", "2.0260898697870031171`3.3066587051343115",
"6.4125663846659781697`3.807031874080089",
"6.5062334176246583439`3.8133296399737997",
"7.2735496046016354654`3.861746405009565"},
{"35990294", "2.0058514014346813248`3.30229875623806",
"6.3756084244018058627`3.804521635812184",
"6.470329354340266903`3.810926387798849",
"7.2368406285190722826`3.8595490085916664"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {{False}}, "Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{None, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"nDet", "1", "2", "3", "4"}}]]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811322995222767*^9, 3.81132329920374*^9,
3.811323350367038*^9},
CellLabel->
"During evaluation of \
In[35]:=",ExpressionUUID->"5e30ad31-605d-4148-b23f-5582aed720dc"],
Cell[BoxData["\<\"Linear fits\"\>"], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811322995222767*^9, 3.81132329920374*^9,
3.811323350368842*^9},
CellLabel->
"During evaluation of \
In[35]:=",ExpressionUUID->"8e0986cc-e215-4e48-8558-22fad21a097a"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
StyleBox["\[Null]",
ShowStringCharacters->False],
TagBox["\<\"state 1\"\>",
HoldForm],
TagBox["\<\"state 2\"\>",
HoldForm],
TagBox["\<\"state 3\"\>",
HoldForm],
TagBox["\<\"state 4\"\>",
HoldForm]},
{
TagBox["\<\"2 pts\"\>",
HoldForm], "1.9224490297870959754`3.283854834103819",
"6.1015295324604830185`3.785438717673255",
"6.3210092465602407685`3.8007864256271064",
"6.9638892788195372319`3.8428518575084807"},
{
TagBox["\<\"3 pts\"\>",
HoldForm], "2.007017604099525343`3.302551181819699",
"6.1852931224961107404`3.791360285770493",
"6.4052914540898555629`3.806538895832954",
"7.1401530012327452113`3.8537075180617726"},
{
TagBox["\<\"4 pts\"\>",
HoldForm], "1.9904990572062588594`3.298961976217923",
"6.2396386978153701719`3.7951594428734614",
"6.4135575766775740902`3.8070989979007064",
"7.1024111181135243243`3.851405807526354"},
{
TagBox["\<\"5 pts\"\>",
HoldForm], "1.9941479552070096037`3.2997573775193594",
"6.3317606707717351`3.80152449094592",
"6.4076315880744614262`3.8066975336838773",
"7.1900194482190427081`3.8567300651037155"},
{
TagBox["\<\"6 pts\"\>",
HoldForm], "2.0126965191176968695`3.3037782955003445",
"6.3764433921279080053`3.8045785085228263",
"6.443330926013077331`3.8091104370503137",
"7.2663829036537199713`3.861318279373436"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {False, True, {False}, False},
"Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{OutputFormsDump`HeadedRows, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{"2 pts", "3 pts", "4 pts", "5 pts", "6 pts"}, {
"state 1", "state 2", "state 3", "state 4"}}]]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811322995222767*^9, 3.81132329920374*^9,
3.8113233503704967`*^9},
CellLabel->
"During evaluation of \
In[35]:=",ExpressionUUID->"6bd6cf8f-ca6a-4293-bbcc-4b968531b04e"],
Cell[BoxData["\<\"Quadratic fits\"\>"], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811322995222767*^9, 3.81132329920374*^9,
3.8113233503722982`*^9},
CellLabel->
"During evaluation of \
In[35]:=",ExpressionUUID->"743dec6d-ebb8-441a-8265-63516fbce296"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
StyleBox["\[Null]",
ShowStringCharacters->False],
TagBox["\<\"state 1\"\>",
HoldForm],
TagBox["\<\"state 2\"\>",
HoldForm],
TagBox["\<\"state 3\"\>",
HoldForm],
TagBox["\<\"state 4\"\>",
HoldForm]},
{
TagBox["\<\"3 pts\"\>",
HoldForm], "1.5493822888932571313`3.190158587205838",
"5.6683772252540745029`3.7534587444326735",
"5.943488984906511341`3.774041462163068",
"5.9602106866288346865`3.775261611824647"},
{
TagBox["\<\"4 pts\"\>",
HoldForm], "2.017864999312396268`3.3048921073840973",
"5.9348616415943267199`3.7734105987762856",
"6.3566861404967003324`3.8032307687978646",
"7.172074433278019967`3.855644788111865"},
{
TagBox["\<\"5 pts\"\>",
HoldForm], "1.9788433910824290152`3.296411424787482",
"6.0867447154516423069`3.7843850873624043",
"6.3722199064063884677`3.804290754965076",
"6.9841472501325618794`3.8441133872332927"},
{
TagBox["\<\"6 pts\"\>",
HoldForm], "1.960900295657628245`3.292455512002031",
"6.2907759920332981807`3.7987042206871626",
"6.3446772885240783069`3.802409537324739",
"6.9763711624073403428`3.8436295782171346"},
{
TagBox["\<\"7 pts\"\>",
HoldForm], "1.9968157785344644584`3.300337999744806",
"6.2757674303035253516`3.797666840968543",
"6.4198213683423528408`3.8075229439843494",
"7.2251826673869006257`3.8588488314196328"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {False, True, {False}, False},
"Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{OutputFormsDump`HeadedRows, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{"3 pts", "4 pts", "5 pts", "6 pts", "7 pts"}, {
"state 1", "state 2", "state 3", "state 4"}}]]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811322995222767*^9, 3.81132329920374*^9,
3.8113233503739233`*^9},
CellLabel->
"During evaluation of \
In[35]:=",ExpressionUUID->"f40c98ab-9329-47ee-b1cf-7a945dace71c"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{9.470471375340674, 2.0998234740297823`}, {
10.588451340288055`, 2.0459258817402386`}, {11.754490297804821`,
2.021213045184313}, {12.87101066267622, 2.0374489907673756`}, {
13.961820580012372`, 2.036672922038065}, {15.087804688340992`,
2.0202326189462916`}, {16.24281625482988, 2.026089869787003}, {
17.398759848957663`, 2.0058514014346813`}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
9.470471375340674, 2.0998234740297823`}}, {{10.588451340288055`,
2.0459258817402386`}}, {{11.754490297804821`, 2.021213045184313}}, {{
12.87101066267622, 2.0374489907673756`}}, {{13.961820580012372`,
2.036672922038065}}, {{15.087804688340992`, 2.0202326189462916`}}, {{
16.24281625482988, 2.026089869787003}}, {{17.398759848957663`,
2.0058514014346813`}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2C2d+ehl56J/9qiux7d++fneA8We5
Zzz98pXdEcY/L9Xn8e67BJx/R/DhatceJTh/4oPPPxXqNOB81T9iST8/6MH5
YROKjS9XGcH5nCcfO63Yawrn302bsNX5owWcr905uezkW2s4/8XFeUfOatnD
+f3+DQZxEo5w/u4M/w07JjvB+XJTF5UF6bvA+fuYFVMS17vC+dNalWes93eH
8/9ZHvmb8MIDzl9sMKGrPdULzq+3ehD7lskHzp/RFh1xosUXzn/5NGrmIzV/
OP+p9R/WDQkBcP6XpQ+CNBUC4fz5kuzOh94j+Bl6h49N3RgE51fG+D2elR8M
56tNkV683zYEzv+UU/dN7h+CH+mv/HbuuVBE+HpPr/GbHQbnX3++YL5lVDic
79j3JtVFMwLOP3n17P7OVwj+TLO6TQwrIuF81oUFHtNLo+D8CWt+FGaYRsP5
2w4esotkjYHzf5crzW85juB3uAfOeNgaC+dvVDhkEhcSB+f/mHUiRVQ0Hs6/
LSdo8eYpgs8cJxJUFZkA52v8fXVReieCL70wSfmsQiKcP1d06b7ZjQj+YTF/
teYHCP52mVnxVe5JcL7V5/WP+pYj+M18Inn6dxH8M5oVP88LJcP5AFoa3TU=
"]]},
Annotation[#, "Charting`Private`Tag$20629#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP27kdtRF1P/bBfdSW2/dvX7w4w/iz3
jKdfvrI7wvjnpfo83n2XgPPvCD5c7dqjBOdPfPD5p0KdBpyv+kcs6ecHPTg/
bEKx8eUqIzif8+RjpxV7TeH8u2kTtjp/tIDztTsnl518aw3nv7g478hZLXs4
v9+/wSBOwhHO353hv2HHZCc4X27qorIgfRc4fx+zYkrielc4f1qr8oz1/u5w
/j/LI38TXnjA+YsNJnS1p3rB+fVWD2LfMvnA+TPaoiNOtPjC+S+fRs18pOYP
5z+1/sO6ISEAzv+y9EGQpkIgnD9fkt350HsEP0Pv8LGpG4Pg/MoYv8ez8oPh
fLUp0ov324bA+Z9y6r7J/UPwI/2V3849F4oIX+/pNX6zw+D8688XzLeMCofz
HfvepLpoRsD5J6+e3d/5CsGfaVa3iWFFJJzPurDAY3ppFJw/Yc2PwgzTaDh/
28FDdpGsMXD+73Kl+S3HEfwO98AZD1tj4fyNCodM4kLi4Pwfs06kiIrGw/m3
5QQt3jxF8JnjRIKqIhPgfI2/ry5K70TwpRcmKZ9VSITz54ou3Te7EcE/LOav
1vwAwd8uMyu+yj0Jzrf6vP5R33IEv5lPJE//LoJ/RrPi53mhZDgfAPXhgC0=
"]]},
Annotation[#, "Charting`Private`Tag$20629#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{9.136684924845516, 2.0006307307349536`},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{9.210340371976184,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {10.819778284410283`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {11.512925464970229`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.122363377404328`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.815510557964274`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {15.424948470398375`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {16.11809565095832,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {8.517193191416238,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.699514748210191,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.85366542803745,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.987196820661973,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.104979856318357,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.11382792451231,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.519293032620475`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.806975105072254`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
20.030118656386467`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
8.517193191416238,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.699514748210191,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.85366542803745,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.987196820661973,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.104979856318357,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.11382792451231,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.519293032620475`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.806975105072254`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
20.030118656386467`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{9.136684924845516, 17.398759848957663`}, {2.0006307307349536`,
2.0998234740297823`}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811322995222767*^9, 3.81132329920374*^9,
3.81132335042691*^9},
CellLabel->
"During evaluation of \
In[35]:=",ExpressionUUID->"4e34a1f8-c664-4c3c-9d7b-f4ab0caffc0f"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{9.470471375340674, 6.529554936012532}, {10.588451340288055`,
6.559398479402258}, {11.754490297804821`, 6.525362749883068}, {
12.87101066267622, 6.479965994584973}, {13.961820580012372`,
6.461499531690719}, {15.087804688340992`, 6.426582425377534}, {
16.24281625482988, 6.412566384665978}, {17.398759848957663`,
6.375608424401806}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
9.470471375340674, 6.529554936012532}}, {{10.588451340288055`,
6.559398479402258}}, {{11.754490297804821`, 6.525362749883068}}, {{
12.87101066267622, 6.479965994584973}}, {{13.961820580012372`,
6.461499531690719}}, {{15.087804688340992`, 6.426582425377534}}, {{
16.24281625482988, 6.412566384665978}}, {{17.398759848957663`,
6.375608424401806}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2N39Pjf6eLuGw6kps+7ev3x1g/Fnu
GU+/fGV3hPHPS/V5vPsuAeffEXy42rVHCc6f+ODzT4U6DThf9Y9Y0s8PenB+
2IRi48tVRnA+58nHTiv2msL5d9MmbHX+aAHna3dOLjv51hrOf3Fx3pGzWvZw
fr9/g0GchCOcvzvDf8OOyU5wvtzURWVB+i5w/j5mxZTE9a5w/rRW5Rnr/d3h
/H+WR/4mvPCA8xcbTOhqT/WC8+utHsS+ZfKB82e0RUecaPGF818+jZr5SM0f
zn9q/Yd1Q0IAnP9l6YMgTYVAOH++JLvzofcIfobe4WNTNwbB+ZUxfo9n5QfD
+WpTpBfvtw2B8z/l1H2T+4fgR/orv517LhQRvt7Ta/xmh8H5158vmG8ZFQ7n
O/a9SXXRjIDzT149u7/zFYI/06xuE8OKSDifdWGBx/TSKDh/wpofhRmm0XD+
toOH7CJZY+D83+VK81uOI/gd7oEzHrbGwvkbFQ6ZxIXEwfk/Zp1IERWNh/Nv
ywlavHmK4DPHiQRVRSbA+Rp/X12U3ongSy9MUj6rkAjnzxVdum92I4J/WMxf
rfkBgr9dZlZ8lXsSnG/1ef2jvuUIfjOfSJ7+XQT/jGbFz/NCyXA+AHtRq9k=
"]]},
Annotation[#, "Charting`Private`Tag$21146#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2fHn+ItlrxBxWXYlt//b1uwOMP8s9
4+mXr+yOMP55qT6Pd98l4Pw7gg9Xu/YowfkTH3z+qVCnAeer/hFL+vlBD84P
m1BsfLnKCM7nPPnYacVeUzj/btqErc4fLeB87c7JZSffWsP5Ly7OO3JWyx7O
7/dvMIiTcITzd2f4b9gx2QnOl5u6qCxI3wXO38esmJK43hXOn9aqPGO9vzuc
/8/yyN+EFx5w/mKDCV3tqV5wfr3Vg9i3TD5w/oy26IgTLb5w/sunUTMfqfnD
+U+t/7BuSAiA878sfRCkqRAI58+XZHc+9B7Bz9A7fGzqxiA4vzLG7/Gs/GA4
X22K9OL9tiFw/qecum9y/xD8SH/lt3PPhSLC13t6jd/sMDj/+vMF8y2jwuF8
x743qS6aEXD+yatn93e+QvBnmtVtYlgRCeezLizwmF4aBedPWPOjMMM0Gs7f
dvCQXSRrDJz/u1xpfstxBL/DPXDGw9ZYOH+jwiGTuJA4OP/HrBMpoqLxcP5t
OUGLN08RfOY4kaCqyAQ4X+Pvq4vSOxF86YVJymcVEuH8uaJL981uRPAPi/mr
NT9A8LfLzIqvck+C860+r3/UtxzBb+YTydO/i+Cf0az4eV4oGc4HANP9OoE=
"]]},
Annotation[#, "Charting`Private`Tag$21146#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{9.136684924845516, 6.36539786579067},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{9.210340371976184,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {10.819778284410283`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {11.512925464970229`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.122363377404328`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.815510557964274`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {15.424948470398375`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {16.11809565095832,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {8.517193191416238,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.699514748210191,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.85366542803745,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.987196820661973,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.104979856318357,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.11382792451231,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.519293032620475`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.806975105072254`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
20.030118656386467`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
8.517193191416238,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.699514748210191,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.85366542803745,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.987196820661973,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.104979856318357,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.11382792451231,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.519293032620475`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.806975105072254`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
20.030118656386467`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{9.136684924845516, 17.398759848957663`}, {6.36539786579067,
6.559398479402258}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811322995222767*^9, 3.81132329920374*^9,
3.811323350543065*^9},
CellLabel->
"During evaluation of \
In[35]:=",ExpressionUUID->"85c1c785-7fc3-4eb0-bf43-283157a3e147"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{9.470471375340674, 6.79568419608529}, {10.588451340288055`,
6.62337353639093}, {11.754490297804821`, 6.570882772758626}, {
12.87101066267622, 6.5693077777354025`}, {13.961820580012372`,
6.548181401857448}, {15.087804688340992`, 6.521559686573018}, {
16.24281625482988, 6.506233417624658}, {17.398759848957663`,
6.470329354340267}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
9.470471375340674, 6.79568419608529}}, {{10.588451340288055`,
6.62337353639093}}, {{11.754490297804821`, 6.570882772758626}}, {{
12.87101066267622, 6.5693077777354025`}}, {{13.961820580012372`,
6.548181401857448}}, {{15.087804688340992`, 6.521559686573018}}, {{
16.24281625482988, 6.506233417624658}}, {{17.398759848957663`,
6.470329354340267}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2KYfuLd3mIemw6kps+7ev3x1g/Fnu
GU+/fGV3hPHPS/V5vPsuAeffEXy42rVHCc6f+ODzT4U6DThf9Y9Y0s8PenB+
2IRi48tVRnA+58nHTiv2msL5d9MmbHX+aAHna3dOLjv51hrOf3Fx3pGzWvZw
fr9/g0GchCOcvzvDf8OOyU5wvtzURWVB+i5w/j5mxZTE9a5w/rRW5Rnr/d3h
/H+WR/4mvPCA8xcbTOhqT/WC8+utHsS+ZfKB82e0RUecaPGF818+jZr5SM0f
zn9q/Yd1Q0IAnP9l6YMgTYVAOH++JLvzofcIfobe4WNTNwbB+ZUxfo9n5QfD
+WpTpBfvtw2B8z/l1H2T+4fgR/orv517LhQRvt7Ta/xmh8H5158vmG8ZFQ7n
O/a9SXXRjIDzT149u7/zFYI/06xuE8OKSDifdWGBx/TSKDh/wpofhRmm0XD+
toOH7CJZY+D83+VK81uOI/gd7oEzHrbGwvkbFQ6ZxIXEwfk/Zp1IERWNh/Nv
ywlavHmK4DPHiQRVRSbA+Rp/X12U3ongSy9MUj6rkAjnzxVdum92I4J/WMxf
rfkBgr9dZlZ8lXsSnG/1ef2jvuUIfjOfSJ7+XQT/jGbFz/NCyXA+AEfhkxE=
"]]},
Annotation[#, "Charting`Private`Tag$21663#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2yrY/fyoeE3dYdSW2/dvX7w4w/iz3
jKdfvrI7wvjnpfo83n2XgPPvCD5c7dqjBOdPfPD5p0KdBpyv+kcs6ecHPTg/
bEKx8eUqIzif8+RjpxV7TeH8u2kTtjp/tIDztTsnl518aw3nv7g478hZLXs4
v9+/wSBOwhHO353hv2HHZCc4X27qorIgfRc4fx+zYkrielc4f1qr8oz1/u5w
/j/LI38TXnjA+YsNJnS1p3rB+fVWD2LfMvnA+TPaoiNOtPjC+S+fRs18pOYP
5z+1/sO6ISEAzv+y9EGQpkIgnD9fkt350HsEP0Pv8LGpG4Pg/MoYv8ez8oPh
fLUp0ov324bA+Z9y6r7J/UPwI/2V3849F4oIX+/pNX6zw+D8688XzLeMCofz
HfvepLpoRsD5J6+e3d/5CsGfaVa3iWFFJJzPurDAY3ppFJw/Yc2PwgzTaDh/
28FDdpGsMXD+73Kl+S3HEfwO98AZD1tj4fyNCodM4kLi4Pwfs06kiIrGw/m3
5QQt3jxF8JnjRIKqIhPgfI2/ry5K70TwpRcmKZ9VSITz54ou3Te7EcE/LOav
1vwAwd8uMyu+yj0Jzrf6vP5R33IEv5lPJE//LoJ/RrPi53mhZDgfACYafFE=
"]]},
Annotation[#, "Charting`Private`Tag$21663#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{9.136684924845516, 6.452254085354433},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{9.210340371976184,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {10.819778284410283`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {11.512925464970229`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.122363377404328`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.815510557964274`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {15.424948470398375`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {16.11809565095832,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {8.517193191416238,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.699514748210191,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.85366542803745,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.987196820661973,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.104979856318357,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.11382792451231,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.519293032620475`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.806975105072254`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
20.030118656386467`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
8.517193191416238,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.699514748210191,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.85366542803745,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.987196820661973,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.104979856318357,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.11382792451231,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.519293032620475`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.806975105072254`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
20.030118656386467`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{9.136684924845516, 17.398759848957663`}, {6.452254085354433,
6.79568419608529}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811322995222767*^9, 3.81132329920374*^9,
3.8113233506588173`*^9},
CellLabel->
"During evaluation of \
In[35]:=",ExpressionUUID->"20da61fc-8b9c-4cec-b40a-fa710aee19f9"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{9.817137003197894, 7.465139123120487}, {10.588451340288055`,
7.249560318800104}, {11.754490297804821`, 7.254220812884017}, {
12.87101066267622, 7.335791840528257}, {13.961820580012372`,
7.322740443451458}, {15.087804688340992`, 7.265714902338615}, {
16.24281625482988, 7.2735496046016355`}, {17.398759848957663`,
7.236840628519072}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
9.470471375340674, 7.562030569264705}}, {{10.588451340288055`,
7.249560318800104}}, {{11.754490297804821`, 7.254220812884017}}, {{
12.87101066267622, 7.335791840528257}}, {{13.961820580012372`,
7.322740443451458}}, {{15.087804688340992`, 7.265714902338615}}, {{
16.24281625482988, 7.2735496046016355`}}, {{17.398759848957663`,
7.236840628519072}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2F3+1nmK9Le2w6kps+7ev3x1g/Fnu
GU+/fGV3hPHPS/V5vPsuAeffEXy42rVHCc6f+ODzT4U6DThf9Y9Y0s8PenB+
2IRi48tVRnA+58nHTiv2msL5d9MmbHX+aAHna3dOLjv51hrOf3Fx3pGzWvZw
fr9/g0GchCOcvzvDf8OOyU5wvtzURWVB+i5w/j5mxZTE9a5w/rRW5Rnr/d3h
/H+WR/4mvPCA8xcbTOhqT/WC8+utHsS+ZfKB82e0RUecaPGF818+jZr5SM0f
zn9q/Yd1Q0IAnP9l6YMgTYVAOH++JLvzofcIfobe4WNTNwbB+ZUxfo9n5QfD
+WpTpBfvtw2B8z/l1H2T+4fgR/orv517LhQRvt7Ta/xmh8H5158vmG8ZFQ7n
O/a9SXXRjIDzT149u7/zFYI/06xuE8OKSDifdWGBx/TSKDh/wpofhRmm0XD+
toOH7CJZY+D83+VK81uOI/gd7oEzHrbGwvkbFQ6ZxIXEwfk/Zp1IERWNh/Nv
ywlavHmK4DPHiQRVRSbA+Rp/X12U3ongSy9MUj6rkAjnzxVdum92I4J/WMxf
rfkBgr9dZlZ8lXsSnG/1ef2jvuUIfjOfSJ7+XQT/jGbFz/NCyXA+AFJVpFU=
"]]},
Annotation[#, "Charting`Private`Tag$22181#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2O2MSKxyvizusuhLb/u3rdwcYf5Z7
xtMvX9kdYfzzUn0e775LwPl3BB+udu1RgvMnPvj8U6FOA85X/SOW9PODHpwf
NqHY+HKVEZzPefKx04q9pnD+3bQJW50/WsD52p2Ty06+tYbzX1ycd+Sslj2c
3+/fYBAn4Qjn787w37BjshOcLzd1UVmQvgucv49ZMSVxvSucP61VecZ6f3c4
/5/lkb8JLzzg/MUGE7raU73g/HqrB7FvmXzg/Blt0REnWnzh/JdPo2Y+UvOH
859a/2HdkBAA539Z+iBIUyEQzp8vye586D2Cn6F3+NjUjUFwfmWM3+NZ+cFw
vtoU6cX7bUPg/E85dd/k/iH4kf7Kb+eeC0WEr/f0Gr/ZYXD+9ecL5ltGhcP5
jn1vUl00I+D8k1fP7u98heDPNKvbxLAiEs5nXVjgMb00Cs6fsOZHYYZpNJy/
7eAhu0jWGDj/d7nS/JbjCH6He+CMh62xcP5GhUMmcSFxcP6PWSdSREXj4fzb
coIWb54i+MxxIkFVkQlwvsbfVxeldyL40guTlM8qJML5c0WX7pvdiOAfFvNX
a36A4G+XmRVf5Z4E51t9Xv+obzmC38wnkqd/F8E/o1nx87xQMpwPAKpncfU=
"]]},
Annotation[#, "Charting`Private`Tag$22181#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{9.136684924845516, 7.224157378818994},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{9.210340371976184,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {10.819778284410283`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "4"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {11.512925464970229`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.122363377404328`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.815510557964274`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {15.424948470398375`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {16.11809565095832,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {8.517193191416238,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.699514748210191,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.85366542803745,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.987196820661973,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.104979856318357,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.11382792451231,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.519293032620475`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.806975105072254`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
20.030118656386467`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
9.210340371976184,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
8.517193191416238,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.699514748210191,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.85366542803745,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
8.987196820661973,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.104979856318357,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
9.903487552536127,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.308952660644293`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
10.596634733096073`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.11382792451231,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.519293032620475`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
19.806975105072254`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
20.030118656386467`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{9.136684924845516, 17.398759848957663`}, {7.224157378818994,
7.465139123120487}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.811322811743577*^9, 3.811322995222767*^9, 3.81132329920374*^9,
3.811323350774621*^9},
CellLabel->
"During evaluation of \
In[35]:=",ExpressionUUID->"c1651972-1659-4057-a0c3-75743d08c7f0"]
}, Open ]]
}, Open ]]
}, Closed]],
Cell[CellGroupData[{
Cell["Triplets", "Subsubsection",
CellChangeTimes->{{3.811322582586644*^9,
3.81132259138094*^9}},ExpressionUUID->"8290767e-5c5f-4c22-a626-\
60f8e91458c0"],
Cell[CellGroupData[{
Cell[BoxData[
RowBox[{
RowBox[{"Flush", "[", "\"\<nitrosomethane_3_AVDZ\>\"", "]"}],
";"}]], "Input",
CellChangeTimes->{{3.777429522265008*^9, 3.777429526325075*^9}, {
3.811322562001708*^9, 3.8113225929063673`*^9}, {3.811322816061357*^9,
3.811322817795486*^9}, 3.811322999094022*^9, {3.811323305481861*^9,
3.811323306132203*^9}, 3.8113233548290443`*^9},
CellLabel->"In[36]:=",ExpressionUUID->"3a373492-ff76-491f-9440-5e1477e4b41b"],
Cell[CellGroupData[{
Cell[BoxData[
InterpretationBox[GridBox[{
{"\<\"State\"\>", "\<\"Linear fit\"\>", "\<\"\"\>", "\<\"\"\>", \
"\<\"\"\>"},
{GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.4090528747902624218`7.228936614427488"}]}],
RowBox[{"b", "\[Rule]", "0.0514897296578802552`3.711720611609736"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.4176800780712426331`7.228958730432015"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0779761728666092668`3.891961915851953"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.4168695951622680695`7.22895665279114"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0663082509418185112`3.8215675723798874"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.4171362477852085249`7.228957336345688"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0701341263075652421`3.845929391157281"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.4173041908791788046`7.2289577668613045"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0725137347591917336`3.860420273677003"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.3456439986662473984`7.22877402996398"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.1188748700128973296`4.075090055054095"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.3453187008305462768`7.228773195722323"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.113898291625928183`4.056517210093178"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.3422900409349267647`7.228765428504118"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0684482712125663306`3.8353624836997504"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.3385465489147065909`7.228755827855059"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0138899962909962548`3.142702129769288"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.3347800394690807479`7.22874616796076"}]}],
RowBox[{"b", "\[Rule]", "0.0383618279414048233`3.5838992931271774"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.2250393398755647922`7.228464623730082"}]}],
RowBox[{"b", "\[Rule]", "0.1211361125148200518`4.083273632225976"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.2383159047233789352`7.228498695004065"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0851374075874572062`3.9301204218852432"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.239312858869595857`7.228501253351487"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.1002413806979731009`4.001047039883353"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.2372476526429352361`7.228495953677755"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0704800506294387674`3.8480662073801266"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.23584793611337318`7.228492361728068"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.051480223603039249`3.7116404245834604"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"4", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.1760350596289299574`7.22833884228162"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0475528017914181519`3.6771761104785834"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.1809647268044898283`7.228351497124011"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.1189598741926735231`4.075400496221223"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.176210083447301713`7.228339291587806"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0515279873265980168`3.712043179332352"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.1726799808462260444`7.228330229320275"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0033111365443869527`2.51997709052285"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.1739792402621560541`7.228333564723062"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.020226037176059905`3.305910801151567"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"5", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.089609855421457496`7.2281169220797565"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.1590930420896634889`4.201651186257881"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"5", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.087528077570283358`7.2281115751504"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.1314229207118708664`4.118671114619478"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"5", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.0797133554938795896`7.2280915028887485"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0301063600406690189`3.478658251035483"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"5", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.0833379952736947871`7.228100812960024"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.075370248756326419`3.8771999486447712"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"5", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.084434698112318074`7.228103629857609"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0885625215012343925`3.9472499730296877"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
TableForm[{{{
1, {$CellContext`a -> -169.4090528747902624218`7.228936614427488, \
$CellContext`b -> 0.0514897296578802552`3.711720611609736}}, {
1, {$CellContext`a -> -169.4176800780712426331`7.228958730432015, \
$CellContext`b -> -0.0779761728666092668`3.891961915851953}}, {
1, {$CellContext`a -> -169.4168695951622680695`7.22895665279114, \
$CellContext`b -> -0.0663082509418185112`3.8215675723798874}}, {
1, {$CellContext`a -> -169.4171362477852085249`7.228957336345688, \
$CellContext`b -> -0.0701341263075652421`3.845929391157281}}, {
1, {$CellContext`a -> -169.4173041908791788046`7.2289577668613045, \
$CellContext`b -> -0.0725137347591917336`3.860420273677003}}}, {{
2, {$CellContext`a -> -169.3456439986662473984`7.22877402996398, \
$CellContext`b -> -0.1188748700128973296`4.075090055054095}}, {
2, {$CellContext`a -> -169.3453187008305462768`7.228773195722323, \
$CellContext`b -> -0.113898291625928183`4.056517210093178}}, {
2, {$CellContext`a -> -169.3422900409349267647`7.228765428504118, \
$CellContext`b -> -0.0684482712125663306`3.8353624836997504}}, {
2, {$CellContext`a -> -169.3385465489147065909`7.228755827855059, \
$CellContext`b -> -0.0138899962909962548`3.142702129769288}}, {
2, {$CellContext`a -> -169.3347800394690807479`7.22874616796076, \
$CellContext`b -> 0.0383618279414048233`3.5838992931271774}}}, {{
3, {$CellContext`a -> -169.2250393398755647922`7.228464623730082, \
$CellContext`b -> 0.1211361125148200518`4.083273632225976}}, {
3, {$CellContext`a -> -169.2383159047233789352`7.228498695004065, \
$CellContext`b -> -0.0851374075874572062`3.9301204218852432}}, {
3, {$CellContext`a -> -169.239312858869595857`7.228501253351487, \
$CellContext`b -> -0.1002413806979731009`4.001047039883353}}, {
3, {$CellContext`a -> -169.2372476526429352361`7.228495953677755, \
$CellContext`b -> -0.0704800506294387674`3.8480662073801266}}, {
3, {$CellContext`a -> -169.23584793611337318`7.228492361728068, \
$CellContext`b -> -0.051480223603039249`3.7116404245834604}}}, {{
4, {$CellContext`a -> -169.1760350596289299574`7.22833884228162, \
$CellContext`b -> -0.0475528017914181519`3.6771761104785834}}, {
4, {$CellContext`a -> -169.1809647268044898283`7.228351497124011, \
$CellContext`b -> -0.1189598741926735231`4.075400496221223}}, {
4, {$CellContext`a -> -169.176210083447301713`7.228339291587806, \
$CellContext`b -> -0.0515279873265980168`3.712043179332352}}, {
4, {$CellContext`a -> -169.1726799808462260444`7.228330229320275, \
$CellContext`b -> -0.0033111365443869527`2.51997709052285}}, {
4, {$CellContext`a -> -169.1739792402621560541`7.228333564723062, \
$CellContext`b -> -0.020226037176059905`3.305910801151567}}}, {{
5, {$CellContext`a -> -169.089609855421457496`7.2281169220797565, \
$CellContext`b -> -0.1590930420896634889`4.201651186257881}}, {
5, {$CellContext`a -> -169.087528077570283358`7.2281115751504, \
$CellContext`b -> -0.1314229207118708664`4.118671114619478}}, {
5, {$CellContext`a -> -169.0797133554938795896`7.2280915028887485, \
$CellContext`b -> -0.0301063600406690189`3.478658251035483}}, {
5, {$CellContext`a -> -169.0833379952736947871`7.228100812960024, \
$CellContext`b -> -0.075370248756326419`3.8771999486447712}}, {
5, {$CellContext`a -> -169.084434698112318074`7.228103629857609, \
$CellContext`b -> -0.0885625215012343925`3.9472499730296877}}}},
TableAlignments -> Center,
TableHeadings -> {None, {"State", "Linear fit"}}]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, 3.811322999459758*^9,
3.811323306547594*^9, 3.811323355189083*^9},
CellLabel->
"During evaluation of \
In[36]:=",ExpressionUUID->"d091b1d5-65c6-4006-80be-842cb99acd9c"],
Cell[BoxData[
InterpretationBox[GridBox[{
{"\<\"State\"\>", "\<\"Quadratic fit\"\>", "\<\"\"\>", "\<\"\"\>", \
"\<\"\"\>"},
{GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.3598574264341891649`7.228810479405906"}]}],
RowBox[{"b2", "\[Rule]", "1.5261887038336343636`5.183608234776765"}],
RowBox[{"c2", "\[Rule]", "11.048489199673097616`6.043302895477796"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.4205394776845423621`7.228966060310417"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1591037387692768312`4.201680385226645"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.57212612940980756`4.7574917827584295"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.4188775799546533563`7.228961800162528"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1138589407488588556`4.056367139171073"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.2671087874965796805`4.426688175922898"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.417258990721563805`7.228957650992493"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0713844416155984263`3.8536035667232094"}]}],
RowBox[{"c2", "\[Rule]", "0.0068537427164434553`2.835927797361704"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.4249901488765317481`7.228977469060249"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.2658347880549535858`4.424611813595803"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "1.1813962639600952276`5.072395593113874"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.3518416439905820425`7.22878992381191"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.3075712350177179921`4.487945716509024"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "1.4357522357393721624`5.15707950123286"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.3748217346524711502`7.228848851128016"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.9914764682817165387`4.996282411111492"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "6.5178755731919935101`5.814106065489066"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.3619649421037536285`7.228815883736925"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.6249981875922561159`4.795878757952358"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "3.9174203461617849165`5.593000174617567"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.3486697155830995598`7.228781789481088"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.2755276373023688996`4.44016516807316"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "1.6587919751759538922`5.219791925688103"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.3353454211452628897`7.228747617997971"}]}],
RowBox[{"b2", "\[Rule]", "0.0322287845556450195`3.5082439272706374"}],
RowBox[{"c2", "\[Rule]", "0.0157022679724258471`3.195962384687822"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.0536293770797726665`7.22802449897945"}]}],
RowBox[{"b2", "\[Rule]", "5.4351574008372240954`5.735212125667066"}],
RowBox[{
"c2", "\[Rule]", "41.1770681092356340969`6.614655420734895"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.232562810387406671`7.22848393132848"}]}],
RowBox[{"b2", "\[Rule]", "0.0820644485431094028`3.9141550554697893"}],
RowBox[{"c2", "\[Rule]", "1.2107116487919769021`5.08304072097126"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.2453983791793064029`7.2285168694653175"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.2660344909606915387`4.424937945889882"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "1.1119502796364846287`5.046085368395074"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.2441274596133951036`7.2285136081924435"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.2349305802229664786`4.370939551293099"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.9305574824649215371`4.968743205565934"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"3", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.2442868057544842486`7.228514017087678"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.2387031594619147268`4.377858167342719"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.9515438833471745461`4.978428821898976"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"4", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.069056980638265486`7.2280641302929896"}]}],
RowBox[{"b2", "\[Rule]", "3.0344647109922981976`5.482082091271064"}],
RowBox[{
"c2", "\[Rule]", "22.1895401663116977886`6.346148302443697"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.208681154576879635`7.228422640504507"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.9062319217557005535`4.957239356009337"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "5.5843675997333273031`5.746973998669748"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.1872449463616021603`7.228367618406218"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.3401312566759366329`4.53164654365909"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "1.8725597256129888901`5.272435678489255"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.169699436945194293`7.228322577699622"}]}],
RowBox[{"b2", "\[Rule]", "0.0718202403956583468`3.856246854456626"}],
RowBox[{"c2", "\[Rule]", "0.4621341172208999204`4.664768031651856"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"4", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.1706419363118811816`7.228324997288563"}]}],
RowBox[{"b2", "\[Rule]", "0.0511988669170996419`3.709260349704418"}],
RowBox[{
"c2", "\[Rule]", "0.3563668273509322248`4.5518972706483725"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"5", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.1226224404361744291`7.228201704250132"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "1.0329627105614005433`5.014084643988428"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "5.7809136202893531831`5.761996480097836"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"5", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.1210556657125607671`7.2281976808689965"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.992662803726794718`4.996801748646057"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "5.5221666597043537195`5.742109509564697"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"5", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.0631099923197950829`7.228048853756397"}]}],
RowBox[{"b2", "\[Rule]", "0.3655019508082159585`4.562889699277416"}],
RowBox[{"c2", "\[Rule]", "2.3295856566423305267`5.367278683671635"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"5", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.0699178485833726882`7.2280663416334505"}]}],
RowBox[{"b2", "\[Rule]", "0.21401725706716343`4.330448793661682"}],
RowBox[{"c2", "\[Rule]", "1.5089163382274222158`5.178665161012554"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"5", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.0630258336528299878`7.228048637566989"}]}],
RowBox[{"b2", "\[Rule]", "0.3623132353120386284`4.559084199113189"}],
RowBox[{"c2", "\[Rule]", "2.2777284679478180252`5.357501949813029"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
TableForm[{{{
1, {$CellContext`a2 -> -169.3598574264341891649`7.228810479405906, \
$CellContext`b2 -> 1.5261887038336343636`5.183608234776765, $CellContext`c2 ->
11.048489199673097616`6.043302895477796}}, {
1, {$CellContext`a2 -> -169.4205394776845423621`7.228966060310417, \
$CellContext`b2 -> -0.1591037387692768312`4.201680385226645, $CellContext`c2 -> \
-0.57212612940980756`4.7574917827584295}}, {
1, {$CellContext`a2 -> -169.4188775799546533563`7.228961800162528, \
$CellContext`b2 -> -0.1138589407488588556`4.056367139171073, $CellContext`c2 -> \
-0.2671087874965796805`4.426688175922898}}, {
1, {$CellContext`a2 -> -169.417258990721563805`7.228957650992493, \
$CellContext`b2 -> -0.0713844416155984263`3.8536035667232094, $CellContext`c2 ->
0.0068537427164434553`2.835927797361704}}, {
1, {$CellContext`a2 -> -169.4249901488765317481`7.228977469060249, \
$CellContext`b2 -> -0.2658347880549535858`4.424611813595803, $CellContext`c2 -> \
-1.1813962639600952276`5.072395593113874}}}, {{
2, {$CellContext`a2 -> -169.3518416439905820425`7.22878992381191, \
$CellContext`b2 -> -0.3075712350177179921`4.487945716509024, $CellContext`c2 -> \
-1.4357522357393721624`5.15707950123286}}, {
2, {$CellContext`a2 -> -169.3748217346524711502`7.228848851128016, \
$CellContext`b2 -> -0.9914764682817165387`4.996282411111492, $CellContext`c2 -> \
-6.5178755731919935101`5.814106065489066}}, {
2, {$CellContext`a2 -> -169.3619649421037536285`7.228815883736925, \
$CellContext`b2 -> -0.6249981875922561159`4.795878757952358, $CellContext`c2 -> \
-3.9174203461617849165`5.593000174617567}}, {
2, {$CellContext`a2 -> -169.3486697155830995598`7.228781789481088, \
$CellContext`b2 -> -0.2755276373023688996`4.44016516807316, $CellContext`c2 -> \
-1.6587919751759538922`5.219791925688103}}, {
2, {$CellContext`a2 -> -169.3353454211452628897`7.228747617997971, \
$CellContext`b2 -> 0.0322287845556450195`3.5082439272706374, $CellContext`c2 ->
0.0157022679724258471`3.195962384687822}}}, {{
3, {$CellContext`a2 -> -169.0536293770797726665`7.22802449897945, \
$CellContext`b2 -> 5.4351574008372240954`5.735212125667066, $CellContext`c2 ->
41.1770681092356340969`6.614655420734895}}, {
3, {$CellContext`a2 -> -169.232562810387406671`7.22848393132848, \
$CellContext`b2 -> 0.0820644485431094028`3.9141550554697893, $CellContext`c2 ->
1.2107116487919769021`5.08304072097126}}, {
3, {$CellContext`a2 -> -169.2453983791793064029`7.2285168694653175, \
$CellContext`b2 -> -0.2660344909606915387`4.424937945889882, $CellContext`c2 -> \
-1.1119502796364846287`5.046085368395074}}, {
3, {$CellContext`a2 -> -169.2441274596133951036`7.2285136081924435, \
$CellContext`b2 -> -0.2349305802229664786`4.370939551293099, $CellContext`c2 -> \
-0.9305574824649215371`4.968743205565934}}, {
3, {$CellContext`a2 -> -169.2442868057544842486`7.228514017087678, \
$CellContext`b2 -> -0.2387031594619147268`4.377858167342719, $CellContext`c2 -> \
-0.9515438833471745461`4.978428821898976}}}, {{
4, {$CellContext`a2 -> -169.069056980638265486`7.2280641302929896, \
$CellContext`b2 -> 3.0344647109922981976`5.482082091271064, $CellContext`c2 ->
22.1895401663116977886`6.346148302443697}}, {
4, {$CellContext`a2 -> -169.208681154576879635`7.228422640504507, \
$CellContext`b2 -> -0.9062319217557005535`4.957239356009337, $CellContext`c2 -> \
-5.5843675997333273031`5.746973998669748}}, {
4, {$CellContext`a2 -> -169.1872449463616021603`7.228367618406218, \
$CellContext`b2 -> -0.3401312566759366329`4.53164654365909, $CellContext`c2 -> \
-1.8725597256129888901`5.272435678489255}}, {
4, {$CellContext`a2 -> -169.169699436945194293`7.228322577699622, \
$CellContext`b2 -> 0.0718202403956583468`3.856246854456626, $CellContext`c2 ->
0.4621341172208999204`4.664768031651856}}, {
4, {$CellContext`a2 -> -169.1706419363118811816`7.228324997288563, \
$CellContext`b2 -> 0.0511988669170996419`3.709260349704418, $CellContext`c2 ->
0.3563668273509322248`4.5518972706483725}}}, {{
5, {$CellContext`a2 -> -169.1226224404361744291`7.228201704250132, \
$CellContext`b2 -> -1.0329627105614005433`5.014084643988428, $CellContext`c2 -> \
-5.7809136202893531831`5.761996480097836}}, {
5, {$CellContext`a2 -> -169.1210556657125607671`7.2281976808689965, \
$CellContext`b2 -> -0.992662803726794718`4.996801748646057, $CellContext`c2 -> \
-5.5221666597043537195`5.742109509564697}}, {
5, {$CellContext`a2 -> -169.0631099923197950829`7.228048853756397, \
$CellContext`b2 -> 0.3655019508082159585`4.562889699277416, $CellContext`c2 ->
2.3295856566423305267`5.367278683671635}}, {
5, {$CellContext`a2 -> -169.0699178485833726882`7.2280663416334505, \
$CellContext`b2 -> 0.21401725706716343`4.330448793661682, $CellContext`c2 ->
1.5089163382274222158`5.178665161012554}}, {
5, {$CellContext`a2 -> -169.0630258336528299878`7.228048637566989, \
$CellContext`b2 -> 0.3623132353120386284`4.559084199113189, $CellContext`c2 ->
2.2777284679478180252`5.357501949813029}}}}, TableAlignments -> Center,
TableHeadings -> {None, {"State", "Quadratic fit"}}]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, 3.811322999459758*^9,
3.811323306547594*^9, 3.8113233551961803`*^9},
CellLabel->
"During evaluation of \
In[36]:=",ExpressionUUID->"52a99327-aeb6-4fc1-89fc-644290909bd0"],
Cell[BoxData["\<\"Excitation energies with PT2\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, 3.811322999459758*^9,
3.811323306547594*^9, 3.811323355201008*^9},
CellLabel->
"During evaluation of \
In[36]:=",ExpressionUUID->"eff2d043-f0f3-48d6-9459-9feb991f7305"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
TagBox["\<\"nDet\"\>",
HoldForm],
TagBox["\<\"1\"\>",
HoldForm],
TagBox["\<\"2\"\>",
HoldForm],
TagBox["\<\"3\"\>",
HoldForm],
TagBox["\<\"4\"\>",
HoldForm]},
{"76200", "1.9623567220201501016`3.29277795733699",
"4.9493804979606466077`3.694550842740749",
"6.6175426805947150655`3.8206967510141108",
"9.0417506383445793716`3.956252525493644"},
{"129504", "1.9168241819071476506`3.2825822796337745",
"4.9134084062113769775`3.691382864519977",
"6.5651085166453748698`3.8172419090684198",
"9.2702547149676597371`3.967091667238904"},
{"221216", "1.9064215411454377147`3.2802189365707455",
"4.9167603047413965811`3.691679036668128",
"6.5079069178645303495`3.8134413326257777",
"9.1811298065641580024`3.9628961276680146"},
{"384058", "1.9790087296952740825`3.296447709946732",
"4.9163341744362547558`3.691641395203256",
"6.4687570804562577464`3.8108208424995467",
"9.1458091553955842556`3.9612221347635193"},
{"732614", "1.9976360118816454126`3.3005163585485926",
"4.8939394758559542353`3.6896585940586153",
"6.4916666184608908807`3.8123562083999585",
"9.0793205826809000314`3.9580533509183926"},
{"1608497", "2.0188693285071925843`3.3051082101052045",
"4.8770395724539792326`3.6881562794850815",
"6.5143434991145570123`3.813870655032788",
"9.1069961949466584628`3.959375155120478"},
{"4253023", "2.0371542914565643478`3.309023923153615",
"4.8864723994173528965`3.688995450059226",
"6.527417753755183405`3.814741408367014",
"9.1209749560584096884`3.960041263263234"},
{"13044397", "2.0258784373185014793`3.3066133819987438",
"4.88967245841435183`3.6892797682713656",
"6.5207977677648347736`3.81430073145946",
"9.1054258258596334485`3.9593002608938934"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {{False}}, "Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{None, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"nDet", "1", "2", "3", "4"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, 3.811322999459758*^9,
3.811323306547594*^9, 3.811323355202771*^9},
CellLabel->
"During evaluation of \
In[36]:=",ExpressionUUID->"3a8538b3-4c1d-4470-8775-99d1dd96fe0c"],
Cell[BoxData["\<\"Linear fits\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, 3.811322999459758*^9,
3.811323306547594*^9, 3.81132335520457*^9},
CellLabel->
"During evaluation of \
In[36]:=",ExpressionUUID->"d6efc0e4-a9e4-4050-9fe5-9e0f7a2c367c"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
StyleBox["\[Null]",
ShowStringCharacters->False],
TagBox["\<\"state 1\"\>",
HoldForm],
TagBox["\<\"state 2\"\>",
HoldForm],
TagBox["\<\"state 3\"\>",
HoldForm],
TagBox["\<\"state 4\"\>",
HoldForm]},
{
TagBox["\<\"2 pts\"\>",
HoldForm], "1.7254434053049341191`3.236900718964011",
"5.0072633314685850436`3.6996004315020623",
"6.3407377178920256711`3.802139789139014",
"8.6924873114388869766`3.9391440654092396"},
{
TagBox["\<\"3 pts\"\>",
HoldForm], "1.9690533690354310448`3.294257487374017",
"4.8807477591269146089`3.6884863635569567",
"6.4413528001795059552`3.80897708660741",
"8.9838935309068350676`3.9534645964130584"},
{
TagBox["\<\"4 pts\"\>",
HoldForm], "2.029413039279706954`3.307370446453942",
"4.831564891711247256`3.6840878168305338",
"6.5486788726606617317`3.816153694467457",
"9.1744885866681560316`3.962581864730313"},
{
TagBox["\<\"5 pts\"\>",
HoldForm], "2.1385346331607859582`3.330116287966142",
"4.8950180030118950469`3.6897542934005143",
"6.6519938446848154712`3.8229518386802757",
"9.083113101892234198`3.958234722007591"},
{
TagBox["\<\"6 pts\"\>",
HoldForm], "2.2455965399931052673`3.351331730467557",
"4.9376761941758013919`3.6935226061115842",
"6.6212091595372433162`3.8209373071681494",
"9.0578402619606457336`3.95702465748618"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {False, True, {False}, False},
"Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{OutputFormsDump`HeadedRows, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{"2 pts", "3 pts", "4 pts", "5 pts", "6 pts"}, {
"state 1", "state 2", "state 3", "state 4"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, 3.811322999459758*^9,
3.811323306547594*^9, 3.8113233552062407`*^9},
CellLabel->
"During evaluation of \
In[36]:=",ExpressionUUID->"8c91658d-5284-40eb-9d8c-721948e2dd62"],
Cell[BoxData["\<\"Quadratic fits\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, 3.811322999459758*^9,
3.811323306547594*^9, 3.811323355208056*^9},
CellLabel->
"During evaluation of \
In[36]:=",ExpressionUUID->"2c3710fe-5989-4a96-ba7c-03fcb9b1a64c"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
StyleBox["\[Null]",
ShowStringCharacters->False],
TagBox["\<\"state 1\"\>",
HoldForm],
TagBox["\<\"state 2\"\>",
HoldForm],
TagBox["\<\"state 3\"\>",
HoldForm],
TagBox["\<\"state 4\"\>",
HoldForm]},
{
TagBox["\<\"3 pts\"\>",
HoldForm], "0.2181205503253322853`2.3386965847554473",
"8.3328896611346383594`3.920795631210315",
"7.9130831853409651089`3.898345731220327",
"6.4554927814412739195`3.8099293998312826"},
{
TagBox["\<\"4 pts\"\>",
HoldForm], "1.2440431536088549791`3.094835445506845",
"5.1151056565754693395`3.708854608838754",
"5.7649586116324966767`3.7607961937115255",
"8.1493696143106877372`3.9111240156584093"},
{
TagBox["\<\"5 pts\"\>",
HoldForm], "1.5486717579772957265`3.189959378504656",
"4.7206094987390487816`3.6739980759328046",
"6.3030450075297350665`3.7995504082603166",
"9.6809291605363068101`3.9859170422183157"},
{
TagBox["\<\"6 pts\"\>",
HoldForm], "1.8664092426247393952`3.271006876455962",
"4.7111489252180165366`3.673126833038515",
"6.7364385807477393797`3.8284303544711107",
"9.4516338993500070842`3.9755068912748315"},
{
TagBox["\<\"7 pts\"\>",
HoldForm], "2.4393572909533558501`3.387275415781192",
"4.9171884247985460092`3.6917168506091285",
"6.9211673955937209612`3.8401793532291233",
"9.8495507070171104402`3.993416420354105"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {False, True, {False}, False},
"Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{OutputFormsDump`HeadedRows, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{"3 pts", "4 pts", "5 pts", "6 pts", "7 pts"}, {
"state 1", "state 2", "state 3", "state 4"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, 3.811322999459758*^9,
3.811323306547594*^9, 3.8113233552096786`*^9},
CellLabel->
"During evaluation of \
In[36]:=",ExpressionUUID->"10d6347d-55f9-444c-8899-04eec6aa353b"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{11.241116741674738`, 1.96235672202015}, {11.771467047675593`,
1.9168241819071477`}, {12.306894878744991`, 1.9064215411454377`}, {
12.858548861830887`, 1.979008729695274}, {13.504374239163367`,
1.9976360118816454`}, {14.290810760567778`, 2.0188693285071926`}, {
15.263140582168479`, 2.0371542914565643`}, {16.383869250877446`,
2.0258784373185015`}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
11.241116741674738`, 1.96235672202015}}, {{11.771467047675593`,
1.9168241819071477`}}, {{12.306894878744991`, 1.9064215411454377`}}, {{
12.858548861830887`, 1.979008729695274}}, {{13.504374239163367`,
1.9976360118816454`}}, {{14.290810760567778`, 2.0188693285071926`}}, {{
15.263140582168479`, 2.0371542914565643`}}, {{16.383869250877446`,
2.0258784373185015`}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2osp+3Vmzf9uvuhLb/u3rdwcYf5Z7
xtMvX9kdYfzzUn0e775LwPl3BB+udu1RgvMnPvj8U6FOA85X/SOW9PODHpwf
NqHY+HKVEZzPefKx04q9pnD+3bQJW50/WsD52p2Ty06+tYbzX1ycd+Sslj2c
3+/fYBAn4Qjn787w37BjshOcLzd1UVmQvgucv49ZMSVxvSucP61VecZ6f3c4
/5/lkb8JLzzg/MUGE7raU73g/HqrB7FvmXzg/Blt0REnWnzh/JdPo2Y+UvOH
859a/2HdkBAA539Z+iBIUyEQzp8vye586D2Cn6F3+NjUjUFwfmWM3+NZ+cFw
vtoU6cX7bUPg/E85dd/k/iH4kf7Kb+eeC0WEr/f0Gr/ZYXD+9ecL5ltGhcP5
jn1vUl00I+D8k1fP7u98heDPNKvbxLAiEs5nXVjgMb00Cs6fsOZHYYZpNJy/
7eAhu0jWGDj/d7nS/JbjCH6He+CMh62xcP5GhUMmcSFxcP6PWSdSREXj4fzb
coIWb54i+MxxIkFVkQlwvsbfVxeldyL40guTlM8qJML5c0WX7pvdiOAfFvNX
a36A4G+XmRVf5Z4E51t9Xv+obzmC38wnkqd/F8E/o1nx87xQMpwPAG6Ab1E=
"]]},
Annotation[#, "Charting`Private`Tag$22833#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2BmdlT8e/Pm2/6kps+7ev3x1g/Fnu
GU+/fGV3hPHPS/V5vPsuAeffEXy42rVHCc6f+ODzT4U6DThf9Y9Y0s8PenB+
2IRi48tVRnA+58nHTiv2msL5d9MmbHX+aAHna3dOLjv51hrOf3Fx3pGzWvZw
fr9/g0GchCOcvzvDf8OOyU5wvtzURWVB+i5w/j5mxZTE9a5w/rRW5Rnr/d3h
/H+WR/4mvPCA8xcbTOhqT/WC8+utHsS+ZfKB82e0RUecaPGF818+jZr5SM0f
zn9q/Yd1Q0IAnP9l6YMgTYVAOH++JLvzofcIfobe4WNTNwbB+ZUxfo9n5QfD
+WpTpBfvtw2B8z/l1H2T+4fgR/orv517LhQRvt7Ta/xmh8H5158vmG8ZFQ7n
O/a9SXXRjIDzT149u7/zFYI/06xuE8OKSDifdWGBx/TSKDh/wpofhRmm0XD+
toOH7CJZY+D83+VK81uOI/gd7oEzHrbGwvkbFQ6ZxIXEwfk/Zp1IERWNh/Nv
ywlavHmK4DPHiQRVRSbA+Rp/X12U3ongSy9MUj6rkAjnzxVdum92I4J/WMxf
rfkBgr9dZlZ8lXsSnG/1ef2jvuUIfjOfSJ7+XQT/jGbFz/NCyXA+ABgTnqU=
"]]},
Annotation[#, "Charting`Private`Tag$22833#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{11.0246032896814, 1.8991586105725975`},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{11.512925464970229`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.122363377404328`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.815510557964274`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {15.424948470398375`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {16.11809565095832,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{11.0246032896814, 16.383869250877446`}, {1.8991586105725975`,
2.0371542914565643`}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, 3.811322999459758*^9,
3.811323306547594*^9, 3.811323355261896*^9},
CellLabel->
"During evaluation of \
In[36]:=",ExpressionUUID->"d917a35b-03c8-4668-97fd-6a2a41e4d624"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{11.241116741674738`, 4.949380497960647}, {
11.771467047675593`, 4.913408406211377}, {12.306894878744991`,
4.916760304741397}, {12.858548861830887`, 4.916334174436255}, {
13.504374239163367`, 4.893939475855954}, {14.290810760567778`,
4.877039572453979}, {15.263140582168479`, 4.886472399417353}, {
16.383869250877446`, 4.889672458414352}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
11.241116741674738`, 4.949380497960647}}, {{11.771467047675593`,
4.913408406211377}}, {{12.306894878744991`, 4.916760304741397}}, {{
12.858548861830887`, 4.916334174436255}}, {{13.504374239163367`,
4.893939475855954}}, {{14.290810760567778`, 4.877039572453979}}, {{
15.263140582168479`, 4.886472399417353}}, {{16.383869250877446`,
4.889672458414352}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP26RVvOAvYRRxWXYlt//b1uwOMP8s9
4+mXr+yOMP55qT6Pd98l4Pw7gg9Xu/YowfkTH3z+qVCnAeer/hFL+vlBD84P
m1BsfLnKCM7nPPnYacVeUzj/btqErc4fLeB87c7JZSffWsP5Ly7OO3JWyx7O
7/dvMIiTcITzd2f4b9gx2QnOl5u6qCxI3wXO38esmJK43hXOn9aqPGO9vzuc
/8/yyN+EFx5w/mKDCV3tqV5wfr3Vg9i3TD5w/oy26IgTLb5w/sunUTMfqfnD
+U+t/7BuSAiA878sfRCkqRAI58+XZHc+9B7Bz9A7fGzqxiA4vzLG7/Gs/GA4
X22K9OL9tiFw/qecum9y/xD8SH/lt3PPhSLC13t6jd/sMDj/+vMF8y2jwuF8
x743qS6aEXD+yatn93e+QvBnmtVtYlgRCeezLizwmF4aBedPWPOjMMM0Gs7f
dvCQXSRrDJz/u1xpfstxBL/DPXDGw9ZYOH+jwiGTuJA4OP/HrBMpoqLxcP5t
OUGLN08RfOY4kaCqyAQ4X+Pvq4vSOxF86YVJymcVEuH8uaJL981uRPAPi/mr
NT9A8LfLzIqvck+C860+r3/UtxzBb+YTydO/i+Cf0az4eV4oGc4HAKX5S10=
"]]},
Annotation[#, "Charting`Private`Tag$23227#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2T+vrmwtWKTisuhLb/u3rdwcYf5Z7
xtMvX9kdYfzzUn0e775LwPl3BB+udu1RgvMnPvj8U6FOA85X/SOW9PODHpwf
NqHY+HKVEZzPefKx04q9pnD+3bQJW50/WsD52p2Ty06+tYbzX1ycd+Sslj2c
3+/fYBAn4Qjn787w37BjshOcLzd1UVmQvgucv49ZMSVxvSucP61VecZ6f3c4
/5/lkb8JLzzg/MUGE7raU73g/HqrB7FvmXzg/Blt0REnWnzh/JdPo2Y+UvOH
859a/2HdkBAA539Z+iBIUyEQzp8vye586D2Cn6F3+NjUjUFwfmWM3+NZ+cFw
vtoU6cX7bUPg/E85dd/k/iH4kf7Kb+eeC0WEr/f0Gr/ZYXD+9ecL5ltGhcP5
jn1vUl00I+D8k1fP7u98heDPNKvbxLAiEs5nXVjgMb00Cs6fsOZHYYZpNJy/
7eAhu0jWGDj/d7nS/JbjCH6He+CMh62xcP5GhUMmcSFxcP6PWSdSREXj4fzb
coIWb54i+MxxIkFVkQlwvsbfVxeldyL40guTlM8qJML5c0WX7pvdiOAfFvNX
a36A4G+XmRVf5Z4E51t9Xv+obzmC38wnkqd/F8E/o1nx87xQMpwPAMz4jJE=
"]]},
Annotation[#, "Charting`Private`Tag$23227#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{11.0246032896814, 4.873020632148053},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{11.512925464970229`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.122363377404328`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.815510557964274`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {15.424948470398375`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {16.11809565095832,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{11.0246032896814, 16.383869250877446`}, {4.873020632148053,
4.949380497960647}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, 3.811322999459758*^9,
3.811323306547594*^9, 3.811323355355699*^9},
CellLabel->
"During evaluation of \
In[36]:=",ExpressionUUID->"c77b3a7b-b8f1-4f50-b2d6-1c4b823990b2"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{11.241116741674738`, 6.617542680594715}, {
11.771467047675593`, 6.565108516645375}, {12.306894878744991`,
6.50790691786453}, {12.858548861830887`, 6.468757080456258}, {
13.504374239163367`, 6.491666618460891}, {14.290810760567778`,
6.514343499114557}, {15.263140582168479`, 6.527417753755183}, {
16.383869250877446`, 6.520797767764835}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
11.241116741674738`, 6.617542680594715}}, {{11.771467047675593`,
6.565108516645375}}, {{12.306894878744991`, 6.50790691786453}}, {{
12.858548861830887`, 6.468757080456258}}, {{13.504374239163367`,
6.491666618460891}}, {{14.290810760567778`, 6.514343499114557}}, {{
15.263140582168479`, 6.527417753755183}}, {{16.383869250877446`,
6.520797767764835}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2Ewq0I1/FSDqsuhLb/u3rdwcYf5Z7
xtMvX9kdYfzzUn0e775LwPl3BB+udu1RgvMnPvj8U6FOA85X/SOW9PODHpwf
NqHY+HKVEZzPefKx04q9pnD+3bQJW50/WsD52p2Ty06+tYbzX1ycd+Sslj2c
3+/fYBAn4Qjn787w37BjshOcLzd1UVmQvgucv49ZMSVxvSucP61VecZ6f3c4
/5/lkb8JLzzg/MUGE7raU73g/HqrB7FvmXzg/Blt0REnWnzh/JdPo2Y+UvOH
859a/2HdkBAA539Z+iBIUyEQzp8vye586D2Cn6F3+NjUjUFwfmWM3+NZ+cFw
vtoU6cX7bUPg/E85dd/k/iH4kf7Kb+eeC0WEr/f0Gr/ZYXD+9ecL5ltGhcP5
jn1vUl00I+D8k1fP7u98heDPNKvbxLAiEs5nXVjgMb00Cs6fsOZHYYZpNJy/
7eAhu0jWGDj/d7nS/JbjCH6He+CMh62xcP5GhUMmcSFxcP6PWSdSREXj4fzb
coIWb54i+MxxIkFVkQlwvsbfVxeldyL40guTlM8qJML5c0WX7pvdiOAfFvNX
a36A4G+XmRVf5Z4E51t9Xv+obzmC38wnkqd/F8E/o1nx87xQMpwPAJo6Zi0=
"]]},
Annotation[#, "Charting`Private`Tag$23621#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2/S5+7v+XyTusuhLb/u3rdwcYf5Z7
xtMvX9kdYfzzUn0e775LwPl3BB+udu1RgvMnPvj8U6FOA85X/SOW9PODHpwf
NqHY+HKVEZzPefKx04q9pnD+3bQJW50/WsD52p2Ty06+tYbzX1ycd+Sslj2c
3+/fYBAn4Qjn787w37BjshOcLzd1UVmQvgucv49ZMSVxvSucP61VecZ6f3c4
/5/lkb8JLzzg/MUGE7raU73g/HqrB7FvmXzg/Blt0REnWnzh/JdPo2Y+UvOH
859a/2HdkBAA539Z+iBIUyEQzp8vye586D2Cn6F3+NjUjUFwfmWM3+NZ+cFw
vtoU6cX7bUPg/E85dd/k/iH4kf7Kb+eeC0WEr/f0Gr/ZYXD+9ecL5ltGhcP5
jn1vUl00I+D8k1fP7u98heDPNKvbxLAiEs5nXVjgMb00Cs6fsOZHYYZpNJy/
7eAhu0jWGDj/d7nS/JbjCH6He+CMh62xcP5GhUMmcSFxcP6PWSdSREXj4fzb
coIWb54i+MxxIkFVkQlwvsbfVxeldyL40guTlM8qJML5c0WX7pvdiOAfFvNX
a36A4G+XmRVf5Z4E51t9Xv+obzmC38wnkqd/F8E/o1nx87xQMpwPAFZKdQE=
"]]},
Annotation[#, "Charting`Private`Tag$23621#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{11.0246032896814, 6.460491213781899},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{11.512925464970229`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.122363377404328`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.815510557964274`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {15.424948470398375`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {16.11809565095832,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{11.0246032896814, 16.383869250877446`}, {6.460491213781899,
6.617542680594715}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, 3.811322999459758*^9,
3.811323306547594*^9, 3.8113233554470263`*^9},
CellLabel->
"During evaluation of \
In[36]:=",ExpressionUUID->"5f204143-6312-445b-ad84-b32bd9d7bb78"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{11.241116741674738`, 9.04175063834458}, {11.771467047675593`,
9.27025471496766}, {12.306894878744991`, 9.181129806564158}, {
12.858548861830887`, 9.145809155395584}, {13.504374239163367`,
9.0793205826809}, {14.290810760567778`, 9.106996194946658}, {
15.263140582168479`, 9.12097495605841}, {16.383869250877446`,
9.105425825859633}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
11.241116741674738`, 9.04175063834458}}, {{11.771467047675593`,
9.27025471496766}}, {{12.306894878744991`, 9.181129806564158}}, {{
12.858548861830887`, 9.145809155395584}}, {{13.504374239163367`,
9.0793205826809}}, {{14.290810760567778`, 9.106996194946658}}, {{
15.263140582168479`, 9.12097495605841}}, {{16.383869250877446`,
9.105425825859633}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2p3nSN/UmKTqsuhLb/u3rdwcYf5Z7
xtMvX9kdYfzzUn0e775LwPl3BB+udu1RgvMnPvj8U6FOA85X/SOW9PODHpwf
NqHY+HKVEZzPefKx04q9pnD+3bQJW50/WsD52p2Ty06+tYbzX1ycd+Sslj2c
3+/fYBAn4Qjn787w37BjshOcLzd1UVmQvgucv49ZMSVxvSucP61VecZ6f3c4
/5/lkb8JLzzg/MUGE7raU73g/HqrB7FvmXzg/Blt0REnWnzh/JdPo2Y+UvOH
859a/2HdkBAA539Z+iBIUyEQzp8vye586D2Cn6F3+NjUjUFwfmWM3+NZ+cFw
vtoU6cX7bUPg/E85dd/k/iH4kf7Kb+eeC0WEr/f0Gr/ZYXD+9ecL5ltGhcP5
jn1vUl00I+D8k1fP7u98heDPNKvbxLAiEs5nXVjgMb00Cs6fsOZHYYZpNJy/
7eAhu0jWGDj/d7nS/JbjCH6He+CMh62xcP5GhUMmcSFxcP6PWSdSREXj4fzb
coIWb54i+MxxIkFVkQlwvsbfVxeldyL40guTlM8qJML5c0WX7pvdiOAfFvNX
a36A4G+XmRVf5Z4E51t9Xv+obzmC38wnkqd/F8E/o1nx87xQMpwPAC68bBE=
"]]},
Annotation[#, "Charting`Private`Tag$24015#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2t7LkN+dcknRYdSW2/dvX7w4w/iz3
jKdfvrI7wvjnpfo83n2XgPPvCD5c7dqjBOdPfPD5p0KdBpyv+kcs6ecHPTg/
bEKx8eUqIzif8+RjpxV7TeH8u2kTtjp/tIDztTsnl518aw3nv7g478hZLXs4
v9+/wSBOwhHO353hv2HHZCc4X27qorIgfRc4fx+zYkrielc4f1qr8oz1/u5w
/j/LI38TXnjA+YsNJnS1p3rB+fVWD2LfMvnA+TPaoiNOtPjC+S+fRs18pOYP
5z+1/sO6ISEAzv+y9EGQpkIgnD9fkt350HsEP0Pv8LGpG4Pg/MoYv8ez8oPh
fLUp0ov324bA+Z9y6r7J/UPwI/2V3849F4oIX+/pNX6zw+D8688XzLeMCofz
HfvepLpoRsD5J6+e3d/5CsGfaVa3iWFFJJzPurDAY3ppFJw/Yc2PwgzTaDh/
28FDdpGsMXD+73Kl+S3HEfwO98AZD1tj4fyNCodM4kLi4Pwfs06kiIrGw/m3
5QQt3jxF8JnjRIKqIhPgfI2/ry5K70TwpRcmKZ9VSITz54ou3Te7EcE/LOav
1vwAwd8uMyu+yj0Jzrf6vP5R33IEv5lPJE//LoJ/RrPi53mhZDgfAOelgjU=
"]]},
Annotation[#, "Charting`Private`Tag$24015#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{11.0246032896814, 9.029055967421076},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{11.512925464970229`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.122363377404328`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.815510557964274`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {15.424948470398375`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {16.11809565095832,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{11.0246032896814, 16.383869250877446`}, {9.029055967421076,
9.27025471496766}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, 3.811322999459758*^9,
3.811323306547594*^9, 3.8113233555405273`*^9},
CellLabel->
"During evaluation of \
In[36]:=",ExpressionUUID->"0eebce77-120c-4603-9886-5b123a238ab2"]
}, Open ]]
}, Open ]]
}, Closed]],
Cell[CellGroupData[{
Cell["Fluo", "Subsubsection",
CellChangeTimes->{{3.811322582586644*^9, 3.81132259138094*^9}, {
3.811323004653615*^9,
3.811323005519793*^9}},ExpressionUUID->"c0b74255-54a6-416e-9158-\
cc0ddf248363"],
Cell[CellGroupData[{
Cell[BoxData[
RowBox[{
RowBox[{"Flush", "[", "\"\<nitrosomethane_Fl_AVDZ\>\"", "]"}],
";"}]], "Input",
CellChangeTimes->{{3.777429522265008*^9, 3.777429526325075*^9}, {
3.811322562001708*^9, 3.8113225929063673`*^9}, {3.811322816061357*^9,
3.811322817795486*^9}, {3.811322999094022*^9, 3.811323008997849*^9}, {
3.8113233103187723`*^9, 3.81132331269525*^9}, 3.81132335818368*^9},
CellLabel->"In[37]:=",ExpressionUUID->"a8dee6ae-db9a-4763-b7cb-807ab0d6f44b"],
Cell[CellGroupData[{
Cell[BoxData[
InterpretationBox[GridBox[{
{"\<\"State\"\>", "\<\"Linear fit\"\>", "\<\"\"\>", "\<\"\"\>", \
"\<\"\"\>"},
{GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.4033087501849763612`7.228921888627003"}]}],
RowBox[{"b", "\[Rule]", "0.1090890169403601756`4.037781028110769"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.4102918919441265189`7.228939790741481"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.056720121013102115`3.7537371487488187"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.4110992390459387025`7.2289418604242135"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0754007724702099591`3.87737579517788"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.410585581443058345`7.228940543633273"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0638972275046000293`3.8054820145656714"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.410473532314398426`7.228940256388326"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0614792143581276984`3.788728309021104"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.3486586613118447531`7.22878176113242"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0810443777886215716`3.9087228923484028"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.3487384476933641508`7.228781965744475"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0831963979739197279`3.9201045237196395"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.3481812538932445023`7.228780536819801"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0689861865655341244`3.838762138578724"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.3481437764812653768`7.22878044070873"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0680812264837242082`3.833027370964835"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>"},
{
RowBox[{"a", "\[Rule]",
RowBox[{"-", "169.3479227922627501357`7.228779873992809"}]}],
RowBox[{"b", "\[Rule]",
RowBox[{"-", "0.0630917052551898949`3.7999722657624715"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
TableForm[{{{
1, {$CellContext`a -> -169.4033087501849763612`7.228921888627003, \
$CellContext`b -> 0.1090890169403601756`4.037781028110769}}, {
1, {$CellContext`a -> -169.4102918919441265189`7.228939790741481, \
$CellContext`b -> -0.056720121013102115`3.7537371487488187}}, {
1, {$CellContext`a -> -169.4110992390459387025`7.2289418604242135, \
$CellContext`b -> -0.0754007724702099591`3.87737579517788}}, {
1, {$CellContext`a -> -169.410585581443058345`7.228940543633273, \
$CellContext`b -> -0.0638972275046000293`3.8054820145656714}}, {
1, {$CellContext`a -> -169.410473532314398426`7.228940256388326, \
$CellContext`b -> -0.0614792143581276984`3.788728309021104}}}, {{
2, {$CellContext`a -> -169.3486586613118447531`7.22878176113242, \
$CellContext`b -> -0.0810443777886215716`3.9087228923484028}}, {
2, {$CellContext`a -> -169.3487384476933641508`7.228781965744475, \
$CellContext`b -> -0.0831963979739197279`3.9201045237196395}}, {
2, {$CellContext`a -> -169.3481812538932445023`7.228780536819801, \
$CellContext`b -> -0.0689861865655341244`3.838762138578724}}, {
2, {$CellContext`a -> -169.3481437764812653768`7.22878044070873, \
$CellContext`b -> -0.0680812264837242082`3.833027370964835}}, {
2, {$CellContext`a -> -169.3479227922627501357`7.228779873992809, \
$CellContext`b -> -0.0630917052551898949`3.7999722657624715}}}},
TableAlignments -> Center,
TableHeadings -> {None, {"State", "Linear fit"}}]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.81132300955824*^9}, 3.811323313108659*^9, 3.81132335858858*^9},
CellLabel->
"During evaluation of \
In[37]:=",ExpressionUUID->"c915a630-6dbb-4779-adf5-ad0056cd8716"],
Cell[BoxData[
InterpretationBox[GridBox[{
{"\<\"State\"\>", "\<\"Quadratic fit\"\>", "\<\"\"\>", "\<\"\"\>", \
"\<\"\"\>"},
{GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.2918326080695123892`7.228636006314439"}]}],
RowBox[{"b2", "\[Rule]", "5.3414114828073859798`5.7276560357165796"}],
RowBox[{
"c2", "\[Rule]", "61.3172657216061551821`6.787582780420852"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.3868277953157530646`7.228879634812681"}]}],
RowBox[{"b2", "\[Rule]", "0.9888934143000814858`4.99514948464486"}],
RowBox[{
"c2", "\[Rule]", "11.6001832034624552392`6.064464848160067"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.4111022279427345438`7.2289418680864115"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0851410758615402941`3.9301391337173"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.2154927869690567988`4.333432737921516"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.4111933424959204331`7.228942101663411"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.0889488356008084485`3.949140267254643"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.2548039945913764259`4.406206232200965"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"1", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.4117275577672785403`7.228943471150126"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1097548096479463997`4.040423560875843"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.4523364441140714232`4.655461579653996"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]},
{GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.3481003059671081701`7.228780329228284"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.051922081748007852`3.7153520966110363"}]}],
RowBox[{"c2", "\[Rule]", "0.3752145980141722292`4.574279726598477"}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.3521242515613494106`7.228790648544543"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.2529326669796036486`4.403004923345161"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "2.0859260417827116818`5.319298906096712"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.3498594089674895713`7.22878484043778"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1441389761311207829`4.158781432790833"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.8140703459367361061`4.910661935026942"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.3494924574630715597`7.228783899396632"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1273335619614694991`4.104942887970964"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.6282237441505778008`4.7981143468327785"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}], GridBox[{
{"2", "\<\"\"\>", "\<\"\"\>"},
{
RowBox[{"a2", "\[Rule]",
RowBox[{"-", "169.3494085338558932108`7.228783684175624"}]}],
RowBox[{"b2", "\[Rule]",
RowBox[{"-", "0.1237531993078472697`4.092556435272545"}]}],
RowBox[{"c2", "\[Rule]",
RowBox[{"-", "0.5917069894448940826`4.772106699341945"}]}]}
},
GridBoxAlignment->{"Columns" -> {{Left}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[0.7]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.1]},
Offset[0.2]}}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Baseline}}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
TableForm[{{{
1, {$CellContext`a2 -> -169.2918326080695123892`7.228636006314439, \
$CellContext`b2 -> 5.3414114828073859798`5.7276560357165796, $CellContext`c2 ->
61.3172657216061551821`6.787582780420852}}, {
1, {$CellContext`a2 -> -169.3868277953157530646`7.228879634812681, \
$CellContext`b2 -> 0.9888934143000814858`4.99514948464486, $CellContext`c2 ->
11.6001832034624552392`6.064464848160067}}, {
1, {$CellContext`a2 -> -169.4111022279427345438`7.2289418680864115, \
$CellContext`b2 -> -0.0851410758615402941`3.9301391337173, $CellContext`c2 -> \
-0.2154927869690567988`4.333432737921516}}, {
1, {$CellContext`a2 -> -169.4111933424959204331`7.228942101663411, \
$CellContext`b2 -> -0.0889488356008084485`3.949140267254643, $CellContext`c2 -> \
-0.2548039945913764259`4.406206232200965}}, {
1, {$CellContext`a2 -> -169.4117275577672785403`7.228943471150126, \
$CellContext`b2 -> -0.1097548096479463997`4.040423560875843, $CellContext`c2 -> \
-0.4523364441140714232`4.655461579653996}}}, {{
2, {$CellContext`a2 -> -169.3481003059671081701`7.228780329228284, \
$CellContext`b2 -> -0.051922081748007852`3.7153520966110363, $CellContext`c2 ->
0.3752145980141722292`4.574279726598477}}, {
2, {$CellContext`a2 -> -169.3521242515613494106`7.228790648544543, \
$CellContext`b2 -> -0.2529326669796036486`4.403004923345161, $CellContext`c2 -> \
-2.0859260417827116818`5.319298906096712}}, {
2, {$CellContext`a2 -> -169.3498594089674895713`7.22878484043778, \
$CellContext`b2 -> -0.1441389761311207829`4.158781432790833, $CellContext`c2 -> \
-0.8140703459367361061`4.910661935026942}}, {
2, {$CellContext`a2 -> -169.3494924574630715597`7.228783899396632, \
$CellContext`b2 -> -0.1273335619614694991`4.104942887970964, $CellContext`c2 -> \
-0.6282237441505778008`4.7981143468327785}}, {
2, {$CellContext`a2 -> -169.3494085338558932108`7.228783684175624, \
$CellContext`b2 -> -0.1237531993078472697`4.092556435272545, $CellContext`c2 -> \
-0.5917069894448940826`4.772106699341945}}}}, TableAlignments -> Center,
TableHeadings -> {None, {"State", "Quadratic fit"}}]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.81132300955824*^9}, 3.811323313108659*^9, 3.811323358594213*^9},
CellLabel->
"During evaluation of \
In[37]:=",ExpressionUUID->"ef02c878-e81b-4881-b920-d4086b8b4aa4"],
Cell[BoxData["\<\"Excitation energies with PT2\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.81132300955824*^9}, 3.811323313108659*^9, 3.8113233585983257`*^9},
CellLabel->
"During evaluation of \
In[37]:=",ExpressionUUID->"bd9d081a-5261-4330-854a-5c08cf23fe90"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
TagBox["\<\"nDet\"\>",
HoldForm],
TagBox["\<\"1\"\>",
HoldForm]},
{"124396", "1.6914325436174055817`3.228254682278359"},
{"300327", "1.7029916682843657671`3.2312125232256803"},
{"724906", "1.7054406930269430109`3.2318366213458916"},
{"1750083", "1.710322959906513729`3.2330781258669123"},
{"4225079", "1.7048466684698939666`3.231685325245297"},
{"10200257", "1.7089936836990804458`3.232740457606808"},
{"24625609", "1.7132419252841295521`3.2338186936119717"},
{"59451490", "1.685438963732861728`3.226713029657951"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {{False}}, "Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{None, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"nDet", "1"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.81132300955824*^9}, 3.811323313108659*^9, 3.811323358600338*^9},
CellLabel->
"During evaluation of \
In[37]:=",ExpressionUUID->"ece1c2d3-80ca-4350-a0c1-b997030696ea"],
Cell[BoxData["\<\"Linear fits\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.81132300955824*^9}, 3.811323313108659*^9, 3.811323358602159*^9},
CellLabel->
"During evaluation of \
In[37]:=",ExpressionUUID->"e7dc2282-9d31-4024-b7ce-343008b07237"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
StyleBox["\[Null]",
ShowStringCharacters->False],
TagBox["\<\"state 1\"\>",
HoldForm]},
{
TagBox["\<\"2 pts\"\>",
HoldForm], "1.4871046643540910548`3.172341535806285"},
{
TagBox["\<\"3 pts\"\>",
HoldForm], "1.6749545323680443687`3.224003022352163"},
{
TagBox["\<\"4 pts\"\>",
HoldForm], "1.7120855815905904329`3.2335254698525753"},
{
TagBox["\<\"5 pts\"\>",
HoldForm], "1.69912805860089966`3.2302261116812283"},
{
TagBox["\<\"6 pts\"\>",
HoldForm], "1.7020923333820763279`3.2309831155550692"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {False, True, {False}, False},
"Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{OutputFormsDump`HeadedRows, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{"2 pts", "3 pts", "4 pts", "5 pts", "6 pts"}, {
"state 1"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.81132300955824*^9}, 3.811323313108659*^9, 3.811323358603992*^9},
CellLabel->
"During evaluation of \
In[37]:=",ExpressionUUID->"aabefd60-17b7-4473-aaa6-2d8dcb631ee6"],
Cell[BoxData["\<\"Quadratic fits\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.81132300955824*^9}, 3.811323313108659*^9, 3.811323358605935*^9},
CellLabel->
"During evaluation of \
In[37]:=",ExpressionUUID->"e5fd2b5b-df46-4f75-815d-d164114afe04"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
StyleBox["\[Null]",
ShowStringCharacters->False],
TagBox["\<\"state 1\"\>",
HoldForm]},
{
TagBox["\<\"3 pts\"\>",
HoldForm],
RowBox[{"-", "1.5311220479482212653`3.185009810318014"}]},
{
TagBox["\<\"4 pts\"\>",
HoldForm], "0.9443315253630378825`2.975124488322899"},
{
TagBox["\<\"5 pts\"\>",
HoldForm], "1.6665019880883717995`3.2218058360975355"},
{
TagBox["\<\"6 pts\"\>",
HoldForm], "1.678966600404490972`3.2250420568263736"},
{
TagBox["\<\"7 pts\"\>",
HoldForm], "1.6957870160423165196`3.2293713057237707"}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {False, True, {False}, False},
"Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{OutputFormsDump`HeadedRows, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{"3 pts", "4 pts", "5 pts", "6 pts", "7 pts"}, {
"state 1"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.81132300955824*^9}, 3.811323313108659*^9, 3.8113233586077747`*^9},
CellLabel->
"During evaluation of \
In[37]:=",ExpressionUUID->"f223a68a-78e5-468a-af21-8efba8a964f4"],
Cell[BoxData[
GraphicsBox[{{{}, {{{}, {},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
LineBox[{{11.731225304429419`, 1.6914325436174056`}, {
12.612627160019661`, 1.7029916682843658`}, {13.49379727025844,
1.705440693026943}, {14.375173773346427`, 1.7103229599065137`}, {
15.256548516823454`, 1.704846668469894}, {16.137923474015516`,
1.7089936836990804`}, {17.01929747568109, 1.7132419252841296`}, {
17.900671243865208`, 1.6854389637328617`}}]}},
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"],
GeometricTransformationBox[InsetBox[
FormBox[
StyleBox[
GraphicsBox[
{EdgeForm[None], DiskBox[{0, 0}]}],
StripOnInput->False,
GraphicsBoxOptions->{DefaultBaseStyle->Directive[
PointSize[0.012833333333333334`],
RGBColor[0.9, 0.36, 0.054],
CapForm["Butt"],
AbsoluteThickness[1.6]]}],
TraditionalForm], {0., 0.}, Automatic, Offset[6.272]], {{{
11.731225304429419`, 1.6914325436174056`}}, {{12.612627160019661`,
1.7029916682843658`}}, {{13.49379727025844, 1.705440693026943}}, {{
14.375173773346427`, 1.7103229599065137`}}, {{15.256548516823454`,
1.704846668469894}}, {{16.137923474015516`, 1.7089936836990804`}}, {{
17.01929747568109, 1.7132419252841296`}}, {{17.900671243865208`,
1.6854389637328617`}}}]}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.012833333333333334`],
AbsoluteThickness[1.6], CapForm["Butt"]}, {}}}, {{}, {}}}, {{{}, {},
TagBox[
{RGBColor[0.9, 0.36, 0.054], AbsoluteThickness[1.6], Opacity[1.],
CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2v4U3Oemd/m6/6kps+7ev3x1g/Fnu
GU+/fGV3hPHPS/V5vPsuAeffEXy42rVHCc6f+ODzT4U6DThf9Y9Y0s8PenB+
2IRi48tVRnA+58nHTiv2msL5d9MmbHX+aAHna3dOLjv51hrOf3Fx3pGzWvZw
fr9/g0GchCOcvzvDf8OOyU5wvtzURWVB+i5w/j5mxZTE9a5w/rRW5Rnr/d3h
/H+WR/4mvPCA8xcbTOhqT/WC8+utHsS+ZfKB82e0RUecaPGF818+jZr5SM0f
zn9q/Yd1Q0IAnP9l6YMgTYVAOH++JLvzofcIfobe4WNTNwbB+ZUxfo9n5QfD
+WpTpBfvtw2B8z/l1H2T+4fgR/orv517LhQRvt7Ta/xmh8H5158vmG8ZFQ7n
O/a9SXXRjIDzT149u7/zFYI/06xuE8OKSDifdWGBx/TSKDh/wpofhRmm0XD+
toOH7CJZY+D83+VK81uOI/gd7oEzHrbGwvkbFQ6ZxIXEwfk/Zp1IERWNh/Nv
ywlavHmK4DPHiQRVRSbA+Rp/X12U3ongSy9MUj6rkAjnzxVdum92I4J/WMxf
rfkBgr9dZlZ8lXsSnG/1ef2jvuUIfjOfSJ7+XQT/jGbFz/NCyXA+AMNSnQU=
"]]},
Annotation[#, "Charting`Private`Tag$24516#1"]& ],
TagBox[
{RGBColor[0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6],
Opacity[1.], CapForm["Butt"], LineBox[CompressedData["
1:eJxTTMoPSmViYGAwAWIQ3X7s14UI+VP2EV8Ur1bW/9i/6kps+7ev3x1g/Fnu
GU+/fGV3hPHPS/V5vPsuAeffEXy42rVHCc6f+ODzT4U6DThf9Y9Y0s8PenB+
2IRi48tVRnA+58nHTiv2msL5d9MmbHX+aAHna3dOLjv51hrOf3Fx3pGzWvZw
fr9/g0GchCOcvzvDf8OOyU5wvtzURWVB+i5w/j5mxZTE9a5w/rRW5Rnr/d3h
/H+WR/4mvPCA8xcbTOhqT/WC8+utHsS+ZfKB82e0RUecaPGF818+jZr5SM0f
zn9q/Yd1Q0IAnP9l6YMgTYVAOH++JLvzofcIfobe4WNTNwbB+ZUxfo9n5QfD
+WpTpBfvtw2B8z/l1H2T+4fgR/orv517LhQRvt7Ta/xmh8H5158vmG8ZFQ7n
O/a9SXXRjIDzT149u7/zFYI/06xuE8OKSDifdWGBx/TSKDh/wpofhRmm0XD+
toOH7CJZY+D83+VK81uOI/gd7oEzHrbGwvkbFQ6ZxIXEwfk/Zp1IERWNh/Nv
ywlavHmK4DPHiQRVRSbA+Rp/X12U3ongSy9MUj6rkAjnzxVdum92I4J/WMxf
rfkBgr9dZlZ8lXsSnG/1ef2jvuUIfjOfSJ7+XQT/jGbFz/NCyXA+ADOrxAU=
"]]},
Annotation[#, "Charting`Private`Tag$24516#2"]& ]}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{11.471487346041716`, 1.6838943547577914`},
BaseStyle->16,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox["\"Excitation energy (eV)\"", TraditionalForm], None}, {
FormBox["\"Number of determinants\"", TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{Automatic, Automatic}, {
Charting`ScaledTicks[{Log, Exp}],
Charting`ScaledFrameTicks[{Log, Exp}]}}, {{
Automatic, Automatic}, {{{11.512925464970229`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.122363377404328`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "5"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {13.815510557964274`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {15.424948470398375`,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "6"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {16.11809565095832,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "1",
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {17.72753356339242,
FormBox[
TemplateBox[{"\[Times]", "\"\[Times]\"", "5",
TemplateBox[{"10", "7"}, "Superscript", SyntaxForm ->
SuperscriptBox]}, "RowWithSeparators"], TraditionalForm], {0.01,
0.}}, {10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.51599092375669,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.60300230074632,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.683045008419857`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.75715298057358,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.82614585206053,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.890684373198102`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}, {{
11.512925464970229`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.122363377404328`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
13.815510557964274`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
15.424948470398375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
16.11809565095832,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
17.72753356339242,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.01, 0.}}, {
10.819778284410283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.002099841204238`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.156250521031495`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.289781913656018`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
11.407564949312402`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.206072645530174`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.611537753638338`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
12.89921982609012,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.304684934198283`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.458835614025542`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.592367006650065`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
13.710150042306449`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.508657738524219`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
14.914122846632385`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.201804919084164`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.60727002719233,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.761420707019587`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
15.89495209964411,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.012735135300492`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
16.811242831518264`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.216707939626428`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.50439001207821,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
17.909855120186375`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.064005800013632`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.197537192638155`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.31532022829454,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.420680743952367`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.51599092375669,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.60300230074632,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.683045008419857`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.75715298057358,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.82614585206053,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}, {
18.890684373198102`,
FormBox[
TemplateBox[{0., 0.}, "Spacer2"], TraditionalForm], {0.005, 0.}}}}}],
GridLines->{{}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Exp[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{11.471487346041716`, 17.900671243865208`}, {
1.6838943547577914`, 1.7132419252841296`}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{
Charting`ScaledTicks[{Log, Exp}], Automatic}]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.81132300955824*^9}, 3.811323313108659*^9, 3.811323358662599*^9},
CellLabel->
"During evaluation of \
In[37]:=",ExpressionUUID->"92a522f5-2fa6-4fd2-bfae-e12c903fd730"]
}, Open ]]
}, Open ]]
}, Closed]]
}, Open ]],
Cell[CellGroupData[{
Cell[TextData[{
"AVTZ ",
StyleBox["\[Checkmark]",
FontColor->RGBColor[0, 1, 0]]
}], "Subsection",
CellChangeTimes->{{3.777429516951782*^9, 3.777429517987792*^9}, {
3.77745893049183*^9, 3.777458930757757*^9}, {3.777523194146462*^9,
3.777523208828191*^9}, {3.777651248678207*^9, 3.7776512503278522`*^9}, {
3.777653397289794*^9, 3.7776534354751387`*^9}, {3.7778669072232933`*^9,
3.77786690751103*^9}},ExpressionUUID->"d752a2bd-2d78-4138-9f09-\
dc7d75e5f371"],
Cell[CellGroupData[{
Cell["Singlets", "Subsubsection",
CellChangeTimes->{{3.811322582586644*^9,
3.811322584352894*^9}},ExpressionUUID->"b8cb9890-ed85-47c2-810e-\
2849e05ef436"],
Cell[CellGroupData[{
Cell[BoxData[
RowBox[{
RowBox[{"Flush", "[", "\"\<nitrosomethane_1_AVTZ\>\"", "]"}],
";"}]], "Input",
CellChangeTimes->{{3.777429522265008*^9, 3.777429526325075*^9}, {
3.811322562001708*^9, 3.811322564390358*^9}, {3.8113226846602707`*^9,
3.811322684757039*^9}, {3.8113228256721563`*^9, 3.811322827428303*^9}, {
3.811323016663097*^9, 3.81132301846067*^9}, {3.811323316952612*^9,
3.811323317552924*^9}, 3.8113233650799017`*^9},
CellLabel->"In[38]:=",ExpressionUUID->"827321de-b7f6-405f-8ffd-5d7b6f9b3587"],
Cell[CellGroupData[{
Cell[BoxData[
TagBox[
RowBox[{"{", "}"}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"State", "Linear fit"}}]]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9, 3.811322827824645*^9, {3.8113230201640053`*^9,
3.8113230228875437`*^9}, 3.811323070075645*^9, 3.8113233180020037`*^9,
3.8113233655569353`*^9},
CellLabel->
"During evaluation of \
In[38]:=",ExpressionUUID->"60346796-5347-4b16-9804-9201ec9f787a"],
Cell[BoxData[
TagBox[
RowBox[{"{", "}"}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"State", "Quadratic fit"}}]]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9, 3.811322827824645*^9, {3.8113230201640053`*^9,
3.8113230228875437`*^9}, 3.811323070075645*^9, 3.8113233180020037`*^9,
3.811323365559533*^9},
CellLabel->
"During evaluation of \
In[38]:=",ExpressionUUID->"e8abe4df-f65e-490b-a072-52af0db61092"],
Cell[BoxData["\<\"Excitation energies with PT2\"\>"], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9, 3.811322827824645*^9, {3.8113230201640053`*^9,
3.8113230228875437`*^9}, 3.811323070075645*^9, 3.8113233180020037`*^9,
3.81132336558479*^9},
CellLabel->
"During evaluation of \
In[38]:=",ExpressionUUID->"3ba171f8-c3f7-4717-a332-598245f90a10"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
TagBox["\<\"nDet\"\>",
HoldForm]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "7"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "6"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "5"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "4"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "3"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "2"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "1"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}],
"\[RightDoubleBracket]"}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {{False}}, "Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{None, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"nDet"}}]]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9, 3.811322827824645*^9, {3.8113230201640053`*^9,
3.8113230228875437`*^9}, 3.811323070075645*^9, 3.8113233180020037`*^9,
3.8113233655875072`*^9},
CellLabel->
"During evaluation of \
In[38]:=",ExpressionUUID->"2d182459-4a09-4fee-8390-46bf6d19f1d6"],
Cell[BoxData["\<\"Linear fits\"\>"], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9, 3.811322827824645*^9, {3.8113230201640053`*^9,
3.8113230228875437`*^9}, 3.811323070075645*^9, 3.8113233180020037`*^9,
3.811323365589555*^9},
CellLabel->
"During evaluation of \
In[38]:=",ExpressionUUID->"61cdaf79-d92b-4ddd-a18c-7cac0f1741a8"],
Cell[BoxData[
TagBox[
RowBox[{"Transpose", "[",
RowBox[{"{", "}"}], "]"}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{
"2 pts", "3 pts", "4 pts", "5 pts", "6 pts"}, {}}]]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9, 3.811322827824645*^9, {3.8113230201640053`*^9,
3.8113230228875437`*^9}, 3.811323070075645*^9, 3.8113233180020037`*^9,
3.811323365596732*^9},
CellLabel->
"During evaluation of \
In[38]:=",ExpressionUUID->"f295aa62-6faa-4c8d-a3ad-c7d31ecd6b98"],
Cell[BoxData["\<\"Quadratic fits\"\>"], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9, 3.811322827824645*^9, {3.8113230201640053`*^9,
3.8113230228875437`*^9}, 3.811323070075645*^9, 3.8113233180020037`*^9,
3.811323365598303*^9},
CellLabel->
"During evaluation of \
In[38]:=",ExpressionUUID->"6ea78422-6e16-4c5c-ab83-a07a95112f4a"],
Cell[BoxData[
TagBox[
RowBox[{"Transpose", "[",
RowBox[{"{", "}"}], "]"}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{
"3 pts", "4 pts", "5 pts", "6 pts", "7 pts"}, {}}]]]], "Print",
CellChangeTimes->{
3.777866847810396*^9, {3.811322552591864*^9, 3.8113225648414516`*^9},
3.8113226861317463`*^9, 3.811322827824645*^9, {3.8113230201640053`*^9,
3.8113230228875437`*^9}, 3.811323070075645*^9, 3.8113233180020037`*^9,
3.81132336560542*^9},
CellLabel->
"During evaluation of \
In[38]:=",ExpressionUUID->"c5153c0d-1964-4688-9665-5b92cab6f4de"]
}, Open ]]
}, Open ]]
}, Closed]],
Cell[CellGroupData[{
Cell["Triplets", "Subsubsection",
CellChangeTimes->{{3.811322582586644*^9,
3.81132259138094*^9}},ExpressionUUID->"8810f527-b4b6-42d7-8881-\
71045fbbc363"],
Cell[CellGroupData[{
Cell[BoxData[
RowBox[{
RowBox[{"Flush", "[", "\"\<nitrosomethane_3_AVTZ\>\"", "]"}],
";"}]], "Input",
CellChangeTimes->{{3.777429522265008*^9, 3.777429526325075*^9}, {
3.811322562001708*^9, 3.8113225929063673`*^9}, {3.811322694068659*^9,
3.811322694237417*^9}, {3.811322831193584*^9, 3.811322832896123*^9},
3.811323027073656*^9, {3.811323321296768*^9, 3.8113233218397512`*^9},
3.8113233684004717`*^9},
CellLabel->"In[39]:=",ExpressionUUID->"bc2d4b71-ff26-4dd6-b893-2f8315e2973c"],
Cell[CellGroupData[{
Cell[BoxData[
TagBox[
RowBox[{"{", "}"}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"State", "Linear fit"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694576693*^9, 3.8113228333111267`*^9,
3.811323027514525*^9, 3.81132307531913*^9, 3.81132332232549*^9,
3.81132336881806*^9},
CellLabel->
"During evaluation of \
In[39]:=",ExpressionUUID->"36efb43a-ef3b-4ff7-b310-949697ffce8a"],
Cell[BoxData[
TagBox[
RowBox[{"{", "}"}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"State", "Quadratic fit"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694576693*^9, 3.8113228333111267`*^9,
3.811323027514525*^9, 3.81132307531913*^9, 3.81132332232549*^9,
3.81132336882086*^9},
CellLabel->
"During evaluation of \
In[39]:=",ExpressionUUID->"2b5af635-be17-4995-bd3e-d0ab76d99db2"],
Cell[BoxData["\<\"Excitation energies with PT2\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694576693*^9, 3.8113228333111267`*^9,
3.811323027514525*^9, 3.81132307531913*^9, 3.81132332232549*^9,
3.811323368846993*^9},
CellLabel->
"During evaluation of \
In[39]:=",ExpressionUUID->"8af31ae4-1432-49e2-9bd8-af5ba2359ce6"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
TagBox["\<\"nDet\"\>",
HoldForm]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "7"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "6"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "5"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "4"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "3"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "2"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "1"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}],
"\[RightDoubleBracket]"}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {{False}}, "Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{None, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"nDet"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694576693*^9, 3.8113228333111267`*^9,
3.811323027514525*^9, 3.81132307531913*^9, 3.81132332232549*^9,
3.811323368849773*^9},
CellLabel->
"During evaluation of \
In[39]:=",ExpressionUUID->"baee8bb8-0cd2-47ae-989d-1d0e4a212a85"],
Cell[BoxData["\<\"Linear fits\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694576693*^9, 3.8113228333111267`*^9,
3.811323027514525*^9, 3.81132307531913*^9, 3.81132332232549*^9,
3.811323368851946*^9},
CellLabel->
"During evaluation of \
In[39]:=",ExpressionUUID->"2ffb1107-3313-4575-9fdf-826ddedd50d3"],
Cell[BoxData[
TagBox[
RowBox[{"Transpose", "[",
RowBox[{"{", "}"}], "]"}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{
"2 pts", "3 pts", "4 pts", "5 pts", "6 pts"}, {}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694576693*^9, 3.8113228333111267`*^9,
3.811323027514525*^9, 3.81132307531913*^9, 3.81132332232549*^9,
3.811323368859537*^9},
CellLabel->
"During evaluation of \
In[39]:=",ExpressionUUID->"b065e7a0-703c-4e0e-983e-e264048f93be"],
Cell[BoxData["\<\"Quadratic fits\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694576693*^9, 3.8113228333111267`*^9,
3.811323027514525*^9, 3.81132307531913*^9, 3.81132332232549*^9,
3.811323368861168*^9},
CellLabel->
"During evaluation of \
In[39]:=",ExpressionUUID->"f18e073b-1ebc-4277-afe5-dfc79c25f3a0"],
Cell[BoxData[
TagBox[
RowBox[{"Transpose", "[",
RowBox[{"{", "}"}], "]"}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{
"3 pts", "4 pts", "5 pts", "6 pts", "7 pts"}, {}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.811322694576693*^9, 3.8113228333111267`*^9,
3.811323027514525*^9, 3.81132307531913*^9, 3.81132332232549*^9,
3.811323368868771*^9},
CellLabel->
"During evaluation of \
In[39]:=",ExpressionUUID->"423bd2fb-99da-438f-aa21-e080e07cb666"]
}, Open ]]
}, Open ]]
}, Closed]],
Cell[CellGroupData[{
Cell["Fluo", "Subsubsection",
CellChangeTimes->{{3.811322582586644*^9, 3.81132259138094*^9}, {
3.811323004653615*^9,
3.811323005519793*^9}},ExpressionUUID->"d6766c74-7959-4647-b3d3-\
70a3c68236fd"],
Cell[CellGroupData[{
Cell[BoxData[
RowBox[{
RowBox[{"Flush", "[", "\"\<nitrosomethane_Fl_AVTZ\>\"", "]"}],
";"}]], "Input",
CellChangeTimes->{{3.777429522265008*^9, 3.777429526325075*^9}, {
3.811322562001708*^9, 3.8113225929063673`*^9}, {3.811322816061357*^9,
3.811322817795486*^9}, {3.811322999094022*^9, 3.811323035464755*^9}, {
3.811323326285413*^9, 3.811323326855217*^9}, 3.81132337242083*^9},
CellLabel->"In[40]:=",ExpressionUUID->"973109fe-4135-45e7-8747-f78452eb3eab"],
Cell[CellGroupData[{
Cell[BoxData[
TagBox[
RowBox[{"{", "}"}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"State", "Linear fit"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.81132303575699*^9}, 3.8113230796042423`*^9, 3.811323327242888*^9,
3.811323372812993*^9},
CellLabel->
"During evaluation of \
In[40]:=",ExpressionUUID->"9ec559da-f67f-4919-bab4-67baaedfaf48"],
Cell[BoxData[
TagBox[
RowBox[{"{", "}"}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"State", "Quadratic fit"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.81132303575699*^9}, 3.8113230796042423`*^9, 3.811323327242888*^9,
3.8113233728159113`*^9},
CellLabel->
"During evaluation of \
In[40]:=",ExpressionUUID->"749be2fa-708c-4152-abbd-9f6d563c214f"],
Cell[BoxData["\<\"Excitation energies with PT2\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.81132303575699*^9}, 3.8113230796042423`*^9, 3.811323327242888*^9,
3.8113233728417892`*^9},
CellLabel->
"During evaluation of \
In[40]:=",ExpressionUUID->"46d6a975-5f17-4417-81b1-2c6c5fc01448"],
Cell[BoxData[
TagBox[
TagBox[GridBox[{
{
TagBox["\<\"nDet\"\>",
HoldForm]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "7"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "6"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "5"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "4"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "3"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "2"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"-", "1"}], "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}],
"\[RightDoubleBracket]"}]},
{
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"3", ";;",
RowBox[{"2", "+",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}]}]}], ",",
"1"}], "\[RightDoubleBracket]"}], "\[LeftDoubleBracket]",
RowBox[{
RowBox[{"{",
RowBox[{"{", "0", "}"}], "}"}], "\[LeftDoubleBracket]",
RowBox[{"2", ",", "1"}], "\[RightDoubleBracket]"}],
"\[RightDoubleBracket]"}]}
},
GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
GridBoxDividers->{
"Columns" -> {{False}}, "Rows" -> {False, True, {False}, False}},
GridBoxSpacings->{"Columns" -> {
Offset[0.27999999999999997`], {
Offset[2.0999999999999996`]},
Offset[0.27999999999999997`]}, "Rows" -> {
Offset[0.2], {
Offset[0.4]},
Offset[0.2]}}],
{None, OutputFormsDump`HeadedColumns}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {None, {"nDet"}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.81132303575699*^9}, 3.8113230796042423`*^9, 3.811323327242888*^9,
3.811323372844535*^9},
CellLabel->
"During evaluation of \
In[40]:=",ExpressionUUID->"f901ff2a-6473-4731-9640-100e1a6dda67"],
Cell[BoxData["\<\"Linear fits\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.81132303575699*^9}, 3.8113230796042423`*^9, 3.811323327242888*^9,
3.8113233728466578`*^9},
CellLabel->
"During evaluation of \
In[40]:=",ExpressionUUID->"b8e3f904-4ece-44b6-924a-dd679fb0dc9e"],
Cell[BoxData[
TagBox[
RowBox[{"Transpose", "[",
RowBox[{"{", "}"}], "]"}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{
"2 pts", "3 pts", "4 pts", "5 pts", "6 pts"}, {}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.81132303575699*^9}, 3.8113230796042423`*^9, 3.811323327242888*^9,
3.8113233728543367`*^9},
CellLabel->
"During evaluation of \
In[40]:=",ExpressionUUID->"f5a69219-7ead-4ccb-9b39-432760618b5e"],
Cell[BoxData["\<\"Quadratic fits\"\>"], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.81132303575699*^9}, 3.8113230796042423`*^9, 3.811323327242888*^9,
3.811323372856028*^9},
CellLabel->
"During evaluation of \
In[40]:=",ExpressionUUID->"30c640ce-49c9-4eee-9d02-6933f49aba79"],
Cell[BoxData[
TagBox[
RowBox[{"Transpose", "[",
RowBox[{"{", "}"}], "]"}],
Function[BoxForm`e$,
TableForm[
BoxForm`e$, TableAlignments -> Center,
TableHeadings -> {{
"3 pts", "4 pts", "5 pts", "6 pts", "7 pts"}, {}}]]]], "Print",
CellChangeTimes->{{3.8113226126321793`*^9, 3.8113226143876743`*^9},
3.8113226500198727`*^9, 3.8113228183663797`*^9, {3.811322999459758*^9,
3.81132303575699*^9}, 3.8113230796042423`*^9, 3.811323327242888*^9,
3.811323372863587*^9},
CellLabel->
"During evaluation of \
In[40]:=",ExpressionUUID->"87165f90-f803-4170-b5f2-eede9608a3bd"]
}, Open ]]
}, Open ]]
}, Closed]]
}, Open ]]
}, Closed]]
}, Closed]],
Cell[CellGroupData[{
Cell["Figure", "Title",
CellChangeTimes->{{3.812727097185446*^9,
3.8127270978296747`*^9}},ExpressionUUID->"d31c75f1-3fd5-43a3-80c0-\
0ab217c1187f"],
Cell[CellGroupData[{
Cell[BoxData[
RowBox[{"Table", "[",
RowBox[{
RowBox[{"{",
RowBox[{"k", ",",
RowBox[{"Rotate", "[",
RowBox[{
RowBox[{"MaTeX", "[",
RowBox[{"ring", "\[LeftDoubleBracket]",
RowBox[{"k", ",", "1"}], "\[RightDoubleBracket]"}], "]"}], ",",
RowBox[{"\[Pi]", "/", "2"}]}], "]"}]}], "}"}], ",",
RowBox[{"{",
RowBox[{"k", ",",
RowBox[{"Length", "[", "ring", "]"}], ",", "2"}], "}"}]}],
"]"}]], "Input",
CellLabel->"In[89]:=",ExpressionUUID->"fb1f6096-a487-441c-aecc-6a09c1d0567a"],
Cell[BoxData[
RowBox[{"{", "}"}]], "Output",
CellChangeTimes->{3.812731102710362*^9},
CellLabel->"Out[89]=",ExpressionUUID->"bffc36d2-a970-4a1c-8510-c0b5e72bc90e"]
}, Open ]],
Cell[CellGroupData[{
Cell[BoxData[{
RowBox[{
RowBox[{"ring", "=",
RowBox[{"Import", "[", "\"\<rings.dat\>\"", "]"}]}],
";"}], "\[IndentingNewLine]",
RowBox[{"ListPlot", "[",
RowBox[{
RowBox[{"{",
RowBox[{
RowBox[{"Table", "[",
RowBox[{
RowBox[{"{",
RowBox[{"k", ",",
RowBox[{"Around", "[",
RowBox[{
RowBox[{
RowBox[{"ring", "\[LeftDoubleBracket]",
RowBox[{"k", ",", "5"}], "\[RightDoubleBracket]"}], "-",
RowBox[{"ring", "\[LeftDoubleBracket]",
RowBox[{"k", ",", "4"}], "\[RightDoubleBracket]"}]}], ",",
RowBox[{"ring", "\[LeftDoubleBracket]",
RowBox[{"k", ",", "6"}], "\[RightDoubleBracket]"}]}], "]"}]}],
"}"}], ",",
RowBox[{"{",
RowBox[{"k", ",",
RowBox[{"Length", "[", "ring", "]"}]}], "}"}]}], "]"}], ",",
RowBox[{"Table", "[",
RowBox[{
RowBox[{"{",
RowBox[{"k", ",",
RowBox[{"Around", "[",
RowBox[{
RowBox[{
RowBox[{"ring", "\[LeftDoubleBracket]",
RowBox[{"k", ",", "7"}], "\[RightDoubleBracket]"}], "-",
RowBox[{"ring", "\[LeftDoubleBracket]",
RowBox[{"k", ",", "4"}], "\[RightDoubleBracket]"}]}], ",",
RowBox[{"ring", "\[LeftDoubleBracket]",
RowBox[{"k", ",", "8"}], "\[RightDoubleBracket]"}]}], "]"}]}],
"}"}], ",",
RowBox[{"{",
RowBox[{"k", ",",
RowBox[{"Length", "[", "ring", "]"}]}], "}"}]}], "]"}]}], "}"}], ",",
RowBox[{"PlotTheme", "\[Rule]", "\"\<Scientific\>\""}], ",",
RowBox[{"ImageSize", "\[Rule]", "Large"}], ",",
RowBox[{"BaseStyle", "\[Rule]", "18"}], ",",
RowBox[{"FrameTicks", "\[Rule]",
RowBox[{"{",
RowBox[{
RowBox[{"{",
RowBox[{"Automatic", ",", "None"}], "}"}], ",",
RowBox[{"{",
RowBox[{
RowBox[{"Table", "[",
RowBox[{
RowBox[{"{",
RowBox[{"k", ",",
RowBox[{"Rotate", "[",
RowBox[{
RowBox[{"MaTeX", "[",
RowBox[{"ring", "\[LeftDoubleBracket]",
RowBox[{"k", ",", "2"}], "\[RightDoubleBracket]"}], "]"}],
",",
RowBox[{"\[Pi]", "/", "2"}]}], "]"}]}], "}"}], ",",
RowBox[{"{",
RowBox[{"k", ",", "1", ",",
RowBox[{"Length", "[", "ring", "]"}]}], "}"}]}], "]"}], ",",
RowBox[{"Table", "[",
RowBox[{
RowBox[{"{",
RowBox[{"k", ",",
RowBox[{"Rotate", "[",
RowBox[{
RowBox[{"MaTeX", "[",
RowBox[{
RowBox[{"ring", "\[LeftDoubleBracket]",
RowBox[{"k", ",", "1"}], "\[RightDoubleBracket]"}], ",",
RowBox[{"FontSize", "\[Rule]", "14"}]}], "]"}], ",",
RowBox[{"\[Pi]", "/", "2"}]}], "]"}]}], "}"}], ",",
RowBox[{"{",
RowBox[{"k", ",", "1", ",",
RowBox[{"Length", "[", "ring", "]"}], ",", "2"}], "}"}]}],
"]"}]}], "}"}]}], "}"}]}], ",",
RowBox[{"FrameLabel", "\[Rule]",
RowBox[{"{",
RowBox[{"None", ",",
RowBox[{"MaTeX", "[",
RowBox[{
"\"\<\\\\Delta E^\\\\text{FCI} - \\\\Delta E^\\\\text{CCSDT} \\\\text{ \
(eV)}\>\"", ",",
RowBox[{"FontSize", "\[Rule]", "18"}]}], "]"}]}], "}"}]}]}],
"]"}], "\[IndentingNewLine]",
RowBox[{"Export", "[",
RowBox[{"\"\<errors.pdf\>\"", ",", "%"}], "]"}]}], "Input",
CellChangeTimes->{{3.81272713198048*^9, 3.8127271897407417`*^9}, {
3.812730214400259*^9, 3.8127304644635077`*^9}, {3.8127305328051434`*^9,
3.812730538403865*^9}, {3.81273064559087*^9, 3.812730674395297*^9}, {
3.812730846723929*^9, 3.8127310091055927`*^9}, {3.81273108401068*^9,
3.8127311251773577`*^9}, {3.812731193860486*^9, 3.8127312177894487`*^9},
3.812731269642071*^9, {3.812731398686214*^9, 3.812731536996726*^9}, {
3.8127318410005836`*^9, 3.812731922956018*^9}},
CellLabel->
"In[116]:=",ExpressionUUID->"24f36136-6c9f-440e-9cf6-f53b12fa630d"],
Cell[BoxData[
GraphicsBox[{{{{
{RGBColor[0.9, 0.36, 0.054], CapForm["Butt"],
StyleBox[{{}, {LineBox[{{1., -0.02}, {1., 0.}}],
LineBox[{{1., 0.}, {1., 0.02}}]}},
Antialiasing->False]},
{RGBColor[0.9, 0.36, 0.054], CapForm["Butt"],
StyleBox[{{}, {
LineBox[{{2., -0.05000000000000023}, {2., -0.010000000000000231`}}],
LineBox[{{2., -0.010000000000000231`}, {2.,
0.02999999999999977}}]}},
Antialiasing->False]},
{RGBColor[0.9, 0.36, 0.054], CapForm["Butt"],
StyleBox[{{}, {
LineBox[{{3., -0.020000000000000642`}, {3., 0.02999999999999936}}],
LineBox[{{3., 0.02999999999999936}, {3., 0.07999999999999936}}]}},
Antialiasing->False]},
{RGBColor[0.9, 0.36, 0.054], CapForm["Butt"],
StyleBox[{{}, {
LineBox[{{4., -0.06000000000000046}, {4., -0.020000000000000462`}}],
LineBox[{{4., -0.020000000000000462`}, {4.,
0.01999999999999954}}]}},
Antialiasing->False]},
{RGBColor[0.9, 0.36, 0.054], CapForm["Butt"],
StyleBox[{{}, {
LineBox[{{5., -0.03999999999999933}, {5., 0.010000000000000675`}}],
LineBox[{{5., 0.010000000000000675`}, {5., 0.06000000000000068}}]}},
Antialiasing->False]},
{RGBColor[0.9, 0.36, 0.054], CapForm["Butt"],
StyleBox[{{}, {
LineBox[{{6., -0.05999999999999933}, {6., 0.010000000000000675`}}],
LineBox[{{6., 0.010000000000000675`}, {6., 0.08000000000000068}}]}},
Antialiasing->False]},
{RGBColor[0.9, 0.36, 0.054], CapForm["Butt"],
StyleBox[{{}, {
LineBox[{{7., -0.08999999999999958}, {7., -0.019999999999999574`}}],
LineBox[{{7., -0.019999999999999574`}, {7.,
0.05000000000000043}}]}},
Antialiasing->False]},
{RGBColor[0.9, 0.36, 0.054], CapForm["Butt"],
StyleBox[{{}, {
LineBox[{{8., -0.11000000000000004`}, {
8., -0.040000000000000036`}}],
LineBox[{{8., -0.040000000000000036`}, {8., 0.02999999999999997}}]}},
Antialiasing->False]},
{RGBColor[0.9, 0.36, 0.054], CapForm["Butt"],
StyleBox[{{}, {
LineBox[{{9., -0.09999999999999958}, {9., -0.019999999999999574`}}],
LineBox[{{9., -0.019999999999999574`}, {9.,
0.06000000000000043}}]}},
Antialiasing->False]},
{RGBColor[0.9, 0.36, 0.054], CapForm["Butt"],
StyleBox[{{}, {
LineBox[{{10., 0.030000000000000034`}, {10.,
0.040000000000000036`}}],
LineBox[{{10., 0.040000000000000036`}, {10.,
0.05000000000000004}}]}},
Antialiasing->False]},
{RGBColor[0.9, 0.36, 0.054], CapForm["Butt"],
StyleBox[{{}, {
LineBox[{{11., -0.13000000000000003`}, {
11., -0.040000000000000036`}}],
LineBox[{{11., -0.040000000000000036`}, {11.,
0.04999999999999996}}]}},
Antialiasing->False]},
{RGBColor[0.9, 0.36, 0.054], CapForm["Butt"],
StyleBox[{{}, {
LineBox[{{12., 0.06000000000000011}, {12., 0.1200000000000001}}],
LineBox[{{12., 0.1200000000000001}, {12., 0.1800000000000001}}]}},
Antialiasing->False]},
{RGBColor[0.9, 0.36, 0.054], CapForm["Butt"],
StyleBox[{{}, {
LineBox[{{13., 0.030000000000000266`}, {13.,
0.050000000000000266`}}],
LineBox[{{13., 0.050000000000000266`}, {13.,
0.07000000000000027}}]}},
Antialiasing->False]},
{RGBColor[0.9, 0.36, 0.054], CapForm["Butt"],
StyleBox[{{}, {
LineBox[{{14., 2.636779683484747*^-16}, {14.,
0.050000000000000266`}}],
LineBox[{{14., 0.050000000000000266`}, {14.,
0.10000000000000027`}}]}},
Antialiasing->False]},
{RGBColor[0.9, 0.36, 0.054], CapForm["Butt"],
StyleBox[{{}, {
LineBox[{{15., -0.11000000000000046`}, {
15., -0.020000000000000462`}}],
LineBox[{{15., -0.020000000000000462`}, {15.,
0.06999999999999953}}]}},
Antialiasing->False]},
{RGBColor[0.9, 0.36, 0.054], CapForm["Butt"],
StyleBox[{{}, {
LineBox[{{16., -0.009999999999999981}, {16.,
0.020000000000000018`}}],
LineBox[{{16., 0.020000000000000018`}, {16.,
0.05000000000000002}}]}},
Antialiasing->False]},
{RGBColor[0.9, 0.36, 0.054], CapForm["Butt"],
StyleBox[{{}, {
LineBox[{{17., -0.029999999999999985`}, {17.,
0.020000000000000018`}}],
LineBox[{{17., 0.020000000000000018`}, {17.,
0.07000000000000002}}]}},
Antialiasing->False]},
{RGBColor[0.9, 0.36, 0.054], CapForm["Butt"],
StyleBox[{{}, {
LineBox[{{18., 2.7755575615628914`*^-17}, {18.,
0.030000000000000027`}}],
LineBox[{{18., 0.030000000000000027`}, {18.,
0.060000000000000026`}}]}},
Antialiasing->False]},
{RGBColor[0.9, 0.36, 0.054], CapForm["Butt"],
StyleBox[{{}, {
LineBox[{{19., -0.07999999999999999}, {19.,
0.020000000000000018`}}],
LineBox[{{19., 0.020000000000000018`}, {19.,
0.12000000000000002`}}]}},
Antialiasing->False]},
{RGBColor[0.9, 0.36, 0.054], CapForm["Butt"],
StyleBox[{{}, {
LineBox[{{20., -0.13999999999999976`}, {20.,
0.010000000000000231`}}],
LineBox[{{20., 0.010000000000000231`}, {20.,
0.16000000000000023`}}]}},
Antialiasing->False]},
{RGBColor[0.9, 0.36, 0.054], CapForm["Butt"],
StyleBox[{{}, {
LineBox[{{21., -0.06999999999999929}, {21., 0.05000000000000071}}],
LineBox[{{21., 0.05000000000000071}, {21., 0.1700000000000007}}]}},
Antialiasing->False]},
{RGBColor[0.9, 0.36, 0.054], CapForm["Butt"],
StyleBox[{{}, {
LineBox[{{22., -0.7399999999999997}, {22., 0.11000000000000032`}}],
LineBox[{{22., 0.11000000000000032`}, {22., 0.9600000000000003}}]}},
Antialiasing->False]},
{RGBColor[0.9, 0.36, 0.054], CapForm["Butt"],
StyleBox[{{}, {
LineBox[{{23., -0.040000000000000605`}, {23., 0.0699999999999994}}],
LineBox[{{23., 0.0699999999999994}, {23., 0.17999999999999938`}}]}},
Antialiasing->False]},
{RGBColor[0.9, 0.36, 0.054], CapForm["Butt"],
StyleBox[{{}, {
LineBox[{{24., -0.02000000000000035}, {24., 0.34999999999999964`}}],
LineBox[{{24., 0.34999999999999964`}, {24., 0.7199999999999996}}]}},
Antialiasing->False]},
{RGBColor[0.9, 0.36, 0.054], CapForm["Butt"],
StyleBox[{{}, {
LineBox[{{25., -0.2000000000000003}, {25., -0.07000000000000028}}],
LineBox[{{25., -0.07000000000000028}, {25., 0.05999999999999972}}]}},
Antialiasing->False]},
{RGBColor[0.9, 0.36, 0.054], CapForm["Butt"],
StyleBox[{{}, {
LineBox[{{26., -0.3400000000000002}, {26., 0.04999999999999982}}],
LineBox[{{26., 0.04999999999999982}, {26., 0.43999999999999984`}}]}},
Antialiasing->False]}}, {
{RGBColor[0.365248, 0.427802, 0.758297], CapForm["Butt"],
StyleBox[{{}, {
LineBox[{{1., -0.029999999999999787`}, {
1., -0.009999999999999787}}],
LineBox[{{1., -0.009999999999999787}, {1.,
0.010000000000000214`}}]}},
Antialiasing->False]},
{RGBColor[0.365248, 0.427802, 0.758297], CapForm["Butt"],
StyleBox[{{}, {
LineBox[{{2., -0.11000000000000004`}, {
2., -0.040000000000000036`}}],
LineBox[{{2., -0.040000000000000036`}, {2., 0.02999999999999997}}]}},
Antialiasing->False]},
{RGBColor[0.365248, 0.427802, 0.758297], CapForm["Butt"],
StyleBox[{{}, {
LineBox[{{3., 0.07999999999999986}, {3., 0.08999999999999986}}],
LineBox[{{3., 0.08999999999999986}, {3., 0.09999999999999985}}]}},
Antialiasing->False]},
{RGBColor[0.365248, 0.427802, 0.758297], CapForm["Butt"],
StyleBox[{{}, {
LineBox[{{4., -0.1300000000000005}, {4., -0.0600000000000005}}],
LineBox[{{4., -0.0600000000000005}, {4., 0.00999999999999951}}]}},
Antialiasing->False]},
{RGBColor[0.365248, 0.427802, 0.758297], CapForm["Butt"],
StyleBox[{{}, {
LineBox[{{5., 0.05000000000000038}, {5., 0.1900000000000004}}],
LineBox[{{5., 0.1900000000000004}, {5., 0.3300000000000004}}]}},
Antialiasing->False]},
{RGBColor[0.365248, 0.427802, 0.758297], CapForm["Butt"],
StyleBox[{{}, {
LineBox[{{6., -0.3799999999999992}, {6., -0.15999999999999925`}}],
LineBox[{{6., -0.15999999999999925`}, {6., 0.06000000000000075}}]}},
Antialiasing->False]},
{RGBColor[0.365248, 0.427802, 0.758297], CapForm["Butt"],
StyleBox[{{}, {
LineBox[{{7., 0.04999999999999961}, {7., 0.05999999999999961}}],
LineBox[{{7., 0.05999999999999961}, {7., 0.0699999999999996}}]}},
Antialiasing->False]},
{RGBColor[0.365248, 0.427802, 0.758297], CapForm["Butt"],
StyleBox[{{}, {
LineBox[{{8., -0.43999999999999995`}, {8., -0.20999999999999996`}}],
LineBox[{{8., -0.20999999999999996`}, {8.,
0.020000000000000046`}}]}},
Antialiasing->False]},
{RGBColor[0.365248, 0.427802, 0.758297], CapForm["Butt"],
StyleBox[{{}, {
LineBox[{{9., -0.12999999999999914`}, {9., -0.03999999999999915}}],
LineBox[{{9., -0.03999999999999915}, {9., 0.05000000000000085}}]}},
Antialiasing->False]},
{RGBColor[0.365248, 0.427802, 0.758297], CapForm["Butt"],
StyleBox[{{}, {
LineBox[{{10., 0.030000000000000266`}, {10.,
0.050000000000000266`}}],
LineBox[{{10., 0.050000000000000266`}, {10.,
0.07000000000000027}}]}},
Antialiasing->False]},
{RGBColor[0.365248, 0.427802, 0.758297], CapForm["Butt"],
StyleBox[{{}, {
LineBox[{{11., 0.04000000000000031}, {11., 0.11000000000000032`}}],
LineBox[{{11., 0.11000000000000032`}, {11.,
0.18000000000000033`}}]}},
Antialiasing->False]},
{RGBColor[0.365248, 0.427802, 0.758297], CapForm["Butt"],
StyleBox[{{}, {
LineBox[{{12., -0.06000000000000022}, {12., 0.009999999999999787}}],
LineBox[{{12., 0.009999999999999787}, {12., 0.0799999999999998}}]}},
Antialiasing->False]},
{RGBColor[0.365248, 0.427802, 0.758297], CapForm["Butt"],
StyleBox[{{}, {
LineBox[{{13., 0.07000000000000009}, {13., 0.10000000000000009`}}],
LineBox[{{13., 0.10000000000000009`}, {13., 0.1300000000000001}}]}},
Antialiasing->False]},
{RGBColor[0.365248, 0.427802, 0.758297], CapForm["Butt"],
StyleBox[{{}, {
LineBox[{{14., -0.46999999999999975`}, {
14., -0.21999999999999975`}}],
LineBox[{{14., -0.21999999999999975`}, {14.,
0.03000000000000025}}]}},
Antialiasing->False]},
{RGBColor[0.365248, 0.427802, 0.758297], CapForm["Butt"],
StyleBox[{{}, {
LineBox[{{15., -0.4300000000000006}, {15., -0.1800000000000006}}],
LineBox[{{15., -0.1800000000000006}, {15., 0.0699999999999994}}]}},
Antialiasing->False]},
{RGBColor[0.365248, 0.427802, 0.758297], CapForm["Butt"],
StyleBox[{{}, {
LineBox[{{16., 0.010000000000000018`}, {16.,
0.020000000000000018`}}],
LineBox[{{16., 0.020000000000000018`}, {16.,
0.03000000000000002}}]}},
Antialiasing->False]},
{RGBColor[0.365248, 0.427802, 0.758297], CapForm["Butt"],
StyleBox[{{}, {LineBox[{{17., 2.37}, {17., 2.5300000000000002`}}],
LineBox[{{17., 2.5300000000000002`}, {17., 2.6900000000000004`}}]}},
Antialiasing->False]},
{RGBColor[0.365248, 0.427802, 0.758297], CapForm["Butt"],
StyleBox[{{}, {LineBox[{{18., 1.6700000000000002`}, {18., 2.16}}],
LineBox[{{18., 2.16}, {18., 2.6500000000000004`}}]}},
Antialiasing->False]},
{RGBColor[0.365248, 0.427802, 0.758297], CapForm["Butt"],
StyleBox[{{}, {LineBox[{{19., -0.78}, {19., -0.3500000000000001}}],
LineBox[{{19., -0.3500000000000001}, {19., 0.0799999999999999}}]}},
Antialiasing->False]},
{RGBColor[0.365248, 0.427802, 0.758297], CapForm["Butt"],
StyleBox[{{}, {
LineBox[{{20., 0.060000000000000164`}, {20.,
0.20000000000000018`}}],
LineBox[{{20., 0.20000000000000018`}, {20., 0.3400000000000002}}]}},
Antialiasing->False]},
{RGBColor[0.365248, 0.427802, 0.758297], CapForm["Butt"],
StyleBox[{{}, {
LineBox[{{21., -0.4399999999999993}, {21., -0.1999999999999993}}],
LineBox[{{21., -0.1999999999999993}, {21., 0.0400000000000007}}]}},
Antialiasing->False]},
{RGBColor[0.365248, 0.427802, 0.758297], CapForm["Butt"],
StyleBox[{{}, {
LineBox[{{22., -1.6799999999999995`}, {22., -0.6299999999999994}}],
LineBox[{{22., -0.6299999999999994}, {22., 0.4200000000000006}}]}},
Antialiasing->False]},
{RGBColor[0.365248, 0.427802, 0.758297], CapForm["Butt"],
StyleBox[{{}, {LineBox[{{23., -2.08}, {23., -2.0300000000000002`}}],
LineBox[{{23., -2.0300000000000002`}, {
23., -1.9800000000000002`}}]}},
Antialiasing->False]},
{RGBColor[0.365248, 0.427802, 0.758297], CapForm["Butt"],
StyleBox[{{}, {LineBox[{{24., -2.29}, {24., -2.02}}],
LineBox[{{24., -2.02}, {24., -1.75}}]}},
Antialiasing->False]},
{RGBColor[0.365248, 0.427802, 0.758297], CapForm["Butt"],
StyleBox[{{}, {
LineBox[{{25., -0.22999999999999976`}, {25.,
0.28000000000000025`}}],
LineBox[{{25., 0.28000000000000025`}, {25., 0.7900000000000003}}]}},
Antialiasing->False]},
{RGBColor[0.365248, 0.427802, 0.758297], CapForm["Butt"],
StyleBox[{{}, {
LineBox[{{26., 0.2700000000000001}, {26., 0.33000000000000007`}}],
LineBox[{{26., 0.33000000000000007`}, {26.,
0.39000000000000007`}}]}},
Antialiasing->False]}}}, {{
{RGBColor[0.9, 0.36, 0.054], CapForm["Butt"],
StyleBox[{
GeometricTransformationBox[
LineBox[{}], {{{1., 0.}, {0., 1.}}, {0., 0.}}],
GeometricTransformationBox[
LineBox[{{{1., 0.02}, Offset[{3, 0}, {1., 0.02}]}, {{1., 0.02},
Offset[{-3, 0}, {1., 0.02}]}, {{1., -0.02},
Offset[{3, 0}, {1., -0.02}]}, {{1., -0.02},
Offset[{-3, 0}, {1., -0.02}]}}], {{{1., 0.}, {0., 1.}}, {0.,
0.}}]},
Antialiasing->False]},
{RGBColor[0.9, 0.36, 0.054], CapForm["Butt"],
StyleBox[{
GeometricTransformationBox[
LineBox[{}], {{{1., 0.}, {0., 1.}}, {0., 0.}}],
GeometricTransformationBox[
LineBox[{{{2., 0.02999999999999977},
Offset[{3, 0}, {2., 0.02999999999999977}]}, {{2.,
0.02999999999999977},
Offset[{-3, 0}, {2., 0.02999999999999977}]}, {{
2., -0.05000000000000023},
Offset[{3, 0}, {2., -0.05000000000000023}]}, {{
2., -0.05000000000000023},
Offset[{-3, 0}, {2., -0.05000000000000023}]}}], {{{1., 0.}, {0.,
1.}}, {0., 0.}}]},
Antialiasing->False]},
{RGBColor[0.9, 0.36, 0.054], CapForm["Butt"],
StyleBox[{
GeometricTransformationBox[
LineBox[{}], {{{1., 0.}, {0., 1.}}, {0., 0.}}],
GeometricTransformationBox[
LineBox[{{{3., 0.07999999999999936},
Offset[{3, 0}, {3., 0.07999999999999936}]}, {{3.,
0.07999999999999936},
Offset[{-3, 0}, {3., 0.07999999999999936}]}, {{
3., -0.020000000000000642`},
Offset[{3, 0}, {3., -0.020000000000000642`}]}, {{
3., -0.020000000000000642`},
Offset[{-3, 0}, {3., -0.020000000000000642`}]}}], {{{1., 0.}, {
0., 1.}}, {0., 0.}}]},
Antialiasing->False]},
{RGBColor[0.9, 0.36, 0.054], CapForm["Butt"],
StyleBox[{
GeometricTransformationBox[
LineBox[{}], {{{1., 0.}, {0., 1.}}, {0., 0.}}],
GeometricTransformationBox[
LineBox[{{{4., 0.01999999999999954},
Offset[{3, 0}, {4., 0.01999999999999954}]}, {{4.,
0.01999999999999954},
Offset[{-3, 0}, {4., 0.01999999999999954}]}, {{
4., -0.06000000000000046},
Offset[{3, 0}, {4., -0.06000000000000046}]}, {{
4., -0.06000000000000046},
Offset[{-3, 0}, {4., -0.06000000000000046}]}}], {{{1., 0.}, {0.,
1.}}, {0., 0.}}]},
Antialiasing->False]},
{RGBColor[0.9, 0.36, 0.054], CapForm["Butt"],
StyleBox[{
GeometricTransformationBox[
LineBox[{}], {{{1., 0.}, {0., 1.}}, {0., 0.}}],
GeometricTransformationBox[
LineBox[{{{5., 0.06000000000000068},
Offset[{3, 0}, {5., 0.06000000000000068}]}, {{5.,
0.06000000000000068},
Offset[{-3, 0}, {5., 0.06000000000000068}]}, {{
5., -0.03999999999999933},
Offset[{3, 0}, {5., -0.03999999999999933}]}, {{
5., -0.03999999999999933},
Offset[{-3, 0}, {5., -0.03999999999999933}]}}], {{{1., 0.}, {0.,
1.}}, {0., 0.}}]},
Antialiasing->False]},
{RGBColor[0.9, 0.36, 0.054], CapForm["Butt"],
StyleBox[{
GeometricTransformationBox[
LineBox[{}], {{{1., 0.}, {0., 1.}}, {0., 0.}}],
GeometricTransformationBox[
LineBox[{{{6., 0.08000000000000068},
Offset[{3, 0}, {6., 0.08000000000000068}]}, {{6.,
0.08000000000000068},
Offset[{-3, 0}, {6., 0.08000000000000068}]}, {{
6., -0.05999999999999933},
Offset[{3, 0}, {6., -0.05999999999999933}]}, {{
6., -0.05999999999999933},
Offset[{-3, 0}, {6., -0.05999999999999933}]}}], {{{1., 0.}, {0.,
1.}}, {0., 0.}}]},
Antialiasing->False]},
{RGBColor[0.9, 0.36, 0.054], CapForm["Butt"],
StyleBox[{
GeometricTransformationBox[
LineBox[{}], {{{1., 0.}, {0., 1.}}, {0., 0.}}],
GeometricTransformationBox[
LineBox[{{{7., 0.05000000000000043},
Offset[{3, 0}, {7., 0.05000000000000043}]}, {{7.,
0.05000000000000043},
Offset[{-3, 0}, {7., 0.05000000000000043}]}, {{
7., -0.08999999999999958},
Offset[{3, 0}, {7., -0.08999999999999958}]}, {{
7., -0.08999999999999958},
Offset[{-3, 0}, {7., -0.08999999999999958}]}}], {{{1., 0.}, {0.,
1.}}, {0., 0.}}]},
Antialiasing->False]},
{RGBColor[0.9, 0.36, 0.054], CapForm["Butt"],
StyleBox[{
GeometricTransformationBox[
LineBox[{}], {{{1., 0.}, {0., 1.}}, {0., 0.}}],
GeometricTransformationBox[
LineBox[{{{8., 0.02999999999999997},
Offset[{3, 0}, {8., 0.02999999999999997}]}, {{8.,
0.02999999999999997},
Offset[{-3, 0}, {8., 0.02999999999999997}]}, {{
8., -0.11000000000000004`},
Offset[{3, 0}, {8., -0.11000000000000004`}]}, {{
8., -0.11000000000000004`},
Offset[{-3, 0}, {8., -0.11000000000000004`}]}}], {{{1., 0.}, {0.,
1.}}, {0., 0.}}]},
Antialiasing->False]},
{RGBColor[0.9, 0.36, 0.054], CapForm["Butt"],
StyleBox[{
GeometricTransformationBox[
LineBox[{}], {{{1., 0.}, {0., 1.}}, {0., 0.}}],
GeometricTransformationBox[
LineBox[{{{9., 0.06000000000000043},
Offset[{3, 0}, {9., 0.06000000000000043}]}, {{9.,
0.06000000000000043},
Offset[{-3, 0}, {9., 0.06000000000000043}]}, {{
9., -0.09999999999999958},
Offset[{3, 0}, {9., -0.09999999999999958}]}, {{
9., -0.09999999999999958},
Offset[{-3, 0}, {9., -0.09999999999999958}]}}], {{{1., 0.}, {0.,
1.}}, {0., 0.}}]},
Antialiasing->False]},
{RGBColor[0.9, 0.36, 0.054], CapForm["Butt"],
StyleBox[{
GeometricTransformationBox[
LineBox[{}], {{{1., 0.}, {0., 1.}}, {0., 0.}}],
GeometricTransformationBox[
LineBox[{{{10., 0.05000000000000004},
Offset[{3, 0}, {10., 0.05000000000000004}]}, {{10.,
0.05000000000000004},
Offset[{-3, 0}, {10., 0.05000000000000004}]}, {{10.,
0.030000000000000034`},
Offset[{3, 0}, {10., 0.030000000000000034`}]}, {{10.,
0.030000000000000034`},
Offset[{-3, 0}, {10., 0.030000000000000034`}]}}], {{{1., 0.}, {
0., 1.}}, {0., 0.}}]},
Antialiasing->False]},
{RGBColor[0.9, 0.36, 0.054], CapForm["Butt"],
StyleBox[{
GeometricTransformationBox[
LineBox[{}], {{{1., 0.}, {0., 1.}}, {0., 0.}}],
GeometricTransformationBox[
LineBox[{{{11., 0.04999999999999996},
Offset[{3, 0}, {11., 0.04999999999999996}]}, {{11.,
0.04999999999999996},
Offset[{-3, 0}, {11., 0.04999999999999996}]}, {{
11., -0.13000000000000003`},
Offset[{3, 0}, {11., -0.13000000000000003`}]}, {{
11., -0.13000000000000003`},
Offset[{-3, 0}, {11., -0.13000000000000003`}]}}], {{{1., 0.}, {
0., 1.}}, {0., 0.}}]},
Antialiasing->False]},
{RGBColor[0.9, 0.36, 0.054], CapForm["Butt"],
StyleBox[{
GeometricTransformationBox[
LineBox[{}], {{{1., 0.}, {0., 1.}}, {0., 0.}}],
GeometricTransformationBox[
LineBox[{{{12., 0.1800000000000001},
Offset[{3, 0}, {12., 0.1800000000000001}]}, {{12.,
0.1800000000000001},
Offset[{-3, 0}, {12., 0.1800000000000001}]}, {{12.,
0.06000000000000011},
Offset[{3, 0}, {12., 0.06000000000000011}]}, {{12.,
0.06000000000000011},
Offset[{-3, 0}, {12., 0.06000000000000011}]}}], {{{1., 0.}, {0.,
1.}}, {0., 0.}}]},
Antialiasing->False]},
{RGBColor[0.9, 0.36, 0.054], CapForm["Butt"],
StyleBox[{
GeometricTransformationBox[
LineBox[{}], {{{1., 0.}, {0., 1.}}, {0., 0.}}],
GeometricTransformationBox[
LineBox[{{{13., 0.07000000000000027},
Offset[{3, 0}, {13., 0.07000000000000027}]}, {{13.,
0.07000000000000027},
Offset[{-3, 0}, {13., 0.07000000000000027}]}, {{13.,
0.030000000000000266`},
Offset[{3, 0}, {13., 0.030000000000000266`}]}, {{13.,
0.030000000000000266`},
Offset[{-3, 0}, {13., 0.030000000000000266`}]}}], {{{1., 0.}, {
0., 1.}}, {0., 0.}}]},
Antialiasing->False]},
{RGBColor[0.9, 0.36, 0.054], CapForm["Butt"],
StyleBox[{
GeometricTransformationBox[
LineBox[{}], {{{1., 0.}, {0., 1.}}, {0., 0.}}],
GeometricTransformationBox[
LineBox[{{{14., 0.10000000000000027`},
Offset[{3, 0}, {14., 0.10000000000000027`}]}, {{14.,
0.10000000000000027`},
Offset[{-3, 0}, {14., 0.10000000000000027`}]}, {{14.,
2.636779683484747*^-16},
Offset[{3, 0}, {14., 2.636779683484747*^-16}]}, {{14.,
2.636779683484747*^-16},
Offset[{-3, 0}, {14., 2.636779683484747*^-16}]}}], {{{1., 0.}, {
0., 1.}}, {0., 0.}}]},
Antialiasing->False]},
{RGBColor[0.9, 0.36, 0.054], CapForm["Butt"],
StyleBox[{
GeometricTransformationBox[
LineBox[{}], {{{1., 0.}, {0., 1.}}, {0., 0.}}],
GeometricTransformationBox[
LineBox[{{{15., 0.06999999999999953},
Offset[{3, 0}, {15., 0.06999999999999953}]}, {{15.,
0.06999999999999953},
Offset[{-3, 0}, {15., 0.06999999999999953}]}, {{
15., -0.11000000000000046`},
Offset[{3, 0}, {15., -0.11000000000000046`}]}, {{
15., -0.11000000000000046`},
Offset[{-3, 0}, {15., -0.11000000000000046`}]}}], {{{1., 0.}, {
0., 1.}}, {0., 0.}}]},
Antialiasing->False]},
{RGBColor[0.9, 0.36, 0.054], CapForm["Butt"],
StyleBox[{
GeometricTransformationBox[
LineBox[{}], {{{1., 0.}, {0., 1.}}, {0., 0.}}],
GeometricTransformationBox[
LineBox[{{{16., 0.05000000000000002},
Offset[{3, 0}, {16., 0.05000000000000002}]}, {{16.,
0.05000000000000002},
Offset[{-3, 0}, {16., 0.05000000000000002}]}, {{
16., -0.009999999999999981},
Offset[{3, 0}, {16., -0.009999999999999981}]}, {{
16., -0.009999999999999981},
Offset[{-3, 0}, {16., -0.009999999999999981}]}}], {{{1., 0.}, {
0., 1.}}, {0., 0.}}]},
Antialiasing->False]},
{RGBColor[0.9, 0.36, 0.054], CapForm["Butt"],
StyleBox[{
GeometricTransformationBox[
LineBox[{}], {{{1., 0.}, {0., 1.}}, {0., 0.}}],
GeometricTransformationBox[
LineBox[{{{17., 0.07000000000000002},
Offset[{3, 0}, {17., 0.07000000000000002}]}, {{17.,
0.07000000000000002},
Offset[{-3, 0}, {17., 0.07000000000000002}]}, {{
17., -0.029999999999999985`},
Offset[{3, 0}, {17., -0.029999999999999985`}]}, {{
17., -0.029999999999999985`},
Offset[{-3, 0}, {17., -0.029999999999999985`}]}}], {{{1., 0.}, {
0., 1.}}, {0., 0.}}]},
Antialiasing->False]},
{RGBColor[0.9, 0.36, 0.054], CapForm["Butt"],
StyleBox[{
GeometricTransformationBox[
LineBox[{}], {{{1., 0.}, {0., 1.}}, {0., 0.}}],
GeometricTransformationBox[
LineBox[{{{18., 0.060000000000000026`},
Offset[{3, 0}, {18., 0.060000000000000026`}]}, {{18.,
0.060000000000000026`},
Offset[{-3, 0}, {18., 0.060000000000000026`}]}, {{18.,
2.7755575615628914`*^-17},
Offset[{3, 0}, {18., 2.7755575615628914`*^-17}]}, {{18.,
2.7755575615628914`*^-17},
Offset[{-3, 0}, {18., 2.7755575615628914`*^-17}]}}], {{{1.,
0.}, {0., 1.}}, {0., 0.}}]},
Antialiasing->False]},
{RGBColor[0.9, 0.36, 0.054], CapForm["Butt"],
StyleBox[{
GeometricTransformationBox[
LineBox[{}], {{{1., 0.}, {0., 1.}}, {0., 0.}}],
GeometricTransformationBox[
LineBox[{{{19., 0.12000000000000002`},
Offset[{3, 0}, {19., 0.12000000000000002`}]}, {{19.,
0.12000000000000002`},
Offset[{-3, 0}, {19., 0.12000000000000002`}]}, {{
19., -0.07999999999999999},
Offset[{3, 0}, {19., -0.07999999999999999}]}, {{
19., -0.07999999999999999},
Offset[{-3, 0}, {19., -0.07999999999999999}]}}], {{{1., 0.}, {0.,
1.}}, {0., 0.}}]},
Antialiasing->False]},
{RGBColor[0.9, 0.36, 0.054], CapForm["Butt"],
StyleBox[{
GeometricTransformationBox[
LineBox[{}], {{{1., 0.}, {0., 1.}}, {0., 0.}}],
GeometricTransformationBox[
LineBox[{{{20., 0.16000000000000023`},
Offset[{3, 0}, {20., 0.16000000000000023`}]}, {{20.,
0.16000000000000023`},
Offset[{-3, 0}, {20., 0.16000000000000023`}]}, {{
20., -0.13999999999999976`},
Offset[{3, 0}, {20., -0.13999999999999976`}]}, {{
20., -0.13999999999999976`},
Offset[{-3, 0}, {20., -0.13999999999999976`}]}}], {{{1., 0.}, {
0., 1.}}, {0., 0.}}]},
Antialiasing->False]},
{RGBColor[0.9, 0.36, 0.054], CapForm["Butt"],
StyleBox[{
GeometricTransformationBox[
LineBox[{}], {{{1., 0.}, {0., 1.}}, {0., 0.}}],
GeometricTransformationBox[
LineBox[{{{21., 0.1700000000000007},
Offset[{3, 0}, {21., 0.1700000000000007}]}, {{21.,
0.1700000000000007},
Offset[{-3, 0}, {21., 0.1700000000000007}]}, {{
21., -0.06999999999999929},
Offset[{3, 0}, {21., -0.06999999999999929}]}, {{
21., -0.06999999999999929},
Offset[{-3, 0}, {21., -0.06999999999999929}]}}], {{{1., 0.}, {0.,
1.}}, {0., 0.}}]},
Antialiasing->False]},
{RGBColor[0.9, 0.36, 0.054], CapForm["Butt"],
StyleBox[{
GeometricTransformationBox[
LineBox[{}], {{{1., 0.}, {0., 1.}}, {0., 0.}}],
GeometricTransformationBox[
LineBox[{{{22., 0.9600000000000003},
Offset[{3, 0}, {22., 0.9600000000000003}]}, {{22.,
0.9600000000000003},
Offset[{-3, 0}, {22., 0.9600000000000003}]}, {{
22., -0.7399999999999997},
Offset[{3, 0}, {22., -0.7399999999999997}]}, {{
22., -0.7399999999999997},
Offset[{-3, 0}, {22., -0.7399999999999997}]}}], {{{1., 0.}, {0.,
1.}}, {0., 0.}}]},
Antialiasing->False]},
{RGBColor[0.9, 0.36, 0.054], CapForm["Butt"],
StyleBox[{
GeometricTransformationBox[
LineBox[{}], {{{1., 0.}, {0., 1.}}, {0., 0.}}],
GeometricTransformationBox[
LineBox[{{{23., 0.17999999999999938`},
Offset[{3, 0}, {23., 0.17999999999999938`}]}, {{23.,
0.17999999999999938`},
Offset[{-3, 0}, {23., 0.17999999999999938`}]}, {{
23., -0.040000000000000605`},
Offset[{3, 0}, {23., -0.040000000000000605`}]}, {{
23., -0.040000000000000605`},
Offset[{-3, 0}, {23., -0.040000000000000605`}]}}], {{{1., 0.}, {
0., 1.}}, {0., 0.}}]},
Antialiasing->False]},
{RGBColor[0.9, 0.36, 0.054], CapForm["Butt"],
StyleBox[{
GeometricTransformationBox[
LineBox[{}], {{{1., 0.}, {0., 1.}}, {0., 0.}}],
GeometricTransformationBox[
LineBox[{{{24., 0.7199999999999996},
Offset[{3, 0}, {24., 0.7199999999999996}]}, {{24.,
0.7199999999999996},
Offset[{-3, 0}, {24., 0.7199999999999996}]}, {{
24., -0.02000000000000035},
Offset[{3, 0}, {24., -0.02000000000000035}]}, {{
24., -0.02000000000000035},
Offset[{-3, 0}, {24., -0.02000000000000035}]}}], {{{1., 0.}, {0.,
1.}}, {0., 0.}}]},
Antialiasing->False]},
{RGBColor[0.9, 0.36, 0.054], CapForm["Butt"],
StyleBox[{
GeometricTransformationBox[
LineBox[{}], {{{1., 0.}, {0., 1.}}, {0., 0.}}],
GeometricTransformationBox[
LineBox[{{{25., 0.05999999999999972},
Offset[{3, 0}, {25., 0.05999999999999972}]}, {{25.,
0.05999999999999972},
Offset[{-3, 0}, {25., 0.05999999999999972}]}, {{
25., -0.2000000000000003},
Offset[{3, 0}, {25., -0.2000000000000003}]}, {{
25., -0.2000000000000003},
Offset[{-3, 0}, {25., -0.2000000000000003}]}}], {{{1., 0.}, {0.,
1.}}, {0., 0.}}]},
Antialiasing->False]},
{RGBColor[0.9, 0.36, 0.054], CapForm["Butt"],
StyleBox[{
GeometricTransformationBox[
LineBox[{}], {{{1., 0.}, {0., 1.}}, {0., 0.}}],
GeometricTransformationBox[
LineBox[{{{26., 0.43999999999999984`},
Offset[{3, 0}, {26., 0.43999999999999984`}]}, {{26.,
0.43999999999999984`},
Offset[{-3, 0}, {26., 0.43999999999999984`}]}, {{
26., -0.3400000000000002},
Offset[{3, 0}, {26., -0.3400000000000002}]}, {{
26., -0.3400000000000002},
Offset[{-3, 0}, {26., -0.3400000000000002}]}}], {{{1., 0.}, {0.,
1.}}, {0., 0.}}]},
Antialiasing->False]}}, {
{RGBColor[0.365248, 0.427802, 0.758297], CapForm["Butt"],
StyleBox[{
GeometricTransformationBox[
LineBox[{}], {{{1., 0.}, {0., 1.}}, {0., 0.}}],
GeometricTransformationBox[
LineBox[{{{1., 0.010000000000000214`},
Offset[{3, 0}, {1., 0.010000000000000214`}]}, {{1.,
0.010000000000000214`},
Offset[{-3, 0}, {1., 0.010000000000000214`}]}, {{
1., -0.029999999999999787`},
Offset[{3, 0}, {1., -0.029999999999999787`}]}, {{
1., -0.029999999999999787`},
Offset[{-3, 0}, {1., -0.029999999999999787`}]}}], {{{1., 0.}, {
0., 1.}}, {0., 0.}}]},
Antialiasing->False]},
{RGBColor[0.365248, 0.427802, 0.758297], CapForm["Butt"],
StyleBox[{
GeometricTransformationBox[
LineBox[{}], {{{1., 0.}, {0., 1.}}, {0., 0.}}],
GeometricTransformationBox[
LineBox[{{{2., 0.02999999999999997},
Offset[{3, 0}, {2., 0.02999999999999997}]}, {{2.,
0.02999999999999997},
Offset[{-3, 0}, {2., 0.02999999999999997}]}, {{
2., -0.11000000000000004`},
Offset[{3, 0}, {2., -0.11000000000000004`}]}, {{
2., -0.11000000000000004`},
Offset[{-3, 0}, {2., -0.11000000000000004`}]}}], {{{1., 0.}, {0.,
1.}}, {0., 0.}}]},
Antialiasing->False]},
{RGBColor[0.365248, 0.427802, 0.758297], CapForm["Butt"],
StyleBox[{
GeometricTransformationBox[
LineBox[{}], {{{1., 0.}, {0., 1.}}, {0., 0.}}],
GeometricTransformationBox[
LineBox[{{{3., 0.09999999999999985},
Offset[{3, 0}, {3., 0.09999999999999985}]}, {{3.,
0.09999999999999985},
Offset[{-3, 0}, {3., 0.09999999999999985}]}, {{3.,
0.07999999999999986},
Offset[{3, 0}, {3., 0.07999999999999986}]}, {{3.,
0.07999999999999986},
Offset[{-3, 0}, {3., 0.07999999999999986}]}}], {{{1., 0.}, {0.,
1.}}, {0., 0.}}]},
Antialiasing->False]},
{RGBColor[0.365248, 0.427802, 0.758297], CapForm["Butt"],
StyleBox[{
GeometricTransformationBox[
LineBox[{}], {{{1., 0.}, {0., 1.}}, {0., 0.}}],
GeometricTransformationBox[
LineBox[{{{4., 0.00999999999999951},
Offset[{3, 0}, {4., 0.00999999999999951}]}, {{4.,
0.00999999999999951},
Offset[{-3, 0}, {4., 0.00999999999999951}]}, {{
4., -0.1300000000000005},
Offset[{3, 0}, {4., -0.1300000000000005}]}, {{
4., -0.1300000000000005},
Offset[{-3, 0}, {4., -0.1300000000000005}]}}], {{{1., 0.}, {0.,
1.}}, {0., 0.}}]},
Antialiasing->False]},
{RGBColor[0.365248, 0.427802, 0.758297], CapForm["Butt"],
StyleBox[{
GeometricTransformationBox[
LineBox[{}], {{{1., 0.}, {0., 1.}}, {0., 0.}}],
GeometricTransformationBox[
LineBox[{{{5., 0.3300000000000004},
Offset[{3, 0}, {5., 0.3300000000000004}]}, {{5.,
0.3300000000000004},
Offset[{-3, 0}, {5., 0.3300000000000004}]}, {{5.,
0.05000000000000038},
Offset[{3, 0}, {5., 0.05000000000000038}]}, {{5.,
0.05000000000000038},
Offset[{-3, 0}, {5., 0.05000000000000038}]}}], {{{1., 0.}, {0.,
1.}}, {0., 0.}}]},
Antialiasing->False]},
{RGBColor[0.365248, 0.427802, 0.758297], CapForm["Butt"],
StyleBox[{
GeometricTransformationBox[
LineBox[{}], {{{1., 0.}, {0., 1.}}, {0., 0.}}],
GeometricTransformationBox[
LineBox[{{{6., 0.06000000000000075},
Offset[{3, 0}, {6., 0.06000000000000075}]}, {{6.,
0.06000000000000075},
Offset[{-3, 0}, {6., 0.06000000000000075}]}, {{
6., -0.3799999999999992},
Offset[{3, 0}, {6., -0.3799999999999992}]}, {{
6., -0.3799999999999992},
Offset[{-3, 0}, {6., -0.3799999999999992}]}}], {{{1., 0.}, {0.,
1.}}, {0., 0.}}]},
Antialiasing->False]},
{RGBColor[0.365248, 0.427802, 0.758297], CapForm["Butt"],
StyleBox[{
GeometricTransformationBox[
LineBox[{}], {{{1., 0.}, {0., 1.}}, {0., 0.}}],
GeometricTransformationBox[
LineBox[{{{7., 0.0699999999999996},
Offset[{3, 0}, {7., 0.0699999999999996}]}, {{7.,
0.0699999999999996},
Offset[{-3, 0}, {7., 0.0699999999999996}]}, {{7.,
0.04999999999999961},
Offset[{3, 0}, {7., 0.04999999999999961}]}, {{7.,
0.04999999999999961},
Offset[{-3, 0}, {7., 0.04999999999999961}]}}], {{{1., 0.}, {0.,
1.}}, {0., 0.}}]},
Antialiasing->False]},
{RGBColor[0.365248, 0.427802, 0.758297], CapForm["Butt"],
StyleBox[{
GeometricTransformationBox[
LineBox[{}], {{{1., 0.}, {0., 1.}}, {0., 0.}}],
GeometricTransformationBox[
LineBox[{{{8., 0.020000000000000046`},
Offset[{3, 0}, {8., 0.020000000000000046`}]}, {{8.,
0.020000000000000046`},
Offset[{-3, 0}, {8., 0.020000000000000046`}]}, {{
8., -0.43999999999999995`},
Offset[{3, 0}, {8., -0.43999999999999995`}]}, {{
8., -0.43999999999999995`},
Offset[{-3, 0}, {8., -0.43999999999999995`}]}}], {{{1., 0.}, {0.,
1.}}, {0., 0.}}]},
Antialiasing->False]},
{RGBColor[0.365248, 0.427802, 0.758297], CapForm["Butt"],
StyleBox[{
GeometricTransformationBox[
LineBox[{}], {{{1., 0.}, {0., 1.}}, {0., 0.}}],
GeometricTransformationBox[
LineBox[{{{9., 0.05000000000000085},
Offset[{3, 0}, {9., 0.05000000000000085}]}, {{9.,
0.05000000000000085},
Offset[{-3, 0}, {9., 0.05000000000000085}]}, {{
9., -0.12999999999999914`},
Offset[{3, 0}, {9., -0.12999999999999914`}]}, {{
9., -0.12999999999999914`},
Offset[{-3, 0}, {9., -0.12999999999999914`}]}}], {{{1., 0.}, {0.,
1.}}, {0., 0.}}]},
Antialiasing->False]},
{RGBColor[0.365248, 0.427802, 0.758297], CapForm["Butt"],
StyleBox[{
GeometricTransformationBox[
LineBox[{}], {{{1., 0.}, {0., 1.}}, {0., 0.}}],
GeometricTransformationBox[
LineBox[{{{10., 0.07000000000000027},
Offset[{3, 0}, {10., 0.07000000000000027}]}, {{10.,
0.07000000000000027},
Offset[{-3, 0}, {10., 0.07000000000000027}]}, {{10.,
0.030000000000000266`},
Offset[{3, 0}, {10., 0.030000000000000266`}]}, {{10.,
0.030000000000000266`},
Offset[{-3, 0}, {10., 0.030000000000000266`}]}}], {{{1., 0.}, {
0., 1.}}, {0., 0.}}]},
Antialiasing->False]},
{RGBColor[0.365248, 0.427802, 0.758297], CapForm["Butt"],
StyleBox[{
GeometricTransformationBox[
LineBox[{}], {{{1., 0.}, {0., 1.}}, {0., 0.}}],
GeometricTransformationBox[
LineBox[{{{11., 0.18000000000000033`},
Offset[{3, 0}, {11., 0.18000000000000033`}]}, {{11.,
0.18000000000000033`},
Offset[{-3, 0}, {11., 0.18000000000000033`}]}, {{11.,
0.04000000000000031},
Offset[{3, 0}, {11., 0.04000000000000031}]}, {{11.,
0.04000000000000031},
Offset[{-3, 0}, {11., 0.04000000000000031}]}}], {{{1., 0.}, {0.,
1.}}, {0., 0.}}]},
Antialiasing->False]},
{RGBColor[0.365248, 0.427802, 0.758297], CapForm["Butt"],
StyleBox[{
GeometricTransformationBox[
LineBox[{}], {{{1., 0.}, {0., 1.}}, {0., 0.}}],
GeometricTransformationBox[
LineBox[{{{12., 0.0799999999999998},
Offset[{3, 0}, {12., 0.0799999999999998}]}, {{12.,
0.0799999999999998},
Offset[{-3, 0}, {12., 0.0799999999999998}]}, {{
12., -0.06000000000000022},
Offset[{3, 0}, {12., -0.06000000000000022}]}, {{
12., -0.06000000000000022},
Offset[{-3, 0}, {12., -0.06000000000000022}]}}], {{{1., 0.}, {0.,
1.}}, {0., 0.}}]},
Antialiasing->False]},
{RGBColor[0.365248, 0.427802, 0.758297], CapForm["Butt"],
StyleBox[{
GeometricTransformationBox[
LineBox[{}], {{{1., 0.}, {0., 1.}}, {0., 0.}}],
GeometricTransformationBox[
LineBox[{{{13., 0.1300000000000001},
Offset[{3, 0}, {13., 0.1300000000000001}]}, {{13.,
0.1300000000000001},
Offset[{-3, 0}, {13., 0.1300000000000001}]}, {{13.,
0.07000000000000009},
Offset[{3, 0}, {13., 0.07000000000000009}]}, {{13.,
0.07000000000000009},
Offset[{-3, 0}, {13., 0.07000000000000009}]}}], {{{1., 0.}, {0.,
1.}}, {0., 0.}}]},
Antialiasing->False]},
{RGBColor[0.365248, 0.427802, 0.758297], CapForm["Butt"],
StyleBox[{
GeometricTransformationBox[
LineBox[{}], {{{1., 0.}, {0., 1.}}, {0., 0.}}],
GeometricTransformationBox[
LineBox[{{{14., 0.03000000000000025},
Offset[{3, 0}, {14., 0.03000000000000025}]}, {{14.,
0.03000000000000025},
Offset[{-3, 0}, {14., 0.03000000000000025}]}, {{
14., -0.46999999999999975`},
Offset[{3, 0}, {14., -0.46999999999999975`}]}, {{
14., -0.46999999999999975`},
Offset[{-3, 0}, {14., -0.46999999999999975`}]}}], {{{1., 0.}, {
0., 1.}}, {0., 0.}}]},
Antialiasing->False]},
{RGBColor[0.365248, 0.427802, 0.758297], CapForm["Butt"],
StyleBox[{
GeometricTransformationBox[
LineBox[{}], {{{1., 0.}, {0., 1.}}, {0., 0.}}],
GeometricTransformationBox[
LineBox[{{{15., 0.0699999999999994},
Offset[{3, 0}, {15., 0.0699999999999994}]}, {{15.,
0.0699999999999994},
Offset[{-3, 0}, {15., 0.0699999999999994}]}, {{
15., -0.4300000000000006},
Offset[{3, 0}, {15., -0.4300000000000006}]}, {{
15., -0.4300000000000006},
Offset[{-3, 0}, {15., -0.4300000000000006}]}}], {{{1., 0.}, {0.,
1.}}, {0., 0.}}]},
Antialiasing->False]},
{RGBColor[0.365248, 0.427802, 0.758297], CapForm["Butt"],
StyleBox[{
GeometricTransformationBox[
LineBox[{}], {{{1., 0.}, {0., 1.}}, {0., 0.}}],
GeometricTransformationBox[
LineBox[{{{16., 0.03000000000000002},
Offset[{3, 0}, {16., 0.03000000000000002}]}, {{16.,
0.03000000000000002},
Offset[{-3, 0}, {16., 0.03000000000000002}]}, {{16.,
0.010000000000000018`},
Offset[{3, 0}, {16., 0.010000000000000018`}]}, {{16.,
0.010000000000000018`},
Offset[{-3, 0}, {16., 0.010000000000000018`}]}}], {{{1., 0.}, {
0., 1.}}, {0., 0.}}]},
Antialiasing->False]},
{RGBColor[0.365248, 0.427802, 0.758297], CapForm["Butt"],
StyleBox[{
GeometricTransformationBox[
LineBox[{}], {{{1., 0.}, {0., 1.}}, {0., 0.}}],
GeometricTransformationBox[
LineBox[{{{17., 2.6900000000000004`},
Offset[{3, 0}, {17., 2.6900000000000004`}]}, {{17.,
2.6900000000000004`},
Offset[{-3, 0}, {17., 2.6900000000000004`}]}, {{17., 2.37},
Offset[{3, 0}, {17., 2.37}]}, {{17., 2.37},
Offset[{-3, 0}, {17., 2.37}]}}], {{{1., 0.}, {0., 1.}}, {0.,
0.}}]},
Antialiasing->False]},
{RGBColor[0.365248, 0.427802, 0.758297], CapForm["Butt"],
StyleBox[{
GeometricTransformationBox[
LineBox[{}], {{{1., 0.}, {0., 1.}}, {0., 0.}}],
GeometricTransformationBox[
LineBox[{{{18., 2.6500000000000004`},
Offset[{3, 0}, {18., 2.6500000000000004`}]}, {{18.,
2.6500000000000004`},
Offset[{-3, 0}, {18., 2.6500000000000004`}]}, {{18.,
1.6700000000000002`},
Offset[{3, 0}, {18., 1.6700000000000002`}]}, {{18.,
1.6700000000000002`},
Offset[{-3, 0}, {18., 1.6700000000000002`}]}}], {{{1., 0.}, {0.,
1.}}, {0., 0.}}]},
Antialiasing->False]},
{RGBColor[0.365248, 0.427802, 0.758297], CapForm["Butt"],
StyleBox[{
GeometricTransformationBox[
LineBox[{}], {{{1., 0.}, {0., 1.}}, {0., 0.}}],
GeometricTransformationBox[
LineBox[{{{19., 0.0799999999999999},
Offset[{3, 0}, {19., 0.0799999999999999}]}, {{19.,
0.0799999999999999},
Offset[{-3, 0}, {19., 0.0799999999999999}]}, {{19., -0.78},
Offset[{3, 0}, {19., -0.78}]}, {{19., -0.78},
Offset[{-3, 0}, {19., -0.78}]}}], {{{1., 0.}, {0., 1.}}, {0.,
0.}}]},
Antialiasing->False]},
{RGBColor[0.365248, 0.427802, 0.758297], CapForm["Butt"],
StyleBox[{
GeometricTransformationBox[
LineBox[{}], {{{1., 0.}, {0., 1.}}, {0., 0.}}],
GeometricTransformationBox[
LineBox[{{{20., 0.3400000000000002},
Offset[{3, 0}, {20., 0.3400000000000002}]}, {{20.,
0.3400000000000002},
Offset[{-3, 0}, {20., 0.3400000000000002}]}, {{20.,
0.060000000000000164`},
Offset[{3, 0}, {20., 0.060000000000000164`}]}, {{20.,
0.060000000000000164`},
Offset[{-3, 0}, {20., 0.060000000000000164`}]}}], {{{1., 0.}, {
0., 1.}}, {0., 0.}}]},
Antialiasing->False]},
{RGBColor[0.365248, 0.427802, 0.758297], CapForm["Butt"],
StyleBox[{
GeometricTransformationBox[
LineBox[{}], {{{1., 0.}, {0., 1.}}, {0., 0.}}],
GeometricTransformationBox[
LineBox[{{{21., 0.0400000000000007},
Offset[{3, 0}, {21., 0.0400000000000007}]}, {{21.,
0.0400000000000007},
Offset[{-3, 0}, {21., 0.0400000000000007}]}, {{
21., -0.4399999999999993},
Offset[{3, 0}, {21., -0.4399999999999993}]}, {{
21., -0.4399999999999993},
Offset[{-3, 0}, {21., -0.4399999999999993}]}}], {{{1., 0.}, {0.,
1.}}, {0., 0.}}]},
Antialiasing->False]},
{RGBColor[0.365248, 0.427802, 0.758297], CapForm["Butt"],
StyleBox[{
GeometricTransformationBox[
LineBox[{}], {{{1., 0.}, {0., 1.}}, {0., 0.}}],
GeometricTransformationBox[
LineBox[{{{22., 0.4200000000000006},
Offset[{3, 0}, {22., 0.4200000000000006}]}, {{22.,
0.4200000000000006},
Offset[{-3, 0}, {22., 0.4200000000000006}]}, {{
22., -1.6799999999999995`},
Offset[{3, 0}, {22., -1.6799999999999995`}]}, {{
22., -1.6799999999999995`},
Offset[{-3, 0}, {22., -1.6799999999999995`}]}}], {{{1., 0.}, {0.,
1.}}, {0., 0.}}]},
Antialiasing->False]},
{RGBColor[0.365248, 0.427802, 0.758297], CapForm["Butt"],
StyleBox[{
GeometricTransformationBox[
LineBox[{}], {{{1., 0.}, {0., 1.}}, {0., 0.}}],
GeometricTransformationBox[
LineBox[{{{23., -1.9800000000000002`},
Offset[{3, 0}, {23., -1.9800000000000002`}]}, {{
23., -1.9800000000000002`},
Offset[{-3, 0}, {23., -1.9800000000000002`}]}, {{23., -2.08},
Offset[{3, 0}, {23., -2.08}]}, {{23., -2.08},
Offset[{-3, 0}, {23., -2.08}]}}], {{{1., 0.}, {0., 1.}}, {0.,
0.}}]},
Antialiasing->False]},
{RGBColor[0.365248, 0.427802, 0.758297], CapForm["Butt"],
StyleBox[{
GeometricTransformationBox[
LineBox[{}], {{{1., 0.}, {0., 1.}}, {0., 0.}}],
GeometricTransformationBox[
LineBox[{{{24., -1.75}, Offset[{3, 0}, {24., -1.75}]}, {{
24., -1.75}, Offset[{-3, 0}, {24., -1.75}]}, {{24., -2.29},
Offset[{3, 0}, {24., -2.29}]}, {{24., -2.29},
Offset[{-3, 0}, {24., -2.29}]}}], {{{1., 0.}, {0., 1.}}, {0.,
0.}}]},
Antialiasing->False]},
{RGBColor[0.365248, 0.427802, 0.758297], CapForm["Butt"],
StyleBox[{
GeometricTransformationBox[
LineBox[{}], {{{1., 0.}, {0., 1.}}, {0., 0.}}],
GeometricTransformationBox[
LineBox[{{{25., 0.7900000000000003},
Offset[{3, 0}, {25., 0.7900000000000003}]}, {{25.,
0.7900000000000003},
Offset[{-3, 0}, {25., 0.7900000000000003}]}, {{
25., -0.22999999999999976`},
Offset[{3, 0}, {25., -0.22999999999999976`}]}, {{
25., -0.22999999999999976`},
Offset[{-3, 0}, {25., -0.22999999999999976`}]}}], {{{1., 0.}, {
0., 1.}}, {0., 0.}}]},
Antialiasing->False]},
{RGBColor[0.365248, 0.427802, 0.758297], CapForm["Butt"],
StyleBox[{
GeometricTransformationBox[
LineBox[{}], {{{1., 0.}, {0., 1.}}, {0., 0.}}],
GeometricTransformationBox[
LineBox[{{{26., 0.39000000000000007`},
Offset[{3, 0}, {26., 0.39000000000000007`}]}, {{26.,
0.39000000000000007`},
Offset[{-3, 0}, {26., 0.39000000000000007`}]}, {{26.,
0.2700000000000001},
Offset[{3, 0}, {26., 0.2700000000000001}]}, {{26.,
0.2700000000000001},
Offset[{-3, 0}, {26., 0.2700000000000001}]}}], {{{1., 0.}, {0.,
1.}}, {0., 0.}}]},
Antialiasing->False]}}}}, {{
{RGBColor[0.9, 0.36, 0.054], PointSize[0.011000000000000001`],
AbsoluteThickness[1.6], CapForm["Butt"], PointBox[CompressedData["
1:eJxTTMoPSmViYGCQAmIQDQEf7BlQgQOD6Dr3h1Ut+yFcDgcGudbXgTvmQdUJ
QOWnQOVFHBjEwOqh8hJofBkHBhFk9QoODWD+EihfCU1eBSYP1a+Gpl7D4QDY
Pfug8loOB2aCwEooXweNr4fmXgOoeVOg8oZofCOo+TD/GqPJm8DCB8o3dWCY
hWyfmYNDTP+hrxp7oHxzhwOBO4AmboTyLRwS0kDgGpRv6cAQBJaHus/KoQHq
fgAIKm3o
"]]},
{RGBColor[0.365248, 0.427802, 0.758297], PointSize[
0.011000000000000001`], AbsoluteThickness[1.6], CapForm["Butt"],
PointBox[CompressedData["
1:eJxTTMoPSmViYGCQAmIQDQEf7BlE1rk/rGrZDxVwaADzl0D5HA4M1xcX2HJt
t4fwBRwY5FtfB+5YB5UXcUjYIQcUOAGVl3BIAOs/ApWXcWiQA6uHyis4PKgC
KTgFlVdyYECxT8XhwEwQWAlVr+bgENN/6KvGHihfA6q+BcrXclgAVr8Tytdx
UACrPwM1T89BAez+41C+AdR/U6DqDR3suEAKWBwgfCMHj4cgBzJC+cYOGWkg
cA2q3wRq30moflOHBggfKm/moAK2/wmUbw41n+EAhG/hoAmWh/EtHT4EggLw
ItQ8KwcFUHDJXbUHAJsXdJA=
"]]}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.011000000000000001`],
AbsoluteThickness[1.6], CapForm["Butt"]},
{RGBColor[0.365248, 0.427802, 0.758297], PointSize[
0.011000000000000001`], AbsoluteThickness[1.6], CapForm[
"Butt"]}, {}, {}, {}}, {
{RGBColor[0.9, 0.36, 0.054], PointSize[0.011000000000000001`],
AbsoluteThickness[1.6], CapForm["Butt"]},
{RGBColor[0.365248, 0.427802, 0.758297], PointSize[
0.011000000000000001`], AbsoluteThickness[1.6], CapForm[
"Butt"]}, {}, {}, {}}}, {{}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{0, 0},
BaseStyle->18,
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox[
GraphicsBox[{
Thickness[0.0055987906612171776`],
StyleBox[{
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1,
0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {1, 3, 3}, {1,
3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, {{{
6.904690000000001, 19.6594}, {1.7359400000000003`,
7.893750000000001}, {1.7718800000000003`, 7.446879999999999}, {
3.4000000000000004`, 7.499999999999999}, {4.59688,
7.499999999999999}, {6.29531, 7.499999999999999}, {
7.976559999999999, 7.499999999999999}, {10.1219,
7.499999999999999}, {11.5531, 7.446879999999999}, {
12.660899999999998`, 8.071879999999998}, {12.660899999999998`,
8.232809999999999}, {7.5828099999999985`, 20.017200000000003`}, {
6.904690000000001, 19.6594}}, {{6.8500000000000005`, 17.6391}, {
10.2656, 9.556249999999999}, {10.4266, 9.181249999999999}, {
10.6234, 8.7875}, {10.6234, 8.57344}, {10.6234, 8.37656}, {
10.337499999999999`, 8.268749999999999}, {9.890630000000002,
8.232809999999999}, {3.95313, 8.232809999999999}, {
3.3640600000000003`, 8.2875}, {3.1484399999999995`, 8.4125}, {
3.1484399999999995`, 8.69844}, {3.1484399999999995`,
8.929689999999999}, {3.5421899999999997`, 9.86094}, {
3.7750000000000004`, 10.396900000000002`}, {6.8500000000000005`,
17.6391}}}],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGJdIAaxQYAJSjNCxZiR+Ax42MSox6UGWZxUc4jRS6r5
pOqlxO+0UEOM+0n1CwDTMQKN
"], CompressedData["
1:eJxdlHtIFFEUxteUMjMFHxTl4qxp4bK6zp3ZGSmls0Wh/mMpmIhWppsKpT1W
SFsLU4sysOzhEzEyyjBCKiKxokLy2YPCQgUlDVQqUtSEMts7Z7oDXhiGH+fO
+c757plrOJCXYHPV6XQuzifJ+SxzPtEFyXcsqwn8mcsfqZ8yQoSx2fddsMj4
SEv5YHajxl2vtt3LCbfA6d+bj7wZN4LnzpD8ZR4SmA2BM4f6jXAxbtJNLJag
V1lGyEwb2un6WYIiuj/bBHGdK6LrOlS+Y4IXZ2/v6U6wgJnqlppQD0SIH1jv
SD9mgqpL3oXSIGF8ezwmfJFfwlMEHsrzLzMLCSwqi8DN4Wde9a8I1ukuwOr4
+1dt4wTzrRcA+xZg7bWPK7OnBZh9MnBhwV/A/ktFCBkraehbJ0CxW0cFv8YC
o+k3+sVAAVrDc2+6ODRW+quWGDdR3UQZZmi+WYLxZBkWqH+tBH1xyLCK+raO
R51JjT1pnfMyjNF8WwnWvTYS4t9fTv27QYCNdH9cJPb9XmDfo08C+p8uQ0Wi
PbhqWAD7I//fPV4aK3GXJfE3EuOAhr2hPfslls965svr6i0iZB10rn7VLx+R
6T8v0kdmuQmMP/lMW9/2E8aKz2Eaow88Y2/aX2cE08vO+1nWNWNm9TwCZwGf
Vd6n+jsagfUkqfl28+pbQJ9KeFVXY8WnAcJYmZdagt8d5SGDnpM7wX0pPByn
vpzi4THVrzaDd9quYfKLAz9qoN0M56Ni2w4mcGCjdSxX2ed/PAz8CirtfU2B
UEoPcEcYbJoOnqjt0sPVc2UpH9rD4dvZw+VkUM/607c1PrP90KMf7rw6x3qs
N0NjZf6iLCxfDV05GnvQObqrcSpnncoIkJieKDjXA4npKT7EySy/Mp+pMtTR
vLEc/hc2GZrnJk706gxsfmkawTcI47dkGArVtyx+2IDxdhmkqKcJ118E47xZ
NVb+h3n1fqgPQv1uCfMlGnD/DQme5jm+13zlsP4oCf1/zOF8jlhw/xUO749K
EXyp35kcKMdVJzDGOSKMlTk7SaDFx+SVlcup/xmP8SaNlf67lnCsAc9jO6/q
G/C8Yni1XgMsvU//AVDTbD8=
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIVIIaxWZDYzFDMAOUz4GEjqydGLy71uPSSqp5Ut1Fi
JjHitLALAM7SAnU=
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGJvIGYCYhNjIFC2cdB4y7vPINLYQV9rpfCFFhsHBhBI
MHawqYxYYfrWxmHJ/X18c5KNHTjcVEuZumzhfPumR8dndNvB+TNmAsFLO7h5
PP7rp6Rq2DuAhGdaGjv4XpwY88/Z3uFw2/LwU4+MHHxOsNvODrV3uC1dk2gk
auQQLr79IsM+BB9s7mZ7uHm4+F82BGTPmo7g9weXqEw/j8mHme8Acre2Kdx+
GB/mvjQQKDNxkJgXp3nawd6hkeVov2G4iUMqSNzM3iEl9o4bs4UJ3H8b9fIW
M8qYwP0PDj8GE4i6DjuIPV+NHSSmXuHMWGQL5/8HAX4EH6x/JjQ+fho7wOIH
Zh6Mv+KFh97/hebQ8Ldx2GL+41DKLnMIfcrG4UWW9rfpe80dEkD2z7CF858k
LrxmYm8H5y8FmcNo71D326rg3ApzSPjk2TucAYEec4c/30ofzDkI9W+FucMG
kD/P2DvcEPrkeD4NwQeHlxiCf6BW1iLdxMzhd0zu0X9KDhj8m6D4ZYW6X9vB
IUbB8WPyGnOH4q2iv0/bOTh4gcLD1cLhACidXLJ3iAbJ+1hA/JdlDwk3fwtI
er1iB+eD6XhbuHpwuG61gZsHts8awQfrf2IN54PTST1uPtj8ektU+4D8T6D0
99zc4TooXNSsHGxB+eauuUM9KN0ct4LE+yVzSHq5YQUJv20IPjidLjaD8/lB
dIcBnA/29ys9uHkBt4ABuEkPbt9zUHzO1YO7pxYUnx0IPjj+duhC8rOvlUML
L9Dgo7pw88DxfUbXYQso/mqs4fwer1csJoY2cP6Jw05rM9fZwPVD1NvCzYfx
YfZD4scG7j4w38QG7n5Yeob5D8aH+R+9fAIAbREHWQ==
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJlIGYC4jMg8MXFQf1J87yzXAYON6VrEo2eujg8z9L+
Nl3XwKHH6xWLSaWLg77WSuELLvoQPqOLw4yZQLBTzwGsv8YZzk84fFk7VdMJ
zl/TfTuDwd3R4c+30gdzFA3h/P7gEpXp543hfAYQCDBzEP7keD6N18mh9rdV
wbkf5g4hQGX/LZzhfIemR8dnPEbwczh/Lkif7OLwAuTeXAT/685bXX+fmsH5
MybwV5m9NoW47ySC/ycm9+i/Uy4OGm959xnMNHNY9sJD7/9FF4c0EBAzd5CY
eoUz45WLQ4yC48fkP+YQ8TAXhwjx7RcZ4iwcQNakXnd2mA4yr9vCweLa0VyT
CAS/HuTOA05wvjlI3sDJYTnIHkcLiH92OzpsMf9xKGWXucNtUPh/dXCQmRen
efqCGSR8exwcTIyBINkUzretjFhh2muMyp9r4HBc02rS6fmODqY2e4OmOerC
ww/Gh/gfwd+gl7eY0cfFQQbkoP26Dm3Lw08ZHUGLX6T0AQA5Ov48
"]],
FilledCurveBox[{{{1, 4, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3,
3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1,
0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3,
3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJlIGZigIIdbg5L7u/jm7PYzAHGvyH0yfH8NnOHut9W
BecOuDlITL3CmXEJyhdwd7CtjFhhetfc4UCtrEV6irvDpw0B2bOeI/j/QcDf
wgFkTNpTNwevE+y2s10tHNZ0385g2I/gQ9Qj+CIg9bwIvkPTo+MzHrtC7PWw
cEgDA1e4+TA+zP6L+fHs53a6wt237IWH3n9OhPvf8O4zmCmE8B+MD/M/jM/v
v35KaocBnL/F/MehlFd6cPMCbknXJG7Sg9v3PEv72/S5enD31ILc24Hgp8Te
cWPeoevAsniSFeNZV4cWXqAFR3Xh5p0BA114eMD4sPCC8X1A4fLXDa4fFt4w
82F8mP2w+IK5DxafMPfD4hvmPxgf5n/09AEAEgjxcg==
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3,
3}, {0, 1, 0}}}, {{{63.587500000000006`, 11.7891}, {
63.90309999999999, 11.7891}, {64.2391, 11.7891}, {64.2391,
12.160899999999998`}, {64.2391, 12.5344}, {63.90309999999999,
12.5344}, {63.587500000000006`, 12.5344}, {53.49999999999999,
12.5344}, {53.182799999999986`, 12.5344}, {52.8469, 12.5344}, {
52.8469, 12.160899999999998`}, {52.8469, 11.7891}, {
53.182799999999986`, 11.7891}, {53.49999999999999, 11.7891}, {
63.587500000000006`, 11.7891}}}],
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1,
0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {1, 3, 3}, {1,
3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, {{{
75.40469999999998, 19.6594}, {70.2359, 7.893750000000001}, {
70.2719, 7.446879999999999}, {71.89999999999999,
7.499999999999999}, {73.09689999999999, 7.499999999999999}, {
74.79529999999998, 7.499999999999999}, {76.4766,
7.499999999999999}, {78.6219, 7.499999999999999}, {
80.05309999999999, 7.446879999999999}, {81.1609,
8.071879999999998}, {81.1609, 8.232809999999999}, {76.0828,
20.017200000000003`}, {75.40469999999998, 19.6594}}, {{
75.35000000000001, 17.6391}, {78.7656, 9.556249999999999}, {
78.92660000000001, 9.181249999999999}, {79.1234, 8.7875}, {
79.1234, 8.57344}, {79.1234, 8.37656}, {78.83749999999999,
8.268749999999999}, {78.3906, 8.232809999999999}, {
72.45309999999999, 8.232809999999999}, {71.8641, 8.2875}, {
71.6484, 8.4125}, {71.6484, 8.69844}, {71.6484,
8.929689999999999}, {72.04219999999998, 9.86094}, {
72.27499999999999, 10.396900000000002`}, {75.35000000000001,
17.6391}}}],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGJdIAaxQYAJSjNCxZiR+Ax42MSox6UGWZxUc4jRS6r5
pOqlxO+0UEOM+0n1CwDTMQKN
"], CompressedData["
1:eJxdlAtIFEEYx7eMHoQKnpqZq3tphddluWsWYvQJFV4gPnLmDJLIvFMyU8zC
RDNKolTI7GFeFpaCRZL2MEtQepP5SJMuUMnTzLQySkwNq2t3Z5kFPxiWH9/M
95r/rDYhLcbkwDDMHHFhcc0VV5S3+76ISgR/Jg/Zyn/qoGj7l3lB/piy19fB
YM9wlcfrolIsKRjyZkLSO0Z0cDzacOXYdQxrtT4T+606uF4SMifiMYY22XQQ
t6Shi7FiyJX2J+vBdTzsjblL4Rt6qBsYvXA3Uzyvu6npzNeTfOswRPYsy9mT
oYcVQyeutlsRZf+Qkta8mlnch+D+humnidk8MJLZEFT2NzuVP+PBJn6EQQSO
kbXnTSM8iTeMYNORuBvrHQXYuuLQXIsXhl+Pegr+ugmk/zBM9nkKwIX93Ntm
wvBxzzVrkI8ANYW9yUyeynJ/L1Ueaah1+DyBYUKK94sn/kkMf6X53eEhSBDN
jmHxNjGxZyAs+l2RdM/TSPl592rTUm8jDEnxNvOEVxohsuvsrn++AiyU9vNG
qB4JD7B3CfR8abFzdnCvAFXS/KcxnNmR6VfaL0B86ot/dz+qLN+PbZa/W+VT
1cbX/ENM4xVXTAcOB2BIMotmFUAq0+KHaf703Qs6lg4gyvX5OZ333qks6+uW
yo9z2Y1JRSrL/cUgmm/MsXldmTei9XiER/3xWKbwbmW+cYjUg5V4mYjMN1qA
WHGb/Zhyv2tUlu+zh6cs68XCk/M5CPbG921zWMiT+R5GcLDebab1aCDJr0Hg
HB/Vz09xRO9OCE6HGhrNMRzROaOwi+LviAXXIyWZ7VU+RN+vYmHVuN+opYWF
Cen9TMXCt5OphXwvS/tjGyuaTd9ZMo8EBHbZWFJvlsqy/tIwjSeNwZytspy/
QGU5fjWm+ci7xDTfN2ne45jGl/U5heFymWgGDnJvP0jI+43h5uRoVhujpfqV
PoJmOfEvMkKfP1tj7/YlfmcjBIc2xVx84kf09gNT3im9hw/K/6F8Ocn/Vom3
Q0v0+wpDU1rOWNknDtyl+msxmX8DR/R5Sdl/jiPz3YJBI807kSN6na/ykCvb
8uk9oizroBlBjYveKekAB1miTNrTFH+VynL/LbPYoCX3kY6U/FpyXxlIqVcL
s/+n/wEynWcw
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJlIGYC4vv+vdPzdkU6qD9pnneWy8Bhy4myffM3RTo8
z9L+Nl3XwOF78OOls2siHfS1VgpfcNF3qM/aUzLZIdJhxkwg2KnnkAYC/yLg
/A0PX07dFILgXz2aa9LwONzhz7fSB3MUDeH8/uASlennjeF8BhAIMHPg+Lkg
fbNbhEPtb6uCcz/MHTStJp2uv4Pg5ws1HzhlGAnn19ibxu3qjHR4AXJvLoL/
deetrr9PzeD8GRP4q8xemzq8UDPkWLMEwde/q8LWuDTSQeMt7z6DmWYOMiCB
lZEQf4mZO5Tvmy+lvzXSIUbB8WPyH3MHYxDIjnSIEN9+kSHOwmH/qYWu27Qj
HaaDzOu2cJB+/chM6k0EnL+/VtYifUEEqnxEhMPyFx56/x0tHOSBxp6RjXDY
Yv7jUMouc4c3IGfsCneQmRenefqCGcQdbeEOJiB7k03hfNvKiBWmvcao/LkG
Do9FZE8+5Y9wMLXZGzTNURcefjD+S5D/VSLh/N0lkyVY0iIdZEAO2q/roA6U
llmEiF/09AEAirjxuA==
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJlIGYCYpdtn/9eUYhxUH/SPO8sl4GDjP5dFTbJGIfn
WdrfpusaOMTv8uRhehztoK+1UviCi77DkwtKt38ui3aYMRMIduo5nAGBFATf
v3d6ntDuKDg/YIdc62vPKIc/30ofzFE0hPP7g0tUpp83hvMZQCDAzKHldeAO
ubVRDrW/rQrO/TB3qBFZ5/7QKRrOv1LxUs1wBoL/ZOnsIwofoh1egNybi+B/
3Xmr6+9TMzh/xgT+KrPXphD3ccfA+VOcu3OeA/kab3n3Gcw0c2iYChTgj3FI
AwExc4c7KmyNU6VjHGIUHD8m/zGH+OtitEOE+PaLDHEWDuqGHGtkJkU7TAeZ
123hcB4YPHVBCD5/hOWWE2wIvgcPk3b7viiH5S889P47Wjj4JAlEWLZEOWwx
/3EoZZe5gwQo/BWjHGTmxWmevmAGCd83kQ4mxkCQbArn21ZGrDDtNUblzzVw
aDlwaqFrWZSDqc3eoGmOuvDwg/HB/u9G8FWAzs06E+0gA3LQfl2HHqB0M0cM
PP7Q0wcARRj4uA==
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1,
0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1,
0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGI7IGYC4jeBO+RaT8c6RIhvv8jAZ+YA46eBwDEzhycX
lG7/PBfrcAYEbMwd3B9Wiay7HutQ+9uq4NwPcwdVQ441MpNiHXj9109JzbBw
qBFZ5/4wK9Zh+gT+KrNuC4fYXZ48TNYI/gOgdvedMXC+6M1z34OjYxz8Lk6M
+edsDuc7Nj06PqPaFM7v8XrFYnLRxMHmvn/v9LQYhyX39/HNCTZxkIlKsb5f
H+Pgc4LddvZXYwcf807HhLkxDjNBoNPYQfeuClvj0RiH5S889P4HGjsEAL33
WjLWwUBrpfAFFWOHBa7bPv+NiXU4fdhpbeY/Iwf2NUATq2MdkmPvuDHfMIL7
D8zvMHJIEIiw3LIi1qF4q+jv03ZGDkDX5AltjnXgdlMtZbplCOd7g9wTiuBH
Kzh+TJYxgNhfGOsgAvJQiZ7DnPfLj3mLI/g19qZxuy7GwPlPf6/8eKk3xuHH
29cHLJv1HY4obCjK6IxxKFjTfTsjwMDhPDB66ppiIPZbGcLDB8YvyJj4tiYd
Gt6/DeD8xaDwO4zgnwT5fx0an8/AgSWMT3dTKsL+HqB3mhNiHLaY/ziU4qUH
DZ8Yhw16eYsZ5+g6fA9+vHT2kRgHU5u9QdMcdR2Ol+2bL/UdwQe7ry8Wzgd5
1/NPLNw+GL+R5Wi/IbsRnK/6pHne2VVGDqbA6H36AZpe5YwdarP2lEy+EevA
A0p/FcYQ9+yKdZgB8u9raPxPhaZPCROH8pdqhhwm0PTsY+KQK9R84NTJGIcD
tbIW6S0mDgrA4MxaEgOx/zuCD05vzGZwfgooPWhA0+vtGHh+AKdHdUT+AJvv
ieC7dOc8/50Z62BbGbHC9K65w9bPf69UNMY61IHkV5g7THgLTAHzYh1eZGl/
m55r7qDTLnbz3PJYB423vPsMLM0d7oIS1KpYiHuvmEHy43rM/AvjAwBHRK5K
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1,
0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}}, {{1,
4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {0, 1, 0}}}, {CompressedData["
1:eJxTTMoPSmViYGBQB2IQnZoGBHZxDgmxd9yYI/QcYPwUEH+HrgP7GpmolMVx
DmfAAJNfP9W5O2c7gn+8bN98qeMI/gLXbZ//XkHwX6gZcqx5EufQwuu/fspR
XYetQNkKzXi4feh8geYDpxaaIvgtrwN3yC1F8Guz9pRM/hHv8DxL+9v0uXoO
HY4JTy9IJTg8SVx4zcTewEEdaJ2MVYJDOshfZoYO6RPf1tj7JjicPOy0NnOd
EZx/qG15+CklEzhf9UnzvLOrzBzeLz/mbS6Y4PAfBPwtHJbMPqKwISsezv8e
/Hjp7BQE/0GVyDr3SAS/xt40bpdnvEO0guPHZB8Lh7XuD6tE5OId6n5bFZzz
sHBIEIiw3PIjzsHrBLvtbFcLB9Gb574HX0bw/Xun5wltRvBNjIGgOQ6uH2yP
fBzcPhj/04aA7FnPzSHh4RTnYFsZscL0rrlDO4ifFecgMfUKZ8YlcwdQdFrn
x0HM3YzgL7m/j2/OYjM4v8frFYuJoQGcv92h6dHxGfoOc0ABlB7nILv8hYfe
fz0HYOgUZUTGOXjsr5W1OI5IT7D0BQA/HSNj
"], CompressedData["
1:eJxTTMoPSmViYGAQB2IQHbBDrvX1wTiHut9WBedWmDv0TM8Tar4R57DF/Meh
lF3mDk8uKN3++S3OwUBrpfCFI+YO54HcOqV4ON+lO+f570QE3/1hlci65fEO
jSxH+w2nmzv4JglEWJ6Jd7gjXZNoFGru0DDVuTvnfrzDl523uv6amjvIRKVY
338f73ATJM9q7hDKp7tp7v94hzQQOGbmkAzUvkUkweFJ4sJrJvJmDktnH1HY
IJcAsU/FFM7n918/JfWEMZwvPvUKZ4aTkQPIuuf8CRD3iBs6pILMfRbvoPqk
ed7ZKAMHVUOONTKb4h2eRIhvv5ig73D93Pfgx7XxEP+/0nN4EwgMIGk0/uc4
OB8WXimxd9yYf+g5wMITbL+SvgN6+AIAxpmlRw==
"]}],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGJpIIaxWaBsBigfRjNjEcelhlT1lIgT4wZa24UsDgC4
FwI/
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGIzIGYC4u/Bj5fOPpHgcEu6JtFoqbnDjXNAkZMJDiVb
RX+f1jN3KJkswRJ2Csq/Zwbna7zl3WfgieDz+6+fktphAOdvMf9xKOWVnkN0
/6GvGkDzA0AWbILytyQ4PM/S/jZ9rp6DClvjVOf5CQ61v60KznUg+Cmxd9yY
d+g6mHc6JjzdkeDQwgu04Kgu3LwzYKDr0AGUvnAPwT+ssKEo4yuCz82k3S7G
mgjXPz1PqPmAXCLcfBgfZj/Y/5yJcPfFP72gdPsrwv37Ty103fYZ4T8YH+Z/
GB8WPjD+1523uv4+NXPI3gMMoS8JDhJTr3BmGJnD3QsLf7B/LRLhfFBw8rki
+GD3eCY6fAGZ12ru8Hvlx0u+Xolw84C8JAGfRIcniQuvmcibOSw/5m3eGYnJ
//Ot9MEcRnOH9DQgiEp0mAkCneYO7MDg745JdPgPAv4WDukT39bY2yY6RCs4
fkz2sXBgBAbnTT0Ef+nsIwoblBId6kDh52HhwBzGp7tJMNHB6wS77WxXC3j4
w/iHv2rE9P9LgPPzgcF/aieCb8t1fXHBVgT/NCj45ibAzQfK2nLVJ8DtB6tP
TIC7NxRo/dzkBLh/ekERnJIA9y+MDwsPsPmFCD44vooR8QNObyUJ8PAGuv7Q
1wpEfIH914rgo+cnAI7fh0Q=
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1,
0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1,
0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJpIGYC4p91WXtK1ic5/AcBeQEH7uuLC2zbkhxiVCNk
ztWIOfQf+qoRU57kcAYE3kg69EzPE2rOSHJYK6TDl66n4DD7iMKGopgkhweu
8Y6zDio5gKQPhCU57HBoenS8QhXO//X29QHLZg04//zVsDf61dpw/fpaK4Uv
sOhB7EtPctigl7eYUcfAYeLbGnvTsiSH5Ng7bswrDB26c57/Xtma5PAkceE1
k3ojB5j7D9TKWqSzmDiwN0517l6S5DBtAn+VWbWJw2QJljC+zCSHv99KH8y5
aOQwEwQCkxy8T7Dbzr5q6AD0Ldd16ySH29I1iUaiBg4aMUAX6EDdc0TXYfkx
b/NOVah7rbXhfJh/YPwTu3b0sm1QgZhnnORgDALCig5z3wNV+Cc5fNn3cWv6
NmmI/5KTHGru/7hl/FoM4p/SJIeQt5c/zlAUgbufAQQceB3Q4wcAH27CsA==
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1,
0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, {CompressedData["
1:eJxTTMoPSmViYGDQAGIQnTHxbY393mSHld9eVpxpUHTIF2o+cGprsoPytUfB
DHcUHT4sP+ZtPhEmr+Dw8ZJvkkBLssNaIR2+dD0FB441MlEp2Qg+9/XFBbZu
CH7/oa8aMerJDu5rji5nsFB0mPseaKA4lP9DyWH2EYUNRTzJDmkgoKYC4XPA
+KoQ9ezJDjNmAoGlugOjdrvYzSgE/89KoIuaEPwvf69UvJyV7JCR/6H1ZIi6
QzrInENQ+Z3qDjnPf6/8CONbajikWN/37z2c7PC6eKvo724Ev/rThoDsXwh+
A8vRfkNxXUh4zEx2aOH1Xz/lqL4DDxPQQZEIPr/uprnvnRF8sP+1kx1YOLvk
k/30HaY6d+c8F052MDEGgmI9B40YoIonSQ76WiuFLxzRcVA3BIbopSSHMyDQ
owXng/1zRQ3OF+3xesUyRcVBB2jd8ltJDnvza97OXKoEkX+V5DAb5D9PRYeF
rts+/2VIdlD/pPJy1kk5eHw8cI13nDVRBhJfQQg+OD7TEfwfwY+Xzq5JdhCp
nFRyVkUWEv9Tkh1kdy3Yl5on51AMSkCLYfErD+GvT3botPHclSakAElPG5Oh
7lFwQE9vAE4vGhM=
"], CompressedData["
1:eJxTTMoPSmViYGAQBmIQ/SP48dLZE5IdXhdvFf3dreHAqN0udrMo2aH604aA
7CoNh79XKl6qpSY7SM+L0zxdoOHA2jjVuTsAwZ/4tsbe1AzB7z/0VSNGHaF/
9hGFDUUcyQ5zFinv/LMcwddXlP+SE6blsBQkwJXsILP8hYeevLbDfCn9uypC
yQ5rVZ80z+PVgZgvl+zwHwTm6zp0OCY8vQC0r4HlaL/hdD0H7uuLC2yDEHyY
e2F8BhAoSXZ4ECG+/aKCnsOflR8v+dYlO8SHBKkv0NR1+ALS0JXscP5q2Bv9
39oQfl+yw59vpQ/mfNRyQA8fABs7izU=
"]}],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIpIAaxQYAJSjNCxZjR2DA5BjQ2LjXUEifGXlLdSS31
AJgXAjc=
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGJjIGYCYhNjIChOcUhPA4IwYwcYvz+4RGX6fWOHY97m
nY4mKQ7LX3jo/b+IyT9Rtm++lDqCf+Pc9+DHkrj58bs8eZhuJ8PNh/Fh9ofy
6W6a+z7Zgd9//ZRUDyj/d7LDk8SF10zsjR2iUqzv+zOmOHzdeavrr6ixw52f
dVl7OFIczoBAj5GDg2ncLs+SFAfRHq9XLFNUHEyAXJ62FAfla4+CGe4oOmjE
9B/62gPlz1FwMLirwtY4NcXhTVtut1G0rIOaIccamU0I/kLXbZ//7klx2Jtf
83bmUwWHJQW2XNcPpziAgslYWMlhRp5Q84FrKQ7Hdu3oZfug4vBn5cdLvlap
DsVbRX+f/mfoAHJeiXuqwxeQe78aOXwFOcA31UH1SfO8s1bGDh+WA0M0MhXu
35LJEixhWanw8IDxYeEFdKxzt04qPDy5ri8usFVC8HmYtNvFRKH6rxk79E4H
OpAl1WH6BP4qs9vGDj05z3+vZETwgablPP+eAueD/fMOEf8wPsw9YPN4EO4F
2yeZ6uB/cWLMP2djB1aQ+xRS4fED4//9VvpgzkUjOH/J/X18cxYbOTACtd+U
g/KTjRyAoR+VIp3q8BgU3/JGDktnH1HYAIyPO5qya/4HKzucAkWIYwok/HYZ
OQBlizIcofF/xsgBmBr17zpA5W8h+GDpNwg+2L3Kxg4HQAa6p8Dd75jw9IJS
cArcf+j5AwC6v2Tf
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1,
0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1,
0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJpIGYCYqXbP+uyJqQ6MICAA6/DkgJbruvbUx1EKieV
nHURdphzRGFD0YlUh5C3lz/OWCjqMOFtjb3prVSHA937mkyUJR14mLTbxf6m
OswEAU4FB441MlEp/GkOTxIXXjPRV4Hzqz9tCMiu0oDzz18Ne6Nvre3Ap7tp
7nv2NAd9rZXCF47oQsz7mepwW7om0UjUwGHCoa8aMY9THbq9XrGYXDR0mOrc
nfP8dKrDGTAwcoC5f9oE/iqzahMHg7sqbI2tQPfVylqks5g4zH2//Jj3+lSH
LeY/DqVUGTnMyBNqPrAv1WHJ/X18cxYbOkyRYAnjO5vqsEEvbzGjjoFDz3Sg
ghupEPew6DlMBPn3XirEvdXacP6vt68PWDZrwPk7HJoeHa9Qhet/4BrvOOug
EiT8zqQ6rBXS4UvXU4CE016o+99IOiydDVSwLtUhRjVC5lyNGNz9/0FAXsAB
PX4A0kC7AA==
"]]}, {
Thickness[0.0055987906612171776`]}, StripOnInput -> False]}, {
ImageSize -> {178.60573848069737`, 25.517369863013695`},
BaselinePosition -> Scaled[0.29204085728140255`],
ImageSize -> {179., 26.},
PlotRange -> {{0., 178.60999999999999`}, {0., 25.52}}, AspectRatio ->
Automatic}], TraditionalForm], None}, {None, None}},
FrameStyle->Automatic,
FrameTicks->{{Automatic, None}, {{{1,
FormBox[
RotationBox[
GraphicsBox[{
Thickness[0.01389854065323141],
StyleBox[{
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0,
1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1,
0}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJlIGYC4he1j7PPr/lpX/vbquBchp7DjJlAIPkbzrcr
caw9fYfNQaTH6xVLib7DhIhuf8YPbA7bHZoeHa/Qd2AAA3Y4P+CJ5yVTYQR/
ya3ljw2bEfzUNCBYxu7wJHHhNRN/JH6E+PaLD/TgfFObvUHTFNXg/L/fSh/M
MVSFu+fUYae1mf9UHK7z3hZL/cbkIDMvTvP0BxWHK7+PXZ9386/9r7evD1g+
RvB3gOyPUHFQ/6TychYnl0MaGGDy/UHuv4zgLwe5/zA3nA8On0heOP8MGPA7
mIHcm6ji8Hnfx63pYQIOU9pboy7HqDjMBANBON8YBISFHWDugfFh7gXzjQXh
/ukFhXcBH6p/t/HCwwPGh4UXjA+2NtPAwQRk3GYeh9vSNYlGpQaQ+GDmcLgu
9MnxvJqBw8HufU0mj5kcfoDsP6zvMP/E5CXZy37YPwXFj76+A3r6AACRT/sU
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {
0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1,
0}}}, {CompressedData["
1:eJxTTMoPSmViYGCwAmIQPWMmEFjKObBwdskn52k5/AeBeAUHc5u9QdMStRy6
bTx3pX1ScNigl7eYMUbLYW9+zduZpooO0yfwV5lpI/hT2lujLu/RhPPnLFLe
+Sdd06H08DbXmbKKDgZaK4UvLNFwCOcUazf+DzRP9UnzvLfqDq5rji5nuCHr
YGIMBJfFHVLSgGCZrMOXfR+3pn8Tc2hVYFc9IyLrEPL28scZC8Uc2sF8aYeq
+z9uGXuLQdRdk3JQ2LVgXyqfqMObttxuo9kyEFpa1EGkclLJ2SdQ841h8nJw
vjxIn548nA+2bwuC/37ReoWzFQoOIGelqYk68McG3DcSV4SbDw6/n4pw+8Ha
ipUcgkDuZYSqf64E9Y+IQzrIHDNlB41PKi9nvRRxEADJpyP4b4q3iv7uVoHz
/34rfTBnoyrEXVNEHU7s2tHLdkHNoQbk/9diDoG3pGsSN2k47Ai2ivivLukg
s/yFh95+TYdUsINl4Hywu5gV4HyQs2dyKjokhASpL8iEyl+GxtMRDYcPIH9H
KDm08Pqvn6KqAVF/U8nhSeLCayb56pB0wq8M0X9S1aEcFM++ylD16hB/HVd2
OHXYaW3mPnUHqXlxmqcFVBzOXw17o1+t4XABRO9WcRDt8XrFMkUTYs5KVYcH
EeLbLypoQdLPcTU4H2zff3U4XwSk74sm1HwNh+0OTY+OS2g7bAKnUzU4Hxxe
AQi+Ecifwgh+A8vRfsPtqpD4FobyzVUczoAAjzbEX2+VIfHGpu3wwDXecZYg
gg8OpxNKcL4wKL2FIPjg+J+uCDfvNIjOUYDbt1ZIhy89Tg7uHvT8CAB9un6Q
"], {{8.987499999999997, 9.353129999999998}, {10.,
9.353129999999998}, {11.2281, 9.353129999999998}, {11.8234,
8.85156}, {11.8234, 7.815629999999998}, {11.8234,
6.587499999999998}, {10.9531, 5.704689999999999}, {
9.760939999999998, 5.704689999999999}, {9.523439999999999,
5.704689999999999}, {9.178130000000001, 5.7171899999999996`}, {
8.784379999999999, 5.75313}, {8.712499999999997, 5.76563}, {
8.56875, 5.77656}, {8.378129999999999, 5.789059999999999}, {
8.987499999999997, 9.353129999999998}}, {{9.64219,
13.048399999999999`}, {9.77344, 13.048399999999999`}, {
9.796880000000002, 13.060899999999997`}, {10.0484,
13.071899999999998`}, {10.2984, 13.095300000000002`}, {10.4531,
13.107799999999997`}, {10.595300000000002`,
13.107799999999997`}, {11.560899999999998`,
13.107799999999997`}, {12.0391, 12.678099999999999`}, {12.0391,
11.7844}, {12.0391, 10.532799999999998`}, {
11.156300000000002`, 9.782809999999998}, {9.678130000000001,
9.782809999999998}, {9.057809999999998, 9.782809999999998}, {
9.64219, 13.048399999999999`}}}],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGINIGYC4oSQIPUFntoOJctLNvzj53GA8fsjuv0ZDbgc
an9bFZxboeeQngYCmPwniQuvmfjrw/k+J9htZ3/FzefxXz8ldYch3PzF9/fx
zdls6GBiDASbueH8F7WPs8/n8KDxeeF82xLH2tMxfHD+l30ft6aL8cPN/wzi
hwk4lGwV/X16nYHDjmCriP/qAg4GWiuFL7gYOKwX0uFLlxOA2GusC6E/8zs8
z9L+Nt3WwKEX5L4PYhC+rKFDCsj5y6QcDrctDz+VZOhwoHtfk8liGTjfdc3R
5QwR8nD+WpD5+xTh9qeC9LMpQ+wR1ofzPfbXyloc14Xz9UHue6Lj4DyhWSht
lZKD+NQrnBlMOg5gZx5WdBDp8XrFskUbYv48OYcZM4HAUgfOB4d3qY7DHU3Z
Nf+VFRz+g8B+HYdwTrF2Y31FiD1puhDzFis6nL8a9kZ/th6c739xYsw/YQM4
H0xPNnAAWTNzpQKcvx/kf2c5OF9+14J9qX3SDstfeOj9NzRwOAiSfyzhUPNp
Q0B2lJ6DAlhexAE9vQEAkbz7Iw==
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ5IGYC4o16eYsZz5g5HOze12SymMkBxn9Z+zj7/BsE
X3qj2HwmBWaHNBCYZuZQuLxkw7/zLA48bqqlTFymDsKVk0rOLhFwMNBaKXxh
iYnDfzCQhPOdJzQLpZ1SgPN3ODQ9Oi6h6mBbGbHCVNbUYc4i5Z1/0jUdDrUt
Dz+1yAyiv14Hbv+b4q2iv08j+FtB+m8g+C9A8q8R/JTYO27MEroOE4JLVKbv
N3OYOoG/ykxb1yFGwfFj8hoE/wwI9CD4YPX5pg5bQObUaDscqJW1SN9i4tDI
crTfMFzD4SDIfUImDqcOO63NnKcK0f/G2GGtkA5f+j0lOB/mXxjffc3R5Qw7
ZB36QObzmzjMBIGd4g6R4tsvMuwzcQh+e/njDEUhiPtqTB38n3heMhXmgLsP
Ej+McPfD+DD/wfgw//dHdPszfkDwYfELAJk72to=
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIpIAaxQYAJSjNCxZjxsGHqGNDYuNRQy0xqsSkxH1kv
AKovAls=
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGJ7IGYC4r/fSh/M+WjhcFtTds1/ZmUH28qIFaa8lg5r
hXT40vWgfF9LhyntrVGX56g41LMc7Tc8bunwJHHhNZP1Kg43pGsSjUqt4HwO
N9VSplkIvsy8OM3TF6wcGn5bFZxbAeULWKPxrRwMjIGgWM7hDAjMsXRQ/6Ty
cpamtIP3CXbb2UstHN605XYbSYs6SIPUH7CAqFsj4nCkbXn4qUWWDhog9S9F
4eYd6N7XZLJY0kHlSfO8s6esHFZ+e1lxpkDB4QBIfZG1w8+3rw9YLlZx2GL+
41DKKluHlNg7bswVKg6paUBQZutQfnib68y/ShD/HbWB2B8tC+eD7feRgvOr
7v+4Zewt6qD+lnefgaUt3H0JIHNnIPhL7u/jm2NsB+dv0MtbzNhjB9cfo+D4
MdnH3sEEFB6XxR18Lk6M+WdsD7F/t4SDKsg/r+wcakDqX4tDzPts53AQ5F9m
CYepE/irzGbD5MUcvmwIyJ6VjuCD3XPDFs63AcXvWqj7fCTg/JC3lz/OcJSG
8yHxIwNx12ZbhxjVCJlze2QdfEDxc9QWkl7k5B1mzASCn7YOIGpmp6LD0yzt
b9N17SDydcoO9aB497CDhzc4nfQj+ODwvGrncOqw09rMOhUH+6ZHx2dI2ztI
geJ1goqD+NQrnBlBCD7Y/qn2DhvAAQONv2P2DoG3gAZ9UoGY+wLKL1KFhOdn
e6j5qg6ru29nMIg7OIDzgaCaw/5aWYt0HgeHmk/AgItSg5sHTi/KapDwsLV3
AAmnPVN14PFfPyX1hh2cD46PzXYOjyLEt198oIoIf5B5t1Qh8SON4O8F2XfF
Bq7eHmT+XSu4e64LfXI8H4bgL3/hofe/0BLO7wsuUZkub+kwZ5Hyzj/uqg6N
4Pxp4SBSOankrImyA3r+BgAfmcDy
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1,
0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJdIGYC4hOaVpNO87s7VN//ccvYW8Gh9rdVwbkdbg4h
by9/nNEo5xAhvv0iQ5+bw5u23G6jahmHHq9XLCaNbg5f9n3cmn5N2mHZCw+9
/5ZuDlUg/dkSDjelaxKNdN0czoCAjyiczwACDgj+jmCriP/LRRx4/NdPSXVA
8FkWT7Ji9EXwwfoyEPyZIJDp5hAEct9BEQew+/PdHEQqJ5WcXSLq0LY8/JTR
FDeH/yBQL+VwMT+e/dxHmH45iLuWuDu4rzm6nKFCAaJ/u7vDim8vK85MUHCY
8o0tfsYed4fSw9tcZ85F8J0nNAulnULw09OA4JuCw6+Y3KP/NrlD3MWpCHHv
BneI/fyKDg/28c0xzoKGb7Wig8TUK5wZq9wc3i9ar3B2h5KD3oQFPwzz3BzM
bPYGTXuoBvffBtUnzfN01eH+h4SfOjx8YHxY+MH4qOGN4IuCIu6LGpzvsb9W
1uK5moND06PjM6zdHFJi77gxR6hC3FMH1b9B2UHB8WPymbluDg9c4x1nfVRy
qIhYYXr2tJvDHU3ZNf+FlRxg6ecDyD8eig7zbXSuzCpzgvOXg9JHJILvfYLd
drYtJh8WvjA+LD3C9MP4MPNhfPT0CwCiNCxm
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIpIAaxQYAJSjNCxZjxsGHqGNDYuNRQy0xqsSkxH1kv
AKovAls=
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGJ7IGYCYp8T7LazW70cbmvKrvnPrOyQw/lzQfpkL4e1
Qjp86XpQ/mYvhyntrVGX56g48Puvn5L6wcvhSeLCaybrVRz23Or6m+ruDedf
yI9nPxeJ4N+Qrkk0KvV2aPhtVXBuBZQ/FY0v6u1gYAwExXIOJiD6tpeD+ieV
l7M0pR0+bAjInhXv5fCmLbfbSFoUoj7Xy+EMCKwRcdCZsOCH4T0vBw2Q+pei
cPMOdO9rMlks6XB/H98c4yJvh5XfXlacKVBw0AepP+bt8PPt6wOWi1Uclr7w
0Pv/0MchJfaOG3OFisN/EDju41B+eJvrzL9KEP/l+0Dsj5aF88H2+0jB+VX3
f9wy9hZ1SDh8WTt1pQ/cfbUgf95A8Ofa6FyZpeYL56s8aZ53NsgXrv9PTO7R
f5t8IeFwWdyhZKvo79PLfCH275aA+KfJ16EGpP61OMS8Nl+HgyD/Mks4iE+9
wpkRBZMXc3BRLWWa5YDgg93zwwfOB8fvY5h/JOD8kLeXP85wlIbzIfEj45Ca
BgTPfBxiVCNkzu2RdfgCip/3PpD0IifvMGMmEHD6OoComZ2KDg5Nj47PUPaF
yNcpO/R4vWIxMfSFh/f+WlmL9BAEfwcoPMt9HU4ddlqbWafi8JZ3n8HMWb4O
UvPiNE9PUHGIEN9+kWEbgg9OH9d9HTaoggISGn/vfR0CbwETwicViH8Z/CD8
IlVIeLL5Qc1XdaiIWGF6VtnP4e+30gdzBNUg7pP0c6j5BDQ4Sg1uHji9KKtB
wmO1r0MaOBxUHUJKVKb/r0DwwfGR5uvwCOTQB6qI8AeZd0sVEj9SCP6a7tsZ
DOU+cPVg86u94e4xv3Y018QCwZd3/Jh85qgXnD/lG1v8jDleDnMWKe/8464K
yZ8FXg4ilZNKzpooO6DnbwDwydMZ
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGJZIIaxWZDYzFDMAOUz4GEjq8fFpqdeSuzCZQ4l7gQA
+6MCWw==
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGIHIGYCYvNrR3NNOvwdprS3Rl2O0XFIOHxZO7XT30Fm
+QsPvfkI/p9vpQ/mCOo6iE+9wpmRheA/SVx4zSQcwT+uaTXptLu/g0iP1yuW
KzoOJsZA4O3v4HOC3Xb2VAQ/IfaOG3OEjsMWvbzFjDH+DqIg9SWaEPnDfg7H
d+3oZTPQdnBRLWWatcPPYc4i5Z1/3LUddCcs+GG4zQ9iX6C2g4Ljx+QzaxF8
lsWTrBjnIvhge3v9HFg4u+ST+RD86RP4q8xOa8H58iD/1mtB/DvTz+FF8VbR
39laDgKfHM+nLfWD+CdEy6EEKHzazx/iPgFNh/v7+OYYr/JzOAHiX1CHhMd0
P4eEkCD1BSvV4ebrKsp/yZmG4D8FqfNH8D3218pasKvD3Q/Wf1IN7j8YH+Z/
GB8WPjB+ahoQXPNz8Ls4Meafsjo8fEHCacs0HEDe/O/p72CgtVL4QosqnP8o
Qnz7RQVVhw8bArJnxfs71P62KjjHoeoA8rZJJoK/41bX39RyBB+WPraY/ziU
ooXgw8yHqYfZL/36kZkURwBE/Ss1h9p125LqeQMcjEDxflnNgfPngvTNfAFw
/6g+aZ53VgjBBykzlkbw+4HB8UwpwOENKL641eF8WPjC+LDwnwkCsgGQ9LBO
3SEd5C6xAIcZ4PSg7nBDuibR6Km/Q/UnYEBEaUDsf4TgT/nGFj+jxR+Sfrg1
HdxB4S8C9Y+XFiQ9yAU4SMyL0zxdoAW33x8UH80IPiz9wfjgdC+sDfcfLP3C
/A/jw8IHxoeFH0r6/+vvoAPy7zctePjD8hd6fgcA9mCtvg==
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ5IGYC4uASlen/UwIdnCc0C6WdUnCA8d8vWq9wdoeS
Q/vy8FNGMYEODSxH+w23qzpsePhy6iaDQIdfb18fsGzWcMiPZz8nyRjo8CRx
4TWTfm2I/j0BDlMn8FeZaetC5Lci+IsnWTH6bkDwu71esZisDXD48630wRxB
BP9F8VbR36914PytDk2Pjt9A8N+A5E/rQNwHtG/GTCCI1HGw1rky6xlnoEN6
GhA803RY0307g8E80EFXUf5LzjdVOB/mXxg/WjVC5pyMpMPWlpoLmyWh+tME
HK4fzTVp2B7gULi8ZMM/fxa4/dIbxeYzKTDD+S9rH2eff8ME5x/s3tdkshjB
V/+k8nIWJxPc/xB5Rnj4wPiw8IPxwepZAiH2JXA4rAa51zjQAeTdmZVCEPdF
BzqcAYE34vD4q7n/45ZxtqwDevwCACt11Z0=
"]]}, {
Thickness[0.01389854065323141]}, StripOnInput -> False]}, {
ImageSize -> {71.95434122042342, 17.49236363636364},
BaselinePosition -> Scaled[0.3029987538415624],
ImageSize -> {72., 18.}, PlotRange -> {{0., 71.95}, {0., 17.49}},
AspectRatio -> Automatic}], BoxRotation -> 1.5707963267948966`],
TraditionalForm]}, {2,
FormBox[
RotationBox[
GraphicsBox[{
Thickness[0.01389854065323141],
StyleBox[{
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGI7IGYCYhNjEPhmb2qzN2haoq7Dm9rH2efX/ILzW8Rr
WTPd/tr7XpwY8y9Zz+HC72PX5938Z/8gQnz7RQZ9h61eGyzm/GR2eJ6l/W36
XH2HbSD+TnY4n8eRz2tGJg+cv15Ihy9dTsAhPiRIfcFKPTg/NQ0I2nTh/DfF
W0V/a+s4bAebz+2QAFLPqe1gV+JYe/oOG5yv8Unl5SxPBD9GNULmXA2rw3rV
J83zeLUdzoBAD4tDwC3pmkQhbYh5lcwODSxH+w3FtR1mggGTg/jUK5wZSloO
9iDzZZgd0kHuYdOCyN9kdfA5wW47O1QL4j9LdocXIPdlazlwg/ynyQnng/2h
xg/ny+9asC/VT9AhOfaOG3OFJpxvBAr2y+pw/pT21qjLf1QdbvDeFks143Pw
2F8ra3FcxWHJreWPDZvZ4fy+iG5/RgMWOD8a5F8bRog/eVQd5p+YvCRb7Z/9
BpD/e1Xh8QmO58+qEHVnfti/AMVHrJoDi/4vrks83+wbQeERru7wGqRe55N9
w2+rgnMa6g6Q9PHV/mniwmsm/GoOl0DxH/kNIp+h6lD7ounXNMvv9hKg8GtS
gaePJyD1+irw8N1i/uNQCpcKND2xwvng+OPkhvO/7Pu4Nf2aADTcVRzA1l8W
coDZfxbsTxGoP9Qg+leKOIDdP10dzpeeF6d5ukADzmfm7JJP9tN0eOAa7zjr
o7DD8V07etkEtByEKyeVnF0i5PDj7esDls1aDmtA6W+foIO+ovyXnGtaDuog
/S8FHM5fDXuj/1sLHj/6WiuFL6hoQ9T/E4Tod9aBuFdYGJq+dOH8OYuUd/5R
14PzweoP6zvsCLaK+J8O9W+mgUPh8pIN/85zwPngdPiMGZW/jAGSn2wNHGQ2
is1nSvhlD8tf6PkZABHAopw=
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {
0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1,
0}}}, {CompressedData["
1:eJxTTMoPSmViYGCwAmIQPWMmEFjKObBwdskn52k5/AeBeAUHc5u9QdMStRy6
bTx3pX1ScNigl7eYMUbLYW9+zduZpooO0yfwV5lpI/hT2lujLu/RhPPnLFLe
+Sdd06H08DbXmbKKDgZaK4UvLNFwCOcUazf+DzRP9UnzvLfqDq5rji5nuCHr
YGIMBJfFHVLSgGCZrMOXfR+3pn8Tc2hVYFc9IyLrEPL28scZC8Uc2sF8aYeq
+z9uGXuLQdRdk3JQ2LVgXyqfqMObttxuo9kyEFpa1EGkclLJ2SdQ841h8nJw
vjxIn548nA+2bwuC/37ReoWzFQoOIGelqYk68McG3DcSV4SbDw6/n4pw+8Ha
ipUcgkDuZYSqf64E9Y+IQzrIHDNlB41PKi9nvRRxEADJpyP4b4q3iv7uVoHz
/34rfTBnoyrEXVNEHU7s2tHLdkHNoQbk/9diDoG3pGsSN2k47Ai2ivivLukg
s/yFh95+TYdUsINl4Hywu5gV4HyQs2dyKjokhASpL8iEyl+GxtMRDYcPIH9H
KDm08Pqvn6KqAVF/U8nhSeLCayb56pB0wq8M0X9S1aEcFM++ylD16hB/HVd2
OHXYaW3mPnUHqXlxmqcFVBzOXw17o1+t4XABRO9WcRDt8XrFMkUTYs5KVYcH
EeLbLypoQdLPcTU4H2zff3U4XwSk74sm1HwNh+0OTY+OS2g7bAKnUzU4Hxxe
AQi+Ecifwgh+A8vRfsPtqpD4FobyzVUczoAAjzbEX2+VIfHGpu3wwDXecZYg
gg8OpxNKcL4wKL2FIPjg+J+uCDfvNIjOUYDbt1ZIhy89Tg7uHvT8CAB9un6Q
"], {{8.987499999999997, 9.353129999999998}, {10.,
9.353129999999998}, {11.2281, 9.353129999999998}, {11.8234,
8.85156}, {11.8234, 7.815629999999998}, {11.8234,
6.587499999999998}, {10.9531, 5.704689999999999}, {
9.760939999999998, 5.704689999999999}, {9.523439999999999,
5.704689999999999}, {9.178130000000001, 5.7171899999999996`}, {
8.784379999999999, 5.75313}, {8.712499999999997, 5.76563}, {
8.56875, 5.77656}, {8.378129999999999, 5.789059999999999}, {
8.987499999999997, 9.353129999999998}}, {{9.64219,
13.048399999999999`}, {9.77344, 13.048399999999999`}, {
9.796880000000002, 13.060899999999997`}, {10.0484,
13.071899999999998`}, {10.2984, 13.095300000000002`}, {10.4531,
13.107799999999997`}, {10.595300000000002`,
13.107799999999997`}, {11.560899999999998`,
13.107799999999997`}, {12.0391, 12.678099999999999`}, {12.0391,
11.7844}, {12.0391, 10.532799999999998`}, {
11.156300000000002`, 9.782809999999998}, {9.678130000000001,
9.782809999999998}, {9.057809999999998, 9.782809999999998}, {
9.64219, 13.048399999999999`}}}],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGINIGYC4oSQIPUFntoOJctLNvzj53GA8fsjuv0ZDbgc
an9bFZxboeeQngYCmPwniQuvmfjrw/k+J9htZ3/FzefxXz8ldYch3PzF9/fx
zdls6GBiDASbueH8F7WPs8/n8KDxeeF82xLH2tMxfHD+l30ft6aL8cPN/wzi
hwk4lGwV/X16nYHDjmCriP/qAg4GWiuFL7gYOKwX0uFLlxOA2GusC6E/8zs8
z9L+Nt3WwKEX5L4PYhC+rKFDCsj5y6QcDrctDz+VZOhwoHtfk8liGTjfdc3R
5QwR8nD+WpD5+xTh9qeC9LMpQ+wR1ofzPfbXyloc14Xz9UHue6Lj4DyhWSht
lZKD+NQrnBlMOg5gZx5WdBDp8XrFskUbYv48OYcZM4HAUgfOB4d3qY7DHU3Z
Nf+VFRz+g8B+HYdwTrF2Y31FiD1puhDzFis6nL8a9kZ/th6c739xYsw/YQM4
H0xPNnAAWTNzpQKcvx/kf2c5OF9+14J9qX3SDstfeOj9NzRwOAiSfyzhUPNp
Q0B2lJ6DAlhexAE9vQEAkbz7Iw==
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ5IGYC4o16eYsZz5g5HOze12SymMkBxn9Z+zj7/BsE
X3qj2HwmBWaHNBCYZuZQuLxkw7/zLA48bqqlTFymDsKVk0rOLhFwMNBaKXxh
iYnDfzCQhPOdJzQLpZ1SgPN3ODQ9Oi6h6mBbGbHCVNbUYc4i5Z1/0jUdDrUt
Dz+1yAyiv14Hbv+b4q2iv08j+FtB+m8g+C9A8q8R/JTYO27MEroOE4JLVKbv
N3OYOoG/ykxb1yFGwfFj8hoE/wwI9CD4YPX5pg5bQObUaDscqJW1SN9i4tDI
crTfMFzD4SDIfUImDqcOO63NnKcK0f/G2GGtkA5f+j0lOB/mXxjffc3R5Qw7
ZB36QObzmzjMBIGd4g6R4tsvMuwzcQh+e/njDEUhiPtqTB38n3heMhXmgLsP
Ej+McPfD+DD/wfgw//dHdPszfkDwYfELAJk72to=
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIpIAaxQYAJSjNCxZjxsGHqGNDYuNRQy0xqsSkxH1kv
AKovAls=
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGJ7IGYC4r/fSh/M+WjhcFtTds1/ZmUH28qIFaa8lg5r
hXT40vWgfF9LhyntrVGX56g41LMc7Tc8bunwJHHhNZP1Kg43pGsSjUqt4HwO
N9VSplkIvsy8OM3TF6wcGn5bFZxbAeULWKPxrRwMjIGgWM7hDAjMsXRQ/6Ty
cpamtIP3CXbb2UstHN605XYbSYs6SIPUH7CAqFsj4nCkbXn4qUWWDhog9S9F
4eYd6N7XZLJY0kHlSfO8s6esHFZ+e1lxpkDB4QBIfZG1w8+3rw9YLlZx2GL+
41DKKluHlNg7bswVKg6paUBQZutQfnib68y/ShD/HbWB2B8tC+eD7feRgvOr
7v+4Zewt6qD+lnefgaUt3H0JIHNnIPhL7u/jm2NsB+dv0MtbzNhjB9cfo+D4
MdnH3sEEFB6XxR18Lk6M+WdsD7F/t4SDKsg/r+wcakDqX4tDzPts53AQ5F9m
CYepE/irzGbD5MUcvmwIyJ6VjuCD3XPDFs63AcXvWqj7fCTg/JC3lz/OcJSG
8yHxIwNx12ZbhxjVCJlze2QdfEDxc9QWkl7k5B1mzASCn7YOIGpmp6LD0yzt
b9N17SDydcoO9aB497CDhzc4nfQj+ODwvGrncOqw09rMOhUH+6ZHx2dI2ztI
geJ1goqD+NQrnBlBCD7Y/qn2DhvAAQONv2P2DoG3gAZ9UoGY+wLKL1KFhOdn
e6j5qg6ru29nMIg7OIDzgaCaw/5aWYt0HgeHmk/AgItSg5sHTi/KapDwsLV3
AAmnPVN14PFfPyX1hh2cD46PzXYOjyLEt198oIoIf5B5t1Qh8SON4O8F2XfF
Bq7eHmT+XSu4e64LfXI8H4bgL3/hofe/0BLO7wsuUZkub+kwZ5Hyzj/uqg6N
4Pxp4SBSOankrImyA3r+BgAfmcDy
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1,
0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJdIGYC4hOaVpNO87s7VN//ccvYW8Gh9rdVwbkdbg4h
by9/nNEo5xAhvv0iQ5+bw5u23G6jahmHHq9XLCaNbg5f9n3cmn5N2mHZCw+9
/5ZuDlUg/dkSDjelaxKNdN0czoCAjyiczwACDgj+jmCriP/LRRx4/NdPSXVA
8FkWT7Ji9EXwwfoyEPyZIJDp5hAEct9BEQew+/PdHEQqJ5WcXSLq0LY8/JTR
FDeH/yBQL+VwMT+e/dxHmH45iLuWuDu4rzm6nKFCAaJ/u7vDim8vK85MUHCY
8o0tfsYed4fSw9tcZ85F8J0nNAulnULw09OA4JuCw6+Y3KP/NrlD3MWpCHHv
BneI/fyKDg/28c0xzoKGb7Wig8TUK5wZq9wc3i9ar3B2h5KD3oQFPwzz3BzM
bPYGTXuoBvffBtUnzfN01eH+h4SfOjx8YHxY+MH4qOGN4IuCIu6LGpzvsb9W
1uK5moND06PjM6zdHFJi77gxR6hC3FMH1b9B2UHB8WPymbluDg9c4x1nfVRy
qIhYYXr2tJvDHU3ZNf+FlRxg6ecDyD8eig7zbXSuzCpzgvOXg9JHJILvfYLd
drYtJh8WvjA+LD3C9MP4MPNhfPT0CwCiNCxm
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIpIAaxQYAJSjNCxZjxsGHqGNDYuNRQy0xqsSkxH1kv
AKovAls=
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGJ7IGYCYp8T7LazW70cbmvKrvnPrOyQw/lzQfpkL4e1
Qjp86XpQ/mYvhyntrVGX56g48Puvn5L6wcvhSeLCaybrVRz23Or6m+ruDedf
yI9nPxeJ4N+Qrkk0KvV2aPhtVXBuBZQ/FY0v6u1gYAwExXIOJiD6tpeD+ieV
l7M0pR0+bAjInhXv5fCmLbfbSFoUoj7Xy+EMCKwRcdCZsOCH4T0vBw2Q+pei
cPMOdO9rMlks6XB/H98c4yJvh5XfXlacKVBw0AepP+bt8PPt6wOWi1Uclr7w
0Pv/0MchJfaOG3OFisN/EDju41B+eJvrzL9KEP/l+0Dsj5aF88H2+0jB+VX3
f9wy9hZ1SDh8WTt1pQ/cfbUgf95A8Ofa6FyZpeYL56s8aZ53NsgXrv9PTO7R
f5t8IeFwWdyhZKvo79PLfCH275aA+KfJ16EGpP61OMS8Nl+HgyD/Mks4iE+9
wpkRBZMXc3BRLWWa5YDgg93zwwfOB8fvY5h/JOD8kLeXP85wlIbzIfEj45Ca
BgTPfBxiVCNkzu2RdfgCip/3PpD0IifvMGMmEHD6OoComZ2KDg5Nj47PUPaF
yNcpO/R4vWIxMfSFh/f+WlmL9BAEfwcoPMt9HU4ddlqbWafi8JZ3n8HMWb4O
UvPiNE9PUHGIEN9+kWEbgg9OH9d9HTaoggISGn/vfR0CbwETwicViH8Z/CD8
IlVIeLL5Qc1XdaiIWGF6VtnP4e+30gdzBNUg7pP0c6j5BDQ4Sg1uHji9KKtB
wmO1r0MaOBxUHUJKVKb/r0DwwfGR5uvwCOTQB6qI8AeZd0sVEj9SCP6a7tsZ
DOU+cPVg86u94e4xv3Y018QCwZd3/Jh85qgXnD/lG1v8jDleDnMWKe/8464K
yZ8FXg4ilZNKzpooO6DnbwDwydMZ
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGJZIIaxWZDYzFDMAOUz4GEjq8fFpqdeSuzCZQ4l7gQA
+6MCWw==
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGIHIGYCYvNrR3NNOvwdprS3Rl2O0XFIOHxZO7XT30Fm
+QsPvfkI/p9vpQ/mCOo6iE+9wpmRheA/SVx4zSQcwT+uaTXptLu/g0iP1yuW
KzoOJsZA4O3v4HOC3Xb2VAQ/IfaOG3OEjsMWvbzFjDH+DqIg9SWaEPnDfg7H
d+3oZTPQdnBRLWWatcPPYc4i5Z1/3LUddCcs+GG4zQ9iX6C2g4Ljx+QzaxF8
lsWTrBjnIvhge3v9HFg4u+ST+RD86RP4q8xOa8H58iD/1mtB/DvTz+FF8VbR
39laDgKfHM+nLfWD+CdEy6EEKHzazx/iPgFNh/v7+OYYr/JzOAHiX1CHhMd0
P4eEkCD1BSvV4ebrKsp/yZmG4D8FqfNH8D3218pasKvD3Q/Wf1IN7j8YH+Z/
GB8WPjB+ahoQXPNz8Ls4Meafsjo8fEHCacs0HEDe/O/p72CgtVL4QosqnP8o
Qnz7RQVVhw8bArJnxfs71P62KjjHoeoA8rZJJoK/41bX39RyBB+WPraY/ziU
ooXgw8yHqYfZL/36kZkURwBE/Ss1h9p125LqeQMcjEDxflnNgfPngvTNfAFw
/6g+aZ53VgjBBykzlkbw+4HB8UwpwOENKL641eF8WPjC+LDwnwkCsgGQ9LBO
3SEd5C6xAIcZ4PSg7nBDuibR6Km/Q/UnYEBEaUDsf4TgT/nGFj+jxR+Sfrg1
HdxB4S8C9Y+XFiQ9yAU4SMyL0zxdoAW33x8UH80IPiz9wfjgdC+sDfcfLP3C
/A/jw8IHxoeFH0r6/+vvoAPy7zctePjD8hd6fgcA9mCtvg==
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ5IGYC4uASlen/UwIdnCc0C6WdUnCA8d8vWq9wdoeS
Q/vy8FNGMYEODSxH+w23qzpsePhy6iaDQIdfb18fsGzWcMiPZz8nyRjo8CRx
4TWTfm2I/j0BDlMn8FeZaetC5Lci+IsnWTH6bkDwu71esZisDXD48630wRxB
BP9F8VbR36914PytDk2Pjt9A8N+A5E/rQNwHtG/GTCCI1HGw1rky6xlnoEN6
GhA803RY0307g8E80EFXUf5LzjdVOB/mXxg/WjVC5pyMpMPWlpoLmyWh+tME
HK4fzTVp2B7gULi8ZMM/fxa4/dIbxeYzKTDD+S9rH2eff8ME5x/s3tdkshjB
V/+k8nIWJxPc/xB5Rnj4wPiw8IPxwepZAiH2JXA4rAa51zjQAeTdmZVCEPdF
BzqcAYE34vD4q7n/45ZxtqwDevwCACt11Z0=
"]]}, {
Thickness[0.01389854065323141]}, StripOnInput -> False]}, {
ImageSize -> {71.95434122042342, 17.35783810709838},
BaselinePosition -> Scaled[0.30534703405225183`],
ImageSize -> {72., 18.}, PlotRange -> {{0., 71.95}, {0., 17.36}},
AspectRatio -> Automatic}], BoxRotation -> 1.5707963267948966`],
TraditionalForm]}, {3,
FormBox[
RotationBox[
GraphicsBox[{
Thickness[0.014130281192595734`],
StyleBox[{
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0,
1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1,
0}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJlIGYC4he1j7PPr/lpX/vbquBchp7DjJlAIPkbzrcr
caw9fYfNQaTH6xVLib7DhIhuf8YPbA7bHZoeHa/Qd2AAA3Y4P+CJ5yVTYQR/
ya3ljw2bEfzUNCBYxu7wJHHhNRN/JH6E+PaLD/TgfFObvUHTFNXg/L/fSh/M
MVSFu+fUYae1mf9UHK7z3hZL/cbkIDMvTvP0BxWHK7+PXZ9386/9r7evD1g+
RvB3gOyPUHFQ/6TychYnl0MaGGDy/UHuv4zgLwe5/zA3nA8On0heOP8MGPA7
mIHcm6ji8Hnfx63pYQIOU9pboy7HqDjMBANBON8YBISFHWDugfFh7gXzjQXh
/ukFhXcBH6p/t/HCwwPGh4UXjA+2NtPAwQRk3GYeh9vSNYlGpQaQ+GDmcLgu
9MnxvJqBw8HufU0mj5kcfoDsP6zvMP/E5CXZy37YPwXFj76+A3r6AACRT/sU
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {
0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0,
1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}}, {{0, 2,
0}, {0, 1, 0}, {0, 1, 0}}}, {CompressedData["
1:eJxTTMoPSmViYGAwBGIQvdn8x6GULA2H+t9WBecytB0q7v+4Zcwt76D+SeXl
rE4pBxNjIAiWdVgrpMOXfk/cwXXN0eUMFTIOb9pyu42kxR2mzwSCm1IOIGrm
TjEHkcpJJWefSDrEqEbInKtB8BV2LdiXyifqsCPYKuK/uxzEXGNMPlifjTyc
/8A13nGWoAKcD3aHHIJfDXKvthLcfBgfbG+KmEP54W2uM98qOGiA/SPmoHzt
UTBDj4JDqwK76pkpYg4rv72sOGOg4HCwe1+TCbM4nA+2txDBB9t3WRxifrSC
QzTYfxIO4Zxi7cbnFRx6Irr9GQWkIPbZKjvc0ZRd899Y0eH81bA3+tKacL5I
j9crli2aUPMl4fwzIOCD4DOAgIOkwwxwuGpC7JORdPgPAvs1ofEh4dDC679+
ylFNuHveFG8V/X1aE+ofBB/mfhi/D+xecQfpeXGapws0HULeXv44Y6GYQzPY
PA14eO1waHp0fIc6PDxhfFh4z1mkvPOPuhY8PtD55jZ7g6YtRPA36OUtZpTR
xsnfAkqPXbpw82F8mP0vQO5/rQN3HzjczmhDw0PMIT0NCI4h+D4n2G1nT9WG
hoekw6+3rw9YNmvC0zt6+gcARpA4JQ==
"], {{12.051599999999999`,
12.4641}, {12.493799999999998`, 9.031249999999998}, {
9.918750000000001, 9.031249999999998}, {12.051599999999999`,
12.4641}}}],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGINIGYC4oSQIPUFnvoOJctLNvzj53GA8fsjuv0ZDbgc
9tfKWqSHGDqkp4EAJv/zhoDsWcsRfNUnzfPO/sLN5/FfPyV1hzHc/CX39/HN
2WzsYGIMBJu54fwXtY+zz+fwoPF54XzbEsfa0zF8cP6XfR+3povxw83/DOKH
CTiUbBX9fXqdkcOOYKuI/+oCDgZaK4UvuBg5rBfS4UuXE3CYCQYGEPs/8zs8
z9L+Nt3WyKEX5L4PYhC+rLFDCsj5y6QcDrctDz+VZOxwoHtfk8liGTjfdc3R
5QwR8nD+WpD5+xTh9qeC9LMpQ+zrNITzwe5/bADni0+9wplRZODgPKFZKG2V
kkO31ysWE0YDB5DzjA8rOoj0AAW26EPMnyfncAYEZAzgfHB4Wxk43NGUXfNf
WcHhPwjEGziEc4q1G+srQszZDDVvsSLEf76GcL7/xYkx/4SN4HwwPdkI4u6V
CnD+fpD/neXgfPldC/al9kk7LH/hofff0MjhIEj+sYSDbWXEClNdQwcFsLyI
A3p6AwCUAwBD
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ5IGYCYvGpVzgzNlk4HOze12SymMkBxn9Z+zj7/BsE
X3qj2HwmBWaHMyBQY+FQuLxkw7/zLA6Fa7pvZ3wwcxCunFRydomAw4wJ/FVm
3WYO/8FAEs53ntAslHZKAc7f4dD06LiEqsOS+/v45jCbO8xZpLzzT7qmg8Zb
3n0GnRYQ/fU6cPvfFG8V/X0awd8K0n8DwX8Bkn+N4KfE3nFjltB1+LrzVtff
pRYOU0H2aus6HGxbHn5qEoJvDALFCD5Yfai5wxa9vMWMNdoOqk+a552dZebQ
yHK03zBcA+K+n6YOpw47rc2cp+pgAtJ/2dRhrZAOX/o9JTgf5l8Y333N0eUM
O2QdvoDM/2rqMBMEdoo7HKiVtUhfYuYQ/PbyxxmKQg6HQO5LMnfwf+J5yVSY
A+4+SPwwwt0P48P8B+PD/N8f0e3P+AHBh8UvACRU2vk=
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIpIAaxQYAJSjNCxZjxsGHqGNDYuNRQy0xqsSkxH1kv
AKovAls=
"], CompressedData["
1:eJxdk3tIU1Ecx6cT7I+MMuemc5rtXk0wUbco9/B+F6SRCr0os6flo7emrjTM
okiJEUoEuTWslFJLyehFVLYyKXyVaCFaJCWRqX+4QpQUu2d3ngseONz74fzO
7/c9v+85oftzNmdKJRKJBz85fnryc3rCPGgf12EgQtUwK1XDUJRat8pHj0bf
yEXZUW5O0eNq2cW0HjuDs16t5THv9BhKv/VZe59Bn7I4PdZsoLwggTV72kQO
qtoT0f7RgHP/dLlddW5ebJzHBkRr+JEfjA4y7HqEO5lhW4QSye+9jddv6zBa
eswSq5RBQeIdOiGuwQ9vS2u3t1XrsYLED8toPoel+by2JgDM0IWqzjYD6ieG
Cztyl8FB4vOMmBobccTVMHi0evJNxl0OGbu/JEgLGWRm8eMkh1MtT9ZZZ5YL
52uNF+rvVFF21U8OpHz622S/JkmG8DGf5ug4jurbR/JWityds9e7KwCUU+VP
uyUJoPtXVtycjLkDaEk/euSo/bU+atYKof5zBZY6TR+yzEAxiR+RC/mKgNfk
vFIFkki/UubW/UHs69SI7NLTx1F2+dvo1pesoLx1rGe80qSkLPgTJOh6yGEX
mxrU9UIl+NPKCfclOASVVn5McSAf66VQ5D+W/Wv3h7BeosarM6o12Qxov/80
bTxiSxR5lG+f9TDQ1rK28VAJgxDT+IGOy0Ag8bWCgWXDby9tvcjhLn+BJpb8
MCDyND+ATf28MU4GD6KO13j8dXMeK/Rzai4/i3uWgYMSuQkz5B0sCRP0LTSh
2MkLSwuj+Vz3RR2GG4bIXlsVQK5J1k8WZfx1ij0qssuPHcB3YuwgK/af5Otn
BX98RH5J6vXG03gj2fDVQPV88uUN3yayS/8JPeXyLQXMtRA97NXqZ9OJrPt9
6uBXdKWgU6vG/Pf9H54YvNo=
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1,
0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJdIGYC4uOaVpNO83s4VN//ccvYW8Gh9rdVwbkd7g4h
by9/nNEo5xAhvv0iQ5+7w5u23G6jahmHHq9XLCaN7g5f9n3cmn5N2mHZCw+9
/5buDlUg/dkSDjelaxKNdN0dzoCAjyiczwACDgj+jmCriP/LRRx4/NdPSXVA
8FkWT7Ji9EXwwfoyEPyZIJDp7hAEct9BEYcTIPfnuzuIVE4qObtE1KFtefgp
oynuDv9BoF7K4WJ+PPu5jzD9chB3LfFwcF9zdDlDhYID2P/bPRxWfHtZcWaC
gsPkb2zxM/Z4OJQe3uY6cy6C7zyhWSjtFIKfngYE3xQcfsXkHv23yQPiLk5F
iL3rPSA0v6LD/X18c4yzoOFbreggMfUKZ8Yqd4f3i9YrnN2h5KA3YcEPwzx3
BzObvUHTHqrB/bdB9UnzPF11uP8h4acODx8YHxZ+MD5qeCP4oqCI+6IG53vs
r5W1eK7m4ND06PgMa3eHlNg7bswRqhD31EH1b1B2UHD8mHxmrrvDA9d4x1kf
lRwqIlaYnj3t7nBHU3bNf2ElB1j6+QDyj4eiw3wbnSuzypzh/OWg9BGJ4Puc
YLedbYvJh4UvjA9LjzD9MD7MfBgfPf0CAESNMYg=
"]],
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGI7IGYCYhNjIJD2dtjh0PToeIWawxvefQYzvRD8cPHt
FxnSvB2eJi68ZnJe3aFkq+jv02XeDqcOO63NnKcB4V/zdliv+qR5Xq6mg+6E
BT8M1Xzg/ITDl7VTOxH8u/v45hjf8nHYbP7jUIqWBpyfEBKkvmClGpzPAAIP
VBzMrx3NNWmA8hOUHTbo5S1mFEHwj2taTTrNjuCv6b6dwfDd22Fvfs3bmanK
Dn9ico/+e+TtoHLtUTBDjrJD+/LwU0ZnvB0euMY7zipUdriQH89+bqe3w1oh
Hb50PSWHKd/Y4mcc8XaYCQKcSg7zbXSuzPoHU6/kYA8MlhnSPg7/QaBfyeEM
CLgg+DmcPxekH0bwwebx+ELU+SjC+fu79zWZOMvB+cKVk0rOpkg6fNkQkD1r
vY8DOF6MxRxmgNyhiOCDzb/tDeezLJ5kxTjX26Hm/o9bxq/FHJ6D4infGxIe
DhLw+ITYLwnxj5m3Q3oaCEhBzJf0dpgDon/KOPD7r5+S+sELEh51Mg7uqqVM
swS8Hb7s+7g1fZokxBwZaHjdE3eQd/yYfEbV2yFGNULmXI0oPH2A7V8gghq+
diIO4lOvcGZ8QvD31spapOf4wPm1v60Kzv3wcRABh4cY1N2+cPtdQO5p8HWo
APm3W9rhLch/s3wdDoDCc7EsnB/y9vLHGQ/l4XxwehBVdNgCSj81vhD/iylB
ws/VF2L/OiVI+pGHxpeMskNFxArTs799HMoPb3Od6asMj587mrJr/jcrQ8JP
0xeSH/6pOOy41fU3NdzXoZHlaL+huBqcL7f8hYdevTqcfwKcfzQdUkHueOYD
cQ+btsMd6ZpEI1sEX+ST4/m0q95wPjg+Jng7BNwCKpyk5bAHZJ47Iv+h52cA
D9ikgg==
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {
0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {0,
1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJzIGYCYgXHj8lnRP0cQt5e/jjDUcYhQnz7RQY+PwcT
YyC4LOnAsniSFSOrn8OOYKuI/+oSDu3Lw08ZffF1+LLv49b0b6IOuhMW/DDU
83N405bbbSQt6rD0hYfe/0Q/hzMgsEbEYcetrr+p0xH8+/v45hg/QvB5/NdP
SdXwd9gJMr8dal6Zv8MD13jHWYXiDhv08hYzHvF3mAkCkZIQ/hN/hxjVCJlz
MtJw/lohHb70Olk4//2i9QpnORQg/tjs7+A8oVkobZcCxH4nf4dwTrF2Y35F
BxfVUqZZDP4OK7+9rDjjoOhwQ7om0WipnwNIm3GzooP5taO5Jh1+DtX3f9wy
fo3g782veTvzqRKc3/DbquCchgrEX2f8HH6+fX3AUlnVoSJihelZZX84X2Lq
Fc6MJAR/f62sRfocfwefE+y2s7dC9W/xd5CaF6d5WgDBB7vvgJLDUU2rSaev
I/jhoPi65++QkQYE05Th/r9wNeyNvjVU/xd/h8BbQI8VqTokHL6snbrT3wGk
PO2ZqsNcG50rs/r8HRpZjvYbiqtB4jcGwQfr50Hwj4PsX+/nwAACCVD9aX5w
+0q2iv4+becHdw8sfZQf3uY6868SnN9p47krTQnBh4SbgoPIJ8fzabF+8PgD
x9chPwcDUHwUy0P4Sv6Q9PpQzkEApD7V3+E/CNTLOciD0nOtv8OB7n1NJotl
4Xxw+j0uDefL71qwL3WdhMOHDQHZs8z9HVoV2FXPTBGDpJfTfnA+OH9MRfBh
/oWkd3FI/FpDw8NBAs6H5Sf0/AUAEvCAtg==
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ5IGYC4vbl4aeMJAIdnCc0C6WdUnCA8d8vWq9wdoeS
w85bXX9T+QMdGliO9htuV3V4LCJ78unjAIdfb18fsGzWcFg8yYrRd0uAw5PE
hddM+rUh+gsCHKZO4K8y09aFyGcg+FeP5po0JCP4+2tlLdITAhz+fCt9MEcQ
wX9RvFX092sdOH+rQ9Oj4zcQ/Dcg+dM6EPflBzjMmAkEkToO+fHs5yT3Bjik
pwHBM02H+/v45hi/CnDQVZT/kvNNFc6H+RfGj1aNkDknI+nwYvt65udnoPrT
BBw4fy5I35wV4FC4vGTDP38WuP3SG8XmMykww/kvax9nn3/DBOcf7N7XZLIY
wVf/pPJyFicT3P8QeUZ4+MD4sPCD8a+D1G+H2pfAAXHvswAHkHdnVgpB3McX
6HAGBN6Iw+Ov5v6PW8bZsg7o8QsAUzXYTA==
"]]}, {
Thickness[0.014130281192595734`]}, StripOnInput -> False]}, {
ImageSize -> {70.76901618929017, 17.49236363636364},
BaselinePosition -> Scaled[0.3029987538415624],
ImageSize -> {71., 18.}, PlotRange -> {{0., 70.77}, {0., 17.49}},
AspectRatio -> Automatic}], BoxRotation -> 1.5707963267948966`],
TraditionalForm]}, {4,
FormBox[
RotationBox[
GraphicsBox[{
Thickness[0.01389854065323141],
StyleBox[{
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGI7IGYCYhNjEPhmb2qzN2haoq7Dm9rH2efX/ILzW8Rr
WTPd/tr7XpwY8y9Zz+HC72PX5938Z/8gQnz7RQZ9h61eGyzm/GR2eJ6l/W36
XH2HbSD+TnY4n8eRz2tGJg+cv15Ihy9dTsAhPiRIfcFKPTg/NQ0I2nTh/DfF
W0V/a+s4bAebz+2QAFLPqe1gV+JYe/oOG5yv8Unl5SxPBD9GNULmXA2rw3rV
J83zeLUdzoBAD4tDwC3pmkQhbYh5lcwODSxH+w3FtR1mggGTg/jUK5wZSloO
9iDzZZgd0kHuYdOCyN9kdfA5wW47O1QL4j9LdocXIPdlazlwg/ynyQnng/2h
xg/ny+9asC/VT9AhOfaOG3OFJpxvBAr2y+pw/pT21qjLf1QdbvDeFks143Pw
2F8ra3FcxWHJreWPDZvZ4fy+iG5/RgMWOD8a5F8bRog/eVQd5p+YvCRb7Z/9
BpD/e1Xh8QmO58+qEHVnfti/AMVHrJoDi/4vrks83+wbQeERru7wGqRe55N9
w2+rgnMa6g6Q9PHV/mniwmsm/GoOl0DxH/kNIp+h6lD7ounXNMvv9hKg8GtS
gaePJyD1+irw8N1i/uNQCpcKND2xwvng+OPkhvO/7Pu4Nf2aADTcVRzA1l8W
coDZfxbsTxGoP9Qg+leKOIDdP10dzpeeF6d5ukADzmfm7JJP9tN0eOAa7zjr
o7DD8V07etkEtByEKyeVnF0i5PDj7esDls1aDmtA6W+foIO+ovyXnGtaDuog
/S8FHM5fDXuj/1sLHj/6WiuFL6hoQ9T/E4Tod9aBuFdYGJq+dOH8OYuUd/5R
14PzweoP6zvsCLaK+J8O9W+mgUPh8pIN/85zwPngdPiMGZW/jAGSn2wNHGQ2
is1nSvhlD8tf6PkZABHAopw=
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {
0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1,
0}}}, {CompressedData["
1:eJxTTMoPSmViYGCwAmIQPWMmEFjKObBwdskn52k5/AeBeAUHc5u9QdMStRy6
bTx3pX1ScNigl7eYMUbLYW9+zduZpooO0yfwV5lpI/hT2lujLu/RhPPnLFLe
+Sdd06H08DbXmbKKDgZaK4UvLNFwCOcUazf+DzRP9UnzvLfqDq5rji5nuCHr
YGIMBJfFHVLSgGCZrMOXfR+3pn8Tc2hVYFc9IyLrEPL28scZC8Uc2sF8aYeq
+z9uGXuLQdRdk3JQ2LVgXyqfqMObttxuo9kyEFpa1EGkclLJ2SdQ841h8nJw
vjxIn548nA+2bwuC/37ReoWzFQoOIGelqYk68McG3DcSV4SbDw6/n4pw+8Ha
ipUcgkDuZYSqf64E9Y+IQzrIHDNlB41PKi9nvRRxEADJpyP4b4q3iv7uVoHz
/34rfTBnoyrEXVNEHU7s2tHLdkHNoQbk/9diDoG3pGsSN2k47Ai2ivivLukg
s/yFh95+TYdUsINl4Hywu5gV4HyQs2dyKjokhASpL8iEyl+GxtMRDYcPIH9H
KDm08Pqvn6KqAVF/U8nhSeLCayb56pB0wq8M0X9S1aEcFM++ylD16hB/HVd2
OHXYaW3mPnUHqXlxmqcFVBzOXw17o1+t4XABRO9WcRDt8XrFMkUTYs5KVYcH
EeLbLypoQdLPcTU4H2zff3U4XwSk74sm1HwNh+0OTY+OS2g7bAKnUzU4Hxxe
AQi+Ecifwgh+A8vRfsPtqpD4FobyzVUczoAAjzbEX2+VIfHGpu3wwDXecZYg
gg8OpxNKcL4wKL2FIPjg+J+uCDfvNIjOUYDbt1ZIhy89Tg7uHvT8CAB9un6Q
"], {{8.987499999999997, 9.353129999999998}, {10.,
9.353129999999998}, {11.2281, 9.353129999999998}, {11.8234,
8.85156}, {11.8234, 7.815629999999998}, {11.8234,
6.587499999999998}, {10.9531, 5.704689999999999}, {
9.760939999999998, 5.704689999999999}, {9.523439999999999,
5.704689999999999}, {9.178130000000001, 5.7171899999999996`}, {
8.784379999999999, 5.75313}, {8.712499999999997, 5.76563}, {
8.56875, 5.77656}, {8.378129999999999, 5.789059999999999}, {
8.987499999999997, 9.353129999999998}}, {{9.64219,
13.048399999999999`}, {9.77344, 13.048399999999999`}, {
9.796880000000002, 13.060899999999997`}, {10.0484,
13.071899999999998`}, {10.2984, 13.095300000000002`}, {10.4531,
13.107799999999997`}, {10.595300000000002`,
13.107799999999997`}, {11.560899999999998`,
13.107799999999997`}, {12.0391, 12.678099999999999`}, {12.0391,
11.7844}, {12.0391, 10.532799999999998`}, {
11.156300000000002`, 9.782809999999998}, {9.678130000000001,
9.782809999999998}, {9.057809999999998, 9.782809999999998}, {
9.64219, 13.048399999999999`}}}],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGINIGYC4oSQIPUFntoOJctLNvzj53GA8fsjuv0ZDbgc
an9bFZxboeeQngYCmPwniQuvmfjrw/k+J9htZ3/FzefxXz8ldYch3PzF9/fx
zdls6GBiDASbueH8F7WPs8/n8KDxeeF82xLH2tMxfHD+l30ft6aL8cPN/wzi
hwk4lGwV/X16nYHDjmCriP/qAg4GWiuFL7gYOKwX0uFLlxOA2GusC6E/8zs8
z9L+Nt3WwKEX5L4PYhC+rKFDCsj5y6QcDrctDz+VZOhwoHtfk8liGTjfdc3R
5QwR8nD+WpD5+xTh9qeC9LMpQ+wR1ofzPfbXyloc14Xz9UHue6Lj4DyhWSht
lZKD+NQrnBlMOg5gZx5WdBDp8XrFskUbYv48OYcZM4HAUgfOB4d3qY7DHU3Z
Nf+VFRz+g8B+HYdwTrF2Y31FiD1puhDzFis6nL8a9kZ/th6c739xYsw/YQM4
H0xPNnAAWTNzpQKcvx/kf2c5OF9+14J9qX3SDstfeOj9NzRwOAiSfyzhUPNp
Q0B2lJ6DAlhexAE9vQEAkbz7Iw==
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ5IGYC4o16eYsZz5g5HOze12SymMkBxn9Z+zj7/BsE
X3qj2HwmBWaHNBCYZuZQuLxkw7/zLA48bqqlTFymDsKVk0rOLhFwMNBaKXxh
iYnDfzCQhPOdJzQLpZ1SgPN3ODQ9Oi6h6mBbGbHCVNbUYc4i5Z1/0jUdDrUt
Dz+1yAyiv14Hbv+b4q2iv08j+FtB+m8g+C9A8q8R/JTYO27MEroOE4JLVKbv
N3OYOoG/ykxb1yFGwfFj8hoE/wwI9CD4YPX5pg5bQObUaDscqJW1SN9i4tDI
crTfMFzD4SDIfUImDqcOO63NnKcK0f/G2GGtkA5f+j0lOB/mXxjffc3R5Qw7
ZB36QObzmzjMBIGd4g6R4tsvMuwzcQh+e/njDEUhiPtqTB38n3heMhXmgLsP
Ej+McPfD+DD/wfgw//dHdPszfkDwYfELAJk72to=
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIpIAaxQYAJSjNCxZjxsGHqGNDYuNRQy0xqsSkxH1kv
AKovAls=
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGJ7IGYC4r/fSh/M+WjhcFtTds1/ZmUH28qIFaa8lg5r
hXT40vWgfF9LhyntrVGX56g41LMc7Tc8bunwJHHhNZP1Kg43pGsSjUqt4HwO
N9VSplkIvsy8OM3TF6wcGn5bFZxbAeULWKPxrRwMjIGgWM7hDAjMsXRQ/6Ty
cpamtIP3CXbb2UstHN605XYbSYs6SIPUH7CAqFsj4nCkbXn4qUWWDhog9S9F
4eYd6N7XZLJY0kHlSfO8s6esHFZ+e1lxpkDB4QBIfZG1w8+3rw9YLlZx2GL+
41DKKluHlNg7bswVKg6paUBQZutQfnib68y/ShD/HbWB2B8tC+eD7feRgvOr
7v+4Zewt6qD+lnefgaUt3H0JIHNnIPhL7u/jm2NsB+dv0MtbzNhjB9cfo+D4
MdnH3sEEFB6XxR18Lk6M+WdsD7F/t4SDKsg/r+wcakDqX4tDzPts53AQ5F9m
CYepE/irzGbD5MUcvmwIyJ6VjuCD3XPDFs63AcXvWqj7fCTg/JC3lz/OcJSG
8yHxIwNx12ZbhxjVCJlze2QdfEDxc9QWkl7k5B1mzASCn7YOIGpmp6LD0yzt
b9N17SDydcoO9aB497CDhzc4nfQj+ODwvGrncOqw09rMOhUH+6ZHx2dI2ztI
geJ1goqD+NQrnBlBCD7Y/qn2DhvAAQONv2P2DoG3gAZ9UoGY+wLKL1KFhOdn
e6j5qg6ru29nMIg7OIDzgaCaw/5aWYt0HgeHmk/AgItSg5sHTi/KapDwsLV3
AAmnPVN14PFfPyX1hh2cD46PzXYOjyLEt198oIoIf5B5t1Qh8SON4O8F2XfF
Bq7eHmT+XSu4e64LfXI8H4bgL3/hofe/0BLO7wsuUZkub+kwZ5Hyzj/uqg6N
4Pxp4SBSOankrImyA3r+BgAfmcDy
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1,
0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJdIGYC4hOaVpNO87s7VN//ccvYW8Gh9rdVwbkdbg4h
by9/nNEo5xAhvv0iQ5+bw5u23G6jahmHHq9XLCaNbg5f9n3cmn5N2mHZCw+9
/5ZuDlUg/dkSDjelaxKNdN0czoCAjyiczwACDgj+jmCriP/LRRx4/NdPSXVA
8FkWT7Ji9EXwwfoyEPyZIJDp5hAEct9BEQew+/PdHEQqJ5WcXSLq0LY8/JTR
FDeH/yBQL+VwMT+e/dxHmH45iLuWuDu4rzm6nKFCAaJ/u7vDim8vK85MUHCY
8o0tfsYed4fSw9tcZ85F8J0nNAulnULw09OA4JuCw6+Y3KP/NrlD3MWpCHHv
BneI/fyKDg/28c0xzoKGb7Wig8TUK5wZq9wc3i9ar3B2h5KD3oQFPwzz3BzM
bPYGTXuoBvffBtUnzfN01eH+h4SfOjx8YHxY+MH4qOGN4IuCIu6LGpzvsb9W
1uK5moND06PjM6zdHFJi77gxR6hC3FMH1b9B2UHB8WPymbluDg9c4x1nfVRy
qIhYYXr2tJvDHU3ZNf+FlRxg6ecDyD8eig7zbXSuzCpzgvOXg9JHJILvfYLd
drYtJh8WvjA+LD3C9MP4MPNhfPT0CwCiNCxm
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIpIAaxQYAJSjNCxZjxsGHqGNDYuNRQy0xqsSkxH1kv
AKovAls=
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGJ7IGYCYp8T7LazW70cbmvKrvnPrOyQw/lzQfpkL4e1
Qjp86XpQ/mYvhyntrVGX56g48Puvn5L6wcvhSeLCaybrVRz23Or6m+ruDedf
yI9nPxeJ4N+Qrkk0KvV2aPhtVXBuBZQ/FY0v6u1gYAwExXIOJiD6tpeD+ieV
l7M0pR0+bAjInhXv5fCmLbfbSFoUoj7Xy+EMCKwRcdCZsOCH4T0vBw2Q+pei
cPMOdO9rMlks6XB/H98c4yJvh5XfXlacKVBw0AepP+bt8PPt6wOWi1Uclr7w
0Pv/0MchJfaOG3OFisN/EDju41B+eJvrzL9KEP/l+0Dsj5aF88H2+0jB+VX3
f9wy9hZ1SDh8WTt1pQ/cfbUgf95A8Ofa6FyZpeYL56s8aZ53NsgXrv9PTO7R
f5t8IeFwWdyhZKvo79PLfCH275aA+KfJ16EGpP61OMS8Nl+HgyD/Mks4iE+9
wpkRBZMXc3BRLWWa5YDgg93zwwfOB8fvY5h/JOD8kLeXP85wlIbzIfEj45Ca
BgTPfBxiVCNkzu2RdfgCip/3PpD0IifvMGMmEHD6OoComZ2KDg5Nj47PUPaF
yNcpO/R4vWIxMfSFh/f+WlmL9BAEfwcoPMt9HU4ddlqbWafi8JZ3n8HMWb4O
UvPiNE9PUHGIEN9+kWEbgg9OH9d9HTaoggISGn/vfR0CbwETwicViH8Z/CD8
IlVIeLL5Qc1XdaiIWGF6VtnP4e+30gdzBNUg7pP0c6j5BDQ4Sg1uHji9KKtB
wmO1r0MaOBxUHUJKVKb/r0DwwfGR5uvwCOTQB6qI8AeZd0sVEj9SCP6a7tsZ
DOU+cPVg86u94e4xv3Y018QCwZd3/Jh85qgXnD/lG1v8jDleDnMWKe/8464K
yZ8FXg4ilZNKzpooO6DnbwDwydMZ
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGJZIIaxWZDYzFDMAOUz4GEjq8fFpqdeSuzCZQ4l7gQA
+6MCWw==
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGIHIGYCYvNrR3NNOvwdprS3Rl2O0XFIOHxZO7XT30Fm
+QsPvfkI/p9vpQ/mCOo6iE+9wpmRheA/SVx4zSQcwT+uaTXptLu/g0iP1yuW
KzoOJsZA4O3v4HOC3Xb2VAQ/IfaOG3OEjsMWvbzFjDH+DqIg9SWaEPnDfg7H
d+3oZTPQdnBRLWWatcPPYc4i5Z1/3LUddCcs+GG4zQ9iX6C2g4Ljx+QzaxF8
lsWTrBjnIvhge3v9HFg4u+ST+RD86RP4q8xOa8H58iD/1mtB/DvTz+FF8VbR
39laDgKfHM+nLfWD+CdEy6EEKHzazx/iPgFNh/v7+OYYr/JzOAHiX1CHhMd0
P4eEkCD1BSvV4ebrKsp/yZmG4D8FqfNH8D3218pasKvD3Q/Wf1IN7j8YH+Z/
GB8WPjB+ahoQXPNz8Ls4Meafsjo8fEHCacs0HEDe/O/p72CgtVL4QosqnP8o
Qnz7RQVVhw8bArJnxfs71P62KjjHoeoA8rZJJoK/41bX39RyBB+WPraY/ziU
ooXgw8yHqYfZL/36kZkURwBE/Ss1h9p125LqeQMcjEDxflnNgfPngvTNfAFw
/6g+aZ53VgjBBykzlkbw+4HB8UwpwOENKL641eF8WPjC+LDwnwkCsgGQ9LBO
3SEd5C6xAIcZ4PSg7nBDuibR6Km/Q/UnYEBEaUDsf4TgT/nGFj+jxR+Sfrg1
HdxB4S8C9Y+XFiQ9yAU4SMyL0zxdoAW33x8UH80IPiz9wfjgdC+sDfcfLP3C
/A/jw8IHxoeFH0r6/+vvoAPy7zctePjD8hd6fgcA9mCtvg==
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ5IGYC4uASlen/UwIdnCc0C6WdUnCA8d8vWq9wdoeS
Q/vy8FNGMYEODSxH+w23qzpsePhy6iaDQIdfb18fsGzWcMiPZz8nyRjo8CRx
4TWTfm2I/j0BDlMn8FeZaetC5Lci+IsnWTH6bkDwu71esZisDXD48630wRxB
BP9F8VbR36914PytDk2Pjt9A8N+A5E/rQNwHtG/GTCCI1HGw1rky6xlnoEN6
GhA803RY0307g8E80EFXUf5LzjdVOB/mXxg/WjVC5pyMpMPWlpoLmyWh+tME
HK4fzTVp2B7gULi8ZMM/fxa4/dIbxeYzKTDD+S9rH2eff8ME5x/s3tdkshjB
V/+k8nIWJxPc/xB5Rnj4wPiw8IPxwepZAiH2JXA4rAa51zjQAeTdmZVCEPdF
BzqcAYE34vD4q7n/45ZxtqwDevwCACt11Z0=
"]]}, {
Thickness[0.01389854065323141]}, StripOnInput -> False]}, {
ImageSize -> {71.95434122042342, 17.35783810709838},
BaselinePosition -> Scaled[0.30534703405225183`],
ImageSize -> {72., 18.}, PlotRange -> {{0., 71.95}, {0., 17.36}},
AspectRatio -> Automatic}], BoxRotation -> 1.5707963267948966`],
TraditionalForm]}, {5,
FormBox[
RotationBox[
GraphicsBox[{
Thickness[0.01391207568169171],
StyleBox[{
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0,
1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1,
0}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJlIGYC4he1j7PPr/lpX/vbquBchp7DjJlAIPkbzrcr
caw9fYfNQaTH6xVLib7DhIhuf8YPbA7bHZoeHa/Qd2AAA3Y4P+CJ5yVTYQR/
ya3ljw2bEfzUNCBYxu7wJHHhNRN/JH6E+PaLD/TgfFObvUHTFNXg/L/fSh/M
MVSFu+fUYae1mf9UHK7z3hZL/cbkIDMvTvP0BxWHK7+PXZ9386/9r7evD1g+
RvB3gOyPUHFQ/6TychYnl0MaGGDy/UHuv4zgLwe5/zA3nA8On0heOP8MGPA7
mIHcm6ji8Hnfx63pYQIOU9pboy7HqDjMBANBON8YBISFHWDugfFh7gXzjQXh
/ukFhXcBH6p/t/HCwwPGh4UXjA+2NtPAwQRk3GYeh9vSNYlGpQaQ+GDmcLgu
9MnxvJqBw8HufU0mj5kcfoDsP6zvMP/E5CXZy37YPwXFj76+A3r6AACRT/sU
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {
0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0,
1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}}, {{0, 2,
0}, {0, 1, 0}, {0, 1, 0}}}, {CompressedData["
1:eJxTTMoPSmViYGAwBGIQvdn8x6GULA2H+t9WBecytB0q7v+4Zcwt76D+SeXl
rE4pBxNjIAiWdVgrpMOXfk/cwXXN0eUMFTIOb9pyu42kxR2mzwSCm1IOIGrm
TjEHkcpJJWefSDrEqEbInKtB8BV2LdiXyifqsCPYKuK/uxzEXGNMPlifjTyc
/8A13nGWoAKcD3aHHIJfDXKvthLcfBgfbG+KmEP54W2uM98qOGiA/SPmoHzt
UTBDj4JDqwK76pkpYg4rv72sOGOg4HCwe1+TCbM4nA+2txDBB9t3WRxifrSC
QzTYfxIO4Zxi7cbnFRx6Irr9GQWkIPbZKjvc0ZRd899Y0eH81bA3+tKacL5I
j9crli2aUPMl4fwzIOCD4DOAgIOkwwxwuGpC7JORdPgPAvs1ofEh4dDC679+
ylFNuHveFG8V/X1aE+ofBB/mfhi/D+xecQfpeXGapws0HULeXv44Y6GYQzPY
PA14eO1waHp0fIc6PDxhfFh4z1mkvPOPuhY8PtD55jZ7g6YtRPA36OUtZpTR
xsnfAkqPXbpw82F8mP0vQO5/rQN3HzjczmhDw0PMIT0NCI4h+D4n2G1nT9WG
hoekw6+3rw9YNmvC0zt6+gcARpA4JQ==
"], {{12.051599999999999`,
12.4641}, {12.493799999999998`, 9.031249999999998}, {
9.918750000000001, 9.031249999999998}, {12.051599999999999`,
12.4641}}}],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJRIGYC4tvSNYlGXw0dTG32Bk1z1HXo9nrFYsJo5HD+
atgb/WpdB/UnzfPOchk5tPD6r5+yFMH3OcFuO/sqgv8fBOL1HM6AgaGD/y2g
wZf0HA62LQ8/1YTgg9XZI/hg+0UNHVJi77gxV+g57K+VtUhnMXTYope3mPGP
roPMvDjN0xf0HbzA9qnC+W+Kt4r+Pq3q8DRL+9v0vfoQ/TMQfCNjIJiM4J86
7LQ2M04V4j4ZA4cp7a1Rl21UIe7RR/BPg9TZIfjSIPscDBxmTOCvMvNWdQBb
62fgkBASpL6gU9UBPfwAhIqWQg==
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJRIGYC4hUvPPT+HzRxMLXZGzTNUdchQnz7RYZzJg7n
r4a90a/WdfiyISB71nUThxZe//VTliL4PifYbWdfRfD/g0C8nsNMMDBx8L8l
XZN4Sc+hL7hEZbo/gn8GBHgQfLD9D40dUmLvuDFX6Dn0eL1iMblo7LBFL28x
4x9dh9tAZUZbjRy8wPapwvlvireK/j6t6mDf9Oj4jNVGEP0zEHwjYyCYjOCf
Ouy0NjNOFeK+l0YOU9pboy7bqELc8wfBnz6Bv8qM2xjOf56l/W06r7HDDJC4
t6qDA8g8aWOHhJAg9QWdqg7o4QcAeu+YwA==
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ5IGYC4g16eYsZz1g6HOze12SymMkBxn9Z+zj7/BsE
X3qj2HwmBWaHNBCYZulQuLxkw7/zLA7cbqqlTFwWDsKVk0rOLhFwMNBaKXxh
ibnDfzCQhPOdJzQLpZ1SgPN3ODQ9Oi6h6mBbGbHCVNbCYc4i5Z1/0jUdjrQt
Dz+1yBKiv14Hbv+b4q2iv08j+FtB+m8g+C9A8q8R/JTYO27MEroO/cElKtP3
WzpMncBfZaat6xCj4PgxeQ2CfwYEehB8sPp8C4ctIHNqtB0O1MpapG8xd2hk
OdpvGK7hcBDkPiFzh1OHndZmzlOF6H9j5rBWSIcv/Z4SnA/zL4zvvubocoYd
sg59IPP5zR1mgsBOcYdI8e0XGfaZOwS/vfxxhqKQQzTIfTUWDv5PPC+ZCnPA
3QeJH0a4+2F8mP9gfJj/+yO6/Rk/IPiw+AUA5+3bKw==
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIpIAaxQYAJSjNCxZjxsGHqGNDYuNRQy0xqsSkxH1kv
AKovAls=
"], CompressedData["
1:eJxdk31IU1EYxpeLICIjcW05Z9runS1FRJdl3rnnBmWUf/QFDrPIdM4QmaTS
EjUxMmoSEkZuDPtYlIGSURmSqSUR5EfUrGBGiojkV+ACU8zWzr2Xe8EXDpcf
573Ped/nPSfmrO2YRS6TydYElym4QoKrsWFTRcoGBiN6TWtArsWXMD/7Uceg
LSw+1JogcAGDxqtXsr1uCqrm0/r+MQYTufe+Gp5QKHuhWO6/YRT5wWh3qPuZ
xM93L77NnzaiZnlvyVCLwDvTV7ERicnBKI2CpSAYHQxi/dSUS6/mdXrSMFtX
7EhSK/h8XxoGSLSGIyeanc/rYrCD5E8pRL1eR3etwbMVr6s0e6wTRjxemLIP
lETz+fXpWJqb6U31UHj082BCIBfIP/X9gNxOIUAiA7jQ17HfubKd7++HiT//
pEZk7vzMCJErRhd9yYcVONPnjbPoIdZXRfo0S3yHiR92PZSYnrjcPPgZ4v/L
OcXv/iWxMBA/vEqUEn0dy5//SgVib3IIi0qSP6Pk9daxeEP6laugvDW8vtAH
YX8LMujyEFevxFw9domL1i/dteYJ9WSqRD4x551vYtUi8/OJhJXMpwDIoc2R
Q10a/G4/UuSygb8vUdvgJHENwjcGptrx900eYb9ai/pD02sNTyW/e8h8hiXu
9F1fsfwBPvTtaztXTWF2Y3eiM4JFBLl3DRTMypefZCkSc+dnsWjnjBTmZ2Nx
1KeuzPVTuET6rRH4PM37WccK+jTs5pZdgx4WKwvlY+7NOjhIfc6gv/6gcLZO
1OPui1bH+xHHgrNhksbxMup2YBEic/OYBMZJoWO05D/R89H8fFwSZ5F+fpnE
/G/kvS0YxXpsrY6RwhKJOT8djMixc0GDUhm472s7/2bQwvtMQ/jFm2WDBi1W
v+///DHU+A==
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1,
0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJdIGYC4snf2OJnzPFwqL7/45axt4KD1wl229muHg4h
by9/nNEo56D6pHneWSkPhzdtud1G1TIOEeLbLzLweTh82fdxa/o1aYeSraK/
Tx9zd6gC6c+WcFj2wkPv/053hzMg4CMK5zOAgAOCvyPYKuL/chGHm9I1iUZn
EfyL+fHs524i+GBzviD4aSDwzd0hCOS+gyIOU0Du/+PuIFI5qeTsElGH4BKV
6f8VPBz+g0C9lMM8G50rs+o8oPrlHGaCgKGng/uao8sZKhQg+l08HVZ8e1lx
ZoKCQ8Lhy9qpnp4OpYe3uc6ci+A7T2gWSjuF4KeD3aHgcFzTatJpe0+IuZyK
EPfaeELs51d0WN19O4PhOzR8qxUdniQuvGZi7uHwftF6hbM7lBz+xOQe/ffL
3cHMZm/QtIdqcP9tAAW8rjrc/5DwU4eHD4wPCz8YHzW8EXzRHq9XLF/U4HyP
/bWyFs/VHHj9109JPeHukBJ7x405QtXhN8g9XB4Q/RuUHd7w7jOYqeXh8MA1
3nHWRyUHV9VSplkRHg53NGXX/BdWcoClnw8g/3goOuRw/lyQzuwC54PTxzNn
OF9i6hXOjFOYfFj4wviw9AjTD+PDzIfx0dMvAGZLREw=
"]],
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGI7IGYC4v8gsNzbYYdD06PjFWoOO251/U29juCrPGme
d/aTt8PTxIXXTM6rO4CEZzD7OJw67LQ2c54GhJ/s47BeFagwV9PhT0zu0X+b
EHzdCQt+GIr5wvlrum9nMKT7Omw2/3EoRUsDzk8ICVJfsFINzmcAgQcqDiyL
J1kx8kL5CcoOtb+tCs4t8IHzp3xji58xBcGviFhherbZx2Fvfs3bmanKDsc1
rSadzvdxULn2KJghR9khpERl+v8IH4cHrvGOswqVHeba6FyZ5ebjsFZIhy9d
T8kh/vBl7dRAH4eZIMCp5JDD+XNBejdMvZIDj//6KakrfBzA4dav5DADpO4i
gm9+7WiuSYAvnJ8AMm+mr8MZEPBRhPP3d+9rMnGWg/OFKyeVnE2RdNhfK2uR
buPrYGIMAmIOqWlAsM4Hzgebn4HgX8iPZz+n6eNQc//HLePXYg5b9PIWM/7x
hoSHgwQ8PiH2S0L8c9jbIR1kbpoUhF7m7TAH5I+fMg53pGsSjWq9IeFRJ+Mg
8snxfNpcb4cv+z5uTZ8mCfHvSqj8PXGHN7z7DGZu8naIUY2QOVcjCk8fYPsX
iKCGr52IwxNQOqpH8Hu8XrGY/ETwfU6w285u9XUQAYeHGMS+m75w+wVA7uH1
c6gA+bdb2mEPyH/qfg4HQOG5WBbOD3l7+eOMh/JwPjg9iCo61IPSD4cfxN9i
SpDwu+gLsX+dkkM5KP2shsaXjLKDq2op06wOX4fyw9tcZ/oqw+Pnjqbsmv/N
ypD42eYLyQ//VBxal4efMnri69DIcrTfUFwNzpdb/sJDr14dzj8Bzj+akHgs
9oW4h03bAaTs/0kfOP/+Pr45xkkIPjg+ZH0cAm4BI2qSlkM7yLwr3vD8hZ6f
Afaqq7A=
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {
0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {0,
1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJzIGYC4j23uv6mrvdzCHl7+eMMRxmHLxsCsmct93Mw
MQaCy5IOc210rsya5+ewI9gq4r+6hIOC48fkM71+Dl/2fdya/k3U4bim1aTT
x/0c3rTldhtJizrYNz06PuO3n8MZEFgj4hBSojL9v4E/nF8RscL0bDWCv/SF
h97/g/4OO0Hmt4s6PBaRPfmUPcDhgWu846xCcQfVJ83zzuoFOMwEgUhJCN8u
wCFGNULmnIw0nL9WSIcvvU4Wzn+/aL3CWQ4Fh/Q0IFALcHCe0CyUtksBYv9t
f4dwTrF2Y35Fh7v7+OYYz/J3WPntZcUZB0WHkq2iv0/b+TuAvG/crOhwIT+e
/Zyiv0P1/R+3jF8j+Hvza97OfKoE5zf8tio4p6HikAqyL83f4efb1wcslVUd
RD45nk/bi+Bv0ctbzPgHwV/TfTuDQTrAwecEu+3srSoQe9UDHKTmxWmeFkDw
we47oOSw/uHLqZssEHywf6wDHDJA1k5Thvv/wtWwN/rWUP3uAQ6Bt6RrEotU
HWrXbUuq1wxwADvzmaqD9OtHZlIiAQ6NLEf7DcXVIPH71R/OB/tnGYKfcPiy
dqqnvwMDCCSoOphfO5prwuAPt4/Hf/2U1Bt+cPfA0kf54W2uM/8qwfmdNp67
0pQQfHB6OKMACY/vfvD4A/sv2t/BAOSPYnkIf7c/JL0+lIOo/+/v8B8E6uUc
YnKP/tvEHeBwoHtfk8liWTgfnH6PS8P58rsW7EtdJ+HQ4/WKxeSiv0OrArvq
mSliEHekIPjg/KGP4MP8C0nv4pD4veoHCQ8HCTgflp/Q8xcA21GE5g==
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ5IGYC4re8+wxmxgU6OE9oFko7peAA479ftF7h7A4l
B3nHj8lnQgMdGliO9htuV3Xwrm7W99EKdPj19vUBy2YNB86fC9I3/wpweJK4
8JpJv7bDG5D+bQEOUyfwV5lp60Lk1yH41jpXZj1bieCrPmmed3ZZgMOfb6UP
5ggi+C+Kt4r+fq0D5291aHp0/AaC/wYkf1oH4r6tAQ4zZgJBpI7D1aO5Jg3M
gQ7paUDwTNPBXbWUaZZBoIOuovyXnG+qcD7MvzB+tGqEzDkZSQd/ObEsX2Go
/jQBh/x49nOSGwMcCpeXbPjnzwK3X3qj2HwmBWY4/2Xt4+zzb5jg/IPd+5pM
FiP46p9UXs7iZIL7HyLPCA8fGB8WfjC+DUj9X6h9CRwOriD36gQ6gLw7s1II
4j5g/JwBgTfi8Piruf/jlnG2rAN6/AIAuMPa0g==
"]]}, {
Thickness[0.01391207568169171]}, StripOnInput -> False]}, {
ImageSize -> {71.88083686176837, 17.49236363636364},
BaselinePosition -> Scaled[0.3029987538415624],
ImageSize -> {72., 18.}, PlotRange -> {{0., 71.88}, {0., 17.49}},
AspectRatio -> Automatic}], BoxRotation -> 1.5707963267948966`],
TraditionalForm]}, {6,
FormBox[
RotationBox[
GraphicsBox[{
Thickness[0.01384083044982699],
StyleBox[{
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGI7IGYCYhNjEPhmb2qzN2haoq7Dm9rH2efX/ILzW8Rr
WTPd/tr7XpwY8y9Zz+HC72PX5938Z/8gQnz7RQZ9h61eGyzm/GR2eJ6l/W36
XH2HbSD+TnY4n8eRz2tGJg+cv15Ihy9dTsAhPiRIfcFKPTg/NQ0I2nTh/DfF
W0V/a+s4bAebz+2QAFLPqe1gV+JYe/oOG5yv8Unl5SxPBD9GNULmXA2rw3rV
J83zeLUdzoBAD4tDwC3pmkQhbYh5lcwODSxH+w3FtR1mggGTg/jUK5wZSloO
9iDzZZgd0kHuYdOCyN9kdfA5wW47O1QL4j9LdocXIPdlazlwg/ynyQnng/2h
xg/ny+9asC/VT9AhOfaOG3OFJpxvBAr2y+pw/pT21qjLf1QdbvDeFks143Pw
2F8ra3FcxWHJreWPDZvZ4fy+iG5/RgMWOD8a5F8bRog/eVQd5p+YvCRb7Z/9
BpD/e1Xh8QmO58+qEHVnfti/AMVHrJoDi/4vrks83+wbQeERru7wGqRe55N9
w2+rgnMa6g6Q9PHV/mniwmsm/GoOl0DxH/kNIp+h6lD7ounXNMvv9hKg8GtS
gaePJyD1+irw8N1i/uNQCpcKND2xwvng+OPkhvO/7Pu4Nf2aADTcVRzA1l8W
coDZfxbsTxGoP9Qg+leKOIDdP10dzpeeF6d5ukADzmfm7JJP9tN0eOAa7zjr
o7DD8V07etkEtByEKyeVnF0i5PDj7esDls1aDmtA6W+foIO+ovyXnGtaDuog
/S8FHM5fDXuj/1sLHj/6WiuFL6hoQ9T/E4Tod9aBuFdYGJq+dOH8OYuUd/5R
14PzweoP6zvsCLaK+J8O9W+mgUPh8pIN/85zwPngdPiMGZW/jAGSn2wNHGQ2
is1nSvhlD8tf6PkZABHAopw=
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {
0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0,
1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}}, {{0, 2,
0}, {0, 1, 0}, {0, 1, 0}}}, {CompressedData["
1:eJxTTMoPSmViYGAwBGIQvdn8x6GULA2H+t9WBecytB0q7v+4Zcwt76D+SeXl
rE4pBxNjIAiWdVgrpMOXfk/cwXXN0eUMFTIOb9pyu42kxR2mzwSCm1IOIGrm
TjEHkcpJJWefSDrEqEbInKtB8BV2LdiXyifqsCPYKuK/uxzEXGNMPlifjTyc
/8A13nGWoAKcD3aHHIJfDXKvthLcfBgfbG+KmEP54W2uM98qOGiA/SPmoHzt
UTBDj4JDqwK76pkpYg4rv72sOGOg4HCwe1+TCbM4nA+2txDBB9t3WRxifrSC
QzTYfxIO4Zxi7cbnFRx6Irr9GQWkIPbZKjvc0ZRd899Y0eH81bA3+tKacL5I
j9crli2aUPMl4fwzIOCD4DOAgIOkwwxwuGpC7JORdPgPAvs1ofEh4dDC679+
ylFNuHveFG8V/X1aE+ofBB/mfhi/D+xecQfpeXGapws0HULeXv44Y6GYQzPY
PA14eO1waHp0fIc6PDxhfFh4z1mkvPOPuhY8PtD55jZ7g6YtRPA36OUtZpTR
xsnfAkqPXbpw82F8mP0vQO5/rQN3HzjczmhDw0PMIT0NCI4h+D4n2G1nT9WG
hoekw6+3rw9YNmvC0zt6+gcARpA4JQ==
"], {{12.051599999999999`,
12.4641}, {12.493799999999998`, 9.031249999999998}, {
9.918750000000001, 9.031249999999998}, {12.051599999999999`,
12.4641}}}],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJRIGYC4tvSNYlGXw0dTG32Bk1z1HXo9nrFYsJo5HD+
atgb/WpdB/UnzfPOchk5tPD6r5+yFMH3OcFuO/sqgv8fBOL1HM6AgaGD/y2g
wZf0HA62LQ8/1YTgg9XZI/hg+0UNHVJi77gxV+g57K+VtUhnMXTYope3mPGP
roPMvDjN0xf0HbzA9qnC+W+Kt4r+Pq3q8DRL+9v0vfoQ/TMQfCNjIJiM4J86
7LQ2M04V4j4ZA4cp7a1Rl21UIe7RR/BPg9TZIfjSIPscDBxmTOCvMvNWdQBb
62fgkBASpL6gU9UBPfwAhIqWQg==
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ5IGYC4rrfVgXnJMwdDnbvazJZzOQA47+sfZx9/g2C
L71RbD6TArODiTEQPDZzKFxesuHfeRaHG0KfHM+HmToIV04qObtEwOHvt9IH
cz6aOPwHA0k433lCs1DaKQU4f4dD06PjEqoOXG6qpUxZpg5zFinv/JOu6TAh
uERl+nsziP56Hbj9b4q3iv4+jeBvBem/geC/AMm/RvBTYu+4MUvoOsQoOH5M
5jF3mDqBv8pMW9dB4y3vPoOfZnD+TBC4ieCD1e8xddiil7eYsUbbocfrFYsJ
o6lDI8vRfsNwDYc+kPviTRxOHXZamzlPFaLf0sRhrZAOX/o9JTgf5l8Y333N
0eUMO2Qh5seYQMR3ijuoPWmed5bL1CH47eWPMxSFIO47aerg/8TzkqkwB9x9
kPhhhLsfxof5D8aH+b8/otuf8QOCD4tfAFQR3S8=
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIpIAaxQYAJSjNCxZjxsGHqGNDYuNRQy0xqsSkxH1kv
AKovAls=
"], CompressedData["
1:eJxdk2tIU2EYx2cTylDBy9pyzlw7R9NKTAd6NrbzN8iipPsH8RJYXtZVKSUT
lVFYpIEVis7EqBUlKPrBCimmJkHkpcQomYIiYi6TcohZZnbOedc54APvhx/v
8/6f66s9mX80Ry6Tyby4w3JnHXfe9e5uPW1mMBqlaVmV67AxmS5al8agNXCH
f16MDht4bmBQc6MibbiRQsrQnYy/QQZMZT34pG+j8GRmX8xqj8SfA91J76cl
/nJm+2KdxgjrsqFg8KmHM9eyAbHxnF0KQ72NMxeDSDflaohSQ1n70cfiTsS3
6+er4tQK4u/HoJ+3lmBUHyuk6r4z2Mb7uxSiXneV46revhk/2g+fbVAa0bzo
Ku4vCCf+XUb8mpvtZuwUrN5vqnf9NCE7cyxZXkxBz+fRa8Ll3ud7bCtb8Ziv
L8BE4qdrRBbip4SIXDK+5Iw/oMBCp7NypcIk5rczujnow5TE+S1VoxarWeQy
vg8jZvF95JyfI9bGkjyGlVA1nYjqs7Ik/ksVFvh6EliU8v6zSqIHFj18vXIV
qWPG7LnfhK4yTWJeh8RCPpTEwnx//69HJfLxueH5+iS1yGQ+oVgVzIQMOjV0
8JWGzCfQTPYlbAtycjlLNoMfo+2mFh0JS6+zSzz35TqkvF1vuldrFvvdHnPB
7jUmsdBPLQthL8sp+B5qq8mxsAjh+3CbInt1X2IVH3+SRTs9da1pgCJxfYAj
TnVplpsi+YV4+CJN9MLh0acRxK1rrglYWSyaaAyIgCATB5S6uUanRYh6wr7o
Ikg/KlnwZeZO0xjhZONoiYV5yFhMpipfDE3QUv95PSdN6rRIfGv/V2+91iT6
+/L60UYxn0fjDv9Gu0HkwmeK5T4HI3J6eNL8qXMMGh/qOv/spXFQ+J8Mgq/c
LRzQ67D2f/8Dmxa+Tw==
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1,
0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJdIGYC0RMW/DA0c3eovv/jlrG3gsOTxIXXTO67OYS8
vfxxRqOcw4FaWYv0LW4Ob9pyu42qZRw+bQjInrXczeHLvo9b069JO/D4r5+S
muDmUAXSny3h4ND06PiMYDeHMyDgIwrnM4CAA4K/I9gq4v9yEYeSraK/T6ch
+DmcPxekFyP4aSDQh+CDzZng5hAEct9BEQew+6e5OYhUTio5u0TU4Q3vPoOZ
u9wc/oNAvZSDxbWjuSYS7lD9cg4mxkBw2t3Bfc3R5QwVCg56IP333B1WfHtZ
cWaCgsOvmNyj/x65O5Qe3uY6cy6C7zyhWSjtFIKfDnLXNwWHhMOXtVNvujvM
BAFORYh7r7lD7OdXdHBVLWWaNQEavtWKDnW/rQrOXXBzeL9ovcLZHUoOU76x
xc+Y4uZgZrM3aNpDNbj/Nqg+aZ6nqw73PyT81OHhA+PDwg/GRw1vBF+0x+sV
yxc1ON9jPzBin6s5rHjhofc/0c0hJfaOG3OEKsQ9S6D6Nyg7tC0PP2V0xM3h
gWu846yPSg4P9vHNMf7k5nBHU3bNf2ElB1j6+QDyj4eiA8viSVaMc53gfHD6
aEDwN+rlLWZMweTDwhfGh6VHmH4YH2Y+jI+efgFYLzch
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIpIAaxQYAJSjNCxZjxsGHqGNDYuNRQy0xqsSkxH1kv
AKovAls=
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGJ7IGYC4g16eYsZ13g53NaUXfOfWdnhQn48+7mdXg5r
hXT40vWg/JteDlPaW6Muz1FxKNkq+vu0mLfDk8SF10zWqzgoOH5MPpOL4Jtf
O5pr0oDg2zc9Oj5jtrdDw2+rgnMroPzdaHxrbwcDYyAolnOYMRMIGL0d1D+p
vJylKe0QLr79IkObl8ObttxuI2lRiPrJXg5nQGCNiMOUb2zxM1i8HTRA6l+K
ws070L2vyWSxpIOLainTrBneDiu/vaw4U6AAUf/G2+Hn29cHLBerOPD4r5+S
yuHrkBJ7x425QsUhNQ0I3vk4lB/e5jrzrxLEf1N9IPZHy8L5YPt9pOD8qvs/
bhl7izoc17SadPq8D9x94HD4j+CzLJ5kxejrC+f3eL1iMan0hetPOHxZO/Wm
r4MJKDwuizvckK5JNDrrC7F/t4SDK8g/K3wdakDqX4tDzFvr63AQ5F9mCYda
ULg2wOTFHNZ0385gSEfwwe6RR/DB8csJdY+PBJwf8vbyxxmO0nA+JH5kIOp4
fB1iVCNkzu2RdYgAxY+YLyS9yMk7/AcBfV8HUDTO7FR0WP7CQ++/J1S+Ttnh
w4aA7FnhiPBWfdI872wVgi8PCs+5vg6nDjutzaxTcQgpUZn+/4Cvg9S8OM3T
E1Qc9tfKWqTfQfDB6eOfr8MGsEHQ+BPzcwi8BQy4TyoQ/6pD+UWqkPDU9YOa
r+pwfx/fHGMvP4e/30ofzBFUg7jP3s+h5hOQEaUGNw+cXpTVIOFx0dcBJJz2
TNVhx62uv6nzEXxwfPT6OjwCBcwDVUT4g8y7pQqJHwcEX+ST4/m0uT5w9WDz
F3rD3TPfRufKrDgEv315+CmjN15w/p+Y3KP/Dnk5zFmkvPOPuyokf07zchCp
nFRy1kTZAT1/AwAStct9
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGJZIIaxWZDYzFDMAOUz4GEjq8fFpqdeSuzCZQ4l7gQA
+6MCWw==
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGIHIGYC4rk2OldmrfN3mNLeGnU5RsfhuKbVpNPr/R1k
lr/w0JuP4P/5VvpgjqCuQ+1vq4JzExB8nxPstrNrEXzdCQt+GOb5O4j0eL1i
uaLjMGMmEBT6Q9RNRfATYu+4MUfoOEhMvcKZ0eTvIApSX6IJkX/p53B8145e
NgNthzXdtzMY7vs5zFmkvPOPu7bDlG9s8TPu+EHsC9R2aF8efsroCoKfw/lz
QfphBH+DXt5ixi1+DiycXfLJfAj+9An8VWanteB8eZB/67Ug/t3v5/CieKvo
72wth/KIFaZnT/tB/BOi5XBDuibRqNQf4j4BTQdX1VKmWRf8HE6A+BfUIf7c
6+eQEBKkvmClOtx8XUX5LznTEPyniQuvmfgj+B77a2Ut2NXh7gfrP6kG9x+M
D/M/jA8LHxj/DAj88XPwuzgx5p+yOjx800BgmYYDr//6KakF/g4GWiuFL7So
wvmPIsS3X1RQdQgHUgxt/pB45lB1+LIhIHtWP4Iv7/gx+cxcBB+WPraY/ziU
ooXgw8yHqYfZ7y8nluUrHQBR/0rNYcPDl1M3KQQ4GBkDwWU1B1ByfKYYAPcP
yFkMagh+OsgcPQT/8GXtVEmzAIc3oPjiVofzYeEL48PCHxw+BgGQ9LBO3QGU
3GZqBjjMAKcHdYh7WQMcqj8BPR6l4eAOil8WBP9HTO7Rf6v8IemHW9OhEpQ+
1KH+8dJyEP7keD7NMMBBYl6c5ukCLbj9/qD4aEbwYekPxjcB+V9YG+4/WPqF
+R/Gh4UPPH1Dww/G39pSc2GzYICDDsi/37Tg4Q/LX+j5HQDVEraM
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ5IGYC4vbl4aeMKgIdnCc0C6WdUnCA8d8vWq9wdoeS
w85bXX9T8wMdGliO9htuV3V4LCJ78qlzoMOvt68PWDZrOCyeZMXoKxLo8CRx
4TWTfm2I/gsBDlMn8FeZaetC5E8g+FeP5po0HEbw99fKWqQfCHD48630wRxB
BP9F8VbR36914PytDk2Pjt9A8N+A5E/rQNx3PsBhxkwgiNRxyI9nPycpG+iQ
ngYEzzQd7u/jm2PsFeigqyj/JeebKpwP8y+MH60aIXNORtLhxfb1zM91oPrT
BBw4fy5I33wqwKFwecmGf/4scPulN4rNZ1JghvNf1j7OPv+GCc4/2L2vyWQx
gq/+SeXlLE4muP8h8ozw8IHxYeEH418HqRcPhNiXwAFxr1ugA8i7MyuFIO7L
C3Q4AwJvxOHxV3P/xy3jbFkH9PgFAO792vU=
"]]}, {
Thickness[0.01384083044982699]}, StripOnInput -> False]}, {
ImageSize -> {72.2532204234122, 17.35783810709838},
BaselinePosition -> Scaled[0.30534703405225183`],
ImageSize -> {73., 18.}, PlotRange -> {{0., 72.25}, {0., 17.36}},
AspectRatio -> Automatic}], BoxRotation -> 1.5707963267948966`],
TraditionalForm]}, {7,
FormBox[
RotationBox[
GraphicsBox[{
Thickness[0.014130281192595734`],
StyleBox[{
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0,
1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1,
0}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJlIGYC4he1j7PPr/lpX/vbquBchp7DjJlAIPkbzrcr
caw9fYfNQaTH6xVLib7DhIhuf8YPbA7bHZoeHa/Qd2AAA3Y4P+CJ5yVTYQR/
ya3ljw2bEfzUNCBYxu7wJHHhNRN/JH6E+PaLD/TgfFObvUHTFNXg/L/fSh/M
MVSFu+fUYae1mf9UHK7z3hZL/cbkIDMvTvP0BxWHK7+PXZ9386/9r7evD1g+
RvB3gOyPUHFQ/6TychYnl0MaGGDy/UHuv4zgLwe5/zA3nA8On0heOP8MGPA7
mIHcm6ji8Hnfx63pYQIOU9pboy7HqDjMBANBON8YBISFHWDugfFh7gXzjQXh
/ukFhXcBH6p/t/HCwwPGh4UXjA+2NtPAwQRk3GYeh9vSNYlGpQaQ+GDmcLgu
9MnxvJqBw8HufU0mj5kcfoDsP6zvMP/E5CXZy37YPwXFj76+A3r6AACRT/sU
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {
0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0,
1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}}, {{0, 2,
0}, {0, 1, 0}, {0, 1, 0}}}, {CompressedData["
1:eJxTTMoPSmViYGAwBGIQvdn8x6GULA2H+t9WBecytB0q7v+4Zcwt76D+SeXl
rE4pBxNjIAiWdVgrpMOXfk/cwXXN0eUMFTIOb9pyu42kxR2mzwSCm1IOIGrm
TjEHkcpJJWefSDrEqEbInKtB8BV2LdiXyifqsCPYKuK/uxzEXGNMPlifjTyc
/8A13nGWoAKcD3aHHIJfDXKvthLcfBgfbG+KmEP54W2uM98qOGiA/SPmoHzt
UTBDj4JDqwK76pkpYg4rv72sOGOg4HCwe1+TCbM4nA+2txDBB9t3WRxifrSC
QzTYfxIO4Zxi7cbnFRx6Irr9GQWkIPbZKjvc0ZRd899Y0eH81bA3+tKacL5I
j9crli2aUPMl4fwzIOCD4DOAgIOkwwxwuGpC7JORdPgPAvs1ofEh4dDC679+
ylFNuHveFG8V/X1aE+ofBB/mfhi/D+xecQfpeXGapws0HULeXv44Y6GYQzPY
PA14eO1waHp0fIc6PDxhfFh4z1mkvPOPuhY8PtD55jZ7g6YtRPA36OUtZpTR
xsnfAkqPXbpw82F8mP0vQO5/rQN3HzjczmhDw0PMIT0NCI4h+D4n2G1nT9WG
hoekw6+3rw9YNmvC0zt6+gcARpA4JQ==
"], {{12.051599999999999`,
12.4641}, {12.493799999999998`, 9.031249999999998}, {
9.918750000000001, 9.031249999999998}, {12.051599999999999`,
12.4641}}}],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGINIGYC4oSQIPUFnvoOJctLNvzj53GA8fsjuv0ZDbgc
9tfKWqSHGDqkp4EAJv/zhoDsWcsRfNUnzfPO/sLN5/FfPyV1hzHc/CX39/HN
2WzsYGIMBJu54fwXtY+zz+fwoPF54XzbEsfa0zF8cP6XfR+3povxw83/DOKH
CTiUbBX9fXqdkcOOYKuI/+oCDgZaK4UvuBg5rBfS4UuXE3CYCQYGEPs/8zs8
z9L+Nt3WyKEX5L4PYhC+rLFDCsj5y6QcDrctDz+VZOxwoHtfk8liGTjfdc3R
5QwR8nD+WpD5+xTh9qeC9LMpQ+zrNITzwe5/bADni0+9wplRZODgPKFZKG2V
kkO31ysWE0YDB5DzjA8rOoj0AAW26EPMnyfncAYEZAzgfHB4Wxk43NGUXfNf
WcHhPwjEGziEc4q1G+srQszZDDVvsSLEf76GcL7/xYkx/4SN4HwwPdkI4u6V
CnD+fpD/neXgfPldC/al9kk7LH/hofff0MjhIEj+sYSDbWXEClNdQwcFsLyI
A3p6AwCUAwBD
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ5IGYCYvGpVzgzNlk4HOze12SymMkBxn9Z+zj7/BsE
X3qj2HwmBWaHMyBQY+FQuLxkw7/zLA6Fa7pvZ3wwcxCunFRydomAw4wJ/FVm
3WYO/8FAEs53ntAslHZKAc7f4dD06LiEqsOS+/v45jCbO8xZpLzzT7qmg8Zb
3n0GnRYQ/fU6cPvfFG8V/X0awd8K0n8DwX8Bkn+N4KfE3nFjltB1+LrzVtff
pRYOU0H2aus6HGxbHn5qEoJvDALFCD5Yfai5wxa9vMWMNdoOqk+a552dZebQ
yHK03zBcA+K+n6YOpw47rc2cp+pgAtJ/2dRhrZAOX/o9JTgf5l8Y333N0eUM
O2QdvoDM/2rqMBMEdoo7HKiVtUhfYuYQ/PbyxxmKQg6HQO5LMnfwf+J5yVSY
A+4+SPwwwt0P48P8B+PD/N8f0e3P+AHBh8UvACRU2vk=
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIpIAaxQYAJSjNCxZjxsGHqGNDYuNRQy0xqsSkxH1kv
AKovAls=
"], CompressedData["
1:eJxdk3tIU1Ecx6cT7I+MMuemc5rtXk0wUbco9/B+F6SRCr0os6flo7emrjTM
okiJEUoEuTWslFJLyehFVLYyKXyVaCFaJCWRqX+4QpQUu2d3ngseONz74fzO
7/c9v+85oftzNmdKJRKJBz85fnryc3rCPGgf12EgQtUwK1XDUJRat8pHj0bf
yEXZUW5O0eNq2cW0HjuDs16t5THv9BhKv/VZe59Bn7I4PdZsoLwggTV72kQO
qtoT0f7RgHP/dLlddW5ebJzHBkRr+JEfjA4y7HqEO5lhW4QSye+9jddv6zBa
eswSq5RBQeIdOiGuwQ9vS2u3t1XrsYLED8toPoel+by2JgDM0IWqzjYD6ieG
Cztyl8FB4vOMmBobccTVMHi0evJNxl0OGbu/JEgLGWRm8eMkh1MtT9ZZZ5YL
52uNF+rvVFF21U8OpHz622S/JkmG8DGf5ug4jurbR/JWityds9e7KwCUU+VP
uyUJoPtXVtycjLkDaEk/euSo/bU+atYKof5zBZY6TR+yzEAxiR+RC/mKgNfk
vFIFkki/UubW/UHs69SI7NLTx1F2+dvo1pesoLx1rGe80qSkLPgTJOh6yGEX
mxrU9UIl+NPKCfclOASVVn5McSAf66VQ5D+W/Wv3h7BeosarM6o12Qxov/80
bTxiSxR5lG+f9TDQ1rK28VAJgxDT+IGOy0Ag8bWCgWXDby9tvcjhLn+BJpb8
MCDyND+ATf28MU4GD6KO13j8dXMeK/Rzai4/i3uWgYMSuQkz5B0sCRP0LTSh
2MkLSwuj+Vz3RR2GG4bIXlsVQK5J1k8WZfx1ij0qssuPHcB3YuwgK/af5Otn
BX98RH5J6vXG03gj2fDVQPV88uUN3yayS/8JPeXyLQXMtRA97NXqZ9OJrPt9
6uBXdKWgU6vG/Pf9H54YvNo=
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1,
0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJdIGYC4uOaVpNO83s4VN//ccvYW8Gh9rdVwbkd7g4h
by9/nNEo5xAhvv0iQ5+7w5u23G6jahmHHq9XLCaN7g5f9n3cmn5N2mHZCw+9
/5buDlUg/dkSDjelaxKNdN0dzoCAjyiczwACDgj+jmCriP/LRRx4/NdPSXVA
8FkWT7Ji9EXwwfoyEPyZIJDp7hAEct9BEYcTIPfnuzuIVE4qObtE1KFtefgp
oynuDv9BoF7K4WJ+PPu5jzD9chB3LfFwcF9zdDlDhYID2P/bPRxWfHtZcWaC
gsPkb2zxM/Z4OJQe3uY6cy6C7zyhWSjtFIKfngYE3xQcfsXkHv23yQPiLk5F
iL3rPSA0v6LD/X18c4yzoOFbreggMfUKZ8Yqd4f3i9YrnN2h5KA3YcEPwzx3
BzObvUHTHqrB/bdB9UnzPF11uP8h4acODx8YHxZ+MD5qeCP4oqCI+6IG53vs
r5W1eK7m4ND06PgMa3eHlNg7bswRqhD31EH1b1B2UHD8mHxmrrvDA9d4x1kf
lRwqIlaYnj3t7nBHU3bNf2ElB1j6+QDyj4eiw3wbnSuzypzh/OWg9BGJ4Puc
YLedbYvJh4UvjA9LjzD9MD7MfBgfPf0CAESNMYg=
"]],
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGI7IGYCYhNjIJD2dtjh0PToeIWawxvefQYzvRD8cPHt
FxnSvB2eJi68ZnJe3aFkq+jv02XeDqcOO63NnKcB4V/zdliv+qR5Xq6mg+6E
BT8M1Xzg/ITDl7VTOxH8u/v45hjf8nHYbP7jUIqWBpyfEBKkvmClGpzPAAIP
VBzMrx3NNWmA8hOUHTbo5S1mFEHwj2taTTrNjuCv6b6dwfDd22Fvfs3bmanK
Dn9ico/+e+TtoHLtUTBDjrJD+/LwU0ZnvB0euMY7zipUdriQH89+bqe3w1oh
Hb50PSWHKd/Y4mcc8XaYCQKcSg7zbXSuzPoHU6/kYA8MlhnSPg7/QaBfyeEM
CLgg+DmcPxekH0bwwebx+ELU+SjC+fu79zWZOMvB+cKVk0rOpkg6fNkQkD1r
vY8DOF6MxRxmgNyhiOCDzb/tDeezLJ5kxTjX26Hm/o9bxq/FHJ6D4infGxIe
DhLw+ITYLwnxj5m3Q3oaCEhBzJf0dpgDon/KOPD7r5+S+sELEh51Mg7uqqVM
swS8Hb7s+7g1fZokxBwZaHjdE3eQd/yYfEbV2yFGNULmXI0oPH2A7V8gghq+
diIO4lOvcGZ8QvD31spapOf4wPm1v60Kzv3wcRABh4cY1N2+cPtdQO5p8HWo
APm3W9rhLch/s3wdDoDCc7EsnB/y9vLHGQ/l4XxwehBVdNgCSj81vhD/iylB
ws/VF2L/OiVI+pGHxpeMskNFxArTs799HMoPb3Od6asMj587mrJr/jcrQ8JP
0xeSH/6pOOy41fU3NdzXoZHlaL+huBqcL7f8hYdevTqcfwKcfzQdUkHueOYD
cQ+btsMd6ZpEI1sEX+ST4/m0q95wPjg+Jng7BNwCKpyk5bAHZJ47Iv+h52cA
D9ikgg==
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {
0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {0,
1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJzIGYCYgXHj8lnRP0cQt5e/jjDUcYhQnz7RQY+PwcT
YyC4LOnAsniSFSOrn8OOYKuI/+oSDu3Lw08ZffF1+LLv49b0b6IOuhMW/DDU
83N405bbbSQt6rD0hYfe/0Q/hzMgsEbEYcetrr+p0xH8+/v45hg/QvB5/NdP
SdXwd9gJMr8dal6Zv8MD13jHWYXiDhv08hYzHvF3mAkCkZIQ/hN/hxjVCJlz
MtJw/lohHb70Olk4//2i9QpnORQg/tjs7+A8oVkobZcCxH4nf4dwTrF2Y35F
BxfVUqZZDP4OK7+9rDjjoOhwQ7om0WipnwNIm3GzooP5taO5Jh1+DtX3f9wy
fo3g782veTvzqRKc3/DbquCchgrEX2f8HH6+fX3AUlnVoSJihelZZX84X2Lq
Fc6MJAR/f62sRfocfwefE+y2s7dC9W/xd5CaF6d5WgDBB7vvgJLDUU2rSaev
I/jhoPi65++QkQYE05Th/r9wNeyNvjVU/xd/h8BbQI8VqTokHL6snbrT3wGk
PO2ZqsNcG50rs/r8HRpZjvYbiqtB4jcGwQfr50Hwj4PsX+/nwAACCVD9aX5w
+0q2iv4+becHdw8sfZQf3uY6868SnN9p47krTQnBh4SbgoPIJ8fzabF+8PgD
x9chPwcDUHwUy0P4Sv6Q9PpQzkEApD7V3+E/CNTLOciD0nOtv8OB7n1NJotl
4Xxw+j0uDefL71qwL3WdhMOHDQHZs8z9HVoV2FXPTBGDpJfTfnA+OH9MRfBh
/oWkd3FI/FpDw8NBAs6H5Sf0/AUAEvCAtg==
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ5IGYC4vbl4aeMJAIdnCc0C6WdUnCA8d8vWq9wdoeS
w85bXX9T+QMdGliO9htuV3V4LCJ78unjAIdfb18fsGzWcFg8yYrRd0uAw5PE
hddM+rUh+gsCHKZO4K8y09aFyGcg+FeP5po0JCP4+2tlLdITAhz+fCt9MEcQ
wX9RvFX092sdOH+rQ9Oj4zcQ/Dcg+dM6EPflBzjMmAkEkToO+fHs5yT3Bjik
pwHBM02H+/v45hi/CnDQVZT/kvNNFc6H+RfGj1aNkDknI+nwYvt65udnoPrT
BBw4fy5I35wV4FC4vGTDP38WuP3SG8XmMykww/kvax9nn3/DBOcf7N7XZLIY
wVf/pPJyFicT3P8QeUZ4+MD4sPCD8a+D1G+H2pfAAXHvswAHkHdnVgpB3McX
6HAGBN6Iw+Ov5v6PW8bZsg7o8QsAUzXYTA==
"]]}, {
Thickness[0.014130281192595734`]}, StripOnInput -> False]}, {
ImageSize -> {70.76901618929017, 17.49236363636364},
BaselinePosition -> Scaled[0.3029987538415624],
ImageSize -> {71., 18.}, PlotRange -> {{0., 70.77}, {0., 17.49}},
AspectRatio -> Automatic}], BoxRotation -> 1.5707963267948966`],
TraditionalForm]}, {8,
FormBox[
RotationBox[
GraphicsBox[{
Thickness[0.01389854065323141],
StyleBox[{
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGI7IGYCYhNjEPhmb2qzN2haoq7Dm9rH2efX/ILzW8Rr
WTPd/tr7XpwY8y9Zz+HC72PX5938Z/8gQnz7RQZ9h61eGyzm/GR2eJ6l/W36
XH2HbSD+TnY4n8eRz2tGJg+cv15Ihy9dTsAhPiRIfcFKPTg/NQ0I2nTh/DfF
W0V/a+s4bAebz+2QAFLPqe1gV+JYe/oOG5yv8Unl5SxPBD9GNULmXA2rw3rV
J83zeLUdzoBAD4tDwC3pmkQhbYh5lcwODSxH+w3FtR1mggGTg/jUK5wZSloO
9iDzZZgd0kHuYdOCyN9kdfA5wW47O1QL4j9LdocXIPdlazlwg/ynyQnng/2h
xg/ny+9asC/VT9AhOfaOG3OFJpxvBAr2y+pw/pT21qjLf1QdbvDeFks143Pw
2F8ra3FcxWHJreWPDZvZ4fy+iG5/RgMWOD8a5F8bRog/eVQd5p+YvCRb7Z/9
BpD/e1Xh8QmO58+qEHVnfti/AMVHrJoDi/4vrks83+wbQeERru7wGqRe55N9
w2+rgnMa6g6Q9PHV/mniwmsm/GoOl0DxH/kNIp+h6lD7ounXNMvv9hKg8GtS
gaePJyD1+irw8N1i/uNQCpcKND2xwvng+OPkhvO/7Pu4Nf2aADTcVRzA1l8W
coDZfxbsTxGoP9Qg+leKOIDdP10dzpeeF6d5ukADzmfm7JJP9tN0eOAa7zjr
o7DD8V07etkEtByEKyeVnF0i5PDj7esDls1aDmtA6W+foIO+ovyXnGtaDuog
/S8FHM5fDXuj/1sLHj/6WiuFL6hoQ9T/E4Tod9aBuFdYGJq+dOH8OYuUd/5R
14PzweoP6zvsCLaK+J8O9W+mgUPh8pIN/85zwPngdPiMGZW/jAGSn2wNHGQ2
is1nSvhlD8tf6PkZABHAopw=
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {
0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1,
0}}}, {CompressedData["
1:eJxTTMoPSmViYGCwAmIQPWMmEFjKObBwdskn52k5/AeBeAUHc5u9QdMStRy6
bTx3pX1ScNigl7eYMUbLYW9+zduZpooO0yfwV5lpI/hT2lujLu/RhPPnLFLe
+Sdd06H08DbXmbKKDgZaK4UvLNFwCOcUazf+DzRP9UnzvLfqDq5rji5nuCHr
YGIMBJfFHVLSgGCZrMOXfR+3pn8Tc2hVYFc9IyLrEPL28scZC8Uc2sF8aYeq
+z9uGXuLQdRdk3JQ2LVgXyqfqMObttxuo9kyEFpa1EGkclLJ2SdQ841h8nJw
vjxIn548nA+2bwuC/37ReoWzFQoOIGelqYk68McG3DcSV4SbDw6/n4pw+8Ha
ipUcgkDuZYSqf64E9Y+IQzrIHDNlB41PKi9nvRRxEADJpyP4b4q3iv7uVoHz
/34rfTBnoyrEXVNEHU7s2tHLdkHNoQbk/9diDoG3pGsSN2k47Ai2ivivLukg
s/yFh95+TYdUsINl4Hywu5gV4HyQs2dyKjokhASpL8iEyl+GxtMRDYcPIH9H
KDm08Pqvn6KqAVF/U8nhSeLCayb56pB0wq8M0X9S1aEcFM++ylD16hB/HVd2
OHXYaW3mPnUHqXlxmqcFVBzOXw17o1+t4XABRO9WcRDt8XrFMkUTYs5KVYcH
EeLbLypoQdLPcTU4H2zff3U4XwSk74sm1HwNh+0OTY+OS2g7bAKnUzU4Hxxe
AQi+Ecifwgh+A8vRfsPtqpD4FobyzVUczoAAjzbEX2+VIfHGpu3wwDXecZYg
gg8OpxNKcL4wKL2FIPjg+J+uCDfvNIjOUYDbt1ZIhy89Tg7uHvT8CAB9un6Q
"], {{8.987499999999997, 9.353129999999998}, {10.,
9.353129999999998}, {11.2281, 9.353129999999998}, {11.8234,
8.85156}, {11.8234, 7.815629999999998}, {11.8234,
6.587499999999998}, {10.9531, 5.704689999999999}, {
9.760939999999998, 5.704689999999999}, {9.523439999999999,
5.704689999999999}, {9.178130000000001, 5.7171899999999996`}, {
8.784379999999999, 5.75313}, {8.712499999999997, 5.76563}, {
8.56875, 5.77656}, {8.378129999999999, 5.789059999999999}, {
8.987499999999997, 9.353129999999998}}, {{9.64219,
13.048399999999999`}, {9.77344, 13.048399999999999`}, {
9.796880000000002, 13.060899999999997`}, {10.0484,
13.071899999999998`}, {10.2984, 13.095300000000002`}, {10.4531,
13.107799999999997`}, {10.595300000000002`,
13.107799999999997`}, {11.560899999999998`,
13.107799999999997`}, {12.0391, 12.678099999999999`}, {12.0391,
11.7844}, {12.0391, 10.532799999999998`}, {
11.156300000000002`, 9.782809999999998}, {9.678130000000001,
9.782809999999998}, {9.057809999999998, 9.782809999999998}, {
9.64219, 13.048399999999999`}}}],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGINIGYC4oSQIPUFntoOJctLNvzj53GA8fsjuv0ZDbgc
an9bFZxboeeQngYCmPwniQuvmfjrw/k+J9htZ3/FzefxXz8ldYch3PzF9/fx
zdls6GBiDASbueH8F7WPs8/n8KDxeeF82xLH2tMxfHD+l30ft6aL8cPN/wzi
hwk4lGwV/X16nYHDjmCriP/qAg4GWiuFL7gYOKwX0uFLlxOA2GusC6E/8zs8
z9L+Nt3WwKEX5L4PYhC+rKFDCsj5y6QcDrctDz+VZOhwoHtfk8liGTjfdc3R
5QwR8nD+WpD5+xTh9qeC9LMpQ+wR1ofzPfbXyloc14Xz9UHue6Lj4DyhWSht
lZKD+NQrnBlMOg5gZx5WdBDp8XrFskUbYv48OYcZM4HAUgfOB4d3qY7DHU3Z
Nf+VFRz+g8B+HYdwTrF2Y31FiD1puhDzFis6nL8a9kZ/th6c739xYsw/YQM4
H0xPNnAAWTNzpQKcvx/kf2c5OF9+14J9qX3SDstfeOj9NzRwOAiSfyzhUPNp
Q0B2lJ6DAlhexAE9vQEAkbz7Iw==
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ5IGYC4o16eYsZz5g5HOze12SymMkBxn9Z+zj7/BsE
X3qj2HwmBWaHNBCYZuZQuLxkw7/zLA48bqqlTFymDsKVk0rOLhFwMNBaKXxh
iYnDfzCQhPOdJzQLpZ1SgPN3ODQ9Oi6h6mBbGbHCVNbUYc4i5Z1/0jUdDrUt
Dz+1yAyiv14Hbv+b4q2iv08j+FtB+m8g+C9A8q8R/JTYO27MEroOE4JLVKbv
N3OYOoG/ykxb1yFGwfFj8hoE/wwI9CD4YPX5pg5bQObUaDscqJW1SN9i4tDI
crTfMFzD4SDIfUImDqcOO63NnKcK0f/G2GGtkA5f+j0lOB/mXxjffc3R5Qw7
ZB36QObzmzjMBIGd4g6R4tsvMuwzcQh+e/njDEUhiPtqTB38n3heMhXmgLsP
Ej+McPfD+DD/wfgw//dHdPszfkDwYfELAJk72to=
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIpIAaxQYAJSjNCxZjxsGHqGNDYuNRQy0xqsSkxH1kv
AKovAls=
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGJ7IGYC4r/fSh/M+WjhcFtTds1/ZmUH28qIFaa8lg5r
hXT40vWgfF9LhyntrVGX56g41LMc7Tc8bunwJHHhNZP1Kg43pGsSjUqt4HwO
N9VSplkIvsy8OM3TF6wcGn5bFZxbAeULWKPxrRwMjIGgWM7hDAjMsXRQ/6Ty
cpamtIP3CXbb2UstHN605XYbSYs6SIPUH7CAqFsj4nCkbXn4qUWWDhog9S9F
4eYd6N7XZLJY0kHlSfO8s6esHFZ+e1lxpkDB4QBIfZG1w8+3rw9YLlZx2GL+
41DKKluHlNg7bswVKg6paUBQZutQfnib68y/ShD/HbWB2B8tC+eD7feRgvOr
7v+4Zewt6qD+lnefgaUt3H0JIHNnIPhL7u/jm2NsB+dv0MtbzNhjB9cfo+D4
MdnH3sEEFB6XxR18Lk6M+WdsD7F/t4SDKsg/r+wcakDqX4tDzPts53AQ5F9m
CYepE/irzGbD5MUcvmwIyJ6VjuCD3XPDFs63AcXvWqj7fCTg/JC3lz/OcJSG
8yHxIwNx12ZbhxjVCJlze2QdfEDxc9QWkl7k5B1mzASCn7YOIGpmp6LD0yzt
b9N17SDydcoO9aB497CDhzc4nfQj+ODwvGrncOqw09rMOhUH+6ZHx2dI2ztI
geJ1goqD+NQrnBlBCD7Y/qn2DhvAAQONv2P2DoG3gAZ9UoGY+wLKL1KFhOdn
e6j5qg6ru29nMIg7OIDzgaCaw/5aWYt0HgeHmk/AgItSg5sHTi/KapDwsLV3
AAmnPVN14PFfPyX1hh2cD46PzXYOjyLEt198oIoIf5B5t1Qh8SON4O8F2XfF
Bq7eHmT+XSu4e64LfXI8H4bgL3/hofe/0BLO7wsuUZkub+kwZ5Hyzj/uqg6N
4Pxp4SBSOankrImyA3r+BgAfmcDy
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1,
0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJdIGYC4hOaVpNO87s7VN//ccvYW8Gh9rdVwbkdbg4h
by9/nNEo5xAhvv0iQ5+bw5u23G6jahmHHq9XLCaNbg5f9n3cmn5N2mHZCw+9
/5ZuDlUg/dkSDjelaxKNdN0czoCAjyiczwACDgj+jmCriP/LRRx4/NdPSXVA
8FkWT7Ji9EXwwfoyEPyZIJDp5hAEct9BEQew+/PdHEQqJ5WcXSLq0LY8/JTR
FDeH/yBQL+VwMT+e/dxHmH45iLuWuDu4rzm6nKFCAaJ/u7vDim8vK85MUHCY
8o0tfsYed4fSw9tcZ85F8J0nNAulnULw09OA4JuCw6+Y3KP/NrlD3MWpCHHv
BneI/fyKDg/28c0xzoKGb7Wig8TUK5wZq9wc3i9ar3B2h5KD3oQFPwzz3BzM
bPYGTXuoBvffBtUnzfN01eH+h4SfOjx8YHxY+MH4qOGN4IuCIu6LGpzvsb9W
1uK5moND06PjM6zdHFJi77gxR6hC3FMH1b9B2UHB8WPymbluDg9c4x1nfVRy
qIhYYXr2tJvDHU3ZNf+FlRxg6ecDyD8eig7zbXSuzCpzgvOXg9JHJILvfYLd
drYtJh8WvjA+LD3C9MP4MPNhfPT0CwCiNCxm
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIpIAaxQYAJSjNCxZjxsGHqGNDYuNRQy0xqsSkxH1kv
AKovAls=
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGJ7IGYCYp8T7LazW70cbmvKrvnPrOyQw/lzQfpkL4e1
Qjp86XpQ/mYvhyntrVGX56g48Puvn5L6wcvhSeLCaybrVRz23Or6m+ruDedf
yI9nPxeJ4N+Qrkk0KvV2aPhtVXBuBZQ/FY0v6u1gYAwExXIOJiD6tpeD+ieV
l7M0pR0+bAjInhXv5fCmLbfbSFoUoj7Xy+EMCKwRcdCZsOCH4T0vBw2Q+pei
cPMOdO9rMlks6XB/H98c4yJvh5XfXlacKVBw0AepP+bt8PPt6wOWi1Uclr7w
0Pv/0MchJfaOG3OFisN/EDju41B+eJvrzL9KEP/l+0Dsj5aF88H2+0jB+VX3
f9wy9hZ1SDh8WTt1pQ/cfbUgf95A8Ofa6FyZpeYL56s8aZ53NsgXrv9PTO7R
f5t8IeFwWdyhZKvo79PLfCH275aA+KfJ16EGpP61OMS8Nl+HgyD/Mks4iE+9
wpkRBZMXc3BRLWWa5YDgg93zwwfOB8fvY5h/JOD8kLeXP85wlIbzIfEj45Ca
BgTPfBxiVCNkzu2RdfgCip/3PpD0IifvMGMmEHD6OoComZ2KDg5Nj47PUPaF
yNcpO/R4vWIxMfSFh/f+WlmL9BAEfwcoPMt9HU4ddlqbWafi8JZ3n8HMWb4O
UvPiNE9PUHGIEN9+kWEbgg9OH9d9HTaoggISGn/vfR0CbwETwicViH8Z/CD8
IlVIeLL5Qc1XdaiIWGF6VtnP4e+30gdzBNUg7pP0c6j5BDQ4Sg1uHji9KKtB
wmO1r0MaOBxUHUJKVKb/r0DwwfGR5uvwCOTQB6qI8AeZd0sVEj9SCP6a7tsZ
DOU+cPVg86u94e4xv3Y018QCwZd3/Jh85qgXnD/lG1v8jDleDnMWKe/8464K
yZ8FXg4ilZNKzpooO6DnbwDwydMZ
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGJZIIaxWZDYzFDMAOUz4GEjq8fFpqdeSuzCZQ4l7gQA
+6MCWw==
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGIHIGYCYvNrR3NNOvwdprS3Rl2O0XFIOHxZO7XT30Fm
+QsPvfkI/p9vpQ/mCOo6iE+9wpmRheA/SVx4zSQcwT+uaTXptLu/g0iP1yuW
KzoOJsZA4O3v4HOC3Xb2VAQ/IfaOG3OEjsMWvbzFjDH+DqIg9SWaEPnDfg7H
d+3oZTPQdnBRLWWatcPPYc4i5Z1/3LUddCcs+GG4zQ9iX6C2g4Ljx+QzaxF8
lsWTrBjnIvhge3v9HFg4u+ST+RD86RP4q8xOa8H58iD/1mtB/DvTz+FF8VbR
39laDgKfHM+nLfWD+CdEy6EEKHzazx/iPgFNh/v7+OYYr/JzOAHiX1CHhMd0
P4eEkCD1BSvV4ebrKsp/yZmG4D8FqfNH8D3218pasKvD3Q/Wf1IN7j8YH+Z/
GB8WPjB+ahoQXPNz8Ls4Meafsjo8fEHCacs0HEDe/O/p72CgtVL4QosqnP8o
Qnz7RQVVhw8bArJnxfs71P62KjjHoeoA8rZJJoK/41bX39RyBB+WPraY/ziU
ooXgw8yHqYfZL/36kZkURwBE/Ss1h9p125LqeQMcjEDxflnNgfPngvTNfAFw
/6g+aZ53VgjBBykzlkbw+4HB8UwpwOENKL641eF8WPjC+LDwnwkCsgGQ9LBO
3SEd5C6xAIcZ4PSg7nBDuibR6Km/Q/UnYEBEaUDsf4TgT/nGFj+jxR+Sfrg1
HdxB4S8C9Y+XFiQ9yAU4SMyL0zxdoAW33x8UH80IPiz9wfjgdC+sDfcfLP3C
/A/jw8IHxoeFH0r6/+vvoAPy7zctePjD8hd6fgcA9mCtvg==
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ5IGYC4uASlen/UwIdnCc0C6WdUnCA8d8vWq9wdoeS
Q/vy8FNGMYEODSxH+w23qzpsePhy6iaDQIdfb18fsGzWcMiPZz8nyRjo8CRx
4TWTfm2I/j0BDlMn8FeZaetC5Lci+IsnWTH6bkDwu71esZisDXD48630wRxB
BP9F8VbR36914PytDk2Pjt9A8N+A5E/rQNwHtG/GTCCI1HGw1rky6xlnoEN6
GhA803RY0307g8E80EFXUf5LzjdVOB/mXxg/WjVC5pyMpMPWlpoLmyWh+tME
HK4fzTVp2B7gULi8ZMM/fxa4/dIbxeYzKTDD+S9rH2eff8ME5x/s3tdkshjB
V/+k8nIWJxPc/xB5Rnj4wPiw8IPxwepZAiH2JXA4rAa51zjQAeTdmZVCEPdF
BzqcAYE34vD4q7n/45ZxtqwDevwCACt11Z0=
"]]}, {
Thickness[0.01389854065323141]}, StripOnInput -> False]}, {
ImageSize -> {71.95434122042342, 17.35783810709838},
BaselinePosition -> Scaled[0.30534703405225183`],
ImageSize -> {72., 18.}, PlotRange -> {{0., 71.95}, {0., 17.36}},
AspectRatio -> Automatic}], BoxRotation -> 1.5707963267948966`],
TraditionalForm]}, {9,
FormBox[
RotationBox[
GraphicsBox[{
Thickness[0.013524479307546657`],
StyleBox[{
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0,
1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1,
0}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJlIGYC4he1j7PPr/lpX/vbquBchp7DjJlAIPkbzrcr
caw9fYfNQaTH6xVLib7DhIhuf8YPbA7bHZoeHa/Qd2AAA3Y4P+CJ5yVTYQR/
ya3ljw2bEfzUNCBYxu7wJHHhNRN/JH6E+PaLD/TgfFObvUHTFNXg/L/fSh/M
MVSFu+fUYae1mf9UHK7z3hZL/cbkIDMvTvP0BxWHK7+PXZ9386/9r7evD1g+
RvB3gOyPUHFQ/6TychYnl0MaGGDy/UHuv4zgLwe5/zA3nA8On0heOP8MGPA7
mIHcm6ji8Hnfx63pYQIOU9pboy7HqDjMBANBON8YBISFHWDugfFh7gXzjQXh
/ukFhXcBH6p/t/HCwwPGh4UXjA+2NtPAwQRk3GYeh9vSNYlGpQaQ+GDmcLgu
9MnxvJqBw8HufU0mj5kcfoDsP6zvMP/E5CXZy37YPwXFj76+A3r6AACRT/sU
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {
0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0,
1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}}, {{0, 2,
0}, {0, 1, 0}, {0, 1, 0}}}, {CompressedData["
1:eJxTTMoPSmViYGAwBGIQvdn8x6GULA2H+t9WBecytB0q7v+4Zcwt76D+SeXl
rE4pBxNjIAiWdVgrpMOXfk/cwXXN0eUMFTIOb9pyu42kxR2mzwSCm1IOIGrm
TjEHkcpJJWefSDrEqEbInKtB8BV2LdiXyifqsCPYKuK/uxzEXGNMPlifjTyc
/8A13nGWoAKcD3aHHIJfDXKvthLcfBgfbG+KmEP54W2uM98qOGiA/SPmoHzt
UTBDj4JDqwK76pkpYg4rv72sOGOg4HCwe1+TCbM4nA+2txDBB9t3WRxifrSC
QzTYfxIO4Zxi7cbnFRx6Irr9GQWkIPbZKjvc0ZRd899Y0eH81bA3+tKacL5I
j9crli2aUPMl4fwzIOCD4DOAgIOkwwxwuGpC7JORdPgPAvs1ofEh4dDC679+
ylFNuHveFG8V/X1aE+ofBB/mfhi/D+xecQfpeXGapws0HULeXv44Y6GYQzPY
PA14eO1waHp0fIc6PDxhfFh4z1mkvPOPuhY8PtD55jZ7g6YtRPA36OUtZpTR
xsnfAkqPXbpw82F8mP0vQO5/rQN3HzjczmhDw0PMIT0NCI4h+D4n2G1nT9WG
hoekw6+3rw9YNmvC0zt6+gcARpA4JQ==
"], {{12.051599999999999`,
12.4641}, {12.493799999999998`, 9.031249999999998}, {
9.918750000000001, 9.031249999999998}, {12.051599999999999`,
12.4641}}}],
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0,
1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1,
0}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJlIGYCYtUnzfPOShk4fFi0XuFshoLD32+lD+YYIvgO
TY+Oz4g2dLijKbvmf7GiQ4T49osMcYYO70HyFYoO/0EgHsEXn3qFMyMJwS9c
0307owDB19daKXyhxNAhnFOs3dgfwV/57WXFmQcKcP7B7n1NJs4CcH6LeC1r
5jEeuHu2e22wmPOT26F4q+jv0/cMHJbfWv7Y8DC3w/Ms7W/TYw0czoBAD4IP
Ni+Z06Hb6xWLyUFDh5lggMnfYv7jUMotBJ/Hf/2U1B8I/vQJ/FVm2kZwPpiq
NHJoArmvjdPB+wS77eypRg7GIFDM6ZCeBgTPEHwDkH9cjOHugfFh7gXTZ4zg
/gGHt58R3L/XhT45njczgocHjA8LLxgfbN9lJYj9YkYOzhOahdJeKTkUgOKj
wdCh/PA215m+Sg7RCo4fk+8YQNQfVoT4n8sAEj/6ig7o6QMAliz0Aw==
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ5IGYCYvGpVzgzNlk4HOze12SymMkBxn9Z+zj7/BsE
X3qj2HwmBWaHMyBQY+FQuLxkw7/zLA6Fa7pvZ3wwcxCunFRydomAw4wJ/FVm
3WYO/8FAEs53ntAslHZKAc7f4dD06LiEqsOS+/v45jCbO8xZpLzzT7qmg8Zb
3n0GnRYQ/fU6cPvfFG8V/X0awd8K0n8DwX8Bkn+N4KfE3nFjltB1+LrzVtff
pRYOU0H2aus6HGxbHn5qEoJvDALFCD5Yfai5wxa9vMWMNdoOqk+a552dZebQ
yHK03zBcA+K+n6YOpw47rc2cp+pgAtJ/2dRhrZAOX/o9JTgf5l8Y333N0eUM
O2QdvoDM/2rqMBMEdoo7HKiVtUhfYuYQ/PbyxxmKQg6HQO5LMnfwf+J5yVSY
A+4+SPwwwt0P48P8B+PD/N8f0e3P+AHBh8UvACRU2vk=
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIpIAaxQYAJSjNCxZjxsGHqGNDYuNRQy0xqsSkxH1kv
AKovAls=
"], CompressedData["
1:eJxdk3tIU1Ecx6cT7I+MMuemc5rtXk0wUbco9/B+F6SRCr0os6flo7emrjTM
okiJEUoEuTWslFJLyehFVLYyKXyVaCFaJCWRqX+4QpQUu2d3ngseONz74fzO
7/c9v+85oftzNmdKJRKJBz85fnryc3rCPGgf12EgQtUwK1XDUJRat8pHj0bf
yEXZUW5O0eNq2cW0HjuDs16t5THv9BhKv/VZe59Bn7I4PdZsoLwggTV72kQO
qtoT0f7RgHP/dLlddW5ebJzHBkRr+JEfjA4y7HqEO5lhW4QSye+9jddv6zBa
eswSq5RBQeIdOiGuwQ9vS2u3t1XrsYLED8toPoel+by2JgDM0IWqzjYD6ieG
Cztyl8FB4vOMmBobccTVMHi0evJNxl0OGbu/JEgLGWRm8eMkh1MtT9ZZZ5YL
52uNF+rvVFF21U8OpHz622S/JkmG8DGf5ug4jurbR/JWityds9e7KwCUU+VP
uyUJoPtXVtycjLkDaEk/euSo/bU+atYKof5zBZY6TR+yzEAxiR+RC/mKgNfk
vFIFkki/UubW/UHs69SI7NLTx1F2+dvo1pesoLx1rGe80qSkLPgTJOh6yGEX
mxrU9UIl+NPKCfclOASVVn5McSAf66VQ5D+W/Wv3h7BeosarM6o12Qxov/80
bTxiSxR5lG+f9TDQ1rK28VAJgxDT+IGOy0Ag8bWCgWXDby9tvcjhLn+BJpb8
MCDyND+ATf28MU4GD6KO13j8dXMeK/Rzai4/i3uWgYMSuQkz5B0sCRP0LTSh
2MkLSwuj+Vz3RR2GG4bIXlsVQK5J1k8WZfx1ij0qssuPHcB3YuwgK/af5Otn
BX98RH5J6vXG03gj2fDVQPV88uUN3yayS/8JPeXyLQXMtRA97NXqZ9OJrPt9
6uBXdKWgU6vG/Pf9H54YvNo=
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1,
0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJdIGYC4uOaVpNO83s4VN//ccvYW8Gh9rdVwbkd7g4h
by9/nNEo5xAhvv0iQ5+7w5u23G6jahmHHq9XLCaN7g5f9n3cmn5N2mHZCw+9
/5buDlUg/dkSDjelaxKNdN0dzoCAjyiczwACDgj+jmCriP/LRRx4/NdPSXVA
8FkWT7Ji9EXwwfoyEPyZIJDp7hAEct9BEYcTIPfnuzuIVE4qObtE1KFtefgp
oynuDv9BoF7K4WJ+PPu5jzD9chB3LfFwcF9zdDlDhYID2P/bPRxWfHtZcWaC
gsPkb2zxM/Z4OJQe3uY6cy6C7zyhWSjtFIKfngYE3xQcfsXkHv23yQPiLk5F
iL3rPSA0v6LD/X18c4yzoOFbreggMfUKZ8Yqd4f3i9YrnN2h5KA3YcEPwzx3
BzObvUHTHqrB/bdB9UnzPF11uP8h4acODx8YHxZ+MD5qeCP4oqCI+6IG53vs
r5W1eK7m4ND06PgMa3eHlNg7bswRqhD31EH1b1B2UHD8mHxmrrvDA9d4x1kf
lRwqIlaYnj3t7nBHU3bNf2ElB1j6+QDyj4eiw3wbnSuzypzh/OWg9BGJ4Puc
YLedbYvJh4UvjA9LjzD9MD7MfBgfPf0CAESNMYg=
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIpIAaxQYAJSjNCxZjxsGHqGNDYuNRQy0xqsSkxH1kv
AKovAls=
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGJ7IGYCYp8T7LazW70dbmvKrvnPrOyQw/lzQfpkb4e1
Qjp86XpQ/mZvhyntrVGX56g48Puvn5L6wdvhSeLCaybrVRz23Or6m+ruA+df
yI9nPxeJ4N+Qrkk0KvVxaPhtVXBuBZQ/FY0v6uNgYAwExXIOJiD6treD+ieV
l7M0pR0+bAjInhXv7fCmLbfbSFoUoj7X2+EMCKwRcdCZsOCH4T1vBw2Q+pei
cPMOdO9rMlks6XB3H98c4yIfh5XfXlacKVBw0AWpP+bj8PPt6wOWi1Uclr7w
0Pv/0NchJfaOG3OFisN/EDju61B+eJvrzL9KEP/l+0Lsj5aF88H2+0jB+VX3
f9wy9hZ1SDh8WTt1pS/cfbUgf95A8Ofa6FyZpeYH56s8aZ53NsgPrv9PTO7R
f5v8IOFwWdyhZKvo79PL/CD275ZwuA/yT5OfQw1I/WtxiHltfg4HQf5llnAQ
n3qFMyMKJi/m4KJayjTLAcEHu+eHL5wPjt/HMP9IwPkhby9/nOEoDedD4kfG
ITUNCJ75OsSoRsic2yPr8AUUP+99IelFTt5hxkwg4PRzAFEzOxUdHJoeHZ+h
7AeRr1N26PF6xWJi6AcP7/21shbpIQj+DlB4lvs5nDrstDazTsXhLe8+g5mz
/Byk5sVpnp6g4hAhvv0iwzYEH5w+rvs5bFAFBSQ0/t77OQTeAiaETyoQ/zL4
Q/hFqpDwZPOHmq/qUBGxwvSssr/D32+lD+YIqkHcJ+nvUPMJaHCUGtw8cHpR
VoOEx2o/hzRwOKg6hJSoTP9fgeCD4yPNz+ERyKEPVBHhDzLvliokfqQQ/DXd
tzMYyn3h6sHmV/vA3WN+7WiuiQWCL+/4MfnMUW84f8o3tvgZc7wd5ixS3vnH
XRWSPwu8HUQqJ5WcNVF2QM/fAGE+01Q=
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGJZIIaxWZDYzFDMAOUz4GEjq8fFpqdeSuzCZQ4l7gQA
+6MCWw==
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGIHIGYCYunXj8ykXAIcprS3Rl2O0XHY8PDl1E1Avszy
Fx568xH8P99KH8wR1HXo9nrFYmKK4H/eEJA9SxvBfywie/KpcoCDSA9Q4RUd
h5kgoBrg4HOC3Xb2VAQ/IfaOG3OEjkOk+PaLDHoBDqIg9SWaDibGQHDY3+H4
rh29bAbaDi6qpUyzdvg7zFmkvPOPu7aD7oQFPwy3+UPsC9R2UHD8mHxmLYLP
sniSFeNcBB9sb6+/Awtnl3wyH4I/fQJ/ldlpLThfHuTfei2HhMOXtVNn+ju8
KN4q+jtby0Hgk+P5tKX+EP+EaDnsvNX1N1U9AOI+AU2H+/v45hiv8nc4AeJf
UHd4krjwmsl0f4eEkCD1BSvV4ebrKsp/yZmG4D8FqfNH8D3218pasKvD3Q/W
f1IN7j8YH+Z/GB8WPjB+ahoQXPN38Ls4Meafsjo8fEHCacs0HIJLVKb/Vwlw
MNBaKXyhRRXOfxQBVKig6lARscL0rH6AQ+1vq4JzHKoO7iDzTRD8mNyj/zZZ
I/iw9LHF/MehFC0EH2Y+TD3MfnB664Cqf6XmULtuW1J9b4CDESjeL6s5cP5c
kL65LwDuH9UnzfPOTkLwQcqMZyP4/cDgeLYowOENKL641eF8WPjC+LDwB6e/
uQGQ9LBO3SEd5K5pAQ4zwOlB3eEN7z6DmUUBDtWfgAk7SsNBGBT/hQi+Z3Wz
vo9TACT9cGtCwmcK1D9eWpD0MC/AQWJenObpAi24/f6g+GhG8GHpD8YHp3th
bbj/YOkX5n8YHxY+MD4s/GD85kDPuQ11AQ46IP9+04KHPyx/oed3AHyyt/Y=
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ5IGYC4uASlen/nwQ6OE9oFko7peAA479ftF7h7A4l
h/bl4aeM7gQ6NLAc7Tfcruqw4eHLqZs2BDr8evv6gGWzhkN+PPs5ycZAhyeJ
C6+Z9GtD9NsEOkydwF9lpq0LkTdF8BdPsmL0NUDwu71esZjoBjr8+Vb6YI4g
gv+ieKvo79c6cP5Wh6ZHx28g+G9A8qd1IO4D2jdjJhBE6jhY61yZ9awz0CE9
DQieaTqs6b6dwbA90EFXUf5LzjdVOB/mXxg/WjVC5pyMpMPWlpoLm2dC9acJ
OFw/mmvSYB7oULi8ZMM/fxa4/dIbxeYzKTDD+S9rH2eff8ME5x/s3tdkshjB
V/+k8nIWJxPc/xB5Rnj4wPiw8IPxwepboPYlcDisBrl3c6ADyLszK4Ug7rsd
6HAGBN6Iw+Ov5v6PW8bZsg7o8QsAvYbVLQ==
"]]}, {
Thickness[0.013524479307546657`]}, StripOnInput -> False]}, {
ImageSize -> {73.938899128269, 17.49236363636364}, BaselinePosition ->
Scaled[0.3029987538415624], ImageSize -> {74., 18.},
PlotRange -> {{0., 73.94000000000001}, {0., 17.49}}, AspectRatio ->
Automatic}], BoxRotation -> 1.5707963267948966`],
TraditionalForm]}, {10,
FormBox[
RotationBox[
GraphicsBox[{
Thickness[0.01389854065323141],
StyleBox[{
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGI7IGYCYhNjEPhmb2qzN2haoq7Dm9rH2efX/ILzW8Rr
WTPd/tr7XpwY8y9Zz+HC72PX5938Z/8gQnz7RQZ9h61eGyzm/GR2eJ6l/W36
XH2HbSD+TnY4n8eRz2tGJg+cv15Ihy9dTsAhPiRIfcFKPTg/NQ0I2nTh/DfF
W0V/a+s4bAebz+2QAFLPqe1gV+JYe/oOG5yv8Unl5SxPBD9GNULmXA2rw3rV
J83zeLUdzoBAD4tDwC3pmkQhbYh5lcwODSxH+w3FtR1mggGTg/jUK5wZSloO
9iDzZZgd0kHuYdOCyN9kdfA5wW47O1QL4j9LdocXIPdlazlwg/ynyQnng/2h
xg/ny+9asC/VT9AhOfaOG3OFJpxvBAr2y+pw/pT21qjLf1QdbvDeFks143Pw
2F8ra3FcxWHJreWPDZvZ4fy+iG5/RgMWOD8a5F8bRog/eVQd5p+YvCRb7Z/9
BpD/e1Xh8QmO58+qEHVnfti/AMVHrJoDi/4vrks83+wbQeERru7wGqRe55N9
w2+rgnMa6g6Q9PHV/mniwmsm/GoOl0DxH/kNIp+h6lD7ounXNMvv9hKg8GtS
gaePJyD1+irw8N1i/uNQCpcKND2xwvng+OPkhvO/7Pu4Nf2aADTcVRzA1l8W
coDZfxbsTxGoP9Qg+leKOIDdP10dzpeeF6d5ukADzmfm7JJP9tN0eOAa7zjr
o7DD8V07etkEtByEKyeVnF0i5PDj7esDls1aDmtA6W+foIO+ovyXnGtaDuog
/S8FHM5fDXuj/1sLHj/6WiuFL6hoQ9T/E4Tod9aBuFdYGJq+dOH8OYuUd/5R
14PzweoP6zvsCLaK+J8O9W+mgUPh8pIN/85zwPngdPiMGZW/jAGSn2wNHGQ2
is1nSvhlD8tf6PkZABHAopw=
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {
0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1,
0}}}, {CompressedData["
1:eJxTTMoPSmViYGCwAmIQPWMmEFjKObBwdskn52k5/AeBeAUHc5u9QdMStRy6
bTx3pX1ScNigl7eYMUbLYW9+zduZpooO0yfwV5lpI/hT2lujLu/RhPPnLFLe
+Sdd06H08DbXmbKKDgZaK4UvLNFwCOcUazf+DzRP9UnzvLfqDq5rji5nuCHr
YGIMBJfFHVLSgGCZrMOXfR+3pn8Tc2hVYFc9IyLrEPL28scZC8Uc2sF8aYeq
+z9uGXuLQdRdk3JQ2LVgXyqfqMObttxuo9kyEFpa1EGkclLJ2SdQ841h8nJw
vjxIn548nA+2bwuC/37ReoWzFQoOIGelqYk68McG3DcSV4SbDw6/n4pw+8Ha
ipUcgkDuZYSqf64E9Y+IQzrIHDNlB41PKi9nvRRxEADJpyP4b4q3iv7uVoHz
/34rfTBnoyrEXVNEHU7s2tHLdkHNoQbk/9diDoG3pGsSN2k47Ai2ivivLukg
s/yFh95+TYdUsINl4Hywu5gV4HyQs2dyKjokhASpL8iEyl+GxtMRDYcPIH9H
KDm08Pqvn6KqAVF/U8nhSeLCayb56pB0wq8M0X9S1aEcFM++ylD16hB/HVd2
OHXYaW3mPnUHqXlxmqcFVBzOXw17o1+t4XABRO9WcRDt8XrFMkUTYs5KVYcH
EeLbLypoQdLPcTU4H2zff3U4XwSk74sm1HwNh+0OTY+OS2g7bAKnUzU4Hxxe
AQi+Ecifwgh+A8vRfsPtqpD4FobyzVUczoAAjzbEX2+VIfHGpu3wwDXecZYg
gg8OpxNKcL4wKL2FIPjg+J+uCDfvNIjOUYDbt1ZIhy89Tg7uHvT8CAB9un6Q
"], {{8.987499999999997, 9.353129999999998}, {10.,
9.353129999999998}, {11.2281, 9.353129999999998}, {11.8234,
8.85156}, {11.8234, 7.815629999999998}, {11.8234,
6.587499999999998}, {10.9531, 5.704689999999999}, {
9.760939999999998, 5.704689999999999}, {9.523439999999999,
5.704689999999999}, {9.178130000000001, 5.7171899999999996`}, {
8.784379999999999, 5.75313}, {8.712499999999997, 5.76563}, {
8.56875, 5.77656}, {8.378129999999999, 5.789059999999999}, {
8.987499999999997, 9.353129999999998}}, {{9.64219,
13.048399999999999`}, {9.77344, 13.048399999999999`}, {
9.796880000000002, 13.060899999999997`}, {10.0484,
13.071899999999998`}, {10.2984, 13.095300000000002`}, {10.4531,
13.107799999999997`}, {10.595300000000002`,
13.107799999999997`}, {11.560899999999998`,
13.107799999999997`}, {12.0391, 12.678099999999999`}, {12.0391,
11.7844}, {12.0391, 10.532799999999998`}, {
11.156300000000002`, 9.782809999999998}, {9.678130000000001,
9.782809999999998}, {9.057809999999998, 9.782809999999998}, {
9.64219, 13.048399999999999`}}}],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGINIGYC4oSQIPUFntoOJctLNvzj53GA8fsjuv0ZDbgc
an9bFZxboeeQngYCmPwniQuvmfjrw/k+J9htZ3/FzefxXz8ldYch3PzF9/fx
zdls6GBiDASbueH8F7WPs8/n8KDxeeF82xLH2tMxfHD+l30ft6aL8cPN/wzi
hwk4lGwV/X16nYHDjmCriP/qAg4GWiuFL7gYOKwX0uFLlxOA2GusC6E/8zs8
z9L+Nt3WwKEX5L4PYhC+rKFDCsj5y6QcDrctDz+VZOhwoHtfk8liGTjfdc3R
5QwR8nD+WpD5+xTh9qeC9LMpQ+wR1ofzPfbXyloc14Xz9UHue6Lj4DyhWSht
lZKD+NQrnBlMOg5gZx5WdBDp8XrFskUbYv48OYcZM4HAUgfOB4d3qY7DHU3Z
Nf+VFRz+g8B+HYdwTrF2Y31FiD1puhDzFis6nL8a9kZ/th6c739xYsw/YQM4
H0xPNnAAWTNzpQKcvx/kf2c5OF9+14J9qX3SDstfeOj9NzRwOAiSfyzhUPNp
Q0B2lJ6DAlhexAE9vQEAkbz7Iw==
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ5IGYC4o16eYsZz5g5HOze12SymMkBxn9Z+zj7/BsE
X3qj2HwmBWaHNBCYZuZQuLxkw7/zLA48bqqlTFymDsKVk0rOLhFwMNBaKXxh
iYnDfzCQhPOdJzQLpZ1SgPN3ODQ9Oi6h6mBbGbHCVNbUYc4i5Z1/0jUdDrUt
Dz+1yAyiv14Hbv+b4q2iv08j+FtB+m8g+C9A8q8R/JTYO27MEroOE4JLVKbv
N3OYOoG/ykxb1yFGwfFj8hoE/wwI9CD4YPX5pg5bQObUaDscqJW1SN9i4tDI
crTfMFzD4SDIfUImDqcOO63NnKcK0f/G2GGtkA5f+j0lOB/mXxjffc3R5Qw7
ZB36QObzmzjMBIGd4g6R4tsvMuwzcQh+e/njDEUhiPtqTB38n3heMhXmgLsP
Ej+McPfD+DD/wfgw//dHdPszfkDwYfELAJk72to=
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIpIAaxQYAJSjNCxZjxsGHqGNDYuNRQy0xqsSkxH1kv
AKovAls=
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGJ7IGYC4r/fSh/M+WjhcFtTds1/ZmUH28qIFaa8lg5r
hXT40vWgfF9LhyntrVGX56g41LMc7Tc8bunwJHHhNZP1Kg43pGsSjUqt4HwO
N9VSplkIvsy8OM3TF6wcGn5bFZxbAeULWKPxrRwMjIGgWM7hDAjMsXRQ/6Ty
cpamtIP3CXbb2UstHN605XYbSYs6SIPUH7CAqFsj4nCkbXn4qUWWDhog9S9F
4eYd6N7XZLJY0kHlSfO8s6esHFZ+e1lxpkDB4QBIfZG1w8+3rw9YLlZx2GL+
41DKKluHlNg7bswVKg6paUBQZutQfnib68y/ShD/HbWB2B8tC+eD7feRgvOr
7v+4Zewt6qD+lnefgaUt3H0JIHNnIPhL7u/jm2NsB+dv0MtbzNhjB9cfo+D4
MdnH3sEEFB6XxR18Lk6M+WdsD7F/t4SDKsg/r+wcakDqX4tDzPts53AQ5F9m
CYepE/irzGbD5MUcvmwIyJ6VjuCD3XPDFs63AcXvWqj7fCTg/JC3lz/OcJSG
8yHxIwNx12ZbhxjVCJlze2QdfEDxc9QWkl7k5B1mzASCn7YOIGpmp6LD0yzt
b9N17SDydcoO9aB497CDhzc4nfQj+ODwvGrncOqw09rMOhUH+6ZHx2dI2ztI
geJ1goqD+NQrnBlBCD7Y/qn2DhvAAQONv2P2DoG3gAZ9UoGY+wLKL1KFhOdn
e6j5qg6ru29nMIg7OIDzgaCaw/5aWYt0HgeHmk/AgItSg5sHTi/KapDwsLV3
AAmnPVN14PFfPyX1hh2cD46PzXYOjyLEt198oIoIf5B5t1Qh8SON4O8F2XfF
Bq7eHmT+XSu4e64LfXI8H4bgL3/hofe/0BLO7wsuUZkub+kwZ5Hyzj/uqg6N
4Pxp4SBSOankrImyA3r+BgAfmcDy
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1,
0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJdIGYC4hOaVpNO87s7VN//ccvYW8Gh9rdVwbkdbg4h
by9/nNEo5xAhvv0iQ5+bw5u23G6jahmHHq9XLCaNbg5f9n3cmn5N2mHZCw+9
/5ZuDlUg/dkSDjelaxKNdN0czoCAjyiczwACDgj+jmCriP/LRRx4/NdPSXVA
8FkWT7Ji9EXwwfoyEPyZIJDp5hAEct9BEQew+/PdHEQqJ5WcXSLq0LY8/JTR
FDeH/yBQL+VwMT+e/dxHmH45iLuWuDu4rzm6nKFCAaJ/u7vDim8vK85MUHCY
8o0tfsYed4fSw9tcZ85F8J0nNAulnULw09OA4JuCw6+Y3KP/NrlD3MWpCHHv
BneI/fyKDg/28c0xzoKGb7Wig8TUK5wZq9wc3i9ar3B2h5KD3oQFPwzz3BzM
bPYGTXuoBvffBtUnzfN01eH+h4SfOjx8YHxY+MH4qOGN4IuCIu6LGpzvsb9W
1uK5moND06PjM6zdHFJi77gxR6hC3FMH1b9B2UHB8WPymbluDg9c4x1nfVRy
qIhYYXr2tJvDHU3ZNf+FlRxg6ecDyD8eig7zbXSuzCpzgvOXg9JHJILvfYLd
drYtJh8WvjA+LD3C9MP4MPNhfPT0CwCiNCxm
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIpIAaxQYAJSjNCxZjxsGHqGNDYuNRQy0xqsSkxH1kv
AKovAls=
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGJ7IGYCYp8T7LazW70cbmvKrvnPrOyQw/lzQfpkL4e1
Qjp86XpQ/mYvhyntrVGX56g48Puvn5L6wcvhSeLCaybrVRz23Or6m+ruDedf
yI9nPxeJ4N+Qrkk0KvV2aPhtVXBuBZQ/FY0v6u1gYAwExXIOJiD6tpeD+ieV
l7M0pR0+bAjInhXv5fCmLbfbSFoUoj7Xy+EMCKwRcdCZsOCH4T0vBw2Q+pei
cPMOdO9rMlks6XB/H98c4yJvh5XfXlacKVBw0AepP+bt8PPt6wOWi1Uclr7w
0Pv/0MchJfaOG3OFisN/EDju41B+eJvrzL9KEP/l+0Dsj5aF88H2+0jB+VX3
f9wy9hZ1SDh8WTt1pQ/cfbUgf95A8Ofa6FyZpeYL56s8aZ53NsgXrv9PTO7R
f5t8IeFwWdyhZKvo79PLfCH275aA+KfJ16EGpP61OMS8Nl+HgyD/Mks4iE+9
wpkRBZMXc3BRLWWa5YDgg93zwwfOB8fvY5h/JOD8kLeXP85wlIbzIfEj45Ca
BgTPfBxiVCNkzu2RdfgCip/3PpD0IifvMGMmEHD6OoComZ2KDg5Nj47PUPaF
yNcpO/R4vWIxMfSFh/f+WlmL9BAEfwcoPMt9HU4ddlqbWafi8JZ3n8HMWb4O
UvPiNE9PUHGIEN9+kWEbgg9OH9d9HTaoggISGn/vfR0CbwETwicViH8Z/CD8
IlVIeLL5Qc1XdaiIWGF6VtnP4e+30gdzBNUg7pP0c6j5BDQ4Sg1uHji9KKtB
wmO1r0MaOBxUHUJKVKb/r0DwwfGR5uvwCOTQB6qI8AeZd0sVEj9SCP6a7tsZ
DOU+cPVg86u94e4xv3Y018QCwZd3/Jh85qgXnD/lG1v8jDleDnMWKe/8464K
yZ8FXg4ilZNKzpooO6DnbwDwydMZ
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGJZIIaxWZDYzFDMAOUz4GEjq8fFpqdeSuzCZQ4l7gQA
+6MCWw==
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGIHIGYCYvNrR3NNOvwdprS3Rl2O0XFIOHxZO7XT30Fm
+QsPvfkI/p9vpQ/mCOo6iE+9wpmRheA/SVx4zSQcwT+uaTXptLu/g0iP1yuW
KzoOJsZA4O3v4HOC3Xb2VAQ/IfaOG3OEjsMWvbzFjDH+DqIg9SWaEPnDfg7H
d+3oZTPQdnBRLWWatcPPYc4i5Z1/3LUddCcs+GG4zQ9iX6C2g4Ljx+QzaxF8
lsWTrBjnIvhge3v9HFg4u+ST+RD86RP4q8xOa8H58iD/1mtB/DvTz+FF8VbR
39laDgKfHM+nLfWD+CdEy6EEKHzazx/iPgFNh/v7+OYYr/JzOAHiX1CHhMd0
P4eEkCD1BSvV4ebrKsp/yZmG4D8FqfNH8D3218pasKvD3Q/Wf1IN7j8YH+Z/
GB8WPjB+ahoQXPNz8Ls4Meafsjo8fEHCacs0HEDe/O/p72CgtVL4QosqnP8o
Qnz7RQVVhw8bArJnxfs71P62KjjHoeoA8rZJJoK/41bX39RyBB+WPraY/ziU
ooXgw8yHqYfZL/36kZkURwBE/Ss1h9p125LqeQMcjEDxflnNgfPngvTNfAFw
/6g+aZ53VgjBBykzlkbw+4HB8UwpwOENKL641eF8WPjC+LDwnwkCsgGQ9LBO
3SEd5C6xAIcZ4PSg7nBDuibR6Km/Q/UnYEBEaUDsf4TgT/nGFj+jxR+Sfrg1
HdxB4S8C9Y+XFiQ9yAU4SMyL0zxdoAW33x8UH80IPiz9wfjgdC+sDfcfLP3C
/A/jw8IHxoeFH0r6/+vvoAPy7zctePjD8hd6fgcA9mCtvg==
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ5IGYC4uASlen/UwIdnCc0C6WdUnCA8d8vWq9wdoeS
Q/vy8FNGMYEODSxH+w23qzpsePhy6iaDQIdfb18fsGzWcMiPZz8nyRjo8CRx
4TWTfm2I/j0BDlMn8FeZaetC5Lci+IsnWTH6bkDwu71esZisDXD48630wRxB
BP9F8VbR36914PytDk2Pjt9A8N+A5E/rQNwHtG/GTCCI1HGw1rky6xlnoEN6
GhA803RY0307g8E80EFXUf5LzjdVOB/mXxg/WjVC5pyMpMPWlpoLmyWh+tME
HK4fzTVp2B7gULi8ZMM/fxa4/dIbxeYzKTDD+S9rH2eff8ME5x/s3tdkshjB
V/+k8nIWJxPc/xB5Rnj4wPiw8IPxwepZAiH2JXA4rAa51zjQAeTdmZVCEPdF
BzqcAYE34vD4q7n/45ZxtqwDevwCACt11Z0=
"]]}, {
Thickness[0.01389854065323141]}, StripOnInput -> False]}, {
ImageSize -> {71.95434122042342, 17.35783810709838},
BaselinePosition -> Scaled[0.30534703405225183`],
ImageSize -> {72., 18.}, PlotRange -> {{0., 71.95}, {0., 17.36}},
AspectRatio -> Automatic}], BoxRotation -> 1.5707963267948966`],
TraditionalForm]}, {11,
FormBox[
RotationBox[
GraphicsBox[{
Thickness[0.012960082944530845`],
StyleBox[{
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0,
1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1,
0}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJlIGYC4he1j7PPr/lpX/vbquBchp7DjJlAIPkbzrcr
caw9fYfNQaTH6xVLib7DhIhuf8YPbA7bHZoeHa/Qd2AAA3Y4P+CJ5yVTYQR/
ya3ljw2bEfzUNCBYxu7wJHHhNRN/JH6E+PaLD/TgfFObvUHTFNXg/L/fSh/M
MVSFu+fUYae1mf9UHK7z3hZL/cbkIDMvTvP0BxWHK7+PXZ9386/9r7evD1g+
RvB3gOyPUHFQ/6TychYnl0MaGGDy/UHuv4zgLwe5/zA3nA8On0heOP8MGPA7
mIHcm6ji8Hnfx63pYQIOU9pboy7HqDjMBANBON8YBISFHWDugfFh7gXzjQXh
/ukFhXcBH6p/t/HCwwPGh4UXjA+2NtPAwQRk3GYeh9vSNYlGpQaQ+GDmcLgu
9MnxvJqBw8HufU0mj5kcfoDsP6zvMP/E5CXZy37YPwXFj76+A3r6AACRT/sU
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {
0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1,
0}}}, {CompressedData["
1:eJxTTMoPSmViYGCwAmIQPWMmEFjKObBwdskn52k5/AeBeAUHc5u9QdMStRy6
bTx3pX1ScNigl7eYMUbLYW9+zduZpooO0yfwV5lpI/hT2lujLu/RhPPnLFLe
+Sdd06H08DbXmbKKDgZaK4UvLNFwCOcUazf+DzRP9UnzvLfqDq5rji5nuCHr
YGIMBJfFHVLSgGCZrMOXfR+3pn8Tc2hVYFc9IyLrEPL28scZC8Uc2sF8aYeq
+z9uGXuLQdRdk3JQ2LVgXyqfqMObttxuo9kyEFpa1EGkclLJ2SdQ841h8nJw
vjxIn548nA+2bwuC/37ReoWzFQoOIGelqYk68McG3DcSV4SbDw6/n4pw+8Ha
ipUcgkDuZYSqf64E9Y+IQzrIHDNlB41PKi9nvRRxEADJpyP4b4q3iv7uVoHz
/34rfTBnoyrEXVNEHU7s2tHLdkHNoQbk/9diDoG3pGsSN2k47Ai2ivivLukg
s/yFh95+TYdUsINl4Hywu5gV4HyQs2dyKjokhASpL8iEyl+GxtMRDYcPIH9H
KDm08Pqvn6KqAVF/U8nhSeLCayb56pB0wq8M0X9S1aEcFM++ylD16hB/HVd2
OHXYaW3mPnUHqXlxmqcFVBzOXw17o1+t4XABRO9WcRDt8XrFMkUTYs5KVYcH
EeLbLypoQdLPcTU4H2zff3U4XwSk74sm1HwNh+0OTY+OS2g7bAKnUzU4Hxxe
AQi+Ecifwgh+A8vRfsPtqpD4FobyzVUczoAAjzbEX2+VIfHGpu3wwDXecZYg
gg8OpxNKcL4wKL2FIPjg+J+uCDfvNIjOUYDbt1ZIhy89Tg7uHvT8CAB9un6Q
"], {{8.987499999999997, 9.353129999999998}, {10.,
9.353129999999998}, {11.2281, 9.353129999999998}, {11.8234,
8.85156}, {11.8234, 7.815629999999998}, {11.8234,
6.587499999999998}, {10.9531, 5.704689999999999}, {
9.760939999999998, 5.704689999999999}, {9.523439999999999,
5.704689999999999}, {9.178130000000001, 5.7171899999999996`}, {
8.784379999999999, 5.75313}, {8.712499999999997, 5.76563}, {
8.56875, 5.77656}, {8.378129999999999, 5.789059999999999}, {
8.987499999999997, 9.353129999999998}}, {{9.64219,
13.048399999999999`}, {9.77344, 13.048399999999999`}, {
9.796880000000002, 13.060899999999997`}, {10.0484,
13.071899999999998`}, {10.2984, 13.095300000000002`}, {10.4531,
13.107799999999997`}, {10.595300000000002`,
13.107799999999997`}, {11.560899999999998`,
13.107799999999997`}, {12.0391, 12.678099999999999`}, {12.0391,
11.7844}, {12.0391, 10.532799999999998`}, {
11.156300000000002`, 9.782809999999998}, {9.678130000000001,
9.782809999999998}, {9.057809999999998, 9.782809999999998}, {
9.64219, 13.048399999999999`}}}],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGINIGYC4oSQIPUFntoOJctLNvzj53GA8fsjuv0ZDbgc
an9bFZxboeeQngYCmPwniQuvmfjrw/k+J9htZ3/FzefxXz8ldYch3PzF9/fx
zdls6GBiDASbueH8F7WPs8/n8KDxeeF82xLH2tMxfHD+l30ft6aL8cPN/wzi
hwk4lGwV/X16nYHDjmCriP/qAg4GWiuFL7gYOKwX0uFLlxOA2GusC6E/8zs8
z9L+Nt3WwKEX5L4PYhC+rKFDCsj5y6QcDrctDz+VZOhwoHtfk8liGTjfdc3R
5QwR8nD+WpD5+xTh9qeC9LMpQ+wR1ofzPfbXyloc14Xz9UHue6Lj4DyhWSht
lZKD+NQrnBlMOg5gZx5WdBDp8XrFskUbYv48OYcZM4HAUgfOB4d3qY7DHU3Z
Nf+VFRz+g8B+HYdwTrF2Y31FiD1puhDzFis6nL8a9kZ/th6c739xYsw/YQM4
H0xPNnAAWTNzpQKcvx/kf2c5OF9+14J9qX3SDstfeOj9NzRwOAiSfyzhUPNp
Q0B2lJ6DAlhexAE9vQEAkbz7Iw==
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIFIIaxWZDYzFjYDFA+Axobl3pceokxk1TzibGLVH9R
y4/EqAcAXRoCcw==
"], CompressedData["
1:eJxdlHtIU1Ecx6cZoe1xp0xrD1FwlSmi97Gign7LrJTwkRGGUpjazCgFJ6Sl
YS+qSfZ2ioi1cAkKRpoJNXso/TG1TFNTycRRGgn5KARrtnPvPIf6wWF8OLu/
1/d7b/CR3H1ZK0QikYfrxLqOp+s0b1p4lankgEHxmALxLm2Bpw8HYr00zlwv
A3XNoVC7iINByYh/1hMJ5g6T7RxrEWOet820GAZ8YDnfEop2b5hvG776J4bw
w8k9EUulhEdVZ9LpDxxYh60TUdGrYbYp8XhVqw78Cm8au3dSkNdgGsmu1cH6
2ZCpqikKXhRrNhsyddCFYi8l/IbrgEX957v7/cFB1lFX1ElhHuUbJPwR1esk
XImizT1vqAxzO5pvgvD3SydM9FYKDga09opsHIhQ1FI43+mxhWEmTA6lXp3l
UW84SJ7umzGnyyEtSD+T8ZuDaymmBI9EBcT33khzRusgTZui7lErYcO0xBZ5
RSfUiw4UuFAHF4NWabtuB8KjiJMWj1EOdjd0WkULGlwvEeUPVsOaO/3e2fc5
GI85rK9KWgsli1vyerI5aPQNlxo++UNZ3DcvNpiDIr4/hXBvZuElP58cIjfW
+71zMHgfZ9H9ZcK8fgWEtY7zNd05DHTz+5dhXtbrH+6gwJF+b4DNZSAVzbtN
LtwXue9DfMH+ekfjMSfj1lclzLeSFfovUbv9yAp+WSIcg/ZxSoM5E/W3LhBG
0PM/Gbw/fr5+wkO+s/q3dYSNLYpFezwj+KdPAwlIHwuN+3kwZpNWZ9DwGe03
SgUWxPk0mJEvCpXwNSfsV8Vz2u0PleAPJw37kT7jKphD/gtgoAzpT6khFfkh
nDCvj54wXy+ZEfzxTIWZf78OEF7uh38+iYELaJ5+JZ6nHOVrIv3x883JoBjp
+5TG+rWj96mZhgRH7HvulgSz0WpscpaLMRvQfr/4wCDa3wAN2436Ynu1t1sv
BjP/v7uEJ1H9Rlbw7xAF15ONIRW5nNB/rwL+//78BRIu7I0=
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ5IGYC4ieJC6+Z/Ld2ONi9r8lkMZMDjP+y9nH2+TcI
vvRGsflMCswOM2YCwUlrh8LlJRv+nWdxsKmMWGFqa+UgXDmp5OwSAYeE2Dtu
zDcsHf6DgSSc7zyhWSjtlAKcv8Oh6dFxCVWHgjXdtzMCrBzmLFLe+Sdd0+H7
zltdf69aQ/TX68Dtf1O8VfT3aQR/K0j/DQT/BUj+NYKfArJHQtfhQNvy8FOf
rB2mTuCvMtPWdegPLlGZfh/BB9uzH8E/AlK/yMphi17eYsYabYcvGwKyZz23
dGhkOdpvGK7h8AXkPldLh1OHndZmzlOF6Je3dFgrpMOXfk8Jzof5F8Z3X3N0
OcMOWYeDIPOdLB1AwThzp7hDj9crFpOPlg7Bby9/nKEoBHHfeisH/yeel0yF
OeDug8QPI9z9MD7MfzA+zP/9Ed3+jB8QfFj8AgBe6PZ+
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIpIAaxQYAJSjNCxZjxsGHqGNDYuNRQy0xqsSkxH1kv
AKovAls=
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGJ7IGYCYl2tlcIXVOwcbmvKrvnPrOyQv6b7doaDncNa
IR2+dD0ov8HOYUp7a9TlOSoOW8x/HEr5ZefwJHHhNZP1Kg48/uunpK6wh/Nt
KiNWmJ5F8Je/8ND7z+jg0PDbquDcCihfEcH3vTgx5p+zvYOBMRAUyzn8B4Hz
dg7qn1ReztKUdqgFqbth6/CmLbfbSFrUwQek/rOtwxkQWCPi8HXnra6/V+0c
NEDqX4rCzTvQva/JZLGkQ7j49osM/+wdVn57WXGmQMHhd0zu0X9BDg4/374+
YLlYxaF4q+jv03mODimxd9yYK1Qg5oY4OpQf3uY686+SQ/vy8FNGfxwg9kfL
wvlgdT5ScH7V/R+3jL1FHXQnLPhhaOYId5/3CXbb2akIfjbnzwXpmxH8zxsC
smfdd4TrP65pNem0vZODCSg8Los72Dc9Oj7D2Ali/24JB1B0MPA7OdSA1L8W
h5gn7ORwEORfZglIuD93hMqLOQh/cjyfdhbBB7unFcE3v3Y016QA6h4fCTg/
5O3ljzMcpeF8SPzIOBiDaUeHGNUImXN7ZB3218papNc4QtKLnLxDehoQTHN0
mAkCnYqQ9LEBKl+n7BAJio99iPDu9nrFYvIQwQeHJ4uTw6nDTmsz61QcQNGb
qu7kIDUvTvP0BBUH1SfN8846Ifhg+1OcHDaAJaDxV+PkEHhLuibxkwrEv71Q
fpEqJDwnw8xXdXBVLWWatcHJ4e+30gdzBNUcIkDuWwYM30/AiIlSg5sHTi/K
apDwsHByAHkz7Zmqg7zjx+QzrAg+OD4+Ozo8Ahn0QBUR/iDzbqlC4mc5gl8B
yi7MCPUWIPM5HODu4XADOrDLHs6/AfSG0VI7OP9AGzDAguwc5ixS3vnHXRWa
P20dRConlZw1UXZAz98Az1/POA==
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1,
0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJdIGYC4oTDl7VTV3o6VN//ccvYW8FBfOoVzowgT4eQ
t5c/zmiUc/i0ISB7lrqnw5u23G6jahkH1SfN885KeTp82fdxa/o1aQf7pkfH
Z1z2cKgC6c+WcCjeKvr79DEPhzMg4CMK5zOAgAOCvyPYKuL/chGHZS889P7f
RPDn2ehcmfUMwZ8JAoyecL4xCDB7OgSB3HdQxAHsfk5PB5HKSSVnl4g6yDt+
TD6j6+nwHwTqpRyyOX8uSO+G6ZdzSE8DAjsvB/c1R5czVCg4xIP0B3o5rPj2
suLMBAUH/QkLfhiGeTmUHt7mOnMugu88oVko7RSCDzbnm4LDlG9s8TN8vCDu
5FR0mAGiPb0g9vMrOlRErDA9y+wFCd9qRYeNenmLGV08Hd4vWq9wdoeSw3FN
q0mn2T0dzGz2Bk17qAb33wZQQOuqw/0PCT91ePjA+LDwg/FRwxvBF+3xesXy
RQ3O99hfK2vxXM3hlnRNotFVD4eU2DtuzBGqEPeIQ+3boOyw81bX31RzT4cH
rvGOsz4qOQh9cjyflurpcEdTds1/YSUHWPr5APKPh6KDxbWjuSYCrnC+Ayh9
fHaB858kLrxmch2TDwtfGB+WHmH6YXyY+TA+evoFACqzPsA=
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIpIAaxQYAJSjNCxZjxsGHqGNDYuNRQy0xqsSkxH1kv
AKovAls=
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGJ7IGYC4ieJC6+ZyPs63NaUXfOfWdmBZfEkK0ZdX4e1
Qjp86XpQvq+vw5T21qjLc1Qclr/w0Pvf6esA1rdexSGkRGX6/wcIfg7nzwXp
nxH8kq2iv0/z+Tk0/LYqOLcCytdD46/zdTAwBoJiOYczIFDi66D+SeXlLE1p
hx6vVywmP30c3rTldhtJi0LUs/lC1K0RcTiqaTXpdLmvgwZI/UtRuHkHuvc1
mSyWdCiPWGF6ltvPYeW3lxVnChQcjoPUx/s5/Hz7+oDlYhUH+6ZHx2dU+zuk
xN5xY65QcZgxEwgS/R3KD29znflXCeI/Dn+I/dGycD7Yfh8pOL/q/o9bxt6i
Dn9ico/+c/KHu0986hXOjCIE3/za0VyTAwj+3lpZi/Q3CP3e1c36PmoBDiag
8Lgs7tC+PPyUkUIAxP7dEg42OldmPeMNcKgBqX8t7iD9+pGZlECAw0GQf5kl
HDbo5S1m/OIPlRdzuLuPb47xLQQf7J5JCD44fmth/pGA80PeXv44w1EazofE
j4zDfxCo93eIUY2QObdHFhI/nf6Q9CInD3H3Yn8HUDDO7FR0uCNdk2i0Fypf
p+yg8qR53tlTiPCOEN9+keEdgg+KnnqOAIdTh53WZtapOBy+rJ0qKRXgIDUv
TvP0BBWHSlB8qiP4rqqlTLMsAhw2qIIMVoH4wyXAIfAW0OJPKg7dIPf5QvlF
qpDwDICZr+oASq6b4wIc/n4rfTBHUM1B+JPj+bRIYPh+2hCQHaUGNw+cXpTV
HJoDPec2KAU4pIHAM1WH72zxM3w4EXxwfDAEODwCeeyBKiL8QebdUoXEzxYE
H+x+AX+4enB4i/rB3XMhP5793EVfOH/Hra6/qfEIvu6EBT8MzXwd5ixS3vnH
XRWSPzl9HUQqJ5WcNVF2QM/fAAcdwnE=
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGJZIIaxWZDYzFDMAOUz4GEjq8fFpqdeSuzCZQ4l7gQA
+6MCWw==
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGIHIGYCYn85sSxf8UCHKe2tUZdjdBwei8iefArkyyx/
4aE3H8H/8630wRxBXYf9tbIW6RwIvuqT5nln/wXA+eIeAX8kvgc4iPR4vWK5
ouNwBgR+BDj4nGC3nT0VwU+IvePGHKHjAFJmwhjoIApilGhC5LcEOBzftaOX
zUDb4erRXJOG9QEOcxYp7/zjru3gXd2s77MOal+gtsPhy9qpkqsQ/K0tNRc2
L0TwI8S3X2SYFeDAwtkln8yH4E+fwF9ldloLzpcH+bdeC+Lf+QEOL4q3iv7O
1nKw1rky69lSqH9CtBze8O4zmPkL6j4BTYfFk6wYfVcEOJwA8S+oQ8JjHtB/
IUHqC1aqw83XVZT/kjMNwX+auPCaiT+C7wEKWHZ1uPvB+k+qwf0H48P8D+PD
wgfGT08Dgn0BDn4XJ8b8U1aHhy9IOG2ZhkP78vBTRsDwN9BaKXyhRRXOfwRy
iIKqw+ru2xkMzIEOtb+tCs5xqDpURqwwPcuO4Pcv+GH4jA/Bh6WPLeY/DqVo
Ifgw82HqYfaD01s0VP0rNYcND19O3ZQQ6GBkDASX1RxsQOGdGAj3Dzh80gJR
/ZcXiBo+ZYEOb0Dxxa0O58PCF8aHhT84fRUEQtLDOnWHmSCQGegwA5we1B3k
HT8mn3ENdKj+tCEgO0rDwV21lGmWC4Jfs25bUr1oICT9cGtCwicd6h8vLQfh
T47n0woDHSTmxWmeLtCC2+8Pio9mBB+W/mB8E5D/hbXh/kNJv2kIPix8YHxY
+KGk/8BABx2Qf79pwcMflr/Q8zsAR964eA==
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ5IGYCYgXHj8lnNgY5OE9oFko7peAA479ftF7h7A4l
h+ASlen/VwQ5NLAc7TfcrupQu25bUn1tkMOvt68PWDZrONjoXJn1zDfI4Uni
wmsm/doO8iD9nEEOUyfwV5lp60LkGRH8/Hj2c5J/A+H8CPHtFxl+BTr8+Vb6
YI4ggv+ieKvo79c6cP5Wh6ZHx28g+G9A8qd1IO7jCHKYMRMIInUcOH4uSN8c
FuSQngYEzzQdKiNWmJ5tDnLQVZT/kvNNFc6H+RfGj1aNkDknI+nQHOg5tyEN
qj9NwGHxJCtGX5Ygh8LlJRv++bPA7ZfeKDafSYEZzn9Z+zj7/BsmOP9g974m
k8UIvvonlZezOJng/ofIM8LDB8aHhR+MD1YfGASxL4HDoQLk3vogB5B3Z1YK
QdwHjJ8zIPBGHB5/Nfd/3DLOlnVAj18AgN3YDg==
"]]}, {
Thickness[0.012960082944530845`]}, StripOnInput -> False]}, {
ImageSize -> {77.16379576587795, 17.49236363636364},
BaselinePosition -> Scaled[0.3029987538415624],
ImageSize -> {78., 18.}, PlotRange -> {{0., 77.16}, {0., 17.49}},
AspectRatio -> Automatic}], BoxRotation -> 1.5707963267948966`],
TraditionalForm]}, {12,
FormBox[
RotationBox[
GraphicsBox[{
Thickness[0.012960082944530845`],
StyleBox[{
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGI7IGYCYhNjEPhmb2qzN2haoq7Dm9rH2efX/ILzW8Rr
WTPd/tr7XpwY8y9Zz+HC72PX5938Z/8gQnz7RQZ9h61eGyzm/GR2eJ6l/W36
XH2HbSD+TnY4n8eRz2tGJg+cv15Ihy9dTsAhPiRIfcFKPTg/NQ0I2nTh/DfF
W0V/a+s4bAebz+2QAFLPqe1gV+JYe/oOG5yv8Unl5SxPBD9GNULmXA2rw3rV
J83zeLUdzoBAD4tDwC3pmkQhbYh5lcwODSxH+w3FtR1mggGTg/jUK5wZSloO
9iDzZZgd0kHuYdOCyN9kdfA5wW47O1QL4j9LdocXIPdlazlwg/ynyQnng/2h
xg/ny+9asC/VT9AhOfaOG3OFJpxvBAr2y+pw/pT21qjLf1QdbvDeFks143Pw
2F8ra3FcxWHJreWPDZvZ4fy+iG5/RgMWOD8a5F8bRog/eVQd5p+YvCRb7Z/9
BpD/e1Xh8QmO58+qEHVnfti/AMVHrJoDi/4vrks83+wbQeERru7wGqRe55N9
w2+rgnMa6g6Q9PHV/mniwmsm/GoOl0DxH/kNIp+h6lD7ounXNMvv9hKg8GtS
gaePJyD1+irw8N1i/uNQCpcKND2xwvng+OPkhvO/7Pu4Nf2aADTcVRzA1l8W
coDZfxbsTxGoP9Qg+leKOIDdP10dzpeeF6d5ukADzmfm7JJP9tN0eOAa7zjr
o7DD8V07etkEtByEKyeVnF0i5PDj7esDls1aDmtA6W+foIO+ovyXnGtaDuog
/S8FHM5fDXuj/1sLHj/6WiuFL6hoQ9T/E4Tod9aBuFdYGJq+dOH8OYuUd/5R
14PzweoP6zvsCLaK+J8O9W+mgUPh8pIN/85zwPngdPiMGZW/jAGSn2wNHGQ2
is1nSvhlD8tf6PkZABHAopw=
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {
0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1,
0}}}, {CompressedData["
1:eJxTTMoPSmViYGCwAmIQPWMmEFjKObBwdskn52k5/AeBeAUHc5u9QdMStRy6
bTx3pX1ScNigl7eYMUbLYW9+zduZpooO0yfwV5lpI/hT2lujLu/RhPPnLFLe
+Sdd06H08DbXmbKKDgZaK4UvLNFwCOcUazf+DzRP9UnzvLfqDq5rji5nuCHr
YGIMBJfFHVLSgGCZrMOXfR+3pn8Tc2hVYFc9IyLrEPL28scZC8Uc2sF8aYeq
+z9uGXuLQdRdk3JQ2LVgXyqfqMObttxuo9kyEFpa1EGkclLJ2SdQ841h8nJw
vjxIn548nA+2bwuC/37ReoWzFQoOIGelqYk68McG3DcSV4SbDw6/n4pw+8Ha
ipUcgkDuZYSqf64E9Y+IQzrIHDNlB41PKi9nvRRxEADJpyP4b4q3iv7uVoHz
/34rfTBnoyrEXVNEHU7s2tHLdkHNoQbk/9diDoG3pGsSN2k47Ai2ivivLukg
s/yFh95+TYdUsINl4Hywu5gV4HyQs2dyKjokhASpL8iEyl+GxtMRDYcPIH9H
KDm08Pqvn6KqAVF/U8nhSeLCayb56pB0wq8M0X9S1aEcFM++ylD16hB/HVd2
OHXYaW3mPnUHqXlxmqcFVBzOXw17o1+t4XABRO9WcRDt8XrFMkUTYs5KVYcH
EeLbLypoQdLPcTU4H2zff3U4XwSk74sm1HwNh+0OTY+OS2g7bAKnUzU4Hxxe
AQi+Ecifwgh+A8vRfsPtqpD4FobyzVUczoAAjzbEX2+VIfHGpu3wwDXecZYg
gg8OpxNKcL4wKL2FIPjg+J+uCDfvNIjOUYDbt1ZIhy89Tg7uHvT8CAB9un6Q
"], {{8.987499999999997, 9.353129999999998}, {10.,
9.353129999999998}, {11.2281, 9.353129999999998}, {11.8234,
8.85156}, {11.8234, 7.815629999999998}, {11.8234,
6.587499999999998}, {10.9531, 5.704689999999999}, {
9.760939999999998, 5.704689999999999}, {9.523439999999999,
5.704689999999999}, {9.178130000000001, 5.7171899999999996`}, {
8.784379999999999, 5.75313}, {8.712499999999997, 5.76563}, {
8.56875, 5.77656}, {8.378129999999999, 5.789059999999999}, {
8.987499999999997, 9.353129999999998}}, {{9.64219,
13.048399999999999`}, {9.77344, 13.048399999999999`}, {
9.796880000000002, 13.060899999999997`}, {10.0484,
13.071899999999998`}, {10.2984, 13.095300000000002`}, {10.4531,
13.107799999999997`}, {10.595300000000002`,
13.107799999999997`}, {11.560899999999998`,
13.107799999999997`}, {12.0391, 12.678099999999999`}, {12.0391,
11.7844}, {12.0391, 10.532799999999998`}, {
11.156300000000002`, 9.782809999999998}, {9.678130000000001,
9.782809999999998}, {9.057809999999998, 9.782809999999998}, {
9.64219, 13.048399999999999`}}}],
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0,
1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1,
0}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJlIGYCYp8T7LazTXUcPixar3A2Q8Hhz9vXByyTEfwG
lqP9htv1HO5oyq75X6zosEEvbzHjHj2H9yD5CkWH/yCwH8HX11opfOEIgv8k
Qnz7xQcIfnxIkPqCl3oO4Zxi7cb+CP7Kby8rzjxQgPMPdu9rMnEWgPNbxGtZ
M4/xwN2z3WuDxZyf3A5Ps7S/Td+r67D81vLHhoe5Hc5fDXujv1vH4QwI9CD4
YPOSOR3Ep17hzGjSd5gJBpj8jPwPrSe3IPgS8+I0T39A8KdP4K8y0zaA88FU
pYFDE8h9bZwO3qDwnGrgYAwCxZwO6WlA8AzBNwCFj4sh3D0wPsy9YPqMAdw/
oOBj8DOA+/e60CfH82YG8PCA8WHhBeOD7busBLFfzMDBeUKzUNorJYcHYAP1
HcoPb3Od6avksNWh6dHxHboQ9YcVIf4X0YHEj76iA3r6AABqhvQO
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIFIIaxWZDYzFjYDFA+Axobl3pceokxk1TzibGLVH9R
y4/EqAcAXRoCcw==
"], CompressedData["
1:eJxdlHtIU1Ecx6cp6Zzb9a2bKwVXViJ6H+sB0W+FpRJaCWE4DNM1H+WDZuRj
lRlRLTCD8pGIZWiCgoFm9piWWX/MR4LN18AgIc0CX5Vgznbu3c6FfnA4fO7h
/H7f3+Pc0DN5JzSbBAKBk23F2ZazbXXsXn2XIWVgANlRAkSHFYXOQgYO6FR6
k0UMwfWpO0wCBkQqcXz1nAjzH+Nip9bsgXn7UthcrbsQHP4oZMtusNI9eXs9
huens7GRG2U8W2SlaeRnBsY9p/w1F4Ww1H4sp7ZLCWpFcvDQawnktxqmMhuU
8NZgvEaXE9Crl+/RZig5vQMSbo9QguaszZrsehcYqK6x2YQnrCB/YzxPoHj9
PKOtppuB/ShftRjzCsrPX4KZzb9FAqcCukYERgYeou97CezPp+iebvA9AWUu
/RXRHxmYv3HeQK4RoA5RLab/ZSAc1WfOFxJGKtXWQ0rO//MgCP/paYy6pYRk
lK9FznGREra+bDBqIrfAs8jcRicLA19iTqtqK+U43g/k/5UMAu+Pumc+ZqBk
enWSmg+Ey2v78ocyGYht7W8WXPKHO/HfXehQBnxZfb7ceTUNKSheqRdE7Wzx
+TRD4XpcQec3eWb7V8izYqa8fjCbAgGyq2LMjn45uM07QqxNJWAm7ZGZzqO4
fM0Ed15MQSs6N3qBqe9gW5aVgl62vzIuP1cajiD9gcH2eaS5+DU8T6N6eMkx
r2/YrEcOU+j+LwrXj81vlOdx7yXVcBPPuk6/NVMCxc3ROTkkov40kljPk2mj
uC6dhFJUX5MUGhFfIIFG8+sjhW/Zu35XvSHheshmxcColJsPK8n1p0QGy2j+
AijufbTIIAXNQwTPbH9UPLPxkuz1OslzRbIh0WlBitmhh71/3J5PrhTnw/qL
4/Wx72ObBPSovy9I3L8e9J46bPoD9K5ZH0SYmyebv0b3eWCuQ+UPEsIYqp+Z
hIJmXbt12M3eLwqzFsV5wPMsit9Gc/NbQMDdJF1YVR4DxUh/jh/8///5B4Ez
+ps=
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ5IGYC4ieJC6+Z/Ld2ONi9r8lkMZMDjP+y9nH2+TcI
vvRGsflMCswOM2YCwUlrh8LlJRv+nWdxsKmMWGFqa+UgXDmp5OwSAYeE2Dtu
zDcsHf6DgSSc7zyhWSjtlAKcv8Oh6dFxCVWHgjXdtzMCrBzmLFLe+Sdd0+H7
zltdf69aQ/TX68Dtf1O8VfT3aQR/K0j/DQT/BUj+NYKfArJHQtfhQNvy8FOf
rB2mTuCvMtPWdegPLlGZfh/BB9uzH8E/AlK/yMphi17eYsYabYcvGwKyZz23
dGhkOdpvGK7h8AXkPldLh1OHndZmzlOF6Je3dFgrpMOXfk8Jzof5F8Z3X3N0
OcMOWYeDIPOdLB1AwThzp7hDj9crFpOPlg7Bby9/nKEoBHHfeisH/yeel0yF
OeDug8QPI9z9MD7MfzA+zP/9Ed3+jB8QfFj8AgBe6PZ+
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIpIAaxQYAJSjNCxZjxsGHqGNDYuNRQy0xqsSkxH1kv
AKovAls=
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGJ7IGYCYl2tlcIXVOwcbmvKrvnPrOyQv6b7doaDncNa
IR2+dD0ov8HOYUp7a9TlOSoOW8x/HEr5ZefwJHHhNZP1Kg48/uunpK6wh/Nt
KiNWmJ5F8Je/8ND7z+jg0PDbquDcCihfEcH3vTgx5p+zvYOBMRAUyzn8B4Hz
dg7qn1ReztKUdqgFqbth6/CmLbfbSFrUwQek/rOtwxkQWCPi8HXnra6/V+0c
NEDqX4rCzTvQva/JZLGkQ7j49osM/+wdVn57WXGmQMHhd0zu0X9BDg4/374+
YLlYxaF4q+jv03mODimxd9yYK1Qg5oY4OpQf3uY686+SQ/vy8FNGfxwg9kfL
wvlgdT5ScH7V/R+3jL1FHXQnLPhhaOYId5/3CXbb2akIfjbnzwXpmxH8zxsC
smfdd4TrP65pNem0vZODCSg8Los72Dc9Oj7D2Ali/24JB1B0MPA7OdSA1L8W
h5gn7ORwEORfZglIuD93hMqLOQh/cjyfdhbBB7unFcE3v3Y016QA6h4fCTg/
5O3ljzMcpeF8SPzIOBiDaUeHGNUImXN7ZB3218papNc4QtKLnLxDehoQTHN0
mAkCnYqQ9LEBKl+n7BAJio99iPDu9nrFYvIQwQeHJ4uTw6nDTmsz61QcQNGb
qu7kIDUvTvP0BBUH1SfN8846Ifhg+1OcHDaAJaDxV+PkEHhLuibxkwrEv71Q
fpEqJDwnw8xXdXBVLWWatcHJ4e+30gdzBNUcIkDuWwYM30/AiIlSg5sHTi/K
apDwsHByAHkz7Zmqg7zjx+QzrAg+OD4+Ozo8Ahn0QBUR/iDzbqlC4mc5gl8B
yi7MCPUWIPM5HODu4XADOrDLHs6/AfSG0VI7OP9AGzDAguwc5ixS3vnHXRWa
P20dRConlZw1UXZAz98Az1/POA==
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1,
0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJdIGYC4oTDl7VTV3o6VN//ccvYW8FBfOoVzowgT4eQ
t5c/zmiUc/i0ISB7lrqnw5u23G6jahkH1SfN885KeTp82fdxa/o1aQf7pkfH
Z1z2cKgC6c+WcCjeKvr79DEPhzMg4CMK5zOAgAOCvyPYKuL/chGHZS889P7f
RPDn2ehcmfUMwZ8JAoyecL4xCDB7OgSB3HdQxAHsfk5PB5HKSSVnl4g6yDt+
TD6j6+nwHwTqpRyyOX8uSO+G6ZdzSE8DAjsvB/c1R5czVCg4xIP0B3o5rPj2
suLMBAUH/QkLfhiGeTmUHt7mOnMugu88oVko7RSCDzbnm4LDlG9s8TN8vCDu
5FR0mAGiPb0g9vMrOlRErDA9y+wFCd9qRYeNenmLGV08Hd4vWq9wdoeSw3FN
q0mn2T0dzGz2Bk17qAb33wZQQOuqw/0PCT91ePjA+LDwg/FRwxvBF+3xesXy
RQ3O99hfK2vxXM3hlnRNotFVD4eU2DtuzBGqEPeIQ+3boOyw81bX31RzT4cH
rvGOsz4qOQh9cjyflurpcEdTds1/YSUHWPr5APKPh6KDxbWjuSYCrnC+Ayh9
fHaB858kLrxmch2TDwtfGB+WHmH6YXyY+TA+evoFACqzPsA=
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIpIAaxQYAJSjNCxZjxsGHqGNDYuNRQy0xqsSkxH1kv
AKovAls=
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGJ7IGYC4ieJC6+ZyPs63NaUXfOfWdmBZfEkK0ZdX4e1
Qjp86XpQvq+vw5T21qjLc1Qclr/w0Pvf6esA1rdexSGkRGX6/wcIfg7nzwXp
nxH8kq2iv0/z+Tk0/LYqOLcCytdD46/zdTAwBoJiOYczIFDi66D+SeXlLE1p
hx6vVywmP30c3rTldhtJi0LUs/lC1K0RcTiqaTXpdLmvgwZI/UtRuHkHuvc1
mSyWdCiPWGF6ltvPYeW3lxVnChQcjoPUx/s5/Hz7+oDlYhUH+6ZHx2dU+zuk
xN5xY65QcZgxEwgS/R3KD29znflXCeI/Dn+I/dGycD7Yfh8pOL/q/o9bxt6i
Dn9ico/+c/KHu0986hXOjCIE3/za0VyTAwj+3lpZi/Q3CP3e1c36PmoBDiag
8Lgs7tC+PPyUkUIAxP7dEg42OldmPeMNcKgBqX8t7iD9+pGZlECAw0GQf5kl
HDbo5S1m/OIPlRdzuLuPb47xLQQf7J5JCD44fmth/pGA80PeXv44w1EazofE
j4zDfxCo93eIUY2QObdHFhI/nf6Q9CInD3H3Yn8HUDDO7FR0uCNdk2i0Fypf
p+yg8qR53tlTiPCOEN9+keEdgg+KnnqOAIdTh53WZtapOBy+rJ0qKRXgIDUv
TvP0BBWHSlB8qiP4rqqlTLMsAhw2qIIMVoH4wyXAIfAW0OJPKg7dIPf5QvlF
qpDwDICZr+oASq6b4wIc/n4rfTBHUM1B+JPj+bRIYPh+2hCQHaUGNw+cXpTV
HJoDPec2KAU4pIHAM1WH72zxM3w4EXxwfDAEODwCeeyBKiL8QebdUoXEzxYE
H+x+AX+4enB4i/rB3XMhP5793EVfOH/Hra6/qfEIvu6EBT8MzXwd5ixS3vnH
XRWSPzl9HUQqJ5WcNVF2QM/fAAcdwnE=
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGJZIIaxWZDYzFDMAOUz4GEjq8fFpqdeSuzCZQ4l7gQA
+6MCWw==
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGIHIGYCYn85sSxf8UCHKe2tUZdjdBwei8iefArkyyx/
4aE3H8H/8630wRxBXYf9tbIW6RwIvuqT5nln/wXA+eIeAX8kvgc4iPR4vWK5
ouNwBgR+BDj4nGC3nT0VwU+IvePGHKHjAFJmwhjoIApilGhC5LcEOBzftaOX
zUDb4erRXJOG9QEOcxYp7/zjru3gXd2s77MOal+gtsPhy9qpkqsQ/K0tNRc2
L0TwI8S3X2SYFeDAwtkln8yH4E+fwF9ldloLzpcH+bdeC+Lf+QEOL4q3iv7O
1nKw1rky69lSqH9CtBze8O4zmPkL6j4BTYfFk6wYfVcEOJwA8S+oQ8JjHtB/
IUHqC1aqw83XVZT/kjMNwX+auPCaiT+C7wEKWHZ1uPvB+k+qwf0H48P8D+PD
wgfGT08Dgn0BDn4XJ8b8U1aHhy9IOG2ZhkP78vBTRsDwN9BaKXyhRRXOfwRy
iIKqw+ru2xkMzIEOtb+tCs5xqDpURqwwPcuO4Pcv+GH4jA/Bh6WPLeY/DqVo
Ifgw82HqYfaD01s0VP0rNYcND19O3ZQQ6GBkDASX1RxsQOGdGAj3Dzh80gJR
/ZcXiBo+ZYEOb0Dxxa0O58PCF8aHhT84fRUEQtLDOnWHmSCQGegwA5we1B3k
HT8mn3ENdKj+tCEgO0rDwV21lGmWC4Jfs25bUr1oICT9cGtCwicd6h8vLQfh
T47n0woDHSTmxWmeLtCC2+8Pio9mBB+W/mB8E5D/hbXh/kNJv2kIPix8YHxY
+KGk/8BABx2Qf79pwcMflr/Q8zsAR964eA==
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ5IGYCYgXHj8lnNgY5OE9oFko7peAA479ftF7h7A4l
h+ASlen/VwQ5NLAc7TfcrupQu25bUn1tkMOvt68PWDZrONjoXJn1zDfI4Uni
wmsm/doO8iD9nEEOUyfwV5lp60LkGRH8/Hj2c5J/A+H8CPHtFxl+BTr8+Vb6
YI4ggv+ieKvo79c6cP5Wh6ZHx28g+G9A8qd1IO7jCHKYMRMIInUcOH4uSN8c
FuSQngYEzzQdKiNWmJ5tDnLQVZT/kvNNFc6H+RfGj1aNkDknI+nQHOg5tyEN
qj9NwGHxJCtGX5Ygh8LlJRv++bPA7ZfeKDafSYEZzn9Z+zj7/BsmOP9g974m
k8UIvvonlZezOJng/ofIM8LDB8aHhR+MD1YfGASxL4HDoQLk3vogB5B3Z1YK
QdwHjJ8zIPBGHB5/Nfd/3DLOlnVAj18AgN3YDg==
"]]}, {
Thickness[0.012960082944530845`]}, StripOnInput -> False]}, {
ImageSize -> {77.16379576587795, 17.35783810709838},
BaselinePosition -> Scaled[0.30534703405225183`],
ImageSize -> {78., 18.}, PlotRange -> {{0., 77.16}, {0., 17.36}},
AspectRatio -> Automatic}], BoxRotation -> 1.5707963267948966`],
TraditionalForm]}, {13,
FormBox[
RotationBox[
GraphicsBox[{
Thickness[0.013854253255749516`],
StyleBox[{
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0,
1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1,
0}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJlIGYC4he1j7PPr/lpX/vbquBchp7DjJlAIPkbzrcr
caw9fYfNQaTH6xVLib7DhIhuf8YPbA7bHZoeHa/Qd2AAA3Y4P+CJ5yVTYQR/
ya3ljw2bEfzUNCBYxu7wJHHhNRN/JH6E+PaLD/TgfFObvUHTFNXg/L/fSh/M
MVSFu+fUYae1mf9UHK7z3hZL/cbkIDMvTvP0BxWHK7+PXZ9386/9r7evD1g+
RvB3gOyPUHFQ/6TychYnl0MaGGDy/UHuv4zgLwe5/zA3nA8On0heOP8MGPA7
mIHcm6ji8Hnfx63pYQIOU9pboy7HqDjMBANBON8YBISFHWDugfFh7gXzjQXh
/ukFhXcBH6p/t/HCwwPGh4UXjA+2NtPAwQRk3GYeh9vSNYlGpQaQ+GDmcLgu
9MnxvJqBw8HufU0mj5kcfoDsP6zvMP/E5CXZy37YPwXFj76+A3r6AACRT/sU
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {
0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0,
1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}}, {{0, 2,
0}, {0, 1, 0}, {0, 1, 0}}}, {CompressedData["
1:eJxTTMoPSmViYGAwBGIQvdn8x6GULA2H+t9WBecytB0q7v+4Zcwt76D+SeXl
rE4pBxNjIAiWdVgrpMOXfk/cwXXN0eUMFTIOb9pyu42kxR2mzwSCm1IOIGrm
TjEHkcpJJWefSDrEqEbInKtB8BV2LdiXyifqsCPYKuK/uxzEXGNMPlifjTyc
/8A13nGWoAKcD3aHHIJfDXKvthLcfBgfbG+KmEP54W2uM98qOGiA/SPmoHzt
UTBDj4JDqwK76pkpYg4rv72sOGOg4HCwe1+TCbM4nA+2txDBB9t3WRxifrSC
QzTYfxIO4Zxi7cbnFRx6Irr9GQWkIPbZKjvc0ZRd899Y0eH81bA3+tKacL5I
j9crli2aUPMl4fwzIOCD4DOAgIOkwwxwuGpC7JORdPgPAvs1ofEh4dDC679+
ylFNuHveFG8V/X1aE+ofBB/mfhi/D+xecQfpeXGapws0HULeXv44Y6GYQzPY
PA14eO1waHp0fIc6PDxhfFh4z1mkvPOPuhY8PtD55jZ7g6YtRPA36OUtZpTR
xsnfAkqPXbpw82F8mP0vQO5/rQN3HzjczmhDw0PMIT0NCI4h+D4n2G1nT9WG
hoekw6+3rw9YNmvC0zt6+gcARpA4JQ==
"], {{12.051599999999999`,
12.4641}, {12.493799999999998`, 9.031249999999998}, {
9.918750000000001, 9.031249999999998}, {12.051599999999999`,
12.4641}}}],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGINIGYC4oSQIPUFnvoOJctLNvzj53GA8fsjuv0ZDbgc
9tfKWqSHGDqkp4EAJv/zhoDsWcsRfNUnzfPO/sLN5/FfPyV1hzHc/CX39/HN
2WzsYGIMBJu54fwXtY+zz+fwoPF54XzbEsfa0zF8cP6XfR+3povxw83/DOKH
CTiUbBX9fXqdkcOOYKuI/+oCDgZaK4UvuBg5rBfS4UuXE3CYCQYGEPs/8zs8
z9L+Nt3WyKEX5L4PYhC+rLFDCsj5y6QcDrctDz+VZOxwoHtfk8liGTjfdc3R
5QwR8nD+WpD5+xTh9qeC9LMpQ+zrNITzwe5/bADni0+9wplRZODgPKFZKG2V
kkO31ysWE0YDB5DzjA8rOoj0AAW26EPMnyfncAYEZAzgfHB4Wxk43NGUXfNf
WcHhPwjEGziEc4q1G+srQszZDDVvsSLEf76GcL7/xYkx/4SN4HwwPdkI4u6V
CnD+fpD/neXgfPldC/al9kk7LH/hofff0MjhIEj+sYSDbWXEClNdQwcFsLyI
A3p6AwCUAwBD
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ5IGYCYvGpVzgzNlk4HOze12SymMkBxn9Z+zj7/BsE
X3qj2HwmBWaHMyBQY+FQuLxkw7/zLA6Fa7pvZ3wwcxCunFRydomAw4wJ/FVm
3WYO/8FAEs53ntAslHZKAc7f4dD06LiEqsOS+/v45jCbO8xZpLzzT7qmg8Zb
3n0GnRYQ/fU6cPvfFG8V/X0awd8K0n8DwX8Bkn+N4KfE3nFjltB1+LrzVtff
pRYOU0H2aus6HGxbHn5qEoJvDALFCD5Yfai5wxa9vMWMNdoOqk+a552dZebQ
yHK03zBcA+K+n6YOpw47rc2cp+pgAtJ/2dRhrZAOX/o9JTgf5l8Y333N0eUM
O2QdvoDM/2rqMBMEdoo7HKiVtUhfYuYQ/PbyxxmKQg6HQO5LMnfwf+J5yVSY
A+4+SPwwwt0P48P8B+PD/N8f0e3P+AHBh8UvACRU2vk=
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGI5IAaxQYCJAQEYkWhmKMbFJlU9tcxBVk9PN1NiFwAm
JgJ1
"], CompressedData["
1:eJxdlGlIVFEUx8c0xBYL8zUzajXNzHPBaMqteNucScwyw1ApA83MrRK1yEhl
ylKK0jQNc8vENMgg0w9ZKDig5gIuJamUVEopkSiphAku9e7cN++BB+6HH+++
e8//nP+5u8+lhsZby2QyK34d5dc6fv1tHs1dISgoR/FZA/rs791lnhTIUJzV
AJMRUeebL/C4Bk7J3w7KVimYutJELCVpIcum88F+Wxrior4ctk7XQqTKMBfr
IrF5PyfxszGTfWUYDR+GT07raIkt51t4tqZB1V+nhsQEPkYoiCQjXAZcXMBt
ZrNp32kKMscWR72PEdDTcaj+QgoFjhkP0/rfOYJ2Iqeqv4WC6TvJeV7OBNwP
mrLxsaLx9zgCQgaLIlf9abitsiX7igmc3w0a/pjmmhJLnKEbnWeiIT8iL8Sq
cSe8PrDYHhfEwLWONwHlKyqYjHk64vPbwmpovb7jYOIQK+r7edFzoTSKE3kC
7c+SeHnh6nhlEQd+TGtoiUHi1lTjTPmkRuQjLzufy9I1sCmkoTj+LgeBiBfV
8A9FKgfbkB4fNdY3yEIfimAnCO6xZR83seA2r/1VcU8BZaivL1gYD4g2VFyW
i6xqqTbFv9ousrm+RgKKC7dk+vWyYj0/ORtjvNZzIpv1hkssfzRkd76dA9Sm
hC4C+2VGj/sJSkjjbdI7oBf65wT5YWna0iy9kK8Shh3mDe9d9VhPnAKCUX9+
cFDvsMc+8Zsc398psVl/g8Tmej/hhPMUInuj+ChxAernViUoqs549FZzQr+V
2G+1HPZZlxLnn6wX62/Wl62Hm0vUpQF3LdZToAcCFX5I4sa9KbVWDClyZY2m
ebmbFM+7heZE7orz161hXo+Fzfl+ZbFvdCS4I797sOJ8mOvRxIB/YY5DwgYN
/j9aYErwQxsN/ageRhXe78vgfMMFvxkY7L82Lcw2nkiqCGSgDPV9IylyI8kP
0nGJbexyd8UOkNj/OkbMF8/XGubvtzCeHxqcUN0LSfy+JFFiPmvfn/8HFfOm
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1,
0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJdIGYC4oTDl7VTNd0dqu//uGXsreAgMfUKZ8YlN4eQ
t5c/zmiUc/i0ISB71nI3hzdtud1G1TIOqk+a552d5ebwZd/HrenXpB0cmh4d
nxHs5lAF0p8t4VCyVfT3aTc3hzMg4CMK5zOAgAOCvyPYKuL/chGHZS889P5H
IvjzbHSuzEpD8GeCQCOCb2IMBM1uDkEg9x0UcQC7v9PNQaRyUsnZJaIOCo4f
k8+sdXP4DwL1Ug45nD8XpHO7Q/XLOaSBwD53B/c1R5czVCg4JIL0X3R3WPHt
ZcWZCQoOuhMW/DC85u5Qenib68y5CL7zhGahtFMIfjrInG8KDlO+scXPOOMO
cSenIoQ+6Q6xn1/RoSJihenZZmj4Vis6bNTLW8x4xM3h/aL1Cmd3KDmc0LSa
dLrdzcHMZm/QtIdqcP9tAAW0rjrc/5DwU4eHD4wPCz8YHzW8EXzRHq9XLF/U
4HyP/bWyFs/VHG5J1yQahbo5pMTecWOOUIW4ZzpU/wZlh523uv6mbndzeOAa
7zjro5KD0CfH82lP3RzuaMqu+S+s5ABLPx9A/vFQdDC/djTXZIITnG8PSh/F
CP6TxIXXTMIx+bDwhfFh6RGmH8aHmQ/jo6dfALfrP9Q=
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIpIAaxQYAJSjNCxZjxsGHqGNDYuNRQy0xqsSkxH1kv
AKovAls=
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGJ7IGYC4ieJC6+ZzPdyuK0pu+Y/s7IDy+JJVoxrvRzW
CunwpetB+We9HKa0t0ZdnqPisPyFh95/Tm8HsL71Kg4hJSrT/ycg+DmcPxek
FyP4JVtFf5/u83Zo+G1VcG4FlL8Oja/n7WBgDATFcg5nQOCLl4P6J5WXszSl
HXq8XrGYVHo5vGnL7TaSFoWob/OCqFsj4nBc02rS6e9eDhog9S9F4eYd6N7X
ZLJY0qE8YoXp2W5vh5XfXlacKVCAqL/v7fDz7esDlotVHOybHh2f8dvHISX2
jhtzhYrDjJlA8NDHofzwNteZf5Ug/uvwgdgfLQvng+33kYLzq+7/uGXsLerw
Jyb36L9DPnD3iU+9wpnxCcE3v3Y018TBF87fWytrkZ7jC9c/5Rtb/Iwzvg4m
oPC4LO7A479+SuoBX4j9uyUcKkD+me3rUANS/1ocYt4CX4eDIP8ySzhs0Mtb
zFgCkxdzuLuPb45xFIIPdo8Qgg+O378w/0jA+SFvL3+c4SgN50PiR8bhPxj4
OMSoRsic2yMLiR9OX0h6kZOHuFvZ1wEUjDM7FR3uSNckGtlC5euUHVSeNM87
6+ULD+8I8e0XGfIQfHB4TvB1OHXYaW1mnYpD+/LwU0ZbfB2k5sVpnp6g4vBl
Q0D2rPMIPtj+j74OG1RBBkPjj9PPIfAW0OJPKhD/SkH5RaqQ8FTwg5qv6iDy
yfF8mq2fw99vpQ/mCKpB3Gfk51DzCWhRlBrcPHB6UVaDhMdRX4c0EHim6vCG
d5/BzEkIPjg+GnwdHoE89kAVEf4g826pQuLHBMF3VS1lmjXBB64ebP5Ub7h7
LuTHs58LRPB33Or6m3rfC87Xn7Dgh+E2L4c5i5R3/nFXheTPTi8HkcpJJWdN
lB3Q8zcA9dzKbQ==
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGJZIIaxWZDYzFDMAOUz4GEjq8fFpqdeSuzCZQ4l7gQA
+6MCWw==
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGIHIGYC4rk2OldmrfN3mNLeGnU5RsfhuKbVpNPr/R1k
lr/w0JuP4P/5VvpgjqCuQ+1vq4JzExB8nxPstrNrEXzdCQt+GOb5O4j0eL1i
uaLjMGMmEBT6Q9RNRfATYu+4MUfoOEhMvcKZ0eTvIApSX6IJkX/p53B8145e
NgNthzXdtzMY7vs5zFmkvPOPu7bDlG9s8TPu+EHsC9R2aF8efsroCoKfw/lz
QfphBH+DXt5ixi1+DiycXfLJfAj+9An8VWanteB8eZB/67Ug/t3v5/CieKvo
72wth/KIFaZnT/tB/BOi5XBDuibRqNQf4j4BTQdX1VKmWRf8HE6A+BfUIf7c
6+eQEBKkvmClOtx8XUX5LznTEPyniQuvmfgj+B77a2Ut2NXh7gfrP6kG9x+M
D/M/jA8LHxj/DAj88XPwuzgx5p+yOjx800BgmYYDr//6KakF/g4GWiuFL7So
wvmPIsS3X1RQdQgHUgxt/pB45lB1+LIhIHtWP4Iv7/gx+cxcBB+WPraY/ziU
ooXgw8yHqYfZ7y8nluUrHQBR/0rNYcPDl1M3KQQ4GBkDwWU1B1ByfKYYAPcP
yFkMagh+OsgcPQT/8GXtVEmzAIc3oPjiVofzYeEL48PCHxw+BgGQ9LBO3QGU
3GZqBjjMAKcHdYh7WQMcqj8BPR6l4eAOil8WBP9HTO7Rf6v8IemHW9OhEpQ+
1KH+8dJyEP7keD7NMMBBYl6c5ukCLbj9/qD4aEbwYekPxjcB+V9YG+4/WPqF
+R/Gh4UPPH1Dww/G39pSc2GzYICDDsi/37Tg4Q/LX+j5HQDVEraM
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ5IGYCYgXHj8lnCgMdnCc0C6WdUnCA8d8vWq9wdoeS
Q3CJyvT/GYEODSxH+w23qzrUrtuWVG8b6PDr7esDls0aDjY6V2Y94w10eJK4
8JpJv7aDPEj/yQCHqRP4q8y0dSHyBxH8/Hj2c5J7EfwI8e0XGXYFOPz5Vvpg
jiCC/6J4q+jv1zpw/laHpkfHbyD4b0Dyp3Ug7jsR4DBjJhBE6jhw/FyQvlks
0CE9DQieaTpURqwwPesc6KCrKP8l55sqnA/zL4wfrRohc05G0qE50HNugxpU
f5qAw+JJVoy+RwIcCpeXbPjnzwK3X3qj2HwmBWY4/2Xt4+zzb5jg/IPd+5pM
FiP46p9UXs7iZIL7HyLPCA8fGB8WfjA+WL1gIMS+BA6HCpB77QMdQN6dWSkE
cR8wfs6AwBtxePzV3P9xyzhb1gE9fgGlXdYp
"]]}, {
Thickness[0.013854253255749516`]}, StripOnInput -> False]}, {
ImageSize -> {72.18163885429638, 17.49236363636364},
BaselinePosition -> Scaled[0.3029987538415624],
ImageSize -> {73., 18.},
PlotRange -> {{0., 72.17999999999999}, {0., 17.49}}, AspectRatio ->
Automatic}], BoxRotation -> 1.5707963267948966`],
TraditionalForm]}, {14,
FormBox[
RotationBox[
GraphicsBox[{
Thickness[0.01389854065323141],
StyleBox[{
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGI7IGYCYhNjEPhmb2qzN2haoq7Dm9rH2efX/ILzW8Rr
WTPd/tr7XpwY8y9Zz+HC72PX5938Z/8gQnz7RQZ9h61eGyzm/GR2eJ6l/W36
XH2HbSD+TnY4n8eRz2tGJg+cv15Ihy9dTsAhPiRIfcFKPTg/NQ0I2nTh/DfF
W0V/a+s4bAebz+2QAFLPqe1gV+JYe/oOG5yv8Unl5SxPBD9GNULmXA2rw3rV
J83zeLUdzoBAD4tDwC3pmkQhbYh5lcwODSxH+w3FtR1mggGTg/jUK5wZSloO
9iDzZZgd0kHuYdOCyN9kdfA5wW47O1QL4j9LdocXIPdlazlwg/ynyQnng/2h
xg/ny+9asC/VT9AhOfaOG3OFJpxvBAr2y+pw/pT21qjLf1QdbvDeFks143Pw
2F8ra3FcxWHJreWPDZvZ4fy+iG5/RgMWOD8a5F8bRog/eVQd5p+YvCRb7Z/9
BpD/e1Xh8QmO58+qEHVnfti/AMVHrJoDi/4vrks83+wbQeERru7wGqRe55N9
w2+rgnMa6g6Q9PHV/mniwmsm/GoOl0DxH/kNIp+h6lD7ounXNMvv9hKg8GtS
gaePJyD1+irw8N1i/uNQCpcKND2xwvng+OPkhvO/7Pu4Nf2aADTcVRzA1l8W
coDZfxbsTxGoP9Qg+leKOIDdP10dzpeeF6d5ukADzmfm7JJP9tN0eOAa7zjr
o7DD8V07etkEtByEKyeVnF0i5PDj7esDls1aDmtA6W+foIO+ovyXnGtaDuog
/S8FHM5fDXuj/1sLHj/6WiuFL6hoQ9T/E4Tod9aBuFdYGJq+dOH8OYuUd/5R
14PzweoP6zvsCLaK+J8O9W+mgUPh8pIN/85zwPngdPiMGZW/jAGSn2wNHGQ2
is1nSvhlD8tf6PkZABHAopw=
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {
0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1,
0}}}, {CompressedData["
1:eJxTTMoPSmViYGCwAmIQPWMmEFjKObBwdskn52k5/AeBeAUHc5u9QdMStRy6
bTx3pX1ScNigl7eYMUbLYW9+zduZpooO0yfwV5lpI/hT2lujLu/RhPPnLFLe
+Sdd06H08DbXmbKKDgZaK4UvLNFwCOcUazf+DzRP9UnzvLfqDq5rji5nuCHr
YGIMBJfFHVLSgGCZrMOXfR+3pn8Tc2hVYFc9IyLrEPL28scZC8Uc2sF8aYeq
+z9uGXuLQdRdk3JQ2LVgXyqfqMObttxuo9kyEFpa1EGkclLJ2SdQ841h8nJw
vjxIn548nA+2bwuC/37ReoWzFQoOIGelqYk68McG3DcSV4SbDw6/n4pw+8Ha
ipUcgkDuZYSqf64E9Y+IQzrIHDNlB41PKi9nvRRxEADJpyP4b4q3iv7uVoHz
/34rfTBnoyrEXVNEHU7s2tHLdkHNoQbk/9diDoG3pGsSN2k47Ai2ivivLukg
s/yFh95+TYdUsINl4Hywu5gV4HyQs2dyKjokhASpL8iEyl+GxtMRDYcPIH9H
KDm08Pqvn6KqAVF/U8nhSeLCayb56pB0wq8M0X9S1aEcFM++ylD16hB/HVd2
OHXYaW3mPnUHqXlxmqcFVBzOXw17o1+t4XABRO9WcRDt8XrFMkUTYs5KVYcH
EeLbLypoQdLPcTU4H2zff3U4XwSk74sm1HwNh+0OTY+OS2g7bAKnUzU4Hxxe
AQi+Ecifwgh+A8vRfsPtqpD4FobyzVUczoAAjzbEX2+VIfHGpu3wwDXecZYg
gg8OpxNKcL4wKL2FIPjg+J+uCDfvNIjOUYDbt1ZIhy89Tg7uHvT8CAB9un6Q
"], {{8.987499999999997, 9.353129999999998}, {10.,
9.353129999999998}, {11.2281, 9.353129999999998}, {11.8234,
8.85156}, {11.8234, 7.815629999999998}, {11.8234,
6.587499999999998}, {10.9531, 5.704689999999999}, {
9.760939999999998, 5.704689999999999}, {9.523439999999999,
5.704689999999999}, {9.178130000000001, 5.7171899999999996`}, {
8.784379999999999, 5.75313}, {8.712499999999997, 5.76563}, {
8.56875, 5.77656}, {8.378129999999999, 5.789059999999999}, {
8.987499999999997, 9.353129999999998}}, {{9.64219,
13.048399999999999`}, {9.77344, 13.048399999999999`}, {
9.796880000000002, 13.060899999999997`}, {10.0484,
13.071899999999998`}, {10.2984, 13.095300000000002`}, {10.4531,
13.107799999999997`}, {10.595300000000002`,
13.107799999999997`}, {11.560899999999998`,
13.107799999999997`}, {12.0391, 12.678099999999999`}, {12.0391,
11.7844}, {12.0391, 10.532799999999998`}, {
11.156300000000002`, 9.782809999999998}, {9.678130000000001,
9.782809999999998}, {9.057809999999998, 9.782809999999998}, {
9.64219, 13.048399999999999`}}}],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGINIGYC4oSQIPUFntoOJctLNvzj53GA8fsjuv0ZDbgc
an9bFZxboeeQngYCmPwniQuvmfjrw/k+J9htZ3/FzefxXz8ldYch3PzF9/fx
zdls6GBiDASbueH8F7WPs8/n8KDxeeF82xLH2tMxfHD+l30ft6aL8cPN/wzi
hwk4lGwV/X16nYHDjmCriP/qAg4GWiuFL7gYOKwX0uFLlxOA2GusC6E/8zs8
z9L+Nt3WwKEX5L4PYhC+rKFDCsj5y6QcDrctDz+VZOhwoHtfk8liGTjfdc3R
5QwR8nD+WpD5+xTh9qeC9LMpQ+wR1ofzPfbXyloc14Xz9UHue6Lj4DyhWSht
lZKD+NQrnBlMOg5gZx5WdBDp8XrFskUbYv48OYcZM4HAUgfOB4d3qY7DHU3Z
Nf+VFRz+g8B+HYdwTrF2Y31FiD1puhDzFis6nL8a9kZ/th6c739xYsw/YQM4
H0xPNnAAWTNzpQKcvx/kf2c5OF9+14J9qX3SDstfeOj9NzRwOAiSfyzhUPNp
Q0B2lJ6DAlhexAE9vQEAkbz7Iw==
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ5IGYC4o16eYsZz5g5HOze12SymMkBxn9Z+zj7/BsE
X3qj2HwmBWaHNBCYZuZQuLxkw7/zLA48bqqlTFymDsKVk0rOLhFwMNBaKXxh
iYnDfzCQhPOdJzQLpZ1SgPN3ODQ9Oi6h6mBbGbHCVNbUYc4i5Z1/0jUdDrUt
Dz+1yAyiv14Hbv+b4q2iv08j+FtB+m8g+C9A8q8R/JTYO27MEroOE4JLVKbv
N3OYOoG/ykxb1yFGwfFj8hoE/wwI9CD4YPX5pg5bQObUaDscqJW1SN9i4tDI
crTfMFzD4SDIfUImDqcOO63NnKcK0f/G2GGtkA5f+j0lOB/mXxjffc3R5Qw7
ZB36QObzmzjMBIGd4g6R4tsvMuwzcQh+e/njDEUhiPtqTB38n3heMhXmgLsP
Ej+McPfD+DD/wfgw//dHdPszfkDwYfELAJk72to=
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIpIAaxQYAJSjNCxZjxsGHqGNDYuNRQy0xqsSkxH1kv
AKovAls=
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGJ7IGYC4r/fSh/M+WjhcFtTds1/ZmUH28qIFaa8lg5r
hXT40vWgfF9LhyntrVGX56g41LMc7Tc8bunwJHHhNZP1Kg43pGsSjUqt4HwO
N9VSplkIvsy8OM3TF6wcGn5bFZxbAeULWKPxrRwMjIGgWM7hDAjMsXRQ/6Ty
cpamtIP3CXbb2UstHN605XYbSYs6SIPUH7CAqFsj4nCkbXn4qUWWDhog9S9F
4eYd6N7XZLJY0kHlSfO8s6esHFZ+e1lxpkDB4QBIfZG1w8+3rw9YLlZx2GL+
41DKKluHlNg7bswVKg6paUBQZutQfnib68y/ShD/HbWB2B8tC+eD7feRgvOr
7v+4Zewt6qD+lnefgaUt3H0JIHNnIPhL7u/jm2NsB+dv0MtbzNhjB9cfo+D4
MdnH3sEEFB6XxR18Lk6M+WdsD7F/t4SDKsg/r+wcakDqX4tDzPts53AQ5F9m
CYepE/irzGbD5MUcvmwIyJ6VjuCD3XPDFs63AcXvWqj7fCTg/JC3lz/OcJSG
8yHxIwNx12ZbhxjVCJlze2QdfEDxc9QWkl7k5B1mzASCn7YOIGpmp6LD0yzt
b9N17SDydcoO9aB497CDhzc4nfQj+ODwvGrncOqw09rMOhUH+6ZHx2dI2ztI
geJ1goqD+NQrnBlBCD7Y/qn2DhvAAQONv2P2DoG3gAZ9UoGY+wLKL1KFhOdn
e6j5qg6ru29nMIg7OIDzgaCaw/5aWYt0HgeHmk/AgItSg5sHTi/KapDwsLV3
AAmnPVN14PFfPyX1hh2cD46PzXYOjyLEt198oIoIf5B5t1Qh8SON4O8F2XfF
Bq7eHmT+XSu4e64LfXI8H4bgL3/hofe/0BLO7wsuUZkub+kwZ5Hyzj/uqg6N
4Pxp4SBSOankrImyA3r+BgAfmcDy
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1,
0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJdIGYC4hOaVpNO87s7VN//ccvYW8Gh9rdVwbkdbg4h
by9/nNEo5xAhvv0iQ5+bw5u23G6jahmHHq9XLCaNbg5f9n3cmn5N2mHZCw+9
/5ZuDlUg/dkSDjelaxKNdN0czoCAjyiczwACDgj+jmCriP/LRRx4/NdPSXVA
8FkWT7Ji9EXwwfoyEPyZIJDp5hAEct9BEQew+/PdHEQqJ5WcXSLq0LY8/JTR
FDeH/yBQL+VwMT+e/dxHmH45iLuWuDu4rzm6nKFCAaJ/u7vDim8vK85MUHCY
8o0tfsYed4fSw9tcZ85F8J0nNAulnULw09OA4JuCw6+Y3KP/NrlD3MWpCHHv
BneI/fyKDg/28c0xzoKGb7Wig8TUK5wZq9wc3i9ar3B2h5KD3oQFPwzz3BzM
bPYGTXuoBvffBtUnzfN01eH+h4SfOjx8YHxY+MH4qOGN4IuCIu6LGpzvsb9W
1uK5moND06PjM6zdHFJi77gxR6hC3FMH1b9B2UHB8WPymbluDg9c4x1nfVRy
qIhYYXr2tJvDHU3ZNf+FlRxg6ecDyD8eig7zbXSuzCpzgvOXg9JHJILvfYLd
drYtJh8WvjA+LD3C9MP4MPNhfPT0CwCiNCxm
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIpIAaxQYAJSjNCxZjxsGHqGNDYuNRQy0xqsSkxH1kv
AKovAls=
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGJ7IGYCYp8T7LazW70cbmvKrvnPrOyQw/lzQfpkL4e1
Qjp86XpQ/mYvhyntrVGX56g48Puvn5L6wcvhSeLCaybrVRz23Or6m+ruDedf
yI9nPxeJ4N+Qrkk0KvV2aPhtVXBuBZQ/FY0v6u1gYAwExXIOJiD6tpeD+ieV
l7M0pR0+bAjInhXv5fCmLbfbSFoUoj7Xy+EMCKwRcdCZsOCH4T0vBw2Q+pei
cPMOdO9rMlks6XB/H98c4yJvh5XfXlacKVBw0AepP+bt8PPt6wOWi1Uclr7w
0Pv/0MchJfaOG3OFisN/EDju41B+eJvrzL9KEP/l+0Dsj5aF88H2+0jB+VX3
f9wy9hZ1SDh8WTt1pQ/cfbUgf95A8Ofa6FyZpeYL56s8aZ53NsgXrv9PTO7R
f5t8IeFwWdyhZKvo79PLfCH275aA+KfJ16EGpP61OMS8Nl+HgyD/Mks4iE+9
wpkRBZMXc3BRLWWa5YDgg93zwwfOB8fvY5h/JOD8kLeXP85wlIbzIfEj45Ca
BgTPfBxiVCNkzu2RdfgCip/3PpD0IifvMGMmEHD6OoComZ2KDg5Nj47PUPaF
yNcpO/R4vWIxMfSFh/f+WlmL9BAEfwcoPMt9HU4ddlqbWafi8JZ3n8HMWb4O
UvPiNE9PUHGIEN9+kWEbgg9OH9d9HTaoggISGn/vfR0CbwETwicViH8Z/CD8
IlVIeLL5Qc1XdaiIWGF6VtnP4e+30gdzBNUg7pP0c6j5BDQ4Sg1uHji9KKtB
wmO1r0MaOBxUHUJKVKb/r0DwwfGR5uvwCOTQB6qI8AeZd0sVEj9SCP6a7tsZ
DOU+cPVg86u94e4xv3Y018QCwZd3/Jh85qgXnD/lG1v8jDleDnMWKe/8464K
yZ8FXg4ilZNKzpooO6DnbwDwydMZ
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGJZIIaxWZDYzFDMAOUz4GEjq8fFpqdeSuzCZQ4l7gQA
+6MCWw==
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGIHIGYCYvNrR3NNOvwdprS3Rl2O0XFIOHxZO7XT30Fm
+QsPvfkI/p9vpQ/mCOo6iE+9wpmRheA/SVx4zSQcwT+uaTXptLu/g0iP1yuW
KzoOJsZA4O3v4HOC3Xb2VAQ/IfaOG3OEjsMWvbzFjDH+DqIg9SWaEPnDfg7H
d+3oZTPQdnBRLWWatcPPYc4i5Z1/3LUddCcs+GG4zQ9iX6C2g4Ljx+QzaxF8
lsWTrBjnIvhge3v9HFg4u+ST+RD86RP4q8xOa8H58iD/1mtB/DvTz+FF8VbR
39laDgKfHM+nLfWD+CdEy6EEKHzazx/iPgFNh/v7+OYYr/JzOAHiX1CHhMd0
P4eEkCD1BSvV4ebrKsp/yZmG4D8FqfNH8D3218pasKvD3Q/Wf1IN7j8YH+Z/
GB8WPjB+ahoQXPNz8Ls4Meafsjo8fEHCacs0HEDe/O/p72CgtVL4QosqnP8o
Qnz7RQVVhw8bArJnxfs71P62KjjHoeoA8rZJJoK/41bX39RyBB+WPraY/ziU
ooXgw8yHqYfZL/36kZkURwBE/Ss1h9p125LqeQMcjEDxflnNgfPngvTNfAFw
/6g+aZ53VgjBBykzlkbw+4HB8UwpwOENKL641eF8WPjC+LDwnwkCsgGQ9LBO
3SEd5C6xAIcZ4PSg7nBDuibR6Km/Q/UnYEBEaUDsf4TgT/nGFj+jxR+Sfrg1
HdxB4S8C9Y+XFiQ9yAU4SMyL0zxdoAW33x8UH80IPiz9wfjgdC+sDfcfLP3C
/A/jw8IHxoeFH0r6/+vvoAPy7zctePjD8hd6fgcA9mCtvg==
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ5IGYC4uASlen/UwIdnCc0C6WdUnCA8d8vWq9wdoeS
Q/vy8FNGMYEODSxH+w23qzpsePhy6iaDQIdfb18fsGzWcMiPZz8nyRjo8CRx
4TWTfm2I/j0BDlMn8FeZaetC5Lci+IsnWTH6bkDwu71esZisDXD48630wRxB
BP9F8VbR36914PytDk2Pjt9A8N+A5E/rQNwHtG/GTCCI1HGw1rky6xlnoEN6
GhA803RY0307g8E80EFXUf5LzjdVOB/mXxg/WjVC5pyMpMPWlpoLmyWh+tME
HK4fzTVp2B7gULi8ZMM/fxa4/dIbxeYzKTDD+S9rH2eff8ME5x/s3tdkshjB
V/+k8nIWJxPc/xB5Rnj4wPiw8IPxwepZAiH2JXA4rAa51zjQAeTdmZVCEPdF
BzqcAYE34vD4q7n/45ZxtqwDevwCACt11Z0=
"]]}, {
Thickness[0.01389854065323141]}, StripOnInput -> False]}, {
ImageSize -> {71.95434122042342, 17.35783810709838},
BaselinePosition -> Scaled[0.30534703405225183`],
ImageSize -> {72., 18.}, PlotRange -> {{0., 71.95}, {0., 17.36}},
AspectRatio -> Automatic}], BoxRotation -> 1.5707963267948966`],
TraditionalForm]}, {15,
FormBox[
RotationBox[
GraphicsBox[{
Thickness[0.013260840737302743`],
StyleBox[{
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0,
1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1,
0}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJlIGYC4he1j7PPr/lpX/vbquBchp7DjJlAIPkbzrcr
caw9fYfNQaTH6xVLib7DhIhuf8YPbA7bHZoeHa/Qd2AAA3Y4P+CJ5yVTYQR/
ya3ljw2bEfzUNCBYxu7wJHHhNRN/JH6E+PaLD/TgfFObvUHTFNXg/L/fSh/M
MVSFu+fUYae1mf9UHK7z3hZL/cbkIDMvTvP0BxWHK7+PXZ9386/9r7evD1g+
RvB3gOyPUHFQ/6TychYnl0MaGGDy/UHuv4zgLwe5/zA3nA8On0heOP8MGPA7
mIHcm6ji8Hnfx63pYQIOU9pboy7HqDjMBANBON8YBISFHWDugfFh7gXzjQXh
/ukFhXcBH6p/t/HCwwPGh4UXjA+2NtPAwQRk3GYeh9vSNYlGpQaQ+GDmcLgu
9MnxvJqBw8HufU0mj5kcfoDsP6zvMP/E5CXZy37YPwXFj76+A3r6AACRT/sU
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {
0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1,
0}}}, {CompressedData["
1:eJxTTMoPSmViYGCwAmIQPWMmEFjKObBwdskn52k5/AeBeAUHc5u9QdMStRy6
bTx3pX1ScNigl7eYMUbLYW9+zduZpooO0yfwV5lpI/hT2lujLu/RhPPnLFLe
+Sdd06H08DbXmbKKDgZaK4UvLNFwCOcUazf+DzRP9UnzvLfqDq5rji5nuCHr
YGIMBJfFHVLSgGCZrMOXfR+3pn8Tc2hVYFc9IyLrEPL28scZC8Uc2sF8aYeq
+z9uGXuLQdRdk3JQ2LVgXyqfqMObttxuo9kyEFpa1EGkclLJ2SdQ841h8nJw
vjxIn548nA+2bwuC/37ReoWzFQoOIGelqYk68McG3DcSV4SbDw6/n4pw+8Ha
ipUcgkDuZYSqf64E9Y+IQzrIHDNlB41PKi9nvRRxEADJpyP4b4q3iv7uVoHz
/34rfTBnoyrEXVNEHU7s2tHLdkHNoQbk/9diDoG3pGsSN2k47Ai2ivivLukg
s/yFh95+TYdUsINl4Hywu5gV4HyQs2dyKjokhASpL8iEyl+GxtMRDYcPIH9H
KDm08Pqvn6KqAVF/U8nhSeLCayb56pB0wq8M0X9S1aEcFM++ylD16hB/HVd2
OHXYaW3mPnUHqXlxmqcFVBzOXw17o1+t4XABRO9WcRDt8XrFMkUTYs5KVYcH
EeLbLypoQdLPcTU4H2zff3U4XwSk74sm1HwNh+0OTY+OS2g7bAKnUzU4Hxxe
AQi+Ecifwgh+A8vRfsPtqpD4FobyzVUczoAAjzbEX2+VIfHGpu3wwDXecZYg
gg8OpxNKcL4wKL2FIPjg+J+uCDfvNIjOUYDbt1ZIhy89Tg7uHvT8CAB9un6Q
"], {{8.987499999999997, 9.353129999999998}, {10.,
9.353129999999998}, {11.2281, 9.353129999999998}, {11.8234,
8.85156}, {11.8234, 7.815629999999998}, {11.8234,
6.587499999999998}, {10.9531, 5.704689999999999}, {
9.760939999999998, 5.704689999999999}, {9.523439999999999,
5.704689999999999}, {9.178130000000001, 5.7171899999999996`}, {
8.784379999999999, 5.75313}, {8.712499999999997, 5.76563}, {
8.56875, 5.77656}, {8.378129999999999, 5.789059999999999}, {
8.987499999999997, 9.353129999999998}}, {{9.64219,
13.048399999999999`}, {9.77344, 13.048399999999999`}, {
9.796880000000002, 13.060899999999997`}, {10.0484,
13.071899999999998`}, {10.2984, 13.095300000000002`}, {10.4531,
13.107799999999997`}, {10.595300000000002`,
13.107799999999997`}, {11.560899999999998`,
13.107799999999997`}, {12.0391, 12.678099999999999`}, {12.0391,
11.7844}, {12.0391, 10.532799999999998`}, {
11.156300000000002`, 9.782809999999998}, {9.678130000000001,
9.782809999999998}, {9.057809999999998, 9.782809999999998}, {
9.64219, 13.048399999999999`}}}],
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGI7IGYC4vQ0IDim7aD+SeXlLE15B58T7LazQ3Xg/Nrf
VgXnVug48McG3DearuBw/mrYG/3bOg53NGXX/DdWdDhx2Glt5j9dhxXfXlac
uaDowMLZJZ/8Tg/Ot62MWGHKawDnf94QkD2r3cDhDAjcUYDzDYyBoFgezl8j
pMOXvk8Gar6+w4yZQFAp5dDAcrTfcLsenB9wS7omcRKCL7v8hYdevJ5DyNvL
H2c0Sjn8efv6gKWynkPF/R+3jLulIObd03VoV2BXPTNFyiEV5P9lug5VIPnV
Eg4e+2tlLY7rOhiD3SPhoKMo/yWnTM/hgWu84yxBSYj/zuk5rAW5z07SYYv5
j0MpXvpwvoHWSuELKQZw/uL7+/jmXDZw+LLv49b0MHE4/yzI/zwicP5/EIgX
cLgu9MnxvJuBA48jn9eMl9wOTyLEt198oAfnvyjeKvqbG8F/krjwmom/LkT/
fx4HfZD9R3Qclt5a/tiQmR8en+Dw9hGAhJOkjkMwKHwUBR3MbfYGTTuoDQkP
EWGHFl7/9VNctR3c1xxdzrBDyAGcPpZpO4hUTio52yLgMH0Cf5XZaW2H3ohu
f8YCPgd3UHg914b47xoXPH2A008nJzx8r/PeFkv9xuHw51vpgzmBenC++NQr
nBmH9OF8b5B7txo4mIAjAOofE0O4/WDhZkOofwUh4b/K0KEVHJ/CcP7OYKuI
/+6icP7B7n1NJsziDtEKjh+TawwdQM5Ka5NwUH/Lu89A0xASHzmSDv3BJSrT
30PtF5aC6N9l4BCjGiFzLkYKHj/9IP9vkIKo/w9Nz29kIPHvAnOPHJxfDUpf
0QpwPjhcvyk6cLupljLNMoCEE5uyg0iP1ysWE304HxxfP3Xh/PiQIPUFmrqQ
9LVOyeENKD1468DzF3p+BgBspacl
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIFIIaxWZDYzFjYDFA+Axobl3pceokxk1TzibGLVH9R
y4/EqAcAXRoCcw==
"], CompressedData["
1:eJxdlHtIU1Ecx6cZoe1xp0xrD1FwlSmi97Gign7LrJTwkRGGUpjazCgFJ6Sl
YS+qSfZ2ioi1cAkKRpoJNXso/TG1TFNTycRRGgn5KARrtnPvPIf6wWF8OLu/
1/d7b/CR3H1ZK0QikYfrxLqOp+s0b1p4lankgEHxmALxLm2Bpw8HYr00zlwv
A3XNoVC7iINByYh/1hMJ5g6T7RxrEWOet820GAZ8YDnfEop2b5hvG776J4bw
w8k9EUulhEdVZ9LpDxxYh60TUdGrYbYp8XhVqw78Cm8au3dSkNdgGsmu1cH6
2ZCpqikKXhRrNhsyddCFYi8l/IbrgEX957v7/cFB1lFX1ElhHuUbJPwR1esk
XImizT1vqAxzO5pvgvD3SydM9FYKDga09opsHIhQ1FI43+mxhWEmTA6lXp3l
UW84SJ7umzGnyyEtSD+T8ZuDaymmBI9EBcT33khzRusgTZui7lErYcO0xBZ5
RSfUiw4UuFAHF4NWabtuB8KjiJMWj1EOdjd0WkULGlwvEeUPVsOaO/3e2fc5
GI85rK9KWgsli1vyerI5aPQNlxo++UNZ3DcvNpiDIr4/hXBvZuElP58cIjfW
+71zMHgfZ9H9ZcK8fgWEtY7zNd05DHTz+5dhXtbrH+6gwJF+b4DNZSAVzbtN
LtwXue9DfMH+ekfjMSfj1lclzLeSFfovUbv9yAp+WSIcg/ZxSoM5E/W3LhBG
0PM/Gbw/fr5+wkO+s/q3dYSNLYpFezwj+KdPAwlIHwuN+3kwZpNWZ9DwGe03
SgUWxPk0mJEvCpXwNSfsV8Vz2u0PleAPJw37kT7jKphD/gtgoAzpT6khFfkh
nDCvj54wXy+ZEfzxTIWZf78OEF7uh38+iYELaJ5+JZ6nHOVrIv3x883JoBjp
+5TG+rWj96mZhgRH7HvulgSz0WpscpaLMRvQfr/4wCDa3wAN2436Ynu1t1sv
BjP/v7uEJ1H9Rlbw7xAF15ONIRW5nNB/rwL+//78BRIu7I0=
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ5IGYC4ieJC6+Z/Ld2ONi9r8lkMZMDjP+y9nH2+TcI
vvRGsflMCswOM2YCwUlrh8LlJRv+nWdxsKmMWGFqa+UgXDmp5OwSAYeE2Dtu
zDcsHf6DgSSc7zyhWSjtlAKcv8Oh6dFxCVWHgjXdtzMCrBzmLFLe+Sdd0+H7
zltdf69aQ/TX68Dtf1O8VfT3aQR/K0j/DQT/BUj+NYKfArJHQtfhQNvy8FOf
rB2mTuCvMtPWdegPLlGZfh/BB9uzH8E/AlK/yMphi17eYsYabYcvGwKyZz23
dGhkOdpvGK7h8AXkPldLh1OHndZmzlOF6Je3dFgrpMOXfk8Jzof5F8Z3X3N0
OcMOWYeDIPOdLB1AwThzp7hDj9crFpOPlg7Bby9/nKEoBHHfeisH/yeel0yF
OeDug8QPI9z9MD7MfzA+zP/9Ed3+jB8QfFj8AgBe6PZ+
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGI5IAaxQYCJAQEYkWhmKMbFJlU9tcxBVk9PN1NiFwAm
JgJ1
"], CompressedData["
1:eJxdlHtIU2EYxmcKsUwrbW0zq7XtdLM0dWmYO3sOYdkNwyItykynk6JMWmii
ZEp20WqYeUPE9A8NKg26UKBdTI10ppiC3RRT0MpIkVhp2L592zngC98fP87L
e57nfd/vWxmXHJngLBKJnKxnh/XMsZ41Y26NG3doUUqiTwXjI8lUW4wWIhKx
KiTfzfuY9MLOAyrk7/zmovFn8e2MNfGEGg+DLa/0ISz0Rz5tc05T48Y+o7o4
QmBbforAPR4T3LtcFp09B374bRHYUd/Bv6rqFOZaJUqILjGLw0y0d4e3Nw4r
uPH4fC3S+y0fAndJMP377ED5bS0Wnyswml8vRpT0SZfopxY/ck/mBSyV4Hnm
ss0GDUu/6yXIcmm+4Z/K4qJiLtNeKKH6HrCYbBx/ZChaSuuNs7gWnRfhVL8c
w8d9fhdn6pDa9Dis9J+C5i+CnZVIi67dZM4B788toq4w4Y3AeSS/T2Dprffi
pEEgKLQhsogTuCE5Y6x0WMVz+N3mGlGaCiusdts/A9sJW5R0Tl2AJ/GjUaK/
0b08MBtoJ7Hbi/o1Aqsn1KNlV2QwJFrjFDAQdpQrS5HyrHhW2ZhwfwnPtv5m
SPD12O1ezXnw/bxUE/U2oFxgm98mgZmhnArzX4CUSWyRILi3+aTGxNF5Qg6y
DjNZnH1+Xoht6vZJOMjZ9crhUl0Q4rSBo370MuiyB1tLXDnc81jvbvgipf+f
Bs82/+MC2/o94vAv4zmQRLfA18k8F8pRMxLuOzMK+7zlOCH+U2n4DtqHFjnV
v5fj+2/zd4hD1lTI6Y41auonloOELMJ7get9T1U7hTI8l1epnk63Mny9C2Tv
pKuofv9ZbPXjYJvey8AQmYMfAz9TpcXfF/z9mG/zo8NWU45H4jwVNMTnTTuH
KOn8J1mYST8yFDQ/SUf17lfDb90dz06jju7fSzXUxF+6DiWmBelBrgzP9cT4
HoFdxFdXxHcwkJH9jNPxeun9msXW/zuY3h8WXhUxa9tMDH1fKrS8ntnvz38n
G98k
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1,
0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJdIGYC4uOaVpNOn/dwqL7/45axt4JD7W+rgnMVHg4h
by9/nNEo5xAhvv0ig5+Hw5u23G6jahmHbq9XLCaOHg5f9n3cmn5N2mHZCw+9
/z/dHapA+rMlHG5K1yQavXV3OAMCPqJwPgMIOCD4O4KtIv4vF3Hg8V8/JZXB
A85nWTzJipEXwf8PAuoI/kwQ0PRwCAK576CIA9j9+h4OIpWTSs4uEXVoWx5+
yijEA6KvXsrhYn48+7mNMP1yEHeleDq4rzm6nKFCAaK/3NNhxbeXFWcmKDhM
/sYWP6PG06H08DbXmXMRfOcJzUJppxD89DQg+Kbg8Csm9+i/Ik+IuzgVIfbm
e0JofkWH+/v45hhreULCt1rRQXzqFc6MLA+H94vWK5zdoeSgN2HBD0M9Dwcz
m71B0x6qwf23QfVJ8zxddbj/IeGnDg8fGB8WfjA+angj+KI9wIj7ogbne+yv
lbV4rubg0PTo+Izf7g4psXfcmCNUIe6xg5q3QdlB3vFj8plYD4cHrvGOsz4q
OVRErDA92+3hcEdTds1/YSUHWPr5APKPh6LDPBudK7PMXOB8cPqQRPB9TrDb
zv7rjMGHhS+MD0uPMP0wPsx8GB89/QIAyc8+Uw==
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIpIAaxQYAJSjNCxZjxsGHqGNDYuNRQy0xqsSkxH1kv
AKovAls=
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGJ7IGYC4trfVgXnLHwcbmvKrvnPrOww10bnyiw3H4e1
Qjp86XpQfpqPw5T21qjLc1QcHJoeHZ+x2MfhSeLCaybrVRze8u4zmPkLwWdZ
PMmKkdcXzufxXz8lVcPXoQFkzwoo3wONf8LHwcAYCIrlHFLTgKDPx0H9k8rL
WZrSDipPmuedFfJxeNOW220kLQpRr+DjcAYE1og4xB++rJ060cdBA6T+pSjc
vAPd+5pMFks6CHxyPJ+m6uuw8tvLijMFCg4JIPWVvg4/374+YLlYxeGGdE2i
0VQ/h5TYO27MFSoOJiB3VPs5lB/e5jrzrxLEf0p+EPujZeF8sP0+UnB+1f0f
t4y9RR2mfGOLnxHjB3ffBr28xYw9CP6F/Hj2czcR/HDx7RcZ2Pzh+nUnLPhh
mOYPccdlcYelLzz0/kf6Q+zfLeEgAvKPqb9DDUj9a3GIeZb+DgdB/mWWcPA5
wW47mxcmL+ZQHrHC9OxnPzgf7J41CD44fqfB/CMB54e8vfxxhqM0nA+JHxmH
GTNBwM8hRjVC5tweWQdVUPws8oOkFzl5iDl7/BzAyjoVHUq2iv4+fQ0qX6fs
sLdW1iL9CSK8v2wIyJ7F7g/nvwGFp5a/w6nDTmsz61QcFBw/Jp/x9XeQmhen
eXqCikOP1ysWk0wEH5w+uvwdNoAdAo2/xf4OgbeAEftJBeLfLVB+kSokPHfC
zFd1WNN9O4Phur/D32+lD+YIqkHcdwYYfp+ADotSg5sHTi/KapDwiPN3ACXT
tGeqDq3Lw08Z6SD44PiQ9Hd4FAGM2AeqiPAHmXdLFRI/ZxH8+/v45hhr+cHV
g83X84W7J4fz54L01z5wfkiJyvT/FQj+cU2rSaf9fRzmLFLe+cddFZI/lX0c
RConlZw1UXZAz98A3afBkQ==
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGJZIIaxWZDYzFDMAOUz4GEjq8fFpqdeSuzCZQ4l7gQA
+6MCWw==
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGIHIGYCYunXj8yklgQ4TGlvjboco+Ow4eHLqZuAfJnl
Lzz05iP4f76VPpgjqOvQ7fWKxWQqgv95Q0D2rG4E/7GI7MmnzQEOIj1AhVd0
HGaCQGuAg88JdtvZUxH8hNg7bswROg6R4tsvMvQFOIiC1JdoQuQdAxyO79rR
y2ag7bB4khWjr02Aw5xFyjv/uGs7iHsE/JGwhtoXqO0wYcEPw2dmCH5zoOfc
Bj0EX/VJ87yzagEOLJxd8sl8CP70CfxVZqe14Hx5kH/rtSD+1QlweFG8VfR3
tpYDx88F6ZuNoP4J0XLYeavrb2o71H0Cmg758eznJE0DHE6A+BfUIeGhDfRf
SJD6gpXqcPN1FeW/5ExD8J8mLrxm4o/ge+yvlbVgV4e7H6z/pBrcfzA+zP8w
Pix8YHxjEPAOcPC7ODHmn7I6PHzTQGCZhkNwicr0/y0BDgZaK4UvtKjC+Y8i
gAoVVB0qIlaYnu0PcKj9bVVwjkPVwV21lGnWFAQ/Jvfov02zEXxY+thi/uNQ
ihaCDzMfph5mPzi9vYCqf6XmULtuW1L92wAHI5C7L6s5cILC+x3CP+Dw+YTm
v98Ifj8ofJgCHd6A4otbHc6HhS+MDwt/cPr6C00P69Qd0kHu+hbgMAOcHtQd
3vDuM5h5KcCh+hMwIqM0HIQ/OZ5Pu4jge1Y36/ssgqYfbk1I+HyB+sdLy+H+
Pr45xv8CHCTmxWmeLtCC2+8Pio9mBB+W/mB8E5C/hLXh/kNJv58QfFj4wPiw
8ENJ//cCHHRA/v2mBQ9/WP5Cz+8AzivDhQ==
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ5IGYC4re8+wxm2gU5OE9oFko7peAA479ftF7h7A4l
B3nHj8lnTIMcGliO9htuV3Xwrm7W9+EKcvj19vUBy2YNB86fC9I33wp0eJK4
8JpJv7bDG5D+aYEOUyfwV5lp60Lk+xB8a50rs551IviqT5rnnW0LdPjzrfTB
HEEE/0XxVtHfr3Xg/K0OTY+O30Dw34DkT+tA3Dc10GHGTCCI1HG4ejTXpOFx
oEN6GhA803RwVy1lmiUQ5KCrKP8l55sqnA/zL4wfrRohc05G0sFfTizL9zNU
f5qAQ348+znJiYEOhctLNvzzZ4HbL71RbD6TAjOc/7L2cfb5N0xw/sHufU0m
ixF89U8qL2dxMsH9D5FnhIcPjA8LPxjfBqT+LtS+BA4HV5B7eYIcQN6dWSkE
cR8wfs6AwBtxePzV3P9xyzhb1gE9fgH+V9kP
"]]}, {
Thickness[0.013260840737302743`]}, StripOnInput -> False]}, {
ImageSize -> {75.40652552926525, 17.49236363636364},
BaselinePosition -> Scaled[0.3029987538415624],
ImageSize -> {76., 18.},
PlotRange -> {{0., 75.41000000000001}, {0., 17.49}}, AspectRatio ->
Automatic}], BoxRotation -> 1.5707963267948966`],
TraditionalForm]}, {16,
FormBox[
RotationBox[
GraphicsBox[{
Thickness[0.013260840737302743`],
StyleBox[{
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGI7IGYCYhNjEPhmb2qzN2haoq7Dm9rH2efX/ILzW8Rr
WTPd/tr7XpwY8y9Zz+HC72PX5938Z/8gQnz7RQZ9h61eGyzm/GR2eJ6l/W36
XH2HbSD+TnY4n8eRz2tGJg+cv15Ihy9dTsAhPiRIfcFKPTg/NQ0I2nTh/DfF
W0V/a+s4bAebz+2QAFLPqe1gV+JYe/oOG5yv8Unl5SxPBD9GNULmXA2rw3rV
J83zeLUdzoBAD4tDwC3pmkQhbYh5lcwODSxH+w3FtR1mggGTg/jUK5wZSloO
9iDzZZgd0kHuYdOCyN9kdfA5wW47O1QL4j9LdocXIPdlazlwg/ynyQnng/2h
xg/ny+9asC/VT9AhOfaOG3OFJpxvBAr2y+pw/pT21qjLf1QdbvDeFks143Pw
2F8ra3FcxWHJreWPDZvZ4fy+iG5/RgMWOD8a5F8bRog/eVQd5p+YvCRb7Z/9
BpD/e1Xh8QmO58+qEHVnfti/AMVHrJoDi/4vrks83+wbQeERru7wGqRe55N9
w2+rgnMa6g6Q9PHV/mniwmsm/GoOl0DxH/kNIp+h6lD7ounXNMvv9hKg8GtS
gaePJyD1+irw8N1i/uNQCpcKND2xwvng+OPkhvO/7Pu4Nf2aADTcVRzA1l8W
coDZfxbsTxGoP9Qg+leKOIDdP10dzpeeF6d5ukADzmfm7JJP9tN0eOAa7zjr
o7DD8V07etkEtByEKyeVnF0i5PDj7esDls1aDmtA6W+foIO+ovyXnGtaDuog
/S8FHM5fDXuj/1sLHj/6WiuFL6hoQ9T/E4Tod9aBuFdYGJq+dOH8OYuUd/5R
14PzweoP6zvsCLaK+J8O9W+mgUPh8pIN/85zwPngdPiMGZW/jAGSn2wNHGQ2
is1nSvhlD8tf6PkZABHAopw=
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {
0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1,
0}}}, {CompressedData["
1:eJxTTMoPSmViYGCwAmIQPWMmEFjKObBwdskn52k5/AeBeAUHc5u9QdMStRy6
bTx3pX1ScNigl7eYMUbLYW9+zduZpooO0yfwV5lpI/hT2lujLu/RhPPnLFLe
+Sdd06H08DbXmbKKDgZaK4UvLNFwCOcUazf+DzRP9UnzvLfqDq5rji5nuCHr
YGIMBJfFHVLSgGCZrMOXfR+3pn8Tc2hVYFc9IyLrEPL28scZC8Uc2sF8aYeq
+z9uGXuLQdRdk3JQ2LVgXyqfqMObttxuo9kyEFpa1EGkclLJ2SdQ841h8nJw
vjxIn548nA+2bwuC/37ReoWzFQoOIGelqYk68McG3DcSV4SbDw6/n4pw+8Ha
ipUcgkDuZYSqf64E9Y+IQzrIHDNlB41PKi9nvRRxEADJpyP4b4q3iv7uVoHz
/34rfTBnoyrEXVNEHU7s2tHLdkHNoQbk/9diDoG3pGsSN2k47Ai2ivivLukg
s/yFh95+TYdUsINl4Hywu5gV4HyQs2dyKjokhASpL8iEyl+GxtMRDYcPIH9H
KDm08Pqvn6KqAVF/U8nhSeLCayb56pB0wq8M0X9S1aEcFM++ylD16hB/HVd2
OHXYaW3mPnUHqXlxmqcFVBzOXw17o1+t4XABRO9WcRDt8XrFMkUTYs5KVYcH
EeLbLypoQdLPcTU4H2zff3U4XwSk74sm1HwNh+0OTY+OS2g7bAKnUzU4Hxxe
AQi+Ecifwgh+A8vRfsPtqpD4FobyzVUczoAAjzbEX2+VIfHGpu3wwDXecZYg
gg8OpxNKcL4wKL2FIPjg+J+uCDfvNIjOUYDbt1ZIhy89Tg7uHvT8CAB9un6Q
"], {{8.987499999999997, 9.353129999999998}, {10.,
9.353129999999998}, {11.2281, 9.353129999999998}, {11.8234,
8.85156}, {11.8234, 7.815629999999998}, {11.8234,
6.587499999999998}, {10.9531, 5.704689999999999}, {
9.760939999999998, 5.704689999999999}, {9.523439999999999,
5.704689999999999}, {9.178130000000001, 5.7171899999999996`}, {
8.784379999999999, 5.75313}, {8.712499999999997, 5.76563}, {
8.56875, 5.77656}, {8.378129999999999, 5.789059999999999}, {
8.987499999999997, 9.353129999999998}}, {{9.64219,
13.048399999999999`}, {9.77344, 13.048399999999999`}, {
9.796880000000002, 13.060899999999997`}, {10.0484,
13.071899999999998`}, {10.2984, 13.095300000000002`}, {10.4531,
13.107799999999997`}, {10.595300000000002`,
13.107799999999997`}, {11.560899999999998`,
13.107799999999997`}, {12.0391, 12.678099999999999`}, {12.0391,
11.7844}, {12.0391, 10.532799999999998`}, {
11.156300000000002`, 9.782809999999998}, {9.678130000000001,
9.782809999999998}, {9.057809999999998, 9.782809999999998}, {
9.64219, 13.048399999999999`}}}],
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGI7IGYC4vQ0IDim7aD+SeXlLE15B58T7LazQ3Xg/Nrf
VgXnVug48McG3DearuBw/mrYG/3bOg53NGXX/DdWdDhx2Glt5j9dhxXfXlac
uaDowMLZJZ/8Tg/Ot62MWGHKawDnf94QkD2r3cDhDAjcUYDzDYyBoFgezl8j
pMOXvk8Gar6+w4yZQFAp5dDAcrTfcLsenB9wS7omcRKCL7v8hYdevJ5DyNvL
H2c0Sjn8efv6gKWynkPF/R+3jLulIObd03VoV2BXPTNFyiEV5P9lug5VIPnV
Eg4e+2tlLY7rOhiD3SPhoKMo/yWnTM/hgWu84yxBSYj/zuk5rAW5z07SYYv5
j0MpXvpwvoHWSuELKQZw/uL7+/jmXDZw+LLv49b0MHE4/yzI/zwicP5/EIgX
cLgu9MnxvJuBA48jn9eMl9wOTyLEt198oAfnvyjeKvqbG8F/krjwmom/LkT/
fx4HfZD9R3Qclt5a/tiQmR8en+Dw9hGAhJOkjkMwKHwUBR3MbfYGTTuoDQkP
EWGHFl7/9VNctR3c1xxdzrBDyAGcPpZpO4hUTio52yLgMH0Cf5XZaW2H3ohu
f8YCPgd3UHg914b47xoXPH2A008nJzx8r/PeFkv9xuHw51vpgzmBenC++NQr
nBmH9OF8b5B7txo4mIAjAOofE0O4/WDhZkOofwUh4b/K0KEVHJ/CcP7OYKuI
/+6icP7B7n1NJsziDtEKjh+TawwdQM5Ka5NwUH/Lu89A0xASHzmSDv3BJSrT
30PtF5aC6N9l4BCjGiFzLkYKHj/9IP9vkIKo/w9Nz29kIPHvAnOPHJxfDUpf
0QpwPjhcvyk6cLupljLNMoCEE5uyg0iP1ysWE304HxxfP3Xh/PiQIPUFmrqQ
9LVOyeENKD1468DzF3p+BgBspacl
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIFIIaxWZDYzFjYDFA+Axobl3pceokxk1TzibGLVH9R
y4/EqAcAXRoCcw==
"], CompressedData["
1:eJxdlHtIU1Ecx6cZoe1xp0xrD1FwlSmi97Gign7LrJTwkRGGUpjazCgFJ6Sl
YS+qSfZ2ioi1cAkKRpoJNXso/TG1TFNTycRRGgn5KARrtnPvPIf6wWF8OLu/
1/d7b/CR3H1ZK0QikYfrxLqOp+s0b1p4lankgEHxmALxLm2Bpw8HYr00zlwv
A3XNoVC7iINByYh/1hMJ5g6T7RxrEWOet820GAZ8YDnfEop2b5hvG776J4bw
w8k9EUulhEdVZ9LpDxxYh60TUdGrYbYp8XhVqw78Cm8au3dSkNdgGsmu1cH6
2ZCpqikKXhRrNhsyddCFYi8l/IbrgEX957v7/cFB1lFX1ElhHuUbJPwR1esk
XImizT1vqAxzO5pvgvD3SydM9FYKDga09opsHIhQ1FI43+mxhWEmTA6lXp3l
UW84SJ7umzGnyyEtSD+T8ZuDaymmBI9EBcT33khzRusgTZui7lErYcO0xBZ5
RSfUiw4UuFAHF4NWabtuB8KjiJMWj1EOdjd0WkULGlwvEeUPVsOaO/3e2fc5
GI85rK9KWgsli1vyerI5aPQNlxo++UNZ3DcvNpiDIr4/hXBvZuElP58cIjfW
+71zMHgfZ9H9ZcK8fgWEtY7zNd05DHTz+5dhXtbrH+6gwJF+b4DNZSAVzbtN
LtwXue9DfMH+ekfjMSfj1lclzLeSFfovUbv9yAp+WSIcg/ZxSoM5E/W3LhBG
0PM/Gbw/fr5+wkO+s/q3dYSNLYpFezwj+KdPAwlIHwuN+3kwZpNWZ9DwGe03
SgUWxPk0mJEvCpXwNSfsV8Vz2u0PleAPJw37kT7jKphD/gtgoAzpT6khFfkh
nDCvj54wXy+ZEfzxTIWZf78OEF7uh38+iYELaJ5+JZ6nHOVrIv3x883JoBjp
+5TG+rWj96mZhgRH7HvulgSz0WpscpaLMRvQfr/4wCDa3wAN2436Ynu1t1sv
BjP/v7uEJ1H9Rlbw7xAF15ONIRW5nNB/rwL+//78BRIu7I0=
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ5IGYC4ieJC6+Z/Ld2ONi9r8lkMZMDjP+y9nH2+TcI
vvRGsflMCswOM2YCwUlrh8LlJRv+nWdxsKmMWGFqa+UgXDmp5OwSAYeE2Dtu
zDcsHf6DgSSc7zyhWSjtlAKcv8Oh6dFxCVWHgjXdtzMCrBzmLFLe+Sdd0+H7
zltdf69aQ/TX68Dtf1O8VfT3aQR/K0j/DQT/BUj+NYKfArJHQtfhQNvy8FOf
rB2mTuCvMtPWdegPLlGZfh/BB9uzH8E/AlK/yMphi17eYsYabYcvGwKyZz23
dGhkOdpvGK7h8AXkPldLh1OHndZmzlOF6Je3dFgrpMOXfk8Jzof5F8Z3X3N0
OcMOWYeDIPOdLB1AwThzp7hDj9crFpOPlg7Bby9/nKEoBHHfeisH/yeel0yF
OeDug8QPI9z9MD7MfzA+zP/9Ed3+jB8QfFj8AgBe6PZ+
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGI5IAaxQYCJAQEYkWhmKMbFJlU9tcxBVk9PN1NiFwAm
JgJ1
"], CompressedData["
1:eJxdlHtIU2EYxmcKsUwrbW0zq7XtdLM0dWmYO3sOYdkNwyItykynk6JMWmii
ZEp20WqYeUPE9A8NKg26UKBdTI10ppiC3RRT0MpIkVhp2L592zngC98fP87L
e57nfd/vWxmXHJngLBKJnKxnh/XMsZ41Y26NG3doUUqiTwXjI8lUW4wWIhKx
KiTfzfuY9MLOAyrk7/zmovFn8e2MNfGEGg+DLa/0ISz0Rz5tc05T48Y+o7o4
QmBbforAPR4T3LtcFp09B374bRHYUd/Bv6rqFOZaJUqILjGLw0y0d4e3Nw4r
uPH4fC3S+y0fAndJMP377ED5bS0Wnyswml8vRpT0SZfopxY/ck/mBSyV4Hnm
ss0GDUu/6yXIcmm+4Z/K4qJiLtNeKKH6HrCYbBx/ZChaSuuNs7gWnRfhVL8c
w8d9fhdn6pDa9Dis9J+C5i+CnZVIi67dZM4B788toq4w4Y3AeSS/T2Dprffi
pEEgKLQhsogTuCE5Y6x0WMVz+N3mGlGaCiusdts/A9sJW5R0Tl2AJ/GjUaK/
0b08MBtoJ7Hbi/o1Aqsn1KNlV2QwJFrjFDAQdpQrS5HyrHhW2ZhwfwnPtv5m
SPD12O1ezXnw/bxUE/U2oFxgm98mgZmhnArzX4CUSWyRILi3+aTGxNF5Qg6y
DjNZnH1+Xoht6vZJOMjZ9crhUl0Q4rSBo370MuiyB1tLXDnc81jvbvgipf+f
Bs82/+MC2/o94vAv4zmQRLfA18k8F8pRMxLuOzMK+7zlOCH+U2n4DtqHFjnV
v5fj+2/zd4hD1lTI6Y41auonloOELMJ7get9T1U7hTI8l1epnk63Mny9C2Tv
pKuofv9ZbPXjYJvey8AQmYMfAz9TpcXfF/z9mG/zo8NWU45H4jwVNMTnTTuH
KOn8J1mYST8yFDQ/SUf17lfDb90dz06jju7fSzXUxF+6DiWmBelBrgzP9cT4
HoFdxFdXxHcwkJH9jNPxeun9msXW/zuY3h8WXhUxa9tMDH1fKrS8ntnvz38n
G98k
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1,
0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJdIGYC4uOaVpNOn/dwqL7/45axt4JD7W+rgnMVHg4h
by9/nNEo5xAhvv0ig5+Hw5u23G6jahmHbq9XLCaOHg5f9n3cmn5N2mHZCw+9
/z/dHapA+rMlHG5K1yQavXV3OAMCPqJwPgMIOCD4O4KtIv4vF3Hg8V8/JZXB
A85nWTzJipEXwf8PAuoI/kwQ0PRwCAK576CIA9j9+h4OIpWTSs4uEXVoWx5+
yijEA6KvXsrhYn48+7mNMP1yEHeleDq4rzm6nKFCAaK/3NNhxbeXFWcmKDhM
/sYWP6PG06H08DbXmXMRfOcJzUJppxD89DQg+Kbg8Csm9+i/Ik+IuzgVIfbm
e0JofkWH+/v45hhreULCt1rRQXzqFc6MLA+H94vWK5zdoeSgN2HBD0M9Dwcz
m71B0x6qwf23QfVJ8zxddbj/IeGnDg8fGB8WfjA+angj+KI9wIj7ogbne+yv
lbV4rubg0PTo+Izf7g4psXfcmCNUIe6xg5q3QdlB3vFj8plYD4cHrvGOsz4q
OVRErDA92+3hcEdTds1/YSUHWPr5APKPh6LDPBudK7PMXOB8cPqQRPB9TrDb
zv7rjMGHhS+MD0uPMP0wPsx8GB89/QIAyc8+Uw==
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIpIAaxQYAJSjNCxZjxsGHqGNDYuNRQy0xqsSkxH1kv
AKovAls=
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGJ7IGYC4trfVgXnLHwcbmvKrvnPrOww10bnyiw3H4e1
Qjp86XpQfpqPw5T21qjLc1QcHJoeHZ+x2MfhSeLCaybrVRze8u4zmPkLwWdZ
PMmKkdcXzufxXz8lVcPXoQFkzwoo3wONf8LHwcAYCIrlHFLTgKDPx0H9k8rL
WZrSDipPmuedFfJxeNOW220kLQpRr+DjcAYE1og4xB++rJ060cdBA6T+pSjc
vAPd+5pMFks6CHxyPJ+m6uuw8tvLijMFCg4JIPWVvg4/374+YLlYxeGGdE2i
0VQ/h5TYO27MFSoOJiB3VPs5lB/e5jrzrxLEf0p+EPujZeF8sP0+UnB+1f0f
t4y9RR2mfGOLnxHjB3ffBr28xYw9CP6F/Hj2czcR/HDx7RcZ2Pzh+nUnLPhh
mOYPccdlcYelLzz0/kf6Q+zfLeEgAvKPqb9DDUj9a3GIeZb+DgdB/mWWcPA5
wW47mxcmL+ZQHrHC9OxnPzgf7J41CD44fqfB/CMB54e8vfxxhqM0nA+JHxmH
GTNBwM8hRjVC5tweWQdVUPws8oOkFzl5iDl7/BzAyjoVHUq2iv4+fQ0qX6fs
sLdW1iL9CSK8v2wIyJ7F7g/nvwGFp5a/w6nDTmsz61QcFBw/Jp/x9XeQmhen
eXqCikOP1ysWk0wEH5w+uvwdNoAdAo2/xf4OgbeAEftJBeLfLVB+kSokPHfC
zFd1WNN9O4Phur/D32+lD+YIqkHcdwYYfp+ADotSg5sHTi/KapDwiPN3ACXT
tGeqDq3Lw08Z6SD44PiQ9Hd4FAGM2AeqiPAHmXdLFRI/ZxH8+/v45hhr+cHV
g83X84W7J4fz54L01z5wfkiJyvT/FQj+cU2rSaf9fRzmLFLe+cddFZI/lX0c
RConlZw1UXZAz98A3afBkQ==
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGJZIIaxWZDYzFDMAOUz4GEjq8fFpqdeSuzCZQ4l7gQA
+6MCWw==
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGIHIGYCYunXj8yklgQ4TGlvjboco+Ow4eHLqZuAfJnl
Lzz05iP4f76VPpgjqOvQ7fWKxWQqgv95Q0D2rG4E/7GI7MmnzQEOIj1AhVd0
HGaCQGuAg88JdtvZUxH8hNg7bswROg6R4tsvMvQFOIiC1JdoQuQdAxyO79rR
y2ag7bB4khWjr02Aw5xFyjv/uGs7iHsE/JGwhtoXqO0wYcEPw2dmCH5zoOfc
Bj0EX/VJ87yzagEOLJxd8sl8CP70CfxVZqe14Hx5kH/rtSD+1QlweFG8VfR3
tpYDx88F6ZuNoP4J0XLYeavrb2o71H0Cmg758eznJE0DHE6A+BfUIeGhDfRf
SJD6gpXqcPN1FeW/5ExD8J8mLrxm4o/ge+yvlbVgV4e7H6z/pBrcfzA+zP8w
Pix8YHxjEPAOcPC7ODHmn7I6PHzTQGCZhkNwicr0/y0BDgZaK4UvtKjC+Y8i
gAoVVB0qIlaYnu0PcKj9bVVwjkPVwV21lGnWFAQ/Jvfov02zEXxY+thi/uNQ
ihaCDzMfph5mPzi9vYCqf6XmULtuW1L92wAHI5C7L6s5cILC+x3CP+Dw+YTm
v98Ifj8ofJgCHd6A4otbHc6HhS+MDwt/cPr6C00P69Qd0kHu+hbgMAOcHtQd
3vDuM5h5KcCh+hMwIqM0HIQ/OZ5Pu4jge1Y36/ssgqYfbk1I+HyB+sdLy+H+
Pr45xv8CHCTmxWmeLtCC2+8Pio9mBB+W/mB8E5C/hLXh/kNJv58QfFj4wPiw
8ENJ//cCHHRA/v2mBQ9/WP5Cz+8AzivDhQ==
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ5IGYC4re8+wxm2gU5OE9oFko7peAA479ftF7h7A4l
B3nHj8lnTIMcGliO9htuV3Xwrm7W9+EKcvj19vUBy2YNB86fC9I33wp0eJK4
8JpJv7bDG5D+aYEOUyfwV5lp60Lk+xB8a50rs551IviqT5rnnW0LdPjzrfTB
HEEE/0XxVtHfr3Xg/K0OTY+O30Dw34DkT+tA3Dc10GHGTCCI1HG4ejTXpOFx
oEN6GhA803RwVy1lmiUQ5KCrKP8l55sqnA/zL4wfrRohc05G0sFfTizL9zNU
f5qAQ348+znJiYEOhctLNvzzZ4HbL71RbD6TAjOc/7L2cfb5N0xw/sHufU0m
ixF89U8qL2dxMsH9D5FnhIcPjA8LPxjfBqT+LtS+BA4HV5B7eYIcQN6dWSkE
cR8wfs6AwBtxePzV3P9xyzhb1gE9fgH+V9kP
"]]}, {
Thickness[0.013260840737302743`]}, StripOnInput -> False]}, {
ImageSize -> {75.40652552926525, 17.35783810709838},
BaselinePosition -> Scaled[0.30534703405225183`],
ImageSize -> {76., 18.},
PlotRange -> {{0., 75.41000000000001}, {0., 17.36}}, AspectRatio ->
Automatic}], BoxRotation -> 1.5707963267948966`],
TraditionalForm]}, {17,
FormBox[
RotationBox[
GraphicsBox[{
Thickness[0.013260840737302743`],
StyleBox[{
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0,
1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1,
0}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJlIGYC4he1j7PPr/lpX/vbquBchp7DjJlAIPkbzrcr
caw9fYfNQaTH6xVLib7DhIhuf8YPbA7bHZoeHa/Qd2AAA3Y4P+CJ5yVTYQR/
ya3ljw2bEfzUNCBYxu7wJHHhNRN/JH6E+PaLD/TgfFObvUHTFNXg/L/fSh/M
MVSFu+fUYae1mf9UHK7z3hZL/cbkIDMvTvP0BxWHK7+PXZ9386/9r7evD1g+
RvB3gOyPUHFQ/6TychYnl0MaGGDy/UHuv4zgLwe5/zA3nA8On0heOP8MGPA7
mIHcm6ji8Hnfx63pYQIOU9pboy7HqDjMBANBON8YBISFHWDugfFh7gXzjQXh
/ukFhXcBH6p/t/HCwwPGh4UXjA+2NtPAwQRk3GYeh9vSNYlGpQaQ+GDmcLgu
9MnxvJqBw8HufU0mj5kcfoDsP6zvMP/E5CXZy37YPwXFj76+A3r6AACRT/sU
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {
0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1,
0}}}, {CompressedData["
1:eJxTTMoPSmViYGCwAmIQPWMmEFjKObBwdskn52k5/AeBeAUHc5u9QdMStRy6
bTx3pX1ScNigl7eYMUbLYW9+zduZpooO0yfwV5lpI/hT2lujLu/RhPPnLFLe
+Sdd06H08DbXmbKKDgZaK4UvLNFwCOcUazf+DzRP9UnzvLfqDq5rji5nuCHr
YGIMBJfFHVLSgGCZrMOXfR+3pn8Tc2hVYFc9IyLrEPL28scZC8Uc2sF8aYeq
+z9uGXuLQdRdk3JQ2LVgXyqfqMObttxuo9kyEFpa1EGkclLJ2SdQ841h8nJw
vjxIn548nA+2bwuC/37ReoWzFQoOIGelqYk68McG3DcSV4SbDw6/n4pw+8Ha
ipUcgkDuZYSqf64E9Y+IQzrIHDNlB41PKi9nvRRxEADJpyP4b4q3iv7uVoHz
/34rfTBnoyrEXVNEHU7s2tHLdkHNoQbk/9diDoG3pGsSN2k47Ai2ivivLukg
s/yFh95+TYdUsINl4Hywu5gV4HyQs2dyKjokhASpL8iEyl+GxtMRDYcPIH9H
KDm08Pqvn6KqAVF/U8nhSeLCayb56pB0wq8M0X9S1aEcFM++ylD16hB/HVd2
OHXYaW3mPnUHqXlxmqcFVBzOXw17o1+t4XABRO9WcRDt8XrFMkUTYs5KVYcH
EeLbLypoQdLPcTU4H2zff3U4XwSk74sm1HwNh+0OTY+OS2g7bAKnUzU4Hxxe
AQi+Ecifwgh+A8vRfsPtqpD4FobyzVUczoAAjzbEX2+VIfHGpu3wwDXecZYg
gg8OpxNKcL4wKL2FIPjg+J+uCDfvNIjOUYDbt1ZIhy89Tg7uHvT8CAB9un6Q
"], {{8.987499999999997, 9.353129999999998}, {10.,
9.353129999999998}, {11.2281, 9.353129999999998}, {11.8234,
8.85156}, {11.8234, 7.815629999999998}, {11.8234,
6.587499999999998}, {10.9531, 5.704689999999999}, {
9.760939999999998, 5.704689999999999}, {9.523439999999999,
5.704689999999999}, {9.178130000000001, 5.7171899999999996`}, {
8.784379999999999, 5.75313}, {8.712499999999997, 5.76563}, {
8.56875, 5.77656}, {8.378129999999999, 5.789059999999999}, {
8.987499999999997, 9.353129999999998}}, {{9.64219,
13.048399999999999`}, {9.77344, 13.048399999999999`}, {
9.796880000000002, 13.060899999999997`}, {10.0484,
13.071899999999998`}, {10.2984, 13.095300000000002`}, {10.4531,
13.107799999999997`}, {10.595300000000002`,
13.107799999999997`}, {11.560899999999998`,
13.107799999999997`}, {12.0391, 12.678099999999999`}, {12.0391,
11.7844}, {12.0391, 10.532799999999998`}, {
11.156300000000002`, 9.782809999999998}, {9.678130000000001,
9.782809999999998}, {9.057809999999998, 9.782809999999998}, {
9.64219, 13.048399999999999`}}}],
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGI7IGYC4vQ0IDim7aD+SeXlLE15B58T7LazQ3Xg/Nrf
VgXnVug48McG3DearuBw/mrYG/3bOg53NGXX/DdWdDhx2Glt5j9dhxXfXlac
uaDowMLZJZ/8Tg/Ot62MWGHKawDnf94QkD2r3cDhDAjcUYDzDYyBoFgezl8j
pMOXvk8Gar6+w4yZQFAp5dDAcrTfcLsenB9wS7omcRKCL7v8hYdevJ5DyNvL
H2c0Sjn8efv6gKWynkPF/R+3jLulIObd03VoV2BXPTNFyiEV5P9lug5VIPnV
Eg4e+2tlLY7rOhiD3SPhoKMo/yWnTM/hgWu84yxBSYj/zuk5rAW5z07SYYv5
j0MpXvpwvoHWSuELKQZw/uL7+/jmXDZw+LLv49b0MHE4/yzI/zwicP5/EIgX
cLgu9MnxvJuBA48jn9eMl9wOTyLEt198oAfnvyjeKvqbG8F/krjwmom/LkT/
fx4HfZD9R3Qclt5a/tiQmR8en+Dw9hGAhJOkjkMwKHwUBR3MbfYGTTuoDQkP
EWGHFl7/9VNctR3c1xxdzrBDyAGcPpZpO4hUTio52yLgMH0Cf5XZaW2H3ohu
f8YCPgd3UHg914b47xoXPH2A008nJzx8r/PeFkv9xuHw51vpgzmBenC++NQr
nBmH9OF8b5B7txo4mIAjAOofE0O4/WDhZkOofwUh4b/K0KEVHJ/CcP7OYKuI
/+6icP7B7n1NJsziDtEKjh+TawwdQM5Ka5NwUH/Lu89A0xASHzmSDv3BJSrT
30PtF5aC6N9l4BCjGiFzLkYKHj/9IP9vkIKo/w9Nz29kIPHvAnOPHJxfDUpf
0QpwPjhcvyk6cLupljLNMoCEE5uyg0iP1ysWE304HxxfP3Xh/PiQIPUFmrqQ
9LVOyeENKD1468DzF3p+BgBspacl
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIFIIaxWZDYzFjYDFA+Axobl3pceokxk1TzibGLVH9R
y4/EqAcAXRoCcw==
"], CompressedData["
1:eJxdlHtIU1Ecx6cZoe1xp0xrD1FwlSmi97Gign7LrJTwkRGGUpjazCgFJ6Sl
YS+qSfZ2ioi1cAkKRpoJNXso/TG1TFNTycRRGgn5KARrtnPvPIf6wWF8OLu/
1/d7b/CR3H1ZK0QikYfrxLqOp+s0b1p4lankgEHxmALxLm2Bpw8HYr00zlwv
A3XNoVC7iINByYh/1hMJ5g6T7RxrEWOet820GAZ8YDnfEop2b5hvG776J4bw
w8k9EUulhEdVZ9LpDxxYh60TUdGrYbYp8XhVqw78Cm8au3dSkNdgGsmu1cH6
2ZCpqikKXhRrNhsyddCFYi8l/IbrgEX957v7/cFB1lFX1ElhHuUbJPwR1esk
XImizT1vqAxzO5pvgvD3SydM9FYKDga09opsHIhQ1FI43+mxhWEmTA6lXp3l
UW84SJ7umzGnyyEtSD+T8ZuDaymmBI9EBcT33khzRusgTZui7lErYcO0xBZ5
RSfUiw4UuFAHF4NWabtuB8KjiJMWj1EOdjd0WkULGlwvEeUPVsOaO/3e2fc5
GI85rK9KWgsli1vyerI5aPQNlxo++UNZ3DcvNpiDIr4/hXBvZuElP58cIjfW
+71zMHgfZ9H9ZcK8fgWEtY7zNd05DHTz+5dhXtbrH+6gwJF+b4DNZSAVzbtN
LtwXue9DfMH+ekfjMSfj1lclzLeSFfovUbv9yAp+WSIcg/ZxSoM5E/W3LhBG
0PM/Gbw/fr5+wkO+s/q3dYSNLYpFezwj+KdPAwlIHwuN+3kwZpNWZ9DwGe03
SgUWxPk0mJEvCpXwNSfsV8Vz2u0PleAPJw37kT7jKphD/gtgoAzpT6khFfkh
nDCvj54wXy+ZEfzxTIWZf78OEF7uh38+iYELaJ5+JZ6nHOVrIv3x883JoBjp
+5TG+rWj96mZhgRH7HvulgSz0WpscpaLMRvQfr/4wCDa3wAN2436Ynu1t1sv
BjP/v7uEJ1H9Rlbw7xAF15ONIRW5nNB/rwL+//78BRIu7I0=
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ5IGYC4ieJC6+Z/Ld2ONi9r8lkMZMDjP+y9nH2+TcI
vvRGsflMCswOM2YCwUlrh8LlJRv+nWdxsKmMWGFqa+UgXDmp5OwSAYeE2Dtu
zDcsHf6DgSSc7zyhWSjtlAKcv8Oh6dFxCVWHgjXdtzMCrBzmLFLe+Sdd0+H7
zltdf69aQ/TX68Dtf1O8VfT3aQR/K0j/DQT/BUj+NYKfArJHQtfhQNvy8FOf
rB2mTuCvMtPWdegPLlGZfh/BB9uzH8E/AlK/yMphi17eYsYabYcvGwKyZz23
dGhkOdpvGK7h8AXkPldLh1OHndZmzlOF6Je3dFgrpMOXfk8Jzof5F8Z3X3N0
OcMOWYeDIPOdLB1AwThzp7hDj9crFpOPlg7Bby9/nKEoBHHfeisH/yeel0yF
OeDug8QPI9z9MD7MfzA+zP/9Ed3+jB8QfFj8AgBe6PZ+
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGI5IAaxQYCJAQEYkWhmKMbFJlU9tcxBVk9PN1NiFwAm
JgJ1
"], CompressedData["
1:eJxdlHtIU2EYxmcKsUwrbW0zq7XtdLM0dWmYO3sOYdkNwyItykynk6JMWmii
ZEp20WqYeUPE9A8NKg26UKBdTI10ppiC3RRT0MpIkVhp2L592zngC98fP87L
e57nfd/vWxmXHJngLBKJnKxnh/XMsZ41Y26NG3doUUqiTwXjI8lUW4wWIhKx
KiTfzfuY9MLOAyrk7/zmovFn8e2MNfGEGg+DLa/0ISz0Rz5tc05T48Y+o7o4
QmBbforAPR4T3LtcFp09B374bRHYUd/Bv6rqFOZaJUqILjGLw0y0d4e3Nw4r
uPH4fC3S+y0fAndJMP377ED5bS0Wnyswml8vRpT0SZfopxY/ck/mBSyV4Hnm
ss0GDUu/6yXIcmm+4Z/K4qJiLtNeKKH6HrCYbBx/ZChaSuuNs7gWnRfhVL8c
w8d9fhdn6pDa9Dis9J+C5i+CnZVIi67dZM4B788toq4w4Y3AeSS/T2Dprffi
pEEgKLQhsogTuCE5Y6x0WMVz+N3mGlGaCiusdts/A9sJW5R0Tl2AJ/GjUaK/
0b08MBtoJ7Hbi/o1Aqsn1KNlV2QwJFrjFDAQdpQrS5HyrHhW2ZhwfwnPtv5m
SPD12O1ezXnw/bxUE/U2oFxgm98mgZmhnArzX4CUSWyRILi3+aTGxNF5Qg6y
DjNZnH1+Xoht6vZJOMjZ9crhUl0Q4rSBo370MuiyB1tLXDnc81jvbvgipf+f
Bs82/+MC2/o94vAv4zmQRLfA18k8F8pRMxLuOzMK+7zlOCH+U2n4DtqHFjnV
v5fj+2/zd4hD1lTI6Y41auonloOELMJ7get9T1U7hTI8l1epnk63Mny9C2Tv
pKuofv9ZbPXjYJvey8AQmYMfAz9TpcXfF/z9mG/zo8NWU45H4jwVNMTnTTuH
KOn8J1mYST8yFDQ/SUf17lfDb90dz06jju7fSzXUxF+6DiWmBelBrgzP9cT4
HoFdxFdXxHcwkJH9jNPxeun9msXW/zuY3h8WXhUxa9tMDH1fKrS8ntnvz38n
G98k
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1,
0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJdIGYC4uOaVpNOn/dwqL7/45axt4JD7W+rgnMVHg4h
by9/nNEo5xAhvv0ig5+Hw5u23G6jahmHbq9XLCaOHg5f9n3cmn5N2mHZCw+9
/z/dHapA+rMlHG5K1yQavXV3OAMCPqJwPgMIOCD4O4KtIv4vF3Hg8V8/JZXB
A85nWTzJipEXwf8PAuoI/kwQ0PRwCAK576CIA9j9+h4OIpWTSs4uEXVoWx5+
yijEA6KvXsrhYn48+7mNMP1yEHeleDq4rzm6nKFCAaK/3NNhxbeXFWcmKDhM
/sYWP6PG06H08DbXmXMRfOcJzUJppxD89DQg+Kbg8Csm9+i/Ik+IuzgVIfbm
e0JofkWH+/v45hhreULCt1rRQXzqFc6MLA+H94vWK5zdoeSgN2HBD0M9Dwcz
m71B0x6qwf23QfVJ8zxddbj/IeGnDg8fGB8WfjA+angj+KI9wIj7ogbne+yv
lbV4rubg0PTo+Izf7g4psXfcmCNUIe6xg5q3QdlB3vFj8plYD4cHrvGOsz4q
OVRErDA92+3hcEdTds1/YSUHWPr5APKPh6LDPBudK7PMXOB8cPqQRPB9TrDb
zv7rjMGHhS+MD0uPMP0wPsx8GB89/QIAyc8+Uw==
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIpIAaxQYAJSjNCxZjxsGHqGNDYuNRQy0xqsSkxH1kv
AKovAls=
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGJ7IGYC4trfVgXnLHwcbmvKrvnPrOww10bnyiw3H4e1
Qjp86XpQfpqPw5T21qjLc1QcHJoeHZ+x2MfhSeLCaybrVRze8u4zmPkLwWdZ
PMmKkdcXzufxXz8lVcPXoQFkzwoo3wONf8LHwcAYCIrlHFLTgKDPx0H9k8rL
WZrSDipPmuedFfJxeNOW220kLQpRr+DjcAYE1og4xB++rJ060cdBA6T+pSjc
vAPd+5pMFks6CHxyPJ+m6uuw8tvLijMFCg4JIPWVvg4/374+YLlYxeGGdE2i
0VQ/h5TYO27MFSoOJiB3VPs5lB/e5jrzrxLEf0p+EPujZeF8sP0+UnB+1f0f
t4y9RR2mfGOLnxHjB3ffBr28xYw9CP6F/Hj2czcR/HDx7RcZ2Pzh+nUnLPhh
mOYPccdlcYelLzz0/kf6Q+zfLeEgAvKPqb9DDUj9a3GIeZb+DgdB/mWWcPA5
wW47mxcmL+ZQHrHC9OxnPzgf7J41CD44fqfB/CMB54e8vfxxhqM0nA+JHxmH
GTNBwM8hRjVC5tweWQdVUPws8oOkFzl5iDl7/BzAyjoVHUq2iv4+fQ0qX6fs
sLdW1iL9CSK8v2wIyJ7F7g/nvwGFp5a/w6nDTmsz61QcFBw/Jp/x9XeQmhen
eXqCikOP1ysWk0wEH5w+uvwdNoAdAo2/xf4OgbeAEftJBeLfLVB+kSokPHfC
zFd1WNN9O4Phur/D32+lD+YIqkHcdwYYfp+ADotSg5sHTi/KapDwiPN3ACXT
tGeqDq3Lw08Z6SD44PiQ9Hd4FAGM2AeqiPAHmXdLFRI/ZxH8+/v45hhr+cHV
g83X84W7J4fz54L01z5wfkiJyvT/FQj+cU2rSaf9fRzmLFLe+cddFZI/lX0c
RConlZw1UXZAz98A3afBkQ==
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGJZIIaxWZDYzFDMAOUz4GEjq8fFpqdeSuzCZQ4l7gQA
+6MCWw==
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGIHIGYCYunXj8yklgQ4TGlvjboco+Ow4eHLqZuAfJnl
Lzz05iP4f76VPpgjqOvQ7fWKxWQqgv95Q0D2rG4E/7GI7MmnzQEOIj1AhVd0
HGaCQGuAg88JdtvZUxH8hNg7bswROg6R4tsvMvQFOIiC1JdoQuQdAxyO79rR
y2ag7bB4khWjr02Aw5xFyjv/uGs7iHsE/JGwhtoXqO0wYcEPw2dmCH5zoOfc
Bj0EX/VJ87yzagEOLJxd8sl8CP70CfxVZqe14Hx5kH/rtSD+1QlweFG8VfR3
tpYDx88F6ZuNoP4J0XLYeavrb2o71H0Cmg758eznJE0DHE6A+BfUIeGhDfRf
SJD6gpXqcPN1FeW/5ExD8J8mLrxm4o/ge+yvlbVgV4e7H6z/pBrcfzA+zP8w
Pix8YHxjEPAOcPC7ODHmn7I6PHzTQGCZhkNwicr0/y0BDgZaK4UvtKjC+Y8i
gAoVVB0qIlaYnu0PcKj9bVVwjkPVwV21lGnWFAQ/Jvfov02zEXxY+thi/uNQ
ihaCDzMfph5mPzi9vYCqf6XmULtuW1L92wAHI5C7L6s5cILC+x3CP+Dw+YTm
v98Ifj8ofJgCHd6A4otbHc6HhS+MDwt/cPr6C00P69Qd0kHu+hbgMAOcHtQd
3vDuM5h5KcCh+hMwIqM0HIQ/OZ5Pu4jge1Y36/ssgqYfbk1I+HyB+sdLy+H+
Pr45xv8CHCTmxWmeLtCC2+8Pio9mBB+W/mB8E5C/hLXh/kNJv58QfFj4wPiw
8ENJ//cCHHRA/v2mBQ9/WP5Cz+8AzivDhQ==
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ5IGYC4re8+wxm2gU5OE9oFko7peAA479ftF7h7A4l
B3nHj8lnTIMcGliO9htuV3Xwrm7W9+EKcvj19vUBy2YNB86fC9I33wp0eJK4
8JpJv7bDG5D+aYEOUyfwV5lp60Lk+xB8a50rs551IviqT5rnnW0LdPjzrfTB
HEEE/0XxVtHfr3Xg/K0OTY+O30Dw34DkT+tA3Dc10GHGTCCI1HG4ejTXpOFx
oEN6GhA803RwVy1lmiUQ5KCrKP8l55sqnA/zL4wfrRohc05G0sFfTizL9zNU
f5qAQ348+znJiYEOhctLNvzzZ4HbL71RbD6TAjOc/7L2cfb5N0xw/sHufU0m
ixF89U8qL2dxMsH9D5FnhIcPjA8LPxjfBqT+LtS+BA4HV5B7eYIcQN6dWSkE
cR8wfs6AwBtxePzV3P9xyzhb1gE9fgH+V9kP
"]]}, {
Thickness[0.013260840737302743`]}, StripOnInput -> False]}, {
ImageSize -> {75.40652552926525, 17.49236363636364},
BaselinePosition -> Scaled[0.3029987538415624],
ImageSize -> {76., 18.},
PlotRange -> {{0., 75.41000000000001}, {0., 17.49}}, AspectRatio ->
Automatic}], BoxRotation -> 1.5707963267948966`],
TraditionalForm]}, {18,
FormBox[
RotationBox[
GraphicsBox[{
Thickness[0.013260840737302743`],
StyleBox[{
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGI7IGYCYhNjEPhmb2qzN2haoq7Dm9rH2efX/ILzW8Rr
WTPd/tr7XpwY8y9Zz+HC72PX5938Z/8gQnz7RQZ9h61eGyzm/GR2eJ6l/W36
XH2HbSD+TnY4n8eRz2tGJg+cv15Ihy9dTsAhPiRIfcFKPTg/NQ0I2nTh/DfF
W0V/a+s4bAebz+2QAFLPqe1gV+JYe/oOG5yv8Unl5SxPBD9GNULmXA2rw3rV
J83zeLUdzoBAD4tDwC3pmkQhbYh5lcwODSxH+w3FtR1mggGTg/jUK5wZSloO
9iDzZZgd0kHuYdOCyN9kdfA5wW47O1QL4j9LdocXIPdlazlwg/ynyQnng/2h
xg/ny+9asC/VT9AhOfaOG3OFJpxvBAr2y+pw/pT21qjLf1QdbvDeFks143Pw
2F8ra3FcxWHJreWPDZvZ4fy+iG5/RgMWOD8a5F8bRog/eVQd5p+YvCRb7Z/9
BpD/e1Xh8QmO58+qEHVnfti/AMVHrJoDi/4vrks83+wbQeERru7wGqRe55N9
w2+rgnMa6g6Q9PHV/mniwmsm/GoOl0DxH/kNIp+h6lD7ounXNMvv9hKg8GtS
gaePJyD1+irw8N1i/uNQCpcKND2xwvng+OPkhvO/7Pu4Nf2aADTcVRzA1l8W
coDZfxbsTxGoP9Qg+leKOIDdP10dzpeeF6d5ukADzmfm7JJP9tN0eOAa7zjr
o7DD8V07etkEtByEKyeVnF0i5PDj7esDls1aDmtA6W+foIO+ovyXnGtaDuog
/S8FHM5fDXuj/1sLHj/6WiuFL6hoQ9T/E4Tod9aBuFdYGJq+dOH8OYuUd/5R
14PzweoP6zvsCLaK+J8O9W+mgUPh8pIN/85zwPngdPiMGZW/jAGSn2wNHGQ2
is1nSvhlD8tf6PkZABHAopw=
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {
0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1,
0}}}, {CompressedData["
1:eJxTTMoPSmViYGCwAmIQPWMmEFjKObBwdskn52k5/AeBeAUHc5u9QdMStRy6
bTx3pX1ScNigl7eYMUbLYW9+zduZpooO0yfwV5lpI/hT2lujLu/RhPPnLFLe
+Sdd06H08DbXmbKKDgZaK4UvLNFwCOcUazf+DzRP9UnzvLfqDq5rji5nuCHr
YGIMBJfFHVLSgGCZrMOXfR+3pn8Tc2hVYFc9IyLrEPL28scZC8Uc2sF8aYeq
+z9uGXuLQdRdk3JQ2LVgXyqfqMObttxuo9kyEFpa1EGkclLJ2SdQ841h8nJw
vjxIn548nA+2bwuC/37ReoWzFQoOIGelqYk68McG3DcSV4SbDw6/n4pw+8Ha
ipUcgkDuZYSqf64E9Y+IQzrIHDNlB41PKi9nvRRxEADJpyP4b4q3iv7uVoHz
/34rfTBnoyrEXVNEHU7s2tHLdkHNoQbk/9diDoG3pGsSN2k47Ai2ivivLukg
s/yFh95+TYdUsINl4Hywu5gV4HyQs2dyKjokhASpL8iEyl+GxtMRDYcPIH9H
KDm08Pqvn6KqAVF/U8nhSeLCayb56pB0wq8M0X9S1aEcFM++ylD16hB/HVd2
OHXYaW3mPnUHqXlxmqcFVBzOXw17o1+t4XABRO9WcRDt8XrFMkUTYs5KVYcH
EeLbLypoQdLPcTU4H2zff3U4XwSk74sm1HwNh+0OTY+OS2g7bAKnUzU4Hxxe
AQi+Ecifwgh+A8vRfsPtqpD4FobyzVUczoAAjzbEX2+VIfHGpu3wwDXecZYg
gg8OpxNKcL4wKL2FIPjg+J+uCDfvNIjOUYDbt1ZIhy89Tg7uHvT8CAB9un6Q
"], {{8.987499999999997, 9.353129999999998}, {10.,
9.353129999999998}, {11.2281, 9.353129999999998}, {11.8234,
8.85156}, {11.8234, 7.815629999999998}, {11.8234,
6.587499999999998}, {10.9531, 5.704689999999999}, {
9.760939999999998, 5.704689999999999}, {9.523439999999999,
5.704689999999999}, {9.178130000000001, 5.7171899999999996`}, {
8.784379999999999, 5.75313}, {8.712499999999997, 5.76563}, {
8.56875, 5.77656}, {8.378129999999999, 5.789059999999999}, {
8.987499999999997, 9.353129999999998}}, {{9.64219,
13.048399999999999`}, {9.77344, 13.048399999999999`}, {
9.796880000000002, 13.060899999999997`}, {10.0484,
13.071899999999998`}, {10.2984, 13.095300000000002`}, {10.4531,
13.107799999999997`}, {10.595300000000002`,
13.107799999999997`}, {11.560899999999998`,
13.107799999999997`}, {12.0391, 12.678099999999999`}, {12.0391,
11.7844}, {12.0391, 10.532799999999998`}, {
11.156300000000002`, 9.782809999999998}, {9.678130000000001,
9.782809999999998}, {9.057809999999998, 9.782809999999998}, {
9.64219, 13.048399999999999`}}}],
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGI7IGYC4vQ0IDim7aD+SeXlLE15B58T7LazQ3Xg/Nrf
VgXnVug48McG3DearuBw/mrYG/3bOg53NGXX/DdWdDhx2Glt5j9dhxXfXlac
uaDowMLZJZ/8Tg/Ot62MWGHKawDnf94QkD2r3cDhDAjcUYDzDYyBoFgezl8j
pMOXvk8Gar6+w4yZQFAp5dDAcrTfcLsenB9wS7omcRKCL7v8hYdevJ5DyNvL
H2c0Sjn8efv6gKWynkPF/R+3jLulIObd03VoV2BXPTNFyiEV5P9lug5VIPnV
Eg4e+2tlLY7rOhiD3SPhoKMo/yWnTM/hgWu84yxBSYj/zuk5rAW5z07SYYv5
j0MpXvpwvoHWSuELKQZw/uL7+/jmXDZw+LLv49b0MHE4/yzI/zwicP5/EIgX
cLgu9MnxvJuBA48jn9eMl9wOTyLEt198oAfnvyjeKvqbG8F/krjwmom/LkT/
fx4HfZD9R3Qclt5a/tiQmR8en+Dw9hGAhJOkjkMwKHwUBR3MbfYGTTuoDQkP
EWGHFl7/9VNctR3c1xxdzrBDyAGcPpZpO4hUTio52yLgMH0Cf5XZaW2H3ohu
f8YCPgd3UHg914b47xoXPH2A008nJzx8r/PeFkv9xuHw51vpgzmBenC++NQr
nBmH9OF8b5B7txo4mIAjAOofE0O4/WDhZkOofwUh4b/K0KEVHJ/CcP7OYKuI
/+6icP7B7n1NJsziDtEKjh+TawwdQM5Ka5NwUH/Lu89A0xASHzmSDv3BJSrT
30PtF5aC6N9l4BCjGiFzLkYKHj/9IP9vkIKo/w9Nz29kIPHvAnOPHJxfDUpf
0QpwPjhcvyk6cLupljLNMoCEE5uyg0iP1ysWE304HxxfP3Xh/PiQIPUFmrqQ
9LVOyeENKD1468DzF3p+BgBspacl
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIFIIaxWZDYzFjYDFA+Axobl3pceokxk1TzibGLVH9R
y4/EqAcAXRoCcw==
"], CompressedData["
1:eJxdlHtIU1Ecx6cZoe1xp0xrD1FwlSmi97Gign7LrJTwkRGGUpjazCgFJ6Sl
YS+qSfZ2ioi1cAkKRpoJNXso/TG1TFNTycRRGgn5KARrtnPvPIf6wWF8OLu/
1/d7b/CR3H1ZK0QikYfrxLqOp+s0b1p4lankgEHxmALxLm2Bpw8HYr00zlwv
A3XNoVC7iINByYh/1hMJ5g6T7RxrEWOet820GAZ8YDnfEop2b5hvG776J4bw
w8k9EUulhEdVZ9LpDxxYh60TUdGrYbYp8XhVqw78Cm8au3dSkNdgGsmu1cH6
2ZCpqikKXhRrNhsyddCFYi8l/IbrgEX957v7/cFB1lFX1ElhHuUbJPwR1esk
XImizT1vqAxzO5pvgvD3SydM9FYKDga09opsHIhQ1FI43+mxhWEmTA6lXp3l
UW84SJ7umzGnyyEtSD+T8ZuDaymmBI9EBcT33khzRusgTZui7lErYcO0xBZ5
RSfUiw4UuFAHF4NWabtuB8KjiJMWj1EOdjd0WkULGlwvEeUPVsOaO/3e2fc5
GI85rK9KWgsli1vyerI5aPQNlxo++UNZ3DcvNpiDIr4/hXBvZuElP58cIjfW
+71zMHgfZ9H9ZcK8fgWEtY7zNd05DHTz+5dhXtbrH+6gwJF+b4DNZSAVzbtN
LtwXue9DfMH+ekfjMSfj1lclzLeSFfovUbv9yAp+WSIcg/ZxSoM5E/W3LhBG
0PM/Gbw/fr5+wkO+s/q3dYSNLYpFezwj+KdPAwlIHwuN+3kwZpNWZ9DwGe03
SgUWxPk0mJEvCpXwNSfsV8Vz2u0PleAPJw37kT7jKphD/gtgoAzpT6khFfkh
nDCvj54wXy+ZEfzxTIWZf78OEF7uh38+iYELaJ5+JZ6nHOVrIv3x883JoBjp
+5TG+rWj96mZhgRH7HvulgSz0WpscpaLMRvQfr/4wCDa3wAN2436Ynu1t1sv
BjP/v7uEJ1H9Rlbw7xAF15ONIRW5nNB/rwL+//78BRIu7I0=
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ5IGYC4ieJC6+Z/Ld2ONi9r8lkMZMDjP+y9nH2+TcI
vvRGsflMCswOM2YCwUlrh8LlJRv+nWdxsKmMWGFqa+UgXDmp5OwSAYeE2Dtu
zDcsHf6DgSSc7zyhWSjtlAKcv8Oh6dFxCVWHgjXdtzMCrBzmLFLe+Sdd0+H7
zltdf69aQ/TX68Dtf1O8VfT3aQR/K0j/DQT/BUj+NYKfArJHQtfhQNvy8FOf
rB2mTuCvMtPWdegPLlGZfh/BB9uzH8E/AlK/yMphi17eYsYabYcvGwKyZz23
dGhkOdpvGK7h8AXkPldLh1OHndZmzlOF6Je3dFgrpMOXfk8Jzof5F8Z3X3N0
OcMOWYeDIPOdLB1AwThzp7hDj9crFpOPlg7Bby9/nKEoBHHfeisH/yeel0yF
OeDug8QPI9z9MD7MfzA+zP/9Ed3+jB8QfFj8AgBe6PZ+
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGI5IAaxQYCJAQEYkWhmKMbFJlU9tcxBVk9PN1NiFwAm
JgJ1
"], CompressedData["
1:eJxdlHtIU2EYxmcKsUwrbW0zq7XtdLM0dWmYO3sOYdkNwyItykynk6JMWmii
ZEp20WqYeUPE9A8NKg26UKBdTI10ppiC3RRT0MpIkVhp2L592zngC98fP87L
e57nfd/vWxmXHJngLBKJnKxnh/XMsZ41Y26NG3doUUqiTwXjI8lUW4wWIhKx
KiTfzfuY9MLOAyrk7/zmovFn8e2MNfGEGg+DLa/0ISz0Rz5tc05T48Y+o7o4
QmBbforAPR4T3LtcFp09B374bRHYUd/Bv6rqFOZaJUqILjGLw0y0d4e3Nw4r
uPH4fC3S+y0fAndJMP377ED5bS0Wnyswml8vRpT0SZfopxY/ck/mBSyV4Hnm
ss0GDUu/6yXIcmm+4Z/K4qJiLtNeKKH6HrCYbBx/ZChaSuuNs7gWnRfhVL8c
w8d9fhdn6pDa9Dis9J+C5i+CnZVIi67dZM4B788toq4w4Y3AeSS/T2Dprffi
pEEgKLQhsogTuCE5Y6x0WMVz+N3mGlGaCiusdts/A9sJW5R0Tl2AJ/GjUaK/
0b08MBtoJ7Hbi/o1Aqsn1KNlV2QwJFrjFDAQdpQrS5HyrHhW2ZhwfwnPtv5m
SPD12O1ezXnw/bxUE/U2oFxgm98mgZmhnArzX4CUSWyRILi3+aTGxNF5Qg6y
DjNZnH1+Xoht6vZJOMjZ9crhUl0Q4rSBo370MuiyB1tLXDnc81jvbvgipf+f
Bs82/+MC2/o94vAv4zmQRLfA18k8F8pRMxLuOzMK+7zlOCH+U2n4DtqHFjnV
v5fj+2/zd4hD1lTI6Y41auonloOELMJ7get9T1U7hTI8l1epnk63Mny9C2Tv
pKuofv9ZbPXjYJvey8AQmYMfAz9TpcXfF/z9mG/zo8NWU45H4jwVNMTnTTuH
KOn8J1mYST8yFDQ/SUf17lfDb90dz06jju7fSzXUxF+6DiWmBelBrgzP9cT4
HoFdxFdXxHcwkJH9jNPxeun9msXW/zuY3h8WXhUxa9tMDH1fKrS8ntnvz38n
G98k
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1,
0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJdIGYC4uOaVpNOn/dwqL7/45axt4JD7W+rgnMVHg4h
by9/nNEo5xAhvv0ig5+Hw5u23G6jahmHbq9XLCaOHg5f9n3cmn5N2mHZCw+9
/z/dHapA+rMlHG5K1yQavXV3OAMCPqJwPgMIOCD4O4KtIv4vF3Hg8V8/JZXB
A85nWTzJipEXwf8PAuoI/kwQ0PRwCAK576CIA9j9+h4OIpWTSs4uEXVoWx5+
yijEA6KvXsrhYn48+7mNMP1yEHeleDq4rzm6nKFCAaK/3NNhxbeXFWcmKDhM
/sYWP6PG06H08DbXmXMRfOcJzUJppxD89DQg+Kbg8Csm9+i/Ik+IuzgVIfbm
e0JofkWH+/v45hhreULCt1rRQXzqFc6MLA+H94vWK5zdoeSgN2HBD0M9Dwcz
m71B0x6qwf23QfVJ8zxddbj/IeGnDg8fGB8WfjA+angj+KI9wIj7ogbne+yv
lbV4rubg0PTo+Izf7g4psXfcmCNUIe6xg5q3QdlB3vFj8plYD4cHrvGOsz4q
OVRErDA92+3hcEdTds1/YSUHWPr5APKPh6LDPBudK7PMXOB8cPqQRPB9TrDb
zv7rjMGHhS+MD0uPMP0wPsx8GB89/QIAyc8+Uw==
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIpIAaxQYAJSjNCxZjxsGHqGNDYuNRQy0xqsSkxH1kv
AKovAls=
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGJ7IGYC4trfVgXnLHwcbmvKrvnPrOww10bnyiw3H4e1
Qjp86XpQfpqPw5T21qjLc1QcHJoeHZ+x2MfhSeLCaybrVRze8u4zmPkLwWdZ
PMmKkdcXzufxXz8lVcPXoQFkzwoo3wONf8LHwcAYCIrlHFLTgKDPx0H9k8rL
WZrSDipPmuedFfJxeNOW220kLQpRr+DjcAYE1og4xB++rJ060cdBA6T+pSjc
vAPd+5pMFks6CHxyPJ+m6uuw8tvLijMFCg4JIPWVvg4/374+YLlYxeGGdE2i
0VQ/h5TYO27MFSoOJiB3VPs5lB/e5jrzrxLEf0p+EPujZeF8sP0+UnB+1f0f
t4y9RR2mfGOLnxHjB3ffBr28xYw9CP6F/Hj2czcR/HDx7RcZ2Pzh+nUnLPhh
mOYPccdlcYelLzz0/kf6Q+zfLeEgAvKPqb9DDUj9a3GIeZb+DgdB/mWWcPA5
wW47mxcmL+ZQHrHC9OxnPzgf7J41CD44fqfB/CMB54e8vfxxhqM0nA+JHxmH
GTNBwM8hRjVC5tweWQdVUPws8oOkFzl5iDl7/BzAyjoVHUq2iv4+fQ0qX6fs
sLdW1iL9CSK8v2wIyJ7F7g/nvwGFp5a/w6nDTmsz61QcFBw/Jp/x9XeQmhen
eXqCikOP1ysWk0wEH5w+uvwdNoAdAo2/xf4OgbeAEftJBeLfLVB+kSokPHfC
zFd1WNN9O4Phur/D32+lD+YIqkHcdwYYfp+ADotSg5sHTi/KapDwiPN3ACXT
tGeqDq3Lw08Z6SD44PiQ9Hd4FAGM2AeqiPAHmXdLFRI/ZxH8+/v45hhr+cHV
g83X84W7J4fz54L01z5wfkiJyvT/FQj+cU2rSaf9fRzmLFLe+cddFZI/lX0c
RConlZw1UXZAz98A3afBkQ==
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGJZIIaxWZDYzFDMAOUz4GEjq8fFpqdeSuzCZQ4l7gQA
+6MCWw==
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGIHIGYCYunXj8yklgQ4TGlvjboco+Ow4eHLqZuAfJnl
Lzz05iP4f76VPpgjqOvQ7fWKxWQqgv95Q0D2rG4E/7GI7MmnzQEOIj1AhVd0
HGaCQGuAg88JdtvZUxH8hNg7bswROg6R4tsvMvQFOIiC1JdoQuQdAxyO79rR
y2ag7bB4khWjr02Aw5xFyjv/uGs7iHsE/JGwhtoXqO0wYcEPw2dmCH5zoOfc
Bj0EX/VJ87yzagEOLJxd8sl8CP70CfxVZqe14Hx5kH/rtSD+1QlweFG8VfR3
tpYDx88F6ZuNoP4J0XLYeavrb2o71H0Cmg758eznJE0DHE6A+BfUIeGhDfRf
SJD6gpXqcPN1FeW/5ExD8J8mLrxm4o/ge+yvlbVgV4e7H6z/pBrcfzA+zP8w
Pix8YHxjEPAOcPC7ODHmn7I6PHzTQGCZhkNwicr0/y0BDgZaK4UvtKjC+Y8i
gAoVVB0qIlaYnu0PcKj9bVVwjkPVwV21lGnWFAQ/Jvfov02zEXxY+thi/uNQ
ihaCDzMfph5mPzi9vYCqf6XmULtuW1L92wAHI5C7L6s5cILC+x3CP+Dw+YTm
v98Ifj8ofJgCHd6A4otbHc6HhS+MDwt/cPr6C00P69Qd0kHu+hbgMAOcHtQd
3vDuM5h5KcCh+hMwIqM0HIQ/OZ5Pu4jge1Y36/ssgqYfbk1I+HyB+sdLy+H+
Pr45xv8CHCTmxWmeLtCC2+8Pio9mBB+W/mB8E5C/hLXh/kNJv58QfFj4wPiw
8ENJ//cCHHRA/v2mBQ9/WP5Cz+8AzivDhQ==
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ5IGYC4re8+wxm2gU5OE9oFko7peAA479ftF7h7A4l
B3nHj8lnTIMcGliO9htuV3Xwrm7W9+EKcvj19vUBy2YNB86fC9I33wp0eJK4
8JpJv7bDG5D+aYEOUyfwV5lp60Lk+xB8a50rs551IviqT5rnnW0LdPjzrfTB
HEEE/0XxVtHfr3Xg/K0OTY+O30Dw34DkT+tA3Dc10GHGTCCI1HG4ejTXpOFx
oEN6GhA803RwVy1lmiUQ5KCrKP8l55sqnA/zL4wfrRohc05G0sFfTizL9zNU
f5qAQ348+znJiYEOhctLNvzzZ4HbL71RbD6TAjOc/7L2cfb5N0xw/sHufU0m
ixF89U8qL2dxMsH9D5FnhIcPjA8LPxjfBqT+LtS+BA4HV5B7eYIcQN6dWSkE
cR8wfs6AwBtxePzV3P9xyzhb1gE9fgH+V9kP
"]]}, {
Thickness[0.013260840737302743`]}, StripOnInput -> False]}, {
ImageSize -> {75.40652552926525, 17.35783810709838},
BaselinePosition -> Scaled[0.30534703405225183`],
ImageSize -> {76., 18.},
PlotRange -> {{0., 75.41000000000001}, {0., 17.36}}, AspectRatio ->
Automatic}], BoxRotation -> 1.5707963267948966`],
TraditionalForm]}, {19,
FormBox[
RotationBox[
GraphicsBox[{
Thickness[0.014245014245014245`],
StyleBox[{
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0,
1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1,
0}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJlIGYC4he1j7PPr/lpX/vbquBchp7DjJlAIPkbzrcr
caw9fYfNQaTH6xVLib7DhIhuf8YPbA7bHZoeHa/Qd2AAA3Y4P+CJ5yVTYQR/
ya3ljw2bEfzUNCBYxu7wJHHhNRN/JH6E+PaLD/TgfFObvUHTFNXg/L/fSh/M
MVSFu+fUYae1mf9UHK7z3hZL/cbkIDMvTvP0BxWHK7+PXZ9386/9r7evD1g+
RvB3gOyPUHFQ/6TychYnl0MaGGDy/UHuv4zgLwe5/zA3nA8On0heOP8MGPA7
mIHcm6ji8Hnfx63pYQIOU9pboy7HqDjMBANBON8YBISFHWDugfFh7gXzjQXh
/ukFhXcBH6p/t/HCwwPGh4UXjA+2NtPAwQRk3GYeh9vSNYlGpQaQ+GDmcLgu
9MnxvJqBw8HufU0mj5kcfoDsP6zvMP/E5CXZy37YPwXFj76+A3r6AACRT/sU
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {
0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1,
0}}}, {CompressedData["
1:eJxTTMoPSmViYGCwAmIQPWMmEFjKObBwdskn52k5/AeBeAUHc5u9QdMStRy6
bTx3pX1ScNigl7eYMUbLYW9+zduZpooO0yfwV5lpI/hT2lujLu/RhPPnLFLe
+Sdd06H08DbXmbKKDgZaK4UvLNFwCOcUazf+DzRP9UnzvLfqDq5rji5nuCHr
YGIMBJfFHVLSgGCZrMOXfR+3pn8Tc2hVYFc9IyLrEPL28scZC8Uc2sF8aYeq
+z9uGXuLQdRdk3JQ2LVgXyqfqMObttxuo9kyEFpa1EGkclLJ2SdQ841h8nJw
vjxIn548nA+2bwuC/37ReoWzFQoOIGelqYk68McG3DcSV4SbDw6/n4pw+8Ha
ipUcgkDuZYSqf64E9Y+IQzrIHDNlB41PKi9nvRRxEADJpyP4b4q3iv7uVoHz
/34rfTBnoyrEXVNEHU7s2tHLdkHNoQbk/9diDoG3pGsSN2k47Ai2ivivLukg
s/yFh95+TYdUsINl4Hywu5gV4HyQs2dyKjokhASpL8iEyl+GxtMRDYcPIH9H
KDm08Pqvn6KqAVF/U8nhSeLCayb56pB0wq8M0X9S1aEcFM++ylD16hB/HVd2
OHXYaW3mPnUHqXlxmqcFVBzOXw17o1+t4XABRO9WcRDt8XrFMkUTYs5KVYcH
EeLbLypoQdLPcTU4H2zff3U4XwSk74sm1HwNh+0OTY+OS2g7bAKnUzU4Hxxe
AQi+Ecifwgh+A8vRfsPtqpD4FobyzVUczoAAjzbEX2+VIfHGpu3wwDXecZYg
gg8OpxNKcL4wKL2FIPjg+J+uCDfvNIjOUYDbt1ZIhy89Tg7uHvT8CAB9un6Q
"], {{8.987499999999997, 9.353129999999998}, {10.,
9.353129999999998}, {11.2281, 9.353129999999998}, {11.8234,
8.85156}, {11.8234, 7.815629999999998}, {11.8234,
6.587499999999998}, {10.9531, 5.704689999999999}, {
9.760939999999998, 5.704689999999999}, {9.523439999999999,
5.704689999999999}, {9.178130000000001, 5.7171899999999996`}, {
8.784379999999999, 5.75313}, {8.712499999999997, 5.76563}, {
8.56875, 5.77656}, {8.378129999999999, 5.789059999999999}, {
8.987499999999997, 9.353129999999998}}, {{9.64219,
13.048399999999999`}, {9.77344, 13.048399999999999`}, {
9.796880000000002, 13.060899999999997`}, {10.0484,
13.071899999999998`}, {10.2984, 13.095300000000002`}, {10.4531,
13.107799999999997`}, {10.595300000000002`,
13.107799999999997`}, {11.560899999999998`,
13.107799999999997`}, {12.0391, 12.678099999999999`}, {12.0391,
11.7844}, {12.0391, 10.532799999999998`}, {
11.156300000000002`, 9.782809999999998}, {9.678130000000001,
9.782809999999998}, {9.057809999999998, 9.782809999999998}, {
9.64219, 13.048399999999999`}}}],
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0,
1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1,
0}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJlIGYCYp8T7LazTXUcPixar3A2Q8Hhz9vXByyTEfwG
lqP9htv1HO5oyq75X6zosEEvbzHjHj2H9yD5CkWH/yCwH8HX11opfOEIgv8k
Qnz7xQcIfnxIkPqCl3oO4Zxi7cb+CP7Kby8rzjxQgPMPdu9rMnEWgPNbxGtZ
M4/xwN2z3WuDxZyf3A5Ps7S/Td+r67D81vLHhoe5Hc5fDXujv1vH4QwI9CD4
YPOSOR3Ep17hzGjSd5gJBpj8jPwPrSe3IPgS8+I0T39A8KdP4K8y0zaA88FU
pYFDE8h9bZwO3qDwnGrgYAwCxZwO6WlA8AzBNwCFj4sh3D0wPsy9YPqMAdw/
oOBj8DOA+/e60CfH82YG8PCA8WHhBeOD7busBLFfzMDBeUKzUNorJYcHYAP1
HcoPb3Od6avksNWh6dHxHboQ9YcVIf4X0YHEj76iA3r6AABqhvQO
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ5IGYC4o16eYsZz5g5HOze12SymMkBxn9Z+zj7/BsE
X3qj2HwmBWaHNBCYZuZQuLxkw7/zLA48bqqlTFymDsKVk0rOLhFwMNBaKXxh
iYnDfzCQhPOdJzQLpZ1SgPN3ODQ9Oi6h6mBbGbHCVNbUYc4i5Z1/0jUdDrUt
Dz+1yAyiv14Hbv+b4q2iv08j+FtB+m8g+C9A8q8R/JTYO27MEroOE4JLVKbv
N3OYOoG/ykxb1yFGwfFj8hoE/wwI9CD4YPX5pg5bQObUaDscqJW1SN9i4tDI
crTfMFzD4SDIfUImDqcOO63NnKcK0f/G2GGtkA5f+j0lOB/mXxjffc3R5Qw7
ZB36QObzmzjMBIGd4g6R4tsvMuwzcQh+e/njDEUhiPtqTB38n3heMhXmgLsP
Ej+McPfD+DD/wfgw//dHdPszfkDwYfELAJk72to=
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGI5IAaxQYCJAQEYkWhmKMbFJlU9tcxBVk9PN1NiFwAm
JgJ1
"], CompressedData["
1:eJxdlHtIFFEUxnfTEHtYmNPuqtXm7phiZPlqZmemziZmmWWohJJm5qsStchI
xbKUojRNw3xlYhpkkOkfWSi4oWYWupakUlIpZUiipFIi+Ki9c2dnwAP3jx97
997vO+e7s/VUSnCchUwmk5vWQdNaYVp/m4dyFwkKylF91sDe7O9dZW4UyFCd
1ACXHlbnnS/wiAbCFS/7ZEsUjF9oIuYTtXDNsvPOLisaYiO/7LdI08JxtX46
xlFifv8eiWuHDTaVITR8GDg24c5IbD7fzFM1DWpjnRPEoxqkIIIMc+x1dASX
ybWGneEUZAzPDXkeIuBdx776M8kU2KXfTTW+tgNyNKfK2ELBxI2kPA8HAvIC
xi295DT+PZaAI31FEUu+NFxXW5E9xQTWd4WGP4bppoQSB+hC5xloyA/LC5I3
bobnu+faYwN0cKnjhV/5ohrGoh8Oev02sxO8uryJSuhnRH9jZ91mSyNZkUfR
/iyJF2YvjlQWseDDtgaX6CVuTcmcLP+pEfnA087HsjQNrAlqKI67yYI/4jkn
+IcqhYUNyI+XE9xG/voY6EEVaA+Bb624+00MbJvR/qq4pYQyNNcnDIz4Rekr
zitEVrdUG+KebRSZ728mAcWF6zJ8uhmxn58cMqM9VrIityK/oRIr7vVbn25n
8ZzeEMCivExyeJ6gglRTTLp7OWF+9pAfkqotzeIEvSoYsJ3Rv3fmsJ9YJQSi
+fxgod52u03CNwW+v1Ni3n+DxHy/H7DCeUqRPVF9lLgAzXO9CpRVJ1y7q1lh
3ip4hPJWy0ICr1+F9SdxYv95f9kcXJ3Xnet10WI/BRwQqPH9EjfuSK6Vs6TI
lTWa5oUuUjyPfycKZ6zffRmb/JiZ1/uVwblxJ3HeXRnxffD9aNKBb2GObfwq
Df5/lMA6IQ9tNBhRPzLVeL+3DusNFfKm1+H8tWlhqvFoYoW/DsrQ3FeTIjei
h3RYYkvr3C0xvSTOv7tO1MvfJ1/GpvvNjN8PDfao74Uk/r4kUqKe5d+f/9Kz
8xs=
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1,
0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJdIGYC4oTDl7VTNd0cqu//uGXsreAgMfUKZ8YlV4eQ
t5c/zmiUc/i0ISB71nJXhzdtud1G1TIOqk+a552d5erwZd/HrenXpB0cmh4d
nxHs6lAF0p8t4VCyVfT3aTdXhzMg4CMK5zOAgAOCvyPYKuL/chGHZS889P5H
IvjzbHSuzEpD8GeCQCOCb2IMBM2uDkEg9x0UcQC7v9PVQaRyUsnZJaIOCo4f
k8+sdXX4DwL1Ug45nD8XpHO7QfXLOaSBwD43B/c1R5czVCg4JIL0X3RzWPHt
ZcWZCQoOuhMW/DC85uZQenib68y5CL7zhGahtFMIfjrInG8KDlO+scXPOOMG
cSenIoQ+6Qaxn1/RoSJihenZZmj4Vis6bNTLW8x4xNXh/aL1Cmd3KDmc0LSa
dLrd1cHMZm/QtIdqcP9tAAW0rjrc/5DwU4eHD4wPCz8YHzW8EXzRHq9XLF/U
4HyP/bWyFs/VHG5J1yQahbo6pMTecWOOUIW4ZzpU/wZlh523uv6mbnd1eOAa
7zjro5KD0CfH82lPXR3uaMqu+S+s5ABLPx9A/vFQdDC/djTXZIIjnG8PSh/F
CP6TxIXXTMIx+bDwhfFh6RGmH8aHmQ/jo6dfAHhJP6c=
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIpIAaxQYAJSjNCxZjxsGHqGNDYuNRQy0xqsSkxH1kv
AKovAls=
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGJ7IGYC4ieJC6+ZzPd0uK0pu+Y/s7IDy+JJVoxrPR3W
CunwpetB+Wc9Haa0t0ZdnqPisPyFh95/Ti8HsL71Kg4hJSrT/ycg+DmcPxek
FyP4JVtFf5/u83Jo+G1VcG4FlL8Oja/n5WBgDATFcg5nQOCLp4P6J5WXszSl
Hbq9XrGYVHo6vGnL7TaSFnUoBqlv84SoWyPicFzTatLp754OGiD1L0Xh5h3o
3tdksljSoTxihenZbi+Hld9eVpwpUICov+/l8PPt6wOWi1Uc7JseHZ/x29sh
JfaOG3OFisOMmUDw0Nuh/PA215l/lSD+6/CG2B8tC+eD7feRgvOr7v+4Zewt
6vAnJvfov0PecPeJT73CmfEJwTe/djTXxMEHzt9bK2uRnuMD1z/lG1v8jDM+
Diag8Lgs7sDjv35K6gEfiP27JRwqQP6Z7eNQA1L/Whxi3gIfh4Mg/zJLOGzQ
y1vMWAKTF3O4u49vjnEUgg92jxCCD47fvzD/SMD5IW8vf5zhKA3nQ+JHxuE/
GHg7xKhGyJzbI+vQA4ofTh9IepGTh7hb2ccBFIwzOxUd7kjXJBrZQuXrlB1U
njTPO+vlAw/vCPHtFxnyEHxweE7wcTh12GltZp2KQ/vy8FNGW3wcpObFaZ6e
oOLwZUNA9qzzCD7Y/o8+DhtUQQZD44/T1yHwFtDiTyoQ/0pB+UWqkPBU8IWa
r+og8snxfJqtr8Pfb6UP5giqQdxn5OtQ8wloUZQa3DxwelFWg4THUR+HNBB4
purwhnefwcxJCD44Php8HB6BPPZAFRH+IPNuqULixwTBd1ctZZo1wRuuHmz+
VC+4ey7kx7OfC0Twd9zq+pt63xPO15+w4IfhNk+HOYuUd/5xV3VYBsqfnZ4O
IpWTSs6aKDug528Ac4bKLQ==
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGJZIIaxWZDYzFDMAOUz4GEjq8fFpqdeSuzCZQ4l7gQA
+6MCWw==
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGIHIGYC4rk2OldmrfNzmNLeGnU5RsfhuKbVpNPr/Rxk
lr/w0JuP4P/5VvpgjqCuQ+1vq4JzExB8nxPstrNrEXzdCQt+GOb5OYj0eL1i
uaLjMGMmEBT6QdRNRfATYu+4MUfoOEhMvcKZ0eTnIApSX6IJkX/p63B8145e
NgNthzXdtzMY7vs6zFmkvPOPu7bDlG9s8TPu+ELsC9R2aF8efsroCoKfw/lz
QfphBH+DXt5ixi2+DiycXfLJfAj+9An8VWanteB8eZB/67Ug/t3v6/CieKvo
72wth/KIFaZnT/tC/BOi5XBDuibRqNQP4j4BTQdX1VKmWRd8HU6A+BfUIf7c
6+uQEBKkvmClOtx8XUX5LznTEPyniQuvmfgj+B77a2Ut2NXh7gfrP6kG9x+M
D/M/jA8LHxj/DAj88XXwuzgx5p+yOjx800BgmYYDr//6KakFfg4GWiuFL7So
wvmPIsS3X1RQdQgHUgxtfpB45lB1+LIhIHtWP4Iv7/gx+cxcBB+WPraY/ziU
ooXgw8yHqYfZD05vZv4Q9a/UHBIOX9ZOdfR3MDIGgstqDhWg8Hb2h/sHHD4+
/qj+i0HwW0Hhk+Pv8AYUX9zqcD4sfGF8WPiD01eiPyQ9rFN3MAHZG+zvMAOc
HtQd7JseHZ/B7e9Q/Qno8SgNB1C0m3Ai+D9ico/+W+UHST/cmpDw8Yf6x0vL
QfVJ87yzSf4OEvPiNE8XaMHt9wfFRzOCD0t/MD7YHcLacP+hpF8fBB8WPjA+
LPxQ0r+yv4MOyL/ftODhD8tf6PkdAK2ju4w=
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ5IGYCYgXHj8lnPgY4OE9oFko7peAA479ftF7h7A4l
h+ASlen/XwQ4NLAc7TfcrupQu25bUv3eAIdfb18fsGzWcLDRuTLrWW+Aw5PE
hddM+rUd5EH6PQMcpk7grzLT1oXIOyL4+fHs5yRtEfwI8e0XGawCHP58K30w
RxDBf1G8VfT3ax04f6tD06PjNxD8NyD50zoQ93kEOMyYCQSROg4cPxekb54W
4JCeBgTPNB0qI1aYnj0c4KCrKP8l55sqnA/zL4wfrRohc05G0qE50HNuwzKo
/jQBh8WTrBh9XQIcCpeXbPjnzwK3X3qj2HwmBWY4/2Xt4+zzb5jg/IPd+5pM
FiP46p9UXs7iZIL7HyLPCA8fGB8WfjA+WP1EqH0JHA4VIPfuD3AAeXdmpRDE
fcD4OQMCb8Th8Vdz/8ct42xZB/T4BQAZN9Wa
"]]}, {
Thickness[0.014245014245014245`]}, StripOnInput -> False]}, {
ImageSize -> {70.19707098381072, 17.49236363636364},
BaselinePosition -> Scaled[0.3029987538415624],
ImageSize -> {71., 18.}, PlotRange -> {{0., 70.2}, {0., 17.49}},
AspectRatio -> Automatic}], BoxRotation -> 1.5707963267948966`],
TraditionalForm]}, {20,
FormBox[
RotationBox[
GraphicsBox[{
Thickness[0.014245014245014245`],
StyleBox[{
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGI7IGYCYhNjEPhmb2qzN2haoq7Dm9rH2efX/ILzW8Rr
WTPd/tr7XpwY8y9Zz+HC72PX5938Z/8gQnz7RQZ9h61eGyzm/GR2eJ6l/W36
XH2HbSD+TnY4n8eRz2tGJg+cv15Ihy9dTsAhPiRIfcFKPTg/NQ0I2nTh/DfF
W0V/a+s4bAebz+2QAFLPqe1gV+JYe/oOG5yv8Unl5SxPBD9GNULmXA2rw3rV
J83zeLUdzoBAD4tDwC3pmkQhbYh5lcwODSxH+w3FtR1mggGTg/jUK5wZSloO
9iDzZZgd0kHuYdOCyN9kdfA5wW47O1QL4j9LdocXIPdlazlwg/ynyQnng/2h
xg/ny+9asC/VT9AhOfaOG3OFJpxvBAr2y+pw/pT21qjLf1QdbvDeFks143Pw
2F8ra3FcxWHJreWPDZvZ4fy+iG5/RgMWOD8a5F8bRog/eVQd5p+YvCRb7Z/9
BpD/e1Xh8QmO58+qEHVnfti/AMVHrJoDi/4vrks83+wbQeERru7wGqRe55N9
w2+rgnMa6g6Q9PHV/mniwmsm/GoOl0DxH/kNIp+h6lD7ounXNMvv9hKg8GtS
gaePJyD1+irw8N1i/uNQCpcKND2xwvng+OPkhvO/7Pu4Nf2aADTcVRzA1l8W
coDZfxbsTxGoP9Qg+leKOIDdP10dzpeeF6d5ukADzmfm7JJP9tN0eOAa7zjr
o7DD8V07etkEtByEKyeVnF0i5PDj7esDls1aDmtA6W+foIO+ovyXnGtaDuog
/S8FHM5fDXuj/1sLHj/6WiuFL6hoQ9T/E4Tod9aBuFdYGJq+dOH8OYuUd/5R
14PzweoP6zvsCLaK+J8O9W+mgUPh8pIN/85zwPngdPiMGZW/jAGSn2wNHGQ2
is1nSvhlD8tf6PkZABHAopw=
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {
0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1,
0}}}, {CompressedData["
1:eJxTTMoPSmViYGCwAmIQPWMmEFjKObBwdskn52k5/AeBeAUHc5u9QdMStRy6
bTx3pX1ScNigl7eYMUbLYW9+zduZpooO0yfwV5lpI/hT2lujLu/RhPPnLFLe
+Sdd06H08DbXmbKKDgZaK4UvLNFwCOcUazf+DzRP9UnzvLfqDq5rji5nuCHr
YGIMBJfFHVLSgGCZrMOXfR+3pn8Tc2hVYFc9IyLrEPL28scZC8Uc2sF8aYeq
+z9uGXuLQdRdk3JQ2LVgXyqfqMObttxuo9kyEFpa1EGkclLJ2SdQ841h8nJw
vjxIn548nA+2bwuC/37ReoWzFQoOIGelqYk68McG3DcSV4SbDw6/n4pw+8Ha
ipUcgkDuZYSqf64E9Y+IQzrIHDNlB41PKi9nvRRxEADJpyP4b4q3iv7uVoHz
/34rfTBnoyrEXVNEHU7s2tHLdkHNoQbk/9diDoG3pGsSN2k47Ai2ivivLukg
s/yFh95+TYdUsINl4Hywu5gV4HyQs2dyKjokhASpL8iEyl+GxtMRDYcPIH9H
KDm08Pqvn6KqAVF/U8nhSeLCayb56pB0wq8M0X9S1aEcFM++ylD16hB/HVd2
OHXYaW3mPnUHqXlxmqcFVBzOXw17o1+t4XABRO9WcRDt8XrFMkUTYs5KVYcH
EeLbLypoQdLPcTU4H2zff3U4XwSk74sm1HwNh+0OTY+OS2g7bAKnUzU4Hxxe
AQi+Ecifwgh+A8vRfsPtqpD4FobyzVUczoAAjzbEX2+VIfHGpu3wwDXecZYg
gg8OpxNKcL4wKL2FIPjg+J+uCDfvNIjOUYDbt1ZIhy89Tg7uHvT8CAB9un6Q
"], {{8.987499999999997, 9.353129999999998}, {10.,
9.353129999999998}, {11.2281, 9.353129999999998}, {11.8234,
8.85156}, {11.8234, 7.815629999999998}, {11.8234,
6.587499999999998}, {10.9531, 5.704689999999999}, {
9.760939999999998, 5.704689999999999}, {9.523439999999999,
5.704689999999999}, {9.178130000000001, 5.7171899999999996`}, {
8.784379999999999, 5.75313}, {8.712499999999997, 5.76563}, {
8.56875, 5.77656}, {8.378129999999999, 5.789059999999999}, {
8.987499999999997, 9.353129999999998}}, {{9.64219,
13.048399999999999`}, {9.77344, 13.048399999999999`}, {
9.796880000000002, 13.060899999999997`}, {10.0484,
13.071899999999998`}, {10.2984, 13.095300000000002`}, {10.4531,
13.107799999999997`}, {10.595300000000002`,
13.107799999999997`}, {11.560899999999998`,
13.107799999999997`}, {12.0391, 12.678099999999999`}, {12.0391,
11.7844}, {12.0391, 10.532799999999998`}, {
11.156300000000002`, 9.782809999999998}, {9.678130000000001,
9.782809999999998}, {9.057809999999998, 9.782809999999998}, {
9.64219, 13.048399999999999`}}}],
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0,
1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1,
0}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJlIGYCYp8T7LazTXUcPixar3A2Q8Hhz9vXByyTEfwG
lqP9htv1HO5oyq75X6zosEEvbzHjHj2H9yD5CkWH/yCwH8HX11opfOEIgv8k
Qnz7xQcIfnxIkPqCl3oO4Zxi7cb+CP7Kby8rzjxQgPMPdu9rMnEWgPNbxGtZ
M4/xwN2z3WuDxZyf3A5Ps7S/Td+r67D81vLHhoe5Hc5fDXujv1vH4QwI9CD4
YPOSOR3Ep17hzGjSd5gJBpj8jPwPrSe3IPgS8+I0T39A8KdP4K8y0zaA88FU
pYFDE8h9bZwO3qDwnGrgYAwCxZwO6WlA8AzBNwCFj4sh3D0wPsy9YPqMAdw/
oOBj8DOA+/e60CfH82YG8PCA8WHhBeOD7busBLFfzMDBeUKzUNorJYcHYAP1
HcoPb3Od6avksNWh6dHxHboQ9YcVIf4X0YHEj76iA3r6AABqhvQO
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ5IGYC4o16eYsZz5g5HOze12SymMkBxn9Z+zj7/BsE
X3qj2HwmBWaHNBCYZuZQuLxkw7/zLA48bqqlTFymDsKVk0rOLhFwMNBaKXxh
iYnDfzCQhPOdJzQLpZ1SgPN3ODQ9Oi6h6mBbGbHCVNbUYc4i5Z1/0jUdDrUt
Dz+1yAyiv14Hbv+b4q2iv08j+FtB+m8g+C9A8q8R/JTYO27MEroOE4JLVKbv
N3OYOoG/ykxb1yFGwfFj8hoE/wwI9CD4YPX5pg5bQObUaDscqJW1SN9i4tDI
crTfMFzD4SDIfUImDqcOO63NnKcK0f/G2GGtkA5f+j0lOB/mXxjffc3R5Qw7
ZB36QObzmzjMBIGd4g6R4tsvMuwzcQh+e/njDEUhiPtqTB38n3heMhXmgLsP
Ej+McPfD+DD/wfgw//dHdPszfkDwYfELAJk72to=
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGI5IAaxQYCJAQEYkWhmKMbFJlU9tcxBVk9PN1NiFwAm
JgJ1
"], CompressedData["
1:eJxdlHtIFFEUxnfTEHtYmNPuqtXm7phiZPlqZmemziZmmWWohJJm5qsStchI
xbKUojRNw3xlYhpkkOkfWSi4oWYWupakUlIpZUiipFIi+Ki9c2dnwAP3jx97
997vO+e7s/VUSnCchUwmk5vWQdNaYVp/m4dyFwkKylF91sDe7O9dZW4UyFCd
1ACXHlbnnS/wiAbCFS/7ZEsUjF9oIuYTtXDNsvPOLisaYiO/7LdI08JxtX46
xlFifv8eiWuHDTaVITR8GDg24c5IbD7fzFM1DWpjnRPEoxqkIIIMc+x1dASX
ybWGneEUZAzPDXkeIuBdx776M8kU2KXfTTW+tgNyNKfK2ELBxI2kPA8HAvIC
xi295DT+PZaAI31FEUu+NFxXW5E9xQTWd4WGP4bppoQSB+hC5xloyA/LC5I3
bobnu+faYwN0cKnjhV/5ohrGoh8Oev02sxO8uryJSuhnRH9jZ91mSyNZkUfR
/iyJF2YvjlQWseDDtgaX6CVuTcmcLP+pEfnA087HsjQNrAlqKI67yYI/4jkn
+IcqhYUNyI+XE9xG/voY6EEVaA+Bb624+00MbJvR/qq4pYQyNNcnDIz4Rekr
zitEVrdUG+KebRSZ728mAcWF6zJ8uhmxn58cMqM9VrIityK/oRIr7vVbn25n
8ZzeEMCivExyeJ6gglRTTLp7OWF+9pAfkqotzeIEvSoYsJ3Rv3fmsJ9YJQSi
+fxgod52u03CNwW+v1Ni3n+DxHy/H7DCeUqRPVF9lLgAzXO9CpRVJ1y7q1lh
3ip4hPJWy0ICr1+F9SdxYv95f9kcXJ3Xnet10WI/BRwQqPH9EjfuSK6Vs6TI
lTWa5oUuUjyPfycKZ6zffRmb/JiZ1/uVwblxJ3HeXRnxffD9aNKBb2GObfwq
Df5/lMA6IQ9tNBhRPzLVeL+3DusNFfKm1+H8tWlhqvFoYoW/DsrQ3FeTIjei
h3RYYkvr3C0xvSTOv7tO1MvfJ1/GpvvNjN8PDfao74Uk/r4kUqKe5d+f/9Kz
8xs=
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1,
0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJdIGYC4oTDl7VTNd0cqu//uGXsreAgMfUKZ8YlV4eQ
t5c/zmiUc/i0ISB71nJXhzdtud1G1TIOqk+a552d5erwZd/HrenXpB0cmh4d
nxHs6lAF0p8t4VCyVfT3aTdXhzMg4CMK5zOAgAOCvyPYKuL/chGHZS889P5H
IvjzbHSuzEpD8GeCQCOCb2IMBM2uDkEg9x0UcQC7v9PVQaRyUsnZJaIOCo4f
k8+sdXX4DwL1Ug45nD8XpHO7QfXLOaSBwD43B/c1R5czVCg4JIL0X3RzWPHt
ZcWZCQoOuhMW/DC85uZQenib68y5CL7zhGahtFMIfjrInG8KDlO+scXPOOMG
cSenIoQ+6Qaxn1/RoSJihenZZmj4Vis6bNTLW8x4xNXh/aL1Cmd3KDmc0LSa
dLrd1cHMZm/QtIdqcP9tAAW0rjrc/5DwU4eHD4wPCz8YHzW8EXzRHq9XLF/U
4HyP/bWyFs/VHG5J1yQahbo6pMTecWOOUIW4ZzpU/wZlh523uv6mbnd1eOAa
7zjro5KD0CfH82lPXR3uaMqu+S+s5ABLPx9A/vFQdDC/djTXZIIjnG8PSh/F
CP6TxIXXTMIx+bDwhfFh6RGmH8aHmQ/jo6dfAHhJP6c=
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIpIAaxQYAJSjNCxZjxsGHqGNDYuNRQy0xqsSkxH1kv
AKovAls=
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGJ7IGYC4ieJC6+ZzPd0uK0pu+Y/s7IDy+JJVoxrPR3W
CunwpetB+Wc9Haa0t0ZdnqPisPyFh95/Ti8HsL71Kg4hJSrT/ycg+DmcPxek
FyP4JVtFf5/u83Jo+G1VcG4FlL8Oja/n5WBgDATFcg5nQOCLp4P6J5WXszSl
Hbq9XrGYVHo6vGnL7TaSFnUoBqlv84SoWyPicFzTatLp754OGiD1L0Xh5h3o
3tdksljSoTxihenZbi+Hld9eVpwpUICov+/l8PPt6wOWi1Uc7JseHZ/x29sh
JfaOG3OFisOMmUDw0Nuh/PA215l/lSD+6/CG2B8tC+eD7feRgvOr7v+4Zewt
6vAnJvfov0PecPeJT73CmfEJwTe/djTXxMEHzt9bK2uRnuMD1z/lG1v8jDM+
Diag8Lgs7sDjv35K6gEfiP27JRwqQP6Z7eNQA1L/Whxi3gIfh4Mg/zJLOGzQ
y1vMWAKTF3O4u49vjnEUgg92jxCCD47fvzD/SMD5IW8vf5zhKA3nQ+JHxuE/
GHg7xKhGyJzbI+vQA4ofTh9IepGTh7hb2ccBFIwzOxUd7kjXJBrZQuXrlB1U
njTPO+vlAw/vCPHtFxnyEHxweE7wcTh12GltZp2KQ/vy8FNGW3wcpObFaZ6e
oOLwZUNA9qzzCD7Y/o8+DhtUQQZD44/T1yHwFtDiTyoQ/0pB+UWqkPBU8IWa
r+og8snxfJqtr8Pfb6UP5giqQdxn5OtQ8wloUZQa3DxwelFWg4THUR+HNBB4
purwhnefwcxJCD44Php8HB6BPPZAFRH+IPNuqULixwTBd1ctZZo1wRuuHmz+
VC+4ey7kx7OfC0Twd9zq+pt63xPO15+w4IfhNk+HOYuUd/5xV3VYBsqfnZ4O
IpWTSs6aKDug528Ac4bKLQ==
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGJZIIaxWZDYzFDMAOUz4GEjq8fFpqdeSuzCZQ4l7gQA
+6MCWw==
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGIHIGYC4rk2OldmrfNzmNLeGnU5RsfhuKbVpNPr/Rxk
lr/w0JuP4P/5VvpgjqCuQ+1vq4JzExB8nxPstrNrEXzdCQt+GOb5OYj0eL1i
uaLjMGMmEBT6QdRNRfATYu+4MUfoOEhMvcKZ0eTnIApSX6IJkX/p63B8145e
NgNthzXdtzMY7vs6zFmkvPOPu7bDlG9s8TPu+ELsC9R2aF8efsroCoKfw/lz
QfphBH+DXt5ixi2+DiycXfLJfAj+9An8VWanteB8eZB/67Ug/t3v6/CieKvo
72wth/KIFaZnT/tC/BOi5XBDuibRqNQP4j4BTQdX1VKmWRd8HU6A+BfUIf7c
6+uQEBKkvmClOtx8XUX5LznTEPyniQuvmfgj+B77a2Ut2NXh7gfrP6kG9x+M
D/M/jA8LHxj/DAj88XXwuzgx5p+yOjx800BgmYYDr//6KakFfg4GWiuFL7So
wvmPIsS3X1RQdQgHUgxtfpB45lB1+LIhIHtWP4Iv7/gx+cxcBB+WPraY/ziU
ooXgw8yHqYfZD05vZv4Q9a/UHBIOX9ZOdfR3MDIGgstqDhWg8Hb2h/sHHD4+
/qj+i0HwW0Hhk+Pv8AYUX9zqcD4sfGF8WPiD01eiPyQ9rFN3MAHZG+zvMAOc
HtQd7JseHZ/B7e9Q/Qno8SgNB1C0m3Ai+D9ico/+W+UHST/cmpDw8Yf6x0vL
QfVJ87yzSf4OEvPiNE8XaMHt9wfFRzOCD0t/MD7YHcLacP+hpF8fBB8WPjA+
LPxQ0r+yv4MOyL/ftODhD8tf6PkdAK2ju4w=
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ5IGYCYgXHj8lnPgY4OE9oFko7peAA479ftF7h7A4l
h+ASlen/XwQ4NLAc7TfcrupQu25bUv3eAIdfb18fsGzWcLDRuTLrWW+Aw5PE
hddM+rUd5EH6PQMcpk7grzLT1oXIOyL4+fHs5yRtEfwI8e0XGawCHP58K30w
RxDBf1G8VfT3ax04f6tD06PjNxD8NyD50zoQ93kEOMyYCQSROg4cPxekb54W
4JCeBgTPNB0qI1aYnj0c4KCrKP8l55sqnA/zL4wfrRohc05G0qE50HNuwzKo
/jQBh8WTrBh9XQIcCpeXbPjnzwK3X3qj2HwmBWY4/2Xt4+zzb5jg/IPd+5pM
FiP46p9UXs7iZIL7HyLPCA8fGB8WfjA+WP1EqH0JHA4VIPfuD3AAeXdmpRDE
fcD4OQMCb8Th8Vdz/8ct42xZB/T4BQAZN9Wa
"]]}, {
Thickness[0.014245014245014245`]}, StripOnInput -> False]}, {
ImageSize -> {70.19707098381072, 17.35783810709838},
BaselinePosition -> Scaled[0.30534703405225183`],
ImageSize -> {71., 18.}, PlotRange -> {{0., 70.2}, {0., 17.36}},
AspectRatio -> Automatic}], BoxRotation -> 1.5707963267948966`],
TraditionalForm]}, {21,
FormBox[
RotationBox[
GraphicsBox[{
Thickness[0.014245014245014245`],
StyleBox[{
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0,
1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1,
0}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJlIGYC4he1j7PPr/lpX/vbquBchp7DjJlAIPkbzrcr
caw9fYfNQaTH6xVLib7DhIhuf8YPbA7bHZoeHa/Qd2AAA3Y4P+CJ5yVTYQR/
ya3ljw2bEfzUNCBYxu7wJHHhNRN/JH6E+PaLD/TgfFObvUHTFNXg/L/fSh/M
MVSFu+fUYae1mf9UHK7z3hZL/cbkIDMvTvP0BxWHK7+PXZ9386/9r7evD1g+
RvB3gOyPUHFQ/6TychYnl0MaGGDy/UHuv4zgLwe5/zA3nA8On0heOP8MGPA7
mIHcm6ji8Hnfx63pYQIOU9pboy7HqDjMBANBON8YBISFHWDugfFh7gXzjQXh
/ukFhXcBH6p/t/HCwwPGh4UXjA+2NtPAwQRk3GYeh9vSNYlGpQaQ+GDmcLgu
9MnxvJqBw8HufU0mj5kcfoDsP6zvMP/E5CXZy37YPwXFj76+A3r6AACRT/sU
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {
0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1,
0}}}, {CompressedData["
1:eJxTTMoPSmViYGCwAmIQPWMmEFjKObBwdskn52k5/AeBeAUHc5u9QdMStRy6
bTx3pX1ScNigl7eYMUbLYW9+zduZpooO0yfwV5lpI/hT2lujLu/RhPPnLFLe
+Sdd06H08DbXmbKKDgZaK4UvLNFwCOcUazf+DzRP9UnzvLfqDq5rji5nuCHr
YGIMBJfFHVLSgGCZrMOXfR+3pn8Tc2hVYFc9IyLrEPL28scZC8Uc2sF8aYeq
+z9uGXuLQdRdk3JQ2LVgXyqfqMObttxuo9kyEFpa1EGkclLJ2SdQ841h8nJw
vjxIn548nA+2bwuC/37ReoWzFQoOIGelqYk68McG3DcSV4SbDw6/n4pw+8Ha
ipUcgkDuZYSqf64E9Y+IQzrIHDNlB41PKi9nvRRxEADJpyP4b4q3iv7uVoHz
/34rfTBnoyrEXVNEHU7s2tHLdkHNoQbk/9diDoG3pGsSN2k47Ai2ivivLukg
s/yFh95+TYdUsINl4Hywu5gV4HyQs2dyKjokhASpL8iEyl+GxtMRDYcPIH9H
KDm08Pqvn6KqAVF/U8nhSeLCayb56pB0wq8M0X9S1aEcFM++ylD16hB/HVd2
OHXYaW3mPnUHqXlxmqcFVBzOXw17o1+t4XABRO9WcRDt8XrFMkUTYs5KVYcH
EeLbLypoQdLPcTU4H2zff3U4XwSk74sm1HwNh+0OTY+OS2g7bAKnUzU4Hxxe
AQi+Ecifwgh+A8vRfsPtqpD4FobyzVUczoAAjzbEX2+VIfHGpu3wwDXecZYg
gg8OpxNKcL4wKL2FIPjg+J+uCDfvNIjOUYDbt1ZIhy89Tg7uHvT8CAB9un6Q
"], {{8.987499999999997, 9.353129999999998}, {10.,
9.353129999999998}, {11.2281, 9.353129999999998}, {11.8234,
8.85156}, {11.8234, 7.815629999999998}, {11.8234,
6.587499999999998}, {10.9531, 5.704689999999999}, {
9.760939999999998, 5.704689999999999}, {9.523439999999999,
5.704689999999999}, {9.178130000000001, 5.7171899999999996`}, {
8.784379999999999, 5.75313}, {8.712499999999997, 5.76563}, {
8.56875, 5.77656}, {8.378129999999999, 5.789059999999999}, {
8.987499999999997, 9.353129999999998}}, {{9.64219,
13.048399999999999`}, {9.77344, 13.048399999999999`}, {
9.796880000000002, 13.060899999999997`}, {10.0484,
13.071899999999998`}, {10.2984, 13.095300000000002`}, {10.4531,
13.107799999999997`}, {10.595300000000002`,
13.107799999999997`}, {11.560899999999998`,
13.107799999999997`}, {12.0391, 12.678099999999999`}, {12.0391,
11.7844}, {12.0391, 10.532799999999998`}, {
11.156300000000002`, 9.782809999999998}, {9.678130000000001,
9.782809999999998}, {9.057809999999998, 9.782809999999998}, {
9.64219, 13.048399999999999`}}}],
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0,
1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1,
0}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJlIGYCYp8T7LazTXUcPixar3A2Q8Hhz9vXByyTEfwG
lqP9htv1HO5oyq75X6zosEEvbzHjHj2H9yD5CkWH/yCwH8HX11opfOEIgv8k
Qnz7xQcIfnxIkPqCl3oO4Zxi7cb+CP7Kby8rzjxQgPMPdu9rMnEWgPNbxGtZ
M4/xwN2z3WuDxZyf3A5Ps7S/Td+r67D81vLHhoe5Hc5fDXujv1vH4QwI9CD4
YPOSOR3Ep17hzGjSd5gJBpj8jPwPrSe3IPgS8+I0T39A8KdP4K8y0zaA88FU
pYFDE8h9bZwO3qDwnGrgYAwCxZwO6WlA8AzBNwCFj4sh3D0wPsy9YPqMAdw/
oOBj8DOA+/e60CfH82YG8PCA8WHhBeOD7busBLFfzMDBeUKzUNorJYcHYAP1
HcoPb3Od6avksNWh6dHxHboQ9YcVIf4X0YHEj76iA3r6AABqhvQO
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ5IGYC4o16eYsZz5g5HOze12SymMkBxn9Z+zj7/BsE
X3qj2HwmBWaHNBCYZuZQuLxkw7/zLA48bqqlTFymDsKVk0rOLhFwMNBaKXxh
iYnDfzCQhPOdJzQLpZ1SgPN3ODQ9Oi6h6mBbGbHCVNbUYc4i5Z1/0jUdDrUt
Dz+1yAyiv14Hbv+b4q2iv08j+FtB+m8g+C9A8q8R/JTYO27MEroOE4JLVKbv
N3OYOoG/ykxb1yFGwfFj8hoE/wwI9CD4YPX5pg5bQObUaDscqJW1SN9i4tDI
crTfMFzD4SDIfUImDqcOO63NnKcK0f/G2GGtkA5f+j0lOB/mXxjffc3R5Qw7
ZB36QObzmzjMBIGd4g6R4tsvMuwzcQh+e/njDEUhiPtqTB38n3heMhXmgLsP
Ej+McPfD+DD/wfgw//dHdPszfkDwYfELAJk72to=
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGI5IAaxQYCJAQEYkWhmKMbFJlU9tcxBVk9PN1NiFwAm
JgJ1
"], CompressedData["
1:eJxdlHtIFFEUxnfTEHtYmNPuqtXm7phiZPlqZmemziZmmWWohJJm5qsStchI
xbKUojRNw3xlYhpkkOkfWSi4oWYWupakUlIpZUiipFIi+Ki9c2dnwAP3jx97
997vO+e7s/VUSnCchUwmk5vWQdNaYVp/m4dyFwkKylF91sDe7O9dZW4UyFCd
1ACXHlbnnS/wiAbCFS/7ZEsUjF9oIuYTtXDNsvPOLisaYiO/7LdI08JxtX46
xlFifv8eiWuHDTaVITR8GDg24c5IbD7fzFM1DWpjnRPEoxqkIIIMc+x1dASX
ybWGneEUZAzPDXkeIuBdx776M8kU2KXfTTW+tgNyNKfK2ELBxI2kPA8HAvIC
xi295DT+PZaAI31FEUu+NFxXW5E9xQTWd4WGP4bppoQSB+hC5xloyA/LC5I3
bobnu+faYwN0cKnjhV/5ohrGoh8Oev02sxO8uryJSuhnRH9jZ91mSyNZkUfR
/iyJF2YvjlQWseDDtgaX6CVuTcmcLP+pEfnA087HsjQNrAlqKI67yYI/4jkn
+IcqhYUNyI+XE9xG/voY6EEVaA+Bb624+00MbJvR/qq4pYQyNNcnDIz4Rekr
zitEVrdUG+KebRSZ728mAcWF6zJ8uhmxn58cMqM9VrIityK/oRIr7vVbn25n
8ZzeEMCivExyeJ6gglRTTLp7OWF+9pAfkqotzeIEvSoYsJ3Rv3fmsJ9YJQSi
+fxgod52u03CNwW+v1Ni3n+DxHy/H7DCeUqRPVF9lLgAzXO9CpRVJ1y7q1lh
3ip4hPJWy0ICr1+F9SdxYv95f9kcXJ3Xnet10WI/BRwQqPH9EjfuSK6Vs6TI
lTWa5oUuUjyPfycKZ6zffRmb/JiZ1/uVwblxJ3HeXRnxffD9aNKBb2GObfwq
Df5/lMA6IQ9tNBhRPzLVeL+3DusNFfKm1+H8tWlhqvFoYoW/DsrQ3FeTIjei
h3RYYkvr3C0xvSTOv7tO1MvfJ1/GpvvNjN8PDfao74Uk/r4kUqKe5d+f/9Kz
8xs=
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1,
0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJdIGYC4oTDl7VTNd0cqu//uGXsreAgMfUKZ8YlV4eQ
t5c/zmiUc/i0ISB71nJXhzdtud1G1TIOqk+a552d5erwZd/HrenXpB0cmh4d
nxHs6lAF0p8t4VCyVfT3aTdXhzMg4CMK5zOAgAOCvyPYKuL/chGHZS889P5H
IvjzbHSuzEpD8GeCQCOCb2IMBM2uDkEg9x0UcQC7v9PVQaRyUsnZJaIOCo4f
k8+sdXX4DwL1Ug45nD8XpHO7QfXLOaSBwD43B/c1R5czVCg4JIL0X3RzWPHt
ZcWZCQoOuhMW/DC85uZQenib68y5CL7zhGahtFMIfjrInG8KDlO+scXPOOMG
cSenIoQ+6Qaxn1/RoSJihenZZmj4Vis6bNTLW8x4xNXh/aL1Cmd3KDmc0LSa
dLrd1cHMZm/QtIdqcP9tAAW0rjrc/5DwU4eHD4wPCz8YHzW8EXzRHq9XLF/U
4HyP/bWyFs/VHG5J1yQahbo6pMTecWOOUIW4ZzpU/wZlh523uv6mbnd1eOAa
7zjro5KD0CfH82lPXR3uaMqu+S+s5ABLPx9A/vFQdDC/djTXZIIjnG8PSh/F
CP6TxIXXTMIx+bDwhfFh6RGmH8aHmQ/jo6dfAHhJP6c=
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIpIAaxQYAJSjNCxZjxsGHqGNDYuNRQy0xqsSkxH1kv
AKovAls=
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGJ7IGYC4ieJC6+ZzPd0uK0pu+Y/s7IDy+JJVoxrPR3W
CunwpetB+Wc9Haa0t0ZdnqPisPyFh95/Ti8HsL71Kg4hJSrT/ycg+DmcPxek
FyP4JVtFf5/u83Jo+G1VcG4FlL8Oja/n5WBgDATFcg5nQOCLp4P6J5WXszSl
Hbq9XrGYVHo6vGnL7TaSFnUoBqlv84SoWyPicFzTatLp754OGiD1L0Xh5h3o
3tdksljSoTxihenZbi+Hld9eVpwpUICov+/l8PPt6wOWi1Uc7JseHZ/x29sh
JfaOG3OFisOMmUDw0Nuh/PA215l/lSD+6/CG2B8tC+eD7feRgvOr7v+4Zewt
6vAnJvfov0PecPeJT73CmfEJwTe/djTXxMEHzt9bK2uRnuMD1z/lG1v8jDM+
Diag8Lgs7sDjv35K6gEfiP27JRwqQP6Z7eNQA1L/Whxi3gIfh4Mg/zJLOGzQ
y1vMWAKTF3O4u49vjnEUgg92jxCCD47fvzD/SMD5IW8vf5zhKA3nQ+JHxuE/
GHg7xKhGyJzbI+vQA4ofTh9IepGTh7hb2ccBFIwzOxUd7kjXJBrZQuXrlB1U
njTPO+vlAw/vCPHtFxnyEHxweE7wcTh12GltZp2KQ/vy8FNGW3wcpObFaZ6e
oOLwZUNA9qzzCD7Y/o8+DhtUQQZD44/T1yHwFtDiTyoQ/0pB+UWqkPBU8IWa
r+og8snxfJqtr8Pfb6UP5giqQdxn5OtQ8wloUZQa3DxwelFWg4THUR+HNBB4
purwhnefwcxJCD44Php8HB6BPPZAFRH+IPNuqULixwTBd1ctZZo1wRuuHmz+
VC+4ey7kx7OfC0Twd9zq+pt63xPO15+w4IfhNk+HOYuUd/5xV3VYBsqfnZ4O
IpWTSs6aKDug528Ac4bKLQ==
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGJZIIaxWZDYzFDMAOUz4GEjq8fFpqdeSuzCZQ4l7gQA
+6MCWw==
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGIHIGYC4rk2OldmrfNzmNLeGnU5RsfhuKbVpNPr/Rxk
lr/w0JuP4P/5VvpgjqCuQ+1vq4JzExB8nxPstrNrEXzdCQt+GOb5OYj0eL1i
uaLjMGMmEBT6QdRNRfATYu+4MUfoOEhMvcKZ0eTnIApSX6IJkX/p63B8145e
NgNthzXdtzMY7vs6zFmkvPOPu7bDlG9s8TPu+ELsC9R2aF8efsroCoKfw/lz
QfphBH+DXt5ixi2+DiycXfLJfAj+9An8VWanteB8eZB/67Ug/t3v6/CieKvo
72wth/KIFaZnT/tC/BOi5XBDuibRqNQP4j4BTQdX1VKmWRd8HU6A+BfUIf7c
6+uQEBKkvmClOtx8XUX5LznTEPyniQuvmfgj+B77a2Ut2NXh7gfrP6kG9x+M
D/M/jA8LHxj/DAj88XXwuzgx5p+yOjx800BgmYYDr//6KakFfg4GWiuFL7So
wvmPIsS3X1RQdQgHUgxtfpB45lB1+LIhIHtWP4Iv7/gx+cxcBB+WPraY/ziU
ooXgw8yHqYfZD05vZv4Q9a/UHBIOX9ZOdfR3MDIGgstqDhWg8Hb2h/sHHD4+
/qj+i0HwW0Hhk+Pv8AYUX9zqcD4sfGF8WPiD01eiPyQ9rFN3MAHZG+zvMAOc
HtQd7JseHZ/B7e9Q/Qno8SgNB1C0m3Ai+D9ico/+W+UHST/cmpDw8Yf6x0vL
QfVJ87yzSf4OEvPiNE8XaMHt9wfFRzOCD0t/MD7YHcLacP+hpF8fBB8WPjA+
LPxQ0r+yv4MOyL/ftODhD8tf6PkdAK2ju4w=
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ5IGYCYgXHj8lnPgY4OE9oFko7peAA479ftF7h7A4l
h+ASlen/XwQ4NLAc7TfcrupQu25bUv3eAIdfb18fsGzWcLDRuTLrWW+Aw5PE
hddM+rUd5EH6PQMcpk7grzLT1oXIOyL4+fHs5yRtEfwI8e0XGawCHP58K30w
RxDBf1G8VfT3ax04f6tD06PjNxD8NyD50zoQ93kEOMyYCQSROg4cPxekb54W
4JCeBgTPNB0qI1aYnj0c4KCrKP8l55sqnA/zL4wfrRohc05G0qE50HNuwzKo
/jQBh8WTrBh9XQIcCpeXbPjnzwK3X3qj2HwmBWY4/2Xt4+zzb5jg/IPd+5pM
FiP46p9UXs7iZIL7HyLPCA8fGB8WfjA+WP1EqH0JHA4VIPfuD3AAeXdmpRDE
fcD4OQMCb8Th8Vdz/8ct42xZB/T4BQAZN9Wa
"]]}, {
Thickness[0.014245014245014245`]}, StripOnInput -> False]}, {
ImageSize -> {70.19707098381072, 17.49236363636364},
BaselinePosition -> Scaled[0.3029987538415624],
ImageSize -> {71., 18.}, PlotRange -> {{0., 70.2}, {0., 17.49}},
AspectRatio -> Automatic}], BoxRotation -> 1.5707963267948966`],
TraditionalForm]}, {22,
FormBox[
RotationBox[
GraphicsBox[{
Thickness[0.013524479307546657`],
StyleBox[{
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGI7IGYCYhNjEPhmb2qzN2haoq7Dm9rH2efX/ILzW8Rr
WTPd/tr7XpwY8y9Zz+HC72PX5938Z/8gQnz7RQZ9h61eGyzm/GR2eJ6l/W36
XH2HbSD+TnY4n8eRz2tGJg+cv15Ihy9dTsAhPiRIfcFKPTg/NQ0I2nTh/DfF
W0V/a+s4bAebz+2QAFLPqe1gV+JYe/oOG5yv8Unl5SxPBD9GNULmXA2rw3rV
J83zeLUdzoBAD4tDwC3pmkQhbYh5lcwODSxH+w3FtR1mggGTg/jUK5wZSloO
9iDzZZgd0kHuYdOCyN9kdfA5wW47O1QL4j9LdocXIPdlazlwg/ynyQnng/2h
xg/ny+9asC/VT9AhOfaOG3OFJpxvBAr2y+pw/pT21qjLf1QdbvDeFks143Pw
2F8ra3FcxWHJreWPDZvZ4fy+iG5/RgMWOD8a5F8bRog/eVQd5p+YvCRb7Z/9
BpD/e1Xh8QmO58+qEHVnfti/AMVHrJoDi/4vrks83+wbQeERru7wGqRe55N9
w2+rgnMa6g6Q9PHV/mniwmsm/GoOl0DxH/kNIp+h6lD7ounXNMvv9hKg8GtS
gaePJyD1+irw8N1i/uNQCpcKND2xwvng+OPkhvO/7Pu4Nf2aADTcVRzA1l8W
coDZfxbsTxGoP9Qg+leKOIDdP10dzpeeF6d5ukADzmfm7JJP9tN0eOAa7zjr
o7DD8V07etkEtByEKyeVnF0i5PDj7esDls1aDmtA6W+foIO+ovyXnGtaDuog
/S8FHM5fDXuj/1sLHj/6WiuFL6hoQ9T/E4Tod9aBuFdYGJq+dOH8OYuUd/5R
14PzweoP6zvsCLaK+J8O9W+mgUPh8pIN/85zwPngdPiMGZW/jAGSn2wNHGQ2
is1nSvhlD8tf6PkZABHAopw=
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {
0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0,
1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}}, {{0, 2,
0}, {0, 1, 0}, {0, 1, 0}}}, {CompressedData["
1:eJxTTMoPSmViYGAwBGIQvdn8x6GULA2H+t9WBecytB0q7v+4Zcwt76D+SeXl
rE4pBxNjIAiWdVgrpMOXfk/cwXXN0eUMFTIOb9pyu42kxR2mzwSCm1IOIGrm
TjEHkcpJJWefSDrEqEbInKtB8BV2LdiXyifqsCPYKuK/uxzEXGNMPlifjTyc
/8A13nGWoAKcD3aHHIJfDXKvthLcfBgfbG+KmEP54W2uM98qOGiA/SPmoHzt
UTBDj4JDqwK76pkpYg4rv72sOGOg4HCwe1+TCbM4nA+2txDBB9t3WRxifrSC
QzTYfxIO4Zxi7cbnFRx6Irr9GQWkIPbZKjvc0ZRd899Y0eH81bA3+tKacL5I
j9crli2aUPMl4fwzIOCD4DOAgIOkwwxwuGpC7JORdPgPAvs1ofEh4dDC679+
ylFNuHveFG8V/X1aE+ofBB/mfhi/D+xecQfpeXGapws0HULeXv44Y6GYQzPY
PA14eO1waHp0fIc6PDxhfFh4z1mkvPOPuhY8PtD55jZ7g6YtRPA36OUtZpTR
xsnfAkqPXbpw82F8mP0vQO5/rQN3HzjczmhDw0PMIT0NCI4h+D4n2G1nT9WG
hoekw6+3rw9YNmvC0zt6+gcARpA4JQ==
"], {{12.051599999999999`,
12.4641}, {12.493799999999998`, 9.031249999999998}, {
9.918750000000001, 9.031249999999998}, {12.051599999999999`,
12.4641}}}],
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0,
1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1,
0}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJlIGYCYtUnzfPOShk4fFi0XuFshoLD32+lD+YYIvgO
TY+Oz4g2dLijKbvmf7GiQ4T49osMcYYO70HyFYoO/0EgHsEXn3qFMyMJwS9c
0307owDB19daKXyhxNAhnFOs3dgfwV/57WXFmQcKcP7B7n1NJs4CcH6LeC1r
5jEeuHu2e22wmPOT26F4q+jv0/cMHJbfWv7Y8DC3w/Ms7W/TYw0czoBAD4IP
Ni+Z06Hb6xWLyUFDh5lggMnfYv7jUMotBJ/Hf/2U1B8I/vQJ/FVm2kZwPpiq
NHJoArmvjdPB+wS77eypRg7GIFDM6ZCeBgTPEHwDkH9cjOHugfFh7gXTZ4zg
/gGHt58R3L/XhT45njczgocHjA8LLxgfbN9lJYj9YkYOzhOahdJeKTkUgOKj
wdCh/PA215m+Sg7RCo4fk+8YQNQfVoT4n8sAEj/6ig7o6QMAliz0Aw==
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ5IGYCYvGpVzgzNlk4HOze12SymMkBxn9Z+zj7/BsE
X3qj2HwmBWaHMyBQY+FQuLxkw7/zLA6Fa7pvZ3wwcxCunFRydomAw4wJ/FVm
3WYO/8FAEs53ntAslHZKAc7f4dD06LiEqsOS+/v45jCbO8xZpLzzT7qmg8Zb
3n0GnRYQ/fU6cPvfFG8V/X0awd8K0n8DwX8Bkn+N4KfE3nFjltB1+LrzVtff
pRYOU0H2aus6HGxbHn5qEoJvDALFCD5Yfai5wxa9vMWMNdoOqk+a552dZebQ
yHK03zBcA+K+n6YOpw47rc2cp+pgAtJ/2dRhrZAOX/o9JTgf5l8Y333N0eUM
O2QdvoDM/2rqMBMEdoo7HKiVtUhfYuYQ/PbyxxmKQg6HQO5LMnfwf+J5yVSY
A+4+SPwwwt0P48P8B+PD/N8f0e3P+AHBh8UvACRU2vk=
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIpIAaxQYAJSjNCxZjxsGHqGNDYuNRQy0xqsSkxH1kv
AKovAls=
"], CompressedData["
1:eJxdk3tIU1Ecx6cT7I+MMuemc5rtXk0wUbco9/B+F6SRCr0os6flo7emrjTM
okiJEUoEuTWslFJLyehFVLYyKXyVaCFaJCWRqX+4QpQUu2d3ngseONz74fzO
7/c9v+85oftzNmdKJRKJBz85fnryc3rCPGgf12EgQtUwK1XDUJRat8pHj0bf
yEXZUW5O0eNq2cW0HjuDs16t5THv9BhKv/VZe59Bn7I4PdZsoLwggTV72kQO
qtoT0f7RgHP/dLlddW5ebJzHBkRr+JEfjA4y7HqEO5lhW4QSye+9jddv6zBa
eswSq5RBQeIdOiGuwQ9vS2u3t1XrsYLED8toPoel+by2JgDM0IWqzjYD6ieG
Cztyl8FB4vOMmBobccTVMHi0evJNxl0OGbu/JEgLGWRm8eMkh1MtT9ZZZ5YL
52uNF+rvVFF21U8OpHz622S/JkmG8DGf5ug4jurbR/JWityds9e7KwCUU+VP
uyUJoPtXVtycjLkDaEk/euSo/bU+atYKof5zBZY6TR+yzEAxiR+RC/mKgNfk
vFIFkki/UubW/UHs69SI7NLTx1F2+dvo1pesoLx1rGe80qSkLPgTJOh6yGEX
mxrU9UIl+NPKCfclOASVVn5McSAf66VQ5D+W/Wv3h7BeosarM6o12Qxov/80
bTxiSxR5lG+f9TDQ1rK28VAJgxDT+IGOy0Ag8bWCgWXDby9tvcjhLn+BJpb8
MCDyND+ATf28MU4GD6KO13j8dXMeK/Rzai4/i3uWgYMSuQkz5B0sCRP0LTSh
2MkLSwuj+Vz3RR2GG4bIXlsVQK5J1k8WZfx1ij0qssuPHcB3YuwgK/af5Otn
BX98RH5J6vXG03gj2fDVQPV88uUN3yayS/8JPeXyLQXMtRA97NXqZ9OJrPt9
6uBXdKWgU6vG/Pf9H54YvNo=
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1,
0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJdIGYC4uOaVpNO83s4VN//ccvYW8Gh9rdVwbkd7g4h
by9/nNEo5xAhvv0iQ5+7w5u23G6jahmHHq9XLCaN7g5f9n3cmn5N2mHZCw+9
/5buDlUg/dkSDjelaxKNdN0dzoCAjyiczwACDgj+jmCriP/LRRx4/NdPSXVA
8FkWT7Ji9EXwwfoyEPyZIJDp7hAEct9BEYcTIPfnuzuIVE4qObtE1KFtefgp
oynuDv9BoF7K4WJ+PPu5jzD9chB3LfFwcF9zdDlDhYID2P/bPRxWfHtZcWaC
gsPkb2zxM/Z4OJQe3uY6cy6C7zyhWSjtFIKfngYE3xQcfsXkHv23yQPiLk5F
iL3rPSA0v6LD/X18c4yzoOFbreggMfUKZ8Yqd4f3i9YrnN2h5KA3YcEPwzx3
BzObvUHTHqrB/bdB9UnzPF11uP8h4acODx8YHxZ+MD5qeCP4oqCI+6IG53vs
r5W1eK7m4ND06PgMa3eHlNg7bswRqhD31EH1b1B2UHD8mHxmrrvDA9d4x1kf
lRwqIlaYnj3t7nBHU3bNf2ElB1j6+QDyj4eiw3wbnSuzypzh/OWg9BGJ4Puc
YLedbYvJh4UvjA9LjzD9MD7MfBgfPf0CAESNMYg=
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIpIAaxQYAJSjNCxZjxsGHqGNDYuNRQy0xqsSkxH1kv
AKovAls=
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGJ7IGYCYp8T7LazW70dbmvKrvnPrOyQw/lzQfpkb4e1
Qjp86XpQ/mZvhyntrVGX56g48Puvn5L6wdvhSeLCaybrVRz23Or6m+ruA+df
yI9nPxeJ4N+Qrkk0KvVxaPhtVXBuBZQ/FY0v6uNgYAwExXIOJiD6treD+ieV
l7M0pR0+bAjInhXv7fCmLbfbSFoUoj7X2+EMCKwRcdCZsOCH4T1vBw2Q+pei
cPMOdO9rMlks6XB3H98c4yIfh5XfXlacKVBw0AWpP+bj8PPt6wOWi1Uclr7w
0Pv/0NchJfaOG3OFisN/EDju61B+eJvrzL9KEP/l+0Lsj5aF88H2+0jB+VX3
f9wy9hZ1SDh8WTt1pS/cfbUgf95A8Ofa6FyZpeYH56s8aZ53NsgPrv9PTO7R
f5v8IOFwWdyhZKvo79PL/CD275ZwuA/yT5OfQw1I/WtxiHltfg4HQf5llnAQ
n3qFMyMKJi/m4KJayjTLAcEHu+eHL5wPjt/HMP9IwPkhby9/nOEoDedD4kfG
ITUNCJ75OsSoRsic2yPr8AUUP+99IelFTt5hxkwg4PRzAFEzOxUdHJoeHZ+h
7AeRr1N26PF6xWJi6AcP7/21shbpIQj+DlB4lvs5nDrstDazTsXhLe8+g5mz
/Byk5sVpnp6g4hAhvv0iwzYEH5w+rvs5bFAFBSQ0/t77OQTeAiaETyoQ/zL4
Q/hFqpDwZPOHmq/qUBGxwvSssr/D32+lD+YIqkHcJ+nvUPMJaHCUGtw8cHpR
VoOEx2o/hzRwOKg6hJSoTP9fgeCD4yPNz+ERyKEPVBHhDzLvliokfqQQ/DXd
tzMYyn3h6sHmV/vA3WN+7WiuiQWCL+/4MfnMUW84f8o3tvgZc7wd5ixS3vnH
XRWSPwu8HUQqJ5WcNVF2QM/fAGE+01Q=
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGJZIIaxWZDYzFDMAOUz4GEjq8fFpqdeSuzCZQ4l7gQA
+6MCWw==
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGIHIGYCYunXj8ykXAIcprS3Rl2O0XHY8PDl1E1Avszy
Fx568xH8P99KH8wR1HXo9nrFYmKK4H/eEJA9SxvBfywie/KpcoCDSA9Q4RUd
h5kgoBrg4HOC3Xb2VAQ/IfaOG3OEjkOk+PaLDHoBDqIg9SWaDibGQHDY3+H4
rh29bAbaDi6qpUyzdvg7zFmkvPOPu7aD7oQFPwy3+UPsC9R2UHD8mHxmLYLP
sniSFeNcBB9sb6+/Awtnl3wyH4I/fQJ/ldlpLThfHuTfei2HhMOXtVNn+ju8
KN4q+jtby0Hgk+P5tKX+EP+EaDnsvNX1N1U9AOI+AU2H+/v45hiv8nc4AeJf
UHd4krjwmsl0f4eEkCD1BSvV4ebrKsp/yZmG4D8FqfNH8D3218pasKvD3Q/W
f1IN7j8YH+Z/GB8WPjB+ahoQXPN38Ls4Meafsjo8fEHCacs0HIJLVKb/Vwlw
MNBaKXyhRRXOfxQBVKig6lARscL0rH6AQ+1vq4JzHKoO7iDzTRD8mNyj/zZZ
I/iw9LHF/MehFC0EH2Y+TD3MfnB664Cqf6XmULtuW1J9b4CDESjeL6s5cP5c
kL65LwDuH9UnzfPOTkLwQcqMZyP4/cDgeLYowOENKL641eF8WPjC+LDwB6e/
uQGQ9LBO3SEd5K5pAQ4zwOlB3eEN7z6DmUUBDtWfgAk7SsNBGBT/hQi+Z3Wz
vo9TACT9cGtCwmcK1D9eWpD0MC/AQWJenObpAi24/f6g+GhG8GHpD8YHp3th
bbj/YOkX5n8YHxY+MD4s/GD85kDPuQ11AQ46IP9+04KHPyx/oed3AHyyt/Y=
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ5IGYC4uASlen/nwQ6OE9oFko7peAA479ftF7h7A4l
h/bl4aeM7gQ6NLAc7Tfcruqw4eHLqZs2BDr8evv6gGWzhkN+PPs5ycZAhyeJ
C6+Z9GtD9NsEOkydwF9lpq0LkTdF8BdPsmL0NUDwu71esZjoBjr8+Vb6YI4g
gv+ieKvo79c6cP5Wh6ZHx28g+G9A8qd1IO4D2jdjJhBE6jhY61yZ9awz0CE9
DQieaTqs6b6dwbA90EFXUf5LzjdVOB/mXxg/WjVC5pyMpMPWlpoLm2dC9acJ
OFw/mmvSYB7oULi8ZMM/fxa4/dIbxeYzKTDD+S9rH2eff8ME5x/s3tdkshjB
V/+k8nIWJxPc/xB5Rnj4wPiw8IPxwepboPYlcDisBrl3c6ADyLszK4Ug7rsd
6HAGBN6Iw+Ov5v6PW8bZsg7o8QsAvYbVLQ==
"]]}, {
Thickness[0.013524479307546657`]}, StripOnInput -> False]}, {
ImageSize -> {73.938899128269, 17.35783810709838}, BaselinePosition ->
Scaled[0.30534703405225183`], ImageSize -> {74., 18.},
PlotRange -> {{0., 73.94000000000001}, {0., 17.36}}, AspectRatio ->
Automatic}], BoxRotation -> 1.5707963267948966`],
TraditionalForm]}, {23,
FormBox[
RotationBox[
GraphicsBox[{
Thickness[0.014245014245014245`],
StyleBox[{
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0,
1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1,
0}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJlIGYC4he1j7PPr/lpX/vbquBchp7DjJlAIPkbzrcr
caw9fYfNQaTH6xVLib7DhIhuf8YPbA7bHZoeHa/Qd2AAA3Y4P+CJ5yVTYQR/
ya3ljw2bEfzUNCBYxu7wJHHhNRN/JH6E+PaLD/TgfFObvUHTFNXg/L/fSh/M
MVSFu+fUYae1mf9UHK7z3hZL/cbkIDMvTvP0BxWHK7+PXZ9386/9r7evD1g+
RvB3gOyPUHFQ/6TychYnl0MaGGDy/UHuv4zgLwe5/zA3nA8On0heOP8MGPA7
mIHcm6ji8Hnfx63pYQIOU9pboy7HqDjMBANBON8YBISFHWDugfFh7gXzjQXh
/ukFhXcBH6p/t/HCwwPGh4UXjA+2NtPAwQRk3GYeh9vSNYlGpQaQ+GDmcLgu
9MnxvJqBw8HufU0mj5kcfoDsP6zvMP/E5CXZy37YPwXFj76+A3r6AACRT/sU
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {
0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1,
0}}}, {CompressedData["
1:eJxTTMoPSmViYGCwAmIQPWMmEFjKObBwdskn52k5/AeBeAUHc5u9QdMStRy6
bTx3pX1ScNigl7eYMUbLYW9+zduZpooO0yfwV5lpI/hT2lujLu/RhPPnLFLe
+Sdd06H08DbXmbKKDgZaK4UvLNFwCOcUazf+DzRP9UnzvLfqDq5rji5nuCHr
YGIMBJfFHVLSgGCZrMOXfR+3pn8Tc2hVYFc9IyLrEPL28scZC8Uc2sF8aYeq
+z9uGXuLQdRdk3JQ2LVgXyqfqMObttxuo9kyEFpa1EGkclLJ2SdQ841h8nJw
vjxIn548nA+2bwuC/37ReoWzFQoOIGelqYk68McG3DcSV4SbDw6/n4pw+8Ha
ipUcgkDuZYSqf64E9Y+IQzrIHDNlB41PKi9nvRRxEADJpyP4b4q3iv7uVoHz
/34rfTBnoyrEXVNEHU7s2tHLdkHNoQbk/9diDoG3pGsSN2k47Ai2ivivLukg
s/yFh95+TYdUsINl4Hywu5gV4HyQs2dyKjokhASpL8iEyl+GxtMRDYcPIH9H
KDm08Pqvn6KqAVF/U8nhSeLCayb56pB0wq8M0X9S1aEcFM++ylD16hB/HVd2
OHXYaW3mPnUHqXlxmqcFVBzOXw17o1+t4XABRO9WcRDt8XrFMkUTYs5KVYcH
EeLbLypoQdLPcTU4H2zff3U4XwSk74sm1HwNh+0OTY+OS2g7bAKnUzU4Hxxe
AQi+Ecifwgh+A8vRfsPtqpD4FobyzVUczoAAjzbEX2+VIfHGpu3wwDXecZYg
gg8OpxNKcL4wKL2FIPjg+J+uCDfvNIjOUYDbt1ZIhy89Tg7uHvT8CAB9un6Q
"], {{8.987499999999997, 9.353129999999998}, {10.,
9.353129999999998}, {11.2281, 9.353129999999998}, {11.8234,
8.85156}, {11.8234, 7.815629999999998}, {11.8234,
6.587499999999998}, {10.9531, 5.704689999999999}, {
9.760939999999998, 5.704689999999999}, {9.523439999999999,
5.704689999999999}, {9.178130000000001, 5.7171899999999996`}, {
8.784379999999999, 5.75313}, {8.712499999999997, 5.76563}, {
8.56875, 5.77656}, {8.378129999999999, 5.789059999999999}, {
8.987499999999997, 9.353129999999998}}, {{9.64219,
13.048399999999999`}, {9.77344, 13.048399999999999`}, {
9.796880000000002, 13.060899999999997`}, {10.0484,
13.071899999999998`}, {10.2984, 13.095300000000002`}, {10.4531,
13.107799999999997`}, {10.595300000000002`,
13.107799999999997`}, {11.560899999999998`,
13.107799999999997`}, {12.0391, 12.678099999999999`}, {12.0391,
11.7844}, {12.0391, 10.532799999999998`}, {
11.156300000000002`, 9.782809999999998}, {9.678130000000001,
9.782809999999998}, {9.057809999999998, 9.782809999999998}, {
9.64219, 13.048399999999999`}}}],
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0,
1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1,
0}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJlIGYCYp8T7LazTXUcPixar3A2Q8Hhz9vXByyTEfwG
lqP9htv1HO5oyq75X6zosEEvbzHjHj2H9yD5CkWH/yCwH8HX11opfOEIgv8k
Qnz7xQcIfnxIkPqCl3oO4Zxi7cb+CP7Kby8rzjxQgPMPdu9rMnEWgPNbxGtZ
M4/xwN2z3WuDxZyf3A5Ps7S/Td+r67D81vLHhoe5Hc5fDXujv1vH4QwI9CD4
YPOSOR3Ep17hzGjSd5gJBpj8jPwPrSe3IPgS8+I0T39A8KdP4K8y0zaA88FU
pYFDE8h9bZwO3qDwnGrgYAwCxZwO6WlA8AzBNwCFj4sh3D0wPsy9YPqMAdw/
oOBj8DOA+/e60CfH82YG8PCA8WHhBeOD7busBLFfzMDBeUKzUNorJYcHYAP1
HcoPb3Od6avksNWh6dHxHboQ9YcVIf4X0YHEj76iA3r6AABqhvQO
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ5IGYC4o16eYsZz5g5HOze12SymMkBxn9Z+zj7/BsE
X3qj2HwmBWaHNBCYZuZQuLxkw7/zLA48bqqlTFymDsKVk0rOLhFwMNBaKXxh
iYnDfzCQhPOdJzQLpZ1SgPN3ODQ9Oi6h6mBbGbHCVNbUYc4i5Z1/0jUdDrUt
Dz+1yAyiv14Hbv+b4q2iv08j+FtB+m8g+C9A8q8R/JTYO27MEroOE4JLVKbv
N3OYOoG/ykxb1yFGwfFj8hoE/wwI9CD4YPX5pg5bQObUaDscqJW1SN9i4tDI
crTfMFzD4SDIfUImDqcOO63NnKcK0f/G2GGtkA5f+j0lOB/mXxjffc3R5Qw7
ZB36QObzmzjMBIGd4g6R4tsvMuwzcQh+e/njDEUhiPtqTB38n3heMhXmgLsP
Ej+McPfD+DD/wfgw//dHdPszfkDwYfELAJk72to=
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGI5IAaxQYCJAQEYkWhmKMbFJlU9tcxBVk9PN1NiFwAm
JgJ1
"], CompressedData["
1:eJxdlHtIFFEUxnfTEHtYmNPuqtXm7phiZPlqZmemziZmmWWohJJm5qsStchI
xbKUojRNw3xlYhpkkOkfWSi4oWYWupakUlIpZUiipFIi+Ki9c2dnwAP3jx97
997vO+e7s/VUSnCchUwmk5vWQdNaYVp/m4dyFwkKylF91sDe7O9dZW4UyFCd
1ACXHlbnnS/wiAbCFS/7ZEsUjF9oIuYTtXDNsvPOLisaYiO/7LdI08JxtX46
xlFifv8eiWuHDTaVITR8GDg24c5IbD7fzFM1DWpjnRPEoxqkIIIMc+x1dASX
ybWGneEUZAzPDXkeIuBdx776M8kU2KXfTTW+tgNyNKfK2ELBxI2kPA8HAvIC
xi295DT+PZaAI31FEUu+NFxXW5E9xQTWd4WGP4bppoQSB+hC5xloyA/LC5I3
bobnu+faYwN0cKnjhV/5ohrGoh8Oev02sxO8uryJSuhnRH9jZ91mSyNZkUfR
/iyJF2YvjlQWseDDtgaX6CVuTcmcLP+pEfnA087HsjQNrAlqKI67yYI/4jkn
+IcqhYUNyI+XE9xG/voY6EEVaA+Bb624+00MbJvR/qq4pYQyNNcnDIz4Rekr
zitEVrdUG+KebRSZ728mAcWF6zJ8uhmxn58cMqM9VrIityK/oRIr7vVbn25n
8ZzeEMCivExyeJ6gglRTTLp7OWF+9pAfkqotzeIEvSoYsJ3Rv3fmsJ9YJQSi
+fxgod52u03CNwW+v1Ni3n+DxHy/H7DCeUqRPVF9lLgAzXO9CpRVJ1y7q1lh
3ip4hPJWy0ICr1+F9SdxYv95f9kcXJ3Xnet10WI/BRwQqPH9EjfuSK6Vs6TI
lTWa5oUuUjyPfycKZ6zffRmb/JiZ1/uVwblxJ3HeXRnxffD9aNKBb2GObfwq
Df5/lMA6IQ9tNBhRPzLVeL+3DusNFfKm1+H8tWlhqvFoYoW/DsrQ3FeTIjei
h3RYYkvr3C0xvSTOv7tO1MvfJ1/GpvvNjN8PDfao74Uk/r4kUqKe5d+f/9Kz
8xs=
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1,
0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJdIGYC4oTDl7VTNd0cqu//uGXsreAgMfUKZ8YlV4eQ
t5c/zmiUc/i0ISB71nJXhzdtud1G1TIOqk+a552d5erwZd/HrenXpB0cmh4d
nxHs6lAF0p8t4VCyVfT3aTdXhzMg4CMK5zOAgAOCvyPYKuL/chGHZS889P5H
IvjzbHSuzEpD8GeCQCOCb2IMBM2uDkEg9x0UcQC7v9PVQaRyUsnZJaIOCo4f
k8+sdXX4DwL1Ug45nD8XpHO7QfXLOaSBwD43B/c1R5czVCg4JIL0X3RzWPHt
ZcWZCQoOuhMW/DC85uZQenib68y5CL7zhGahtFMIfjrInG8KDlO+scXPOOMG
cSenIoQ+6Qaxn1/RoSJihenZZmj4Vis6bNTLW8x4xNXh/aL1Cmd3KDmc0LSa
dLrd1cHMZm/QtIdqcP9tAAW0rjrc/5DwU4eHD4wPCz8YHzW8EXzRHq9XLF/U
4HyP/bWyFs/VHG5J1yQahbo6pMTecWOOUIW4ZzpU/wZlh523uv6mbnd1eOAa
7zjro5KD0CfH82lPXR3uaMqu+S+s5ABLPx9A/vFQdDC/djTXZIIjnG8PSh/F
CP6TxIXXTMIx+bDwhfFh6RGmH8aHmQ/jo6dfAHhJP6c=
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIpIAaxQYAJSjNCxZjxsGHqGNDYuNRQy0xqsSkxH1kv
AKovAls=
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGJ7IGYC4ieJC6+ZzPd0uK0pu+Y/s7IDy+JJVoxrPR3W
CunwpetB+Wc9Haa0t0ZdnqPisPyFh95/Ti8HsL71Kg4hJSrT/ycg+DmcPxek
FyP4JVtFf5/u83Jo+G1VcG4FlL8Oja/n5WBgDATFcg5nQOCLp4P6J5WXszSl
Hbq9XrGYVHo6vGnL7TaSFnUoBqlv84SoWyPicFzTatLp754OGiD1L0Xh5h3o
3tdksljSoTxihenZbi+Hld9eVpwpUICov+/l8PPt6wOWi1Uc7JseHZ/x29sh
JfaOG3OFisOMmUDw0Nuh/PA215l/lSD+6/CG2B8tC+eD7feRgvOr7v+4Zewt
6vAnJvfov0PecPeJT73CmfEJwTe/djTXxMEHzt9bK2uRnuMD1z/lG1v8jDM+
Diag8Lgs7sDjv35K6gEfiP27JRwqQP6Z7eNQA1L/Whxi3gIfh4Mg/zJLOGzQ
y1vMWAKTF3O4u49vjnEUgg92jxCCD47fvzD/SMD5IW8vf5zhKA3nQ+JHxuE/
GHg7xKhGyJzbI+vQA4ofTh9IepGTh7hb2ccBFIwzOxUd7kjXJBrZQuXrlB1U
njTPO+vlAw/vCPHtFxnyEHxweE7wcTh12GltZp2KQ/vy8FNGW3wcpObFaZ6e
oOLwZUNA9qzzCD7Y/o8+DhtUQQZD44/T1yHwFtDiTyoQ/0pB+UWqkPBU8IWa
r+og8snxfJqtr8Pfb6UP5giqQdxn5OtQ8wloUZQa3DxwelFWg4THUR+HNBB4
purwhnefwcxJCD44Php8HB6BPPZAFRH+IPNuqULixwTBd1ctZZo1wRuuHmz+
VC+4ey7kx7OfC0Twd9zq+pt63xPO15+w4IfhNk+HOYuUd/5xV3VYBsqfnZ4O
IpWTSs6aKDug528Ac4bKLQ==
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGJZIIaxWZDYzFDMAOUz4GEjq8fFpqdeSuzCZQ4l7gQA
+6MCWw==
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGIHIGYC4rk2OldmrfNzmNLeGnU5RsfhuKbVpNPr/Rxk
lr/w0JuP4P/5VvpgjqCuQ+1vq4JzExB8nxPstrNrEXzdCQt+GOb5OYj0eL1i
uaLjMGMmEBT6QdRNRfATYu+4MUfoOEhMvcKZ0eTnIApSX6IJkX/p63B8145e
NgNthzXdtzMY7vs6zFmkvPOPu7bDlG9s8TPu+ELsC9R2aF8efsroCoKfw/lz
QfphBH+DXt5ixi2+DiycXfLJfAj+9An8VWanteB8eZB/67Ug/t3v6/CieKvo
72wth/KIFaZnT/tC/BOi5XBDuibRqNQP4j4BTQdX1VKmWRd8HU6A+BfUIf7c
6+uQEBKkvmClOtx8XUX5LznTEPyniQuvmfgj+B77a2Ut2NXh7gfrP6kG9x+M
D/M/jA8LHxj/DAj88XXwuzgx5p+yOjx800BgmYYDr//6KakFfg4GWiuFL7So
wvmPIsS3X1RQdQgHUgxtfpB45lB1+LIhIHtWP4Iv7/gx+cxcBB+WPraY/ziU
ooXgw8yHqYfZD05vZv4Q9a/UHBIOX9ZOdfR3MDIGgstqDhWg8Hb2h/sHHD4+
/qj+i0HwW0Hhk+Pv8AYUX9zqcD4sfGF8WPiD01eiPyQ9rFN3MAHZG+zvMAOc
HtQd7JseHZ/B7e9Q/Qno8SgNB1C0m3Ai+D9ico/+W+UHST/cmpDw8Yf6x0vL
QfVJ87yzSf4OEvPiNE8XaMHt9wfFRzOCD0t/MD7YHcLacP+hpF8fBB8WPjA+
LPxQ0r+yv4MOyL/ftODhD8tf6PkdAK2ju4w=
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ5IGYCYgXHj8lnPgY4OE9oFko7peAA479ftF7h7A4l
h+ASlen/XwQ4NLAc7TfcrupQu25bUv3eAIdfb18fsGzWcLDRuTLrWW+Aw5PE
hddM+rUd5EH6PQMcpk7grzLT1oXIOyL4+fHs5yRtEfwI8e0XGawCHP58K30w
RxDBf1G8VfT3ax04f6tD06PjNxD8NyD50zoQ93kEOMyYCQSROg4cPxekb54W
4JCeBgTPNB0qI1aYnj0c4KCrKP8l55sqnA/zL4wfrRohc05G0qE50HNuwzKo
/jQBh8WTrBh9XQIcCpeXbPjnzwK3X3qj2HwmBWY4/2Xt4+zzb5jg/IPd+5pM
FiP46p9UXs7iZIL7HyLPCA8fGB8WfjA+WP1EqH0JHA4VIPfuD3AAeXdmpRDE
fcD4OQMCb8Th8Vdz/8ct42xZB/T4BQAZN9Wa
"]]}, {
Thickness[0.014245014245014245`]}, StripOnInput -> False]}, {
ImageSize -> {70.19707098381072, 17.49236363636364},
BaselinePosition -> Scaled[0.3029987538415624],
ImageSize -> {71., 18.}, PlotRange -> {{0., 70.2}, {0., 17.49}},
AspectRatio -> Automatic}], BoxRotation -> 1.5707963267948966`],
TraditionalForm]}, {24,
FormBox[
RotationBox[
GraphicsBox[{
Thickness[0.014245014245014245`],
StyleBox[{
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGI7IGYCYhNjEPhmb2qzN2haoq7Dm9rH2efX/ILzW8Rr
WTPd/tr7XpwY8y9Zz+HC72PX5938Z/8gQnz7RQZ9h61eGyzm/GR2eJ6l/W36
XH2HbSD+TnY4n8eRz2tGJg+cv15Ihy9dTsAhPiRIfcFKPTg/NQ0I2nTh/DfF
W0V/a+s4bAebz+2QAFLPqe1gV+JYe/oOG5yv8Unl5SxPBD9GNULmXA2rw3rV
J83zeLUdzoBAD4tDwC3pmkQhbYh5lcwODSxH+w3FtR1mggGTg/jUK5wZSloO
9iDzZZgd0kHuYdOCyN9kdfA5wW47O1QL4j9LdocXIPdlazlwg/ynyQnng/2h
xg/ny+9asC/VT9AhOfaOG3OFJpxvBAr2y+pw/pT21qjLf1QdbvDeFks143Pw
2F8ra3FcxWHJreWPDZvZ4fy+iG5/RgMWOD8a5F8bRog/eVQd5p+YvCRb7Z/9
BpD/e1Xh8QmO58+qEHVnfti/AMVHrJoDi/4vrks83+wbQeERru7wGqRe55N9
w2+rgnMa6g6Q9PHV/mniwmsm/GoOl0DxH/kNIp+h6lD7ounXNMvv9hKg8GtS
gaePJyD1+irw8N1i/uNQCpcKND2xwvng+OPkhvO/7Pu4Nf2aADTcVRzA1l8W
coDZfxbsTxGoP9Qg+leKOIDdP10dzpeeF6d5ukADzmfm7JJP9tN0eOAa7zjr
o7DD8V07etkEtByEKyeVnF0i5PDj7esDls1aDmtA6W+foIO+ovyXnGtaDuog
/S8FHM5fDXuj/1sLHj/6WiuFL6hoQ9T/E4Tod9aBuFdYGJq+dOH8OYuUd/5R
14PzweoP6zvsCLaK+J8O9W+mgUPh8pIN/85zwPngdPiMGZW/jAGSn2wNHGQ2
is1nSvhlD8tf6PkZABHAopw=
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {
0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1,
0}}}, {CompressedData["
1:eJxTTMoPSmViYGCwAmIQPWMmEFjKObBwdskn52k5/AeBeAUHc5u9QdMStRy6
bTx3pX1ScNigl7eYMUbLYW9+zduZpooO0yfwV5lpI/hT2lujLu/RhPPnLFLe
+Sdd06H08DbXmbKKDgZaK4UvLNFwCOcUazf+DzRP9UnzvLfqDq5rji5nuCHr
YGIMBJfFHVLSgGCZrMOXfR+3pn8Tc2hVYFc9IyLrEPL28scZC8Uc2sF8aYeq
+z9uGXuLQdRdk3JQ2LVgXyqfqMObttxuo9kyEFpa1EGkclLJ2SdQ841h8nJw
vjxIn548nA+2bwuC/37ReoWzFQoOIGelqYk68McG3DcSV4SbDw6/n4pw+8Ha
ipUcgkDuZYSqf64E9Y+IQzrIHDNlB41PKi9nvRRxEADJpyP4b4q3iv7uVoHz
/34rfTBnoyrEXVNEHU7s2tHLdkHNoQbk/9diDoG3pGsSN2k47Ai2ivivLukg
s/yFh95+TYdUsINl4Hywu5gV4HyQs2dyKjokhASpL8iEyl+GxtMRDYcPIH9H
KDm08Pqvn6KqAVF/U8nhSeLCayb56pB0wq8M0X9S1aEcFM++ylD16hB/HVd2
OHXYaW3mPnUHqXlxmqcFVBzOXw17o1+t4XABRO9WcRDt8XrFMkUTYs5KVYcH
EeLbLypoQdLPcTU4H2zff3U4XwSk74sm1HwNh+0OTY+OS2g7bAKnUzU4Hxxe
AQi+Ecifwgh+A8vRfsPtqpD4FobyzVUczoAAjzbEX2+VIfHGpu3wwDXecZYg
gg8OpxNKcL4wKL2FIPjg+J+uCDfvNIjOUYDbt1ZIhy89Tg7uHvT8CAB9un6Q
"], {{8.987499999999997, 9.353129999999998}, {10.,
9.353129999999998}, {11.2281, 9.353129999999998}, {11.8234,
8.85156}, {11.8234, 7.815629999999998}, {11.8234,
6.587499999999998}, {10.9531, 5.704689999999999}, {
9.760939999999998, 5.704689999999999}, {9.523439999999999,
5.704689999999999}, {9.178130000000001, 5.7171899999999996`}, {
8.784379999999999, 5.75313}, {8.712499999999997, 5.76563}, {
8.56875, 5.77656}, {8.378129999999999, 5.789059999999999}, {
8.987499999999997, 9.353129999999998}}, {{9.64219,
13.048399999999999`}, {9.77344, 13.048399999999999`}, {
9.796880000000002, 13.060899999999997`}, {10.0484,
13.071899999999998`}, {10.2984, 13.095300000000002`}, {10.4531,
13.107799999999997`}, {10.595300000000002`,
13.107799999999997`}, {11.560899999999998`,
13.107799999999997`}, {12.0391, 12.678099999999999`}, {12.0391,
11.7844}, {12.0391, 10.532799999999998`}, {
11.156300000000002`, 9.782809999999998}, {9.678130000000001,
9.782809999999998}, {9.057809999999998, 9.782809999999998}, {
9.64219, 13.048399999999999`}}}],
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0,
1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1,
0}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJlIGYCYp8T7LazTXUcPixar3A2Q8Hhz9vXByyTEfwG
lqP9htv1HO5oyq75X6zosEEvbzHjHj2H9yD5CkWH/yCwH8HX11opfOEIgv8k
Qnz7xQcIfnxIkPqCl3oO4Zxi7cb+CP7Kby8rzjxQgPMPdu9rMnEWgPNbxGtZ
M4/xwN2z3WuDxZyf3A5Ps7S/Td+r67D81vLHhoe5Hc5fDXujv1vH4QwI9CD4
YPOSOR3Ep17hzGjSd5gJBpj8jPwPrSe3IPgS8+I0T39A8KdP4K8y0zaA88FU
pYFDE8h9bZwO3qDwnGrgYAwCxZwO6WlA8AzBNwCFj4sh3D0wPsy9YPqMAdw/
oOBj8DOA+/e60CfH82YG8PCA8WHhBeOD7busBLFfzMDBeUKzUNorJYcHYAP1
HcoPb3Od6avksNWh6dHxHboQ9YcVIf4X0YHEj76iA3r6AABqhvQO
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ5IGYC4o16eYsZz5g5HOze12SymMkBxn9Z+zj7/BsE
X3qj2HwmBWaHNBCYZuZQuLxkw7/zLA48bqqlTFymDsKVk0rOLhFwMNBaKXxh
iYnDfzCQhPOdJzQLpZ1SgPN3ODQ9Oi6h6mBbGbHCVNbUYc4i5Z1/0jUdDrUt
Dz+1yAyiv14Hbv+b4q2iv08j+FtB+m8g+C9A8q8R/JTYO27MEroOE4JLVKbv
N3OYOoG/ykxb1yFGwfFj8hoE/wwI9CD4YPX5pg5bQObUaDscqJW1SN9i4tDI
crTfMFzD4SDIfUImDqcOO63NnKcK0f/G2GGtkA5f+j0lOB/mXxjffc3R5Qw7
ZB36QObzmzjMBIGd4g6R4tsvMuwzcQh+e/njDEUhiPtqTB38n3heMhXmgLsP
Ej+McPfD+DD/wfgw//dHdPszfkDwYfELAJk72to=
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGI5IAaxQYCJAQEYkWhmKMbFJlU9tcxBVk9PN1NiFwAm
JgJ1
"], CompressedData["
1:eJxdlHtIFFEUxnfTEHtYmNPuqtXm7phiZPlqZmemziZmmWWohJJm5qsStchI
xbKUojRNw3xlYhpkkOkfWSi4oWYWupakUlIpZUiipFIi+Ki9c2dnwAP3jx97
997vO+e7s/VUSnCchUwmk5vWQdNaYVp/m4dyFwkKylF91sDe7O9dZW4UyFCd
1ACXHlbnnS/wiAbCFS/7ZEsUjF9oIuYTtXDNsvPOLisaYiO/7LdI08JxtX46
xlFifv8eiWuHDTaVITR8GDg24c5IbD7fzFM1DWpjnRPEoxqkIIIMc+x1dASX
ybWGneEUZAzPDXkeIuBdx776M8kU2KXfTTW+tgNyNKfK2ELBxI2kPA8HAvIC
xi295DT+PZaAI31FEUu+NFxXW5E9xQTWd4WGP4bppoQSB+hC5xloyA/LC5I3
bobnu+faYwN0cKnjhV/5ohrGoh8Oev02sxO8uryJSuhnRH9jZ91mSyNZkUfR
/iyJF2YvjlQWseDDtgaX6CVuTcmcLP+pEfnA087HsjQNrAlqKI67yYI/4jkn
+IcqhYUNyI+XE9xG/voY6EEVaA+Bb624+00MbJvR/qq4pYQyNNcnDIz4Rekr
zitEVrdUG+KebRSZ728mAcWF6zJ8uhmxn58cMqM9VrIityK/oRIr7vVbn25n
8ZzeEMCivExyeJ6gglRTTLp7OWF+9pAfkqotzeIEvSoYsJ3Rv3fmsJ9YJQSi
+fxgod52u03CNwW+v1Ni3n+DxHy/H7DCeUqRPVF9lLgAzXO9CpRVJ1y7q1lh
3ip4hPJWy0ICr1+F9SdxYv95f9kcXJ3Xnet10WI/BRwQqPH9EjfuSK6Vs6TI
lTWa5oUuUjyPfycKZ6zffRmb/JiZ1/uVwblxJ3HeXRnxffD9aNKBb2GObfwq
Df5/lMA6IQ9tNBhRPzLVeL+3DusNFfKm1+H8tWlhqvFoYoW/DsrQ3FeTIjei
h3RYYkvr3C0xvSTOv7tO1MvfJ1/GpvvNjN8PDfao74Uk/r4kUqKe5d+f/9Kz
8xs=
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1,
0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJdIGYC4oTDl7VTNd0cqu//uGXsreAgMfUKZ8YlV4eQ
t5c/zmiUc/i0ISB71nJXhzdtud1G1TIOqk+a552d5erwZd/HrenXpB0cmh4d
nxHs6lAF0p8t4VCyVfT3aTdXhzMg4CMK5zOAgAOCvyPYKuL/chGHZS889P5H
IvjzbHSuzEpD8GeCQCOCb2IMBM2uDkEg9x0UcQC7v9PVQaRyUsnZJaIOCo4f
k8+sdXX4DwL1Ug45nD8XpHO7QfXLOaSBwD43B/c1R5czVCg4JIL0X3RzWPHt
ZcWZCQoOuhMW/DC85uZQenib68y5CL7zhGahtFMIfjrInG8KDlO+scXPOOMG
cSenIoQ+6Qaxn1/RoSJihenZZmj4Vis6bNTLW8x4xNXh/aL1Cmd3KDmc0LSa
dLrd1cHMZm/QtIdqcP9tAAW0rjrc/5DwU4eHD4wPCz8YHzW8EXzRHq9XLF/U
4HyP/bWyFs/VHG5J1yQahbo6pMTecWOOUIW4ZzpU/wZlh523uv6mbnd1eOAa
7zjro5KD0CfH82lPXR3uaMqu+S+s5ABLPx9A/vFQdDC/djTXZIIjnG8PSh/F
CP6TxIXXTMIx+bDwhfFh6RGmH8aHmQ/jo6dfAHhJP6c=
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIpIAaxQYAJSjNCxZjxsGHqGNDYuNRQy0xqsSkxH1kv
AKovAls=
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGJ7IGYC4ieJC6+ZzPd0uK0pu+Y/s7IDy+JJVoxrPR3W
CunwpetB+Wc9Haa0t0ZdnqPisPyFh95/Ti8HsL71Kg4hJSrT/ycg+DmcPxek
FyP4JVtFf5/u83Jo+G1VcG4FlL8Oja/n5WBgDATFcg5nQOCLp4P6J5WXszSl
Hbq9XrGYVHo6vGnL7TaSFnUoBqlv84SoWyPicFzTatLp754OGiD1L0Xh5h3o
3tdksljSoTxihenZbi+Hld9eVpwpUICov+/l8PPt6wOWi1Uc7JseHZ/x29sh
JfaOG3OFisOMmUDw0Nuh/PA215l/lSD+6/CG2B8tC+eD7feRgvOr7v+4Zewt
6vAnJvfov0PecPeJT73CmfEJwTe/djTXxMEHzt9bK2uRnuMD1z/lG1v8jDM+
Diag8Lgs7sDjv35K6gEfiP27JRwqQP6Z7eNQA1L/Whxi3gIfh4Mg/zJLOGzQ
y1vMWAKTF3O4u49vjnEUgg92jxCCD47fvzD/SMD5IW8vf5zhKA3nQ+JHxuE/
GHg7xKhGyJzbI+vQA4ofTh9IepGTh7hb2ccBFIwzOxUd7kjXJBrZQuXrlB1U
njTPO+vlAw/vCPHtFxnyEHxweE7wcTh12GltZp2KQ/vy8FNGW3wcpObFaZ6e
oOLwZUNA9qzzCD7Y/o8+DhtUQQZD44/T1yHwFtDiTyoQ/0pB+UWqkPBU8IWa
r+og8snxfJqtr8Pfb6UP5giqQdxn5OtQ8wloUZQa3DxwelFWg4THUR+HNBB4
purwhnefwcxJCD44Php8HB6BPPZAFRH+IPNuqULixwTBd1ctZZo1wRuuHmz+
VC+4ey7kx7OfC0Twd9zq+pt63xPO15+w4IfhNk+HOYuUd/5xV3VYBsqfnZ4O
IpWTSs6aKDug528Ac4bKLQ==
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGJZIIaxWZDYzFDMAOUz4GEjq8fFpqdeSuzCZQ4l7gQA
+6MCWw==
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGIHIGYC4rk2OldmrfNzmNLeGnU5RsfhuKbVpNPr/Rxk
lr/w0JuP4P/5VvpgjqCuQ+1vq4JzExB8nxPstrNrEXzdCQt+GOb5OYj0eL1i
uaLjMGMmEBT6QdRNRfATYu+4MUfoOEhMvcKZ0eTnIApSX6IJkX/p63B8145e
NgNthzXdtzMY7vs6zFmkvPOPu7bDlG9s8TPu+ELsC9R2aF8efsroCoKfw/lz
QfphBH+DXt5ixi2+DiycXfLJfAj+9An8VWanteB8eZB/67Ug/t3v6/CieKvo
72wth/KIFaZnT/tC/BOi5XBDuibRqNQP4j4BTQdX1VKmWRd8HU6A+BfUIf7c
6+uQEBKkvmClOtx8XUX5LznTEPyniQuvmfgj+B77a2Ut2NXh7gfrP6kG9x+M
D/M/jA8LHxj/DAj88XXwuzgx5p+yOjx800BgmYYDr//6KakFfg4GWiuFL7So
wvmPIsS3X1RQdQgHUgxtfpB45lB1+LIhIHtWP4Iv7/gx+cxcBB+WPraY/ziU
ooXgw8yHqYfZD05vZv4Q9a/UHBIOX9ZOdfR3MDIGgstqDhWg8Hb2h/sHHD4+
/qj+i0HwW0Hhk+Pv8AYUX9zqcD4sfGF8WPiD01eiPyQ9rFN3MAHZG+zvMAOc
HtQd7JseHZ/B7e9Q/Qno8SgNB1C0m3Ai+D9ico/+W+UHST/cmpDw8Yf6x0vL
QfVJ87yzSf4OEvPiNE8XaMHt9wfFRzOCD0t/MD7YHcLacP+hpF8fBB8WPjA+
LPxQ0r+yv4MOyL/ftODhD8tf6PkdAK2ju4w=
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ5IGYCYgXHj8lnPgY4OE9oFko7peAA479ftF7h7A4l
h+ASlen/XwQ4NLAc7TfcrupQu25bUv3eAIdfb18fsGzWcLDRuTLrWW+Aw5PE
hddM+rUd5EH6PQMcpk7grzLT1oXIOyL4+fHs5yRtEfwI8e0XGawCHP58K30w
RxDBf1G8VfT3ax04f6tD06PjNxD8NyD50zoQ93kEOMyYCQSROg4cPxekb54W
4JCeBgTPNB0qI1aYnj0c4KCrKP8l55sqnA/zL4wfrRohc05G0qE50HNuwzKo
/jQBh8WTrBh9XQIcCpeXbPjnzwK3X3qj2HwmBWY4/2Xt4+zzb5jg/IPd+5pM
FiP46p9UXs7iZIL7HyLPCA8fGB8WfjA+WP1EqH0JHA4VIPfuD3AAeXdmpRDE
fcD4OQMCb8Th8Vdz/8ct42xZB/T4BQAZN9Wa
"]]}, {
Thickness[0.014245014245014245`]}, StripOnInput -> False]}, {
ImageSize -> {70.19707098381072, 17.35783810709838},
BaselinePosition -> Scaled[0.30534703405225183`],
ImageSize -> {71., 18.}, PlotRange -> {{0., 70.2}, {0., 17.36}},
AspectRatio -> Automatic}], BoxRotation -> 1.5707963267948966`],
TraditionalForm]}, {25,
FormBox[
RotationBox[
GraphicsBox[{
Thickness[0.013644426251876108`],
StyleBox[{
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0,
1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1,
0}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJlIGYC4he1j7PPr/lpX/vbquBchp7DjJlAIPkbzrcr
caw9fYfNQaTH6xVLib7DhIhuf8YPbA7bHZoeHa/Qd2AAA3Y4P+CJ5yVTYQR/
ya3ljw2bEfzUNCBYxu7wJHHhNRN/JH6E+PaLD/TgfFObvUHTFNXg/L/fSh/M
MVSFu+fUYae1mf9UHK7z3hZL/cbkIDMvTvP0BxWHK7+PXZ9386/9r7evD1g+
RvB3gOyPUHFQ/6TychYnl0MaGGDy/UHuv4zgLwe5/zA3nA8On0heOP8MGPA7
mIHcm6ji8Hnfx63pYQIOU9pboy7HqDjMBANBON8YBISFHWDugfFh7gXzjQXh
/ukFhXcBH6p/t/HCwwPGh4UXjA+2NtPAwQRk3GYeh9vSNYlGpQaQ+GDmcLgu
9MnxvJqBw8HufU0mj5kcfoDsP6zvMP/E5CXZy37YPwXFj76+A3r6AACRT/sU
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {
0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0,
1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}}, {{0, 2,
0}, {0, 1, 0}, {0, 1, 0}}}, {CompressedData["
1:eJxTTMoPSmViYGAwBGIQvdn8x6GULA2H+t9WBecytB0q7v+4Zcwt76D+SeXl
rE4pBxNjIAiWdVgrpMOXfk/cwXXN0eUMFTIOb9pyu42kxR2mzwSCm1IOIGrm
TjEHkcpJJWefSDrEqEbInKtB8BV2LdiXyifqsCPYKuK/uxzEXGNMPlifjTyc
/8A13nGWoAKcD3aHHIJfDXKvthLcfBgfbG+KmEP54W2uM98qOGiA/SPmoHzt
UTBDj4JDqwK76pkpYg4rv72sOGOg4HCwe1+TCbM4nA+2txDBB9t3WRxifrSC
QzTYfxIO4Zxi7cbnFRx6Irr9GQWkIPbZKjvc0ZRd899Y0eH81bA3+tKacL5I
j9crli2aUPMl4fwzIOCD4DOAgIOkwwxwuGpC7JORdPgPAvs1ofEh4dDC679+
ylFNuHveFG8V/X1aE+ofBB/mfhi/D+xecQfpeXGapws0HULeXv44Y6GYQzPY
PA14eO1waHp0fIc6PDxhfFh4z1mkvPOPuhY8PtD55jZ7g6YtRPA36OUtZpTR
xsnfAkqPXbpw82F8mP0vQO5/rQN3HzjczmhDw0PMIT0NCI4h+D4n2G1nT9WG
hoekw6+3rw9YNmvC0zt6+gcARpA4JQ==
"], {{12.051599999999999`,
12.4641}, {12.493799999999998`, 9.031249999999998}, {
9.918750000000001, 9.031249999999998}, {12.051599999999999`,
12.4641}}}],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJRIGYC4tvSNYlGXw0dTG32Bk1z1HXo9nrFYsJo5HD+
atgb/WpdB/UnzfPOchk5tPD6r5+yFMH3OcFuO/sqgv8fBOL1HM6AgaGD/y2g
wZf0HA62LQ8/1YTgg9XZI/hg+0UNHVJi77gxV+g57K+VtUhnMXTYope3mPGP
roPMvDjN0xf0HbzA9qnC+W+Kt4r+Pq3q8DRL+9v0vfoQ/TMQfCNjIJiM4J86
7LQ2M04V4j4ZA4cp7a1Rl21UIe7RR/BPg9TZIfjSIPscDBxmTOCvMvNWdQBb
62fgkBASpL6gU9UBPfwAhIqWQg==
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJRIGYC4hUvPPT+HzRxMLXZGzTNUdchQnz7RYZzJg7n
r4a90a/WdfiyISB71nUThxZe//VTliL4PifYbWdfRfD/g0C8nsNMMDBx8L8l
XZN4Sc+hL7hEZbo/gn8GBHgQfLD9D40dUmLvuDFX6Dn0eL1iMblo7LBFL28x
4x9dh9tAZUZbjRy8wPapwvlvireK/j6t6mDf9Oj4jNVGEP0zEHwjYyCYjOCf
Ouy0NjNOFeK+l0YOU9pboy7bqELc8wfBnz6Bv8qM2xjOf56l/W06r7HDDJC4
t6qDA8g8aWOHhJAg9QWdqg7o4QcAeu+YwA==
"]],
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0,
1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1,
0}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJlIGYCYtUnzfPOShk41Nz/ccs4W8bh77fSB3MMEXyH
pkfHZ0QbOoS8vfxxRqOcQ4T49osMcYYOFSD5bjmH/yAQj+CLT73CmZGE4Beu
6b6dUYDg62utFL5QYujgvubocgYLBP9NW263UbQsnL/Na4PFnJ3scP5WEP8n
M9w9L2ofZ5/XYXYo3ir6+/Q9A4frvLfFUr8xOTzP0v42PdYA4q79CP6XfR+3
pk9jcOj2esVictDQ4QwYYPK3mP84lHILwefxXz8l9QeCP30Cf5WZthGcPxME
Ko0g7tvJ4OB9gt129lQjh/Q0IFjGAKGfIfgGIP+4GMPdA+PD3Asx1wjuH3B4
+xnB/Xtd6JPjeTMjeHjA+LDwgvHB5s1XgNgrZuTAHxtw32i7gkMBKD4aDB2c
JzQLpUkpOEQrOH5MvgMNL3l5iP+5DCDx80PWAT19AAC4cwy8
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ5IGYC4g16eYsZz1g6HOze12SymMkBxn9Z+zj7/BsE
X3qj2HwmBWaHNBCYZulQuLxkw7/zLA7cbqqlTFwWDsKVk0rOLhFwMNBaKXxh
ibnDfzCQhPOdJzQLpZ1SgPN3ODQ9Oi6h6mBbGbHCVNbCYc4i5Z1/0jUdjrQt
Dz+1yBKiv14Hbv+b4q2iv08j+FtB+m8g+C9A8q8R/JTYO27MEroO/cElKtP3
WzpMncBfZaat6xCj4PgxeQ2CfwYEehB8sPp8C4ctIHNqtB0O1MpapG8xd2hk
OdpvGK7hcBDkPiFzh1OHndZmzlOF6H9j5rBWSIcv/Z4SnA/zL4zvvubocoYd
sg59IPP5zR1mgsBOcYdI8e0XGfaZOwS/vfxxhqKQQzTIfTUWDv5PPC+ZCnPA
3QeJH0a4+2F8mP9gfJj/+yO6/Rk/IPiw+AUA5+3bKw==
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGI5IAaxQYCJAQEYkWhmKMbFJlU9tcxBVk9PN1NiFwAm
JgJ1
"], CompressedData["
1:eJxdlGtIFFEUx9eUyoIKddqHZtvuTu+UdNVwZneOhWVlFia5kKbm6kKi9ljw
wUqGaKmV9tJVQtQojV77IRMF7aEWpbsqmZmI+UGpxMqkzDCzvXNnZ8AD98Nv
9u6553/+5951x9Mjk5xFIpGTfe21r0X2VXLYqCr3paACxQclDHiaEvxCKRCh
iFfCe7epkO47HI8oYdJyKKVSTMP4mQZiNkUFkqpjmzrlNOhjh3Y7Z6rgV9Ng
0VyAwOz+aIHpLF19QCoNPe+OTPhSAjvyO3iy9pHcWq+AeRTfKYghdV42Ly94
VlAX/eY0BdkfZwb99xM47wUKPLKuGq3tHvA0Z80OQx8FEwWpxX6eBJCjeVVW
GY1/1xPw6cSW6fJYGvLlS8iu6wSur5yGn60/GgxlnhCP8g3QcElXfNDJ4g3h
vVdi/iVqIKPtSWjFnBzOzgaftC3VcqyAaHFjr+iblteX69JRsj2D4TkH7TcL
fKN0ZXbgPQYC6ZbIshCBW9JNXyvGlDyH3e+oE2Uq4fbnMJ/5Ggb2IJ5RgBn5
VMiAO9KjVmB941roQhEug9GEmn51txY2TKm+VBZKQO1vjzYtjITGhVSeEvMs
b65uTXq4mme2vyYCtm2+694zquX7abTb3OnN8MzqTRPY4pN2y2mIgWQULwlI
cf1TbcgD7CdI4bzdLj8jcP7J4Nr04jhzOHD1SiGovyNVLQesRy+BMeTPHAMP
3LauMAyL8fnDArP6XwvM9ruR4fJJeEay/N8KfBn5uUoKj4NmXuibGc5vKZ63
FgYMbP1SXP8u4PuvQ3ojAHKRjxtVWE8UAHFx37hLn8BsH2iS55u1yqa/r0g+
3zlUh3g9rlMlsEOPg9l6f2uxj74ktKN536nl7wfbD5sGdpXmuSUvU+L/Z3Ec
zM3DIA1WdI5JjvdHaHC9Udy8HdXg+XuuAvRZnaABM/q+nOTZghIdENjFtWht
oo3E8x+m4evF92sB2893ML4/NMjQO1FK4vcln+LrWfj+/Ac5XOCT
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1,
0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJdIGYC0RMW/DDc5u5Qff/HLWNvBYcniQuvmcS7O4S8
vfxxRqOcw4FaWYt0E3eHN2253UbVMg6fNgRkz1J3d/iy7+PW9GvSDjz+66ek
PnBzqALpz5ZwcGh6dHzGZTeHMyDgIwrnM4CAA4K/I9gq4v9yEYeSraK/Tz9D
8HM4fy5I/4zgp4EAnzucDzZHwN0hCOS+gyIOYPeLuTuIVE4qObtE1OEN7z6D
mVbuDv9BoF7KweLa0VyTGTD9cg7GIODt4eC+5uhyhgoFBz2Q/jgPhxXfXlac
maDg8Csm9+i/JA+H0sPbXGfORfCdJzQLpZ1C8NNB7vqm4JBw+LJ2aqSHw0wQ
4FSEuDfMA2I/v6KDq2op0ywBD0j4Vis61P22KjgX4O7wftF6hbM7lBymfGOL
nyHi7mBmszdo2kM1uP82qD5pnqerDvc/JPzU4eED48PCD8ZHDW8EX7TH6xXL
FzU432M/MGKfqzmseOGh9/+hm0NK7B035ghViHtUoPZtUHZoWx5+ysjF3eGB
a7zjrI9KDg/28c0xLnJ3uKMpu+a/sJIDLP18APnHQ9GBZfEkK0ZZZzgfnD4Y
EPyNenmLGZ84YfBh4Qvjw9IjTD+MDzMfxkdPvwDE+TO6
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIpIAaxQYAJSjNCxZjxsGHqGNDYuNRQy0xqsSkxH1kv
AKovAls=
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGJ7IGYC4g16eYsZdbwdbmvKrvnPrOxwIT+e/Zylt8Na
IR2+dD0oP9LbYUp7a9TlOSoOJVtFf5+e5u3wJHHhNZP1Kg4Kjh+Tz7xF8M2v
Hc01YfCB8+2bHh2fIe3j0PDbquDcCijfGo2/29vBwBgIiuUcZswEgkZvB/VP
Ki9naUo7hItvv8jA5u3wpi2320haFKJe2NvhDAisEXGY8o0tfkaLt4MGSP1L
Ubh5B7r3NZkslnRwUS1lmiXh47Dy28uKMwUKEPU5Pg4/374+YLlYxYHHf/2U
1A5fh5TYO27MFSoOqWlAkOfrUH54m+vMv0oQ/4n6QuyPloXzwfb7SMH5Vfd/
3DL2FnU4rmk16bS/L9x94HCoR/BZFk+yYjyL4Pd4vWIx+YnQn3D4snZqpJ+D
CSg8Los73JCuSTTy9YPYv1vCwRXkHw0/hxqQ+tfiEPN0/RwOgvzLLOFQCwpX
Bpi8mMOa7tsZDM994Xywe+Yj+OD47YT5RwLOD3l7+eMMR2k4HxI/MhB1Pb4O
MaoRMuf2yDpEgOJnmi8kvcjJO/wHgfW+DqBonNmp6LD8hYfe/5NQ+Tplhw8b
ArJnXUeEt+qT5nlnfyH48qDwlPVzOHXYaW1mnYpDSInK9P8Ofg5S8+I0T09Q
cdhfK2uRHoPgg9NHnZ/DBrBB0Pib5ucQeAsYcJ9UIP5dDuUXqULCcy3MfFWH
+/v45hif8nP4+630wRxBNYj79gPD7xOQEaUGNw+cXpTVIOER6OcAEk57puqw
41bX31R5BB8cH7x+Do9AAfNAFRH+IPNuqULi5wCCL/LJ8XyarC9cPdh8RR+4
e+bb6FyZdc8bzm9fHn7KKAfB/xOTe/Sfk7fDnEXKO/+4q0Lyp5i3g0jlpJKz
JsoO6PkbAEURyR8=
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGJZIIaxWZDYzFDMAOUz4GEjq8fFpqdeSuzCZQ4l7gQA
+6MCWw==
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGIHIGYC4q0tNRc2ywY4TGlvjboco+PgXd2s7yMX4CCz
/IWH3nwE/8+30gdzBHUdVJ80zzvLh+B3e71iMWFF8P/E5B7998vfQaQHKHFF
xyE1DQj++Tv4nGC3nT0VwU+IvePGHKHj8HlDQPYs9gAHUZD6Ek2IfJm/w/Fd
O3rZDLQdyiNWmJ7N9neYs0h55x93bYeEw5e1UzP9IfYFajuElKhM/5+A4Jtf
O5prEoDg1/62Kjjn4O/Awtkln8yH4E+fwF9ldloLzpcH+bdey2HKN7b4GT7+
Di+Kt4r+ztZycFEtZZoVAfVPiJZDMMg+hgCI+wQ0HUQ+OZ5Pi/V3OAHiX1B3
EJ96hTPDC+i/kCD1BSvV4ebrKsp/yZmG4D9NXHjNxB/B99hfK2vBrg53P1j/
STW4/2B8mP9hfFj4wPgzZgJBp7+D38WJMf+U1eHhCwrWtGUaDnekaxKN/vo7
GGitFL7QogrnP4oQ335RQdVBGOQfzgCIuzhUHe7v45tjzIfgfwcFjyiCD0sf
W8x/HErRQvBh5sPUw+wHp7dEqPpXag7iHgF/JNIDHIyMgeCymsPiSVaMvhkB
cP+AgiU9B8E/AwIlCL6m1aTT9TUBDm9A8cWtDufDwhfGh4U/yBrj8gBIelin
7vAfBPIDHGaA04O6Q/vy8FNGPgEO1Z+AARel4bCm+3YGgzeC/1hE9uRT6QBI
+uHWhIRPHtQ/XloOlaD4AJovMS9O83SBFtx+f1B8NCP4sPQH45uA3CWsDfcf
LP3C/A/jw8IHxoeFH4wv/fqRmVREgIMOyL/ftODhD8tf6PkdAOAMryE=
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ5IGYC4vbl4aeMdgQ6OE9oFko7peAA479ftF7h7A4l
h523uv6mrg90aGA52m+4XdXhsYjsyafNgQ6/3r4+YNms4bB4khWjb0igw5PE
hddM+rUh+gUCHaZO4K8y09aFyHMg+FeP5po0MCP4+2tlLdIZAh3+fCt9MEcQ
wX9RvFX092sdOH+rQ9Oj4zcQ/Dcg+dM6EPfxBzrMmAkEkToO+fHs5yRjAx3S
04DgmabD/X18c4y7Ah10FeW/5HxThfNh/oXxo1UjZM7JSDq82L6e+XkOVH+a
gAPnzwXpm7kCHQqXl2z4588Ct196o9h8JgVmOP9l7ePs82+Y4PyD3fuaTBYj
+OqfVF7O4mSC+x8izwgPHxgfFn4w/nWQ+nCofQkcEPe2BTqAvDuzUgjivnWB
DmdA4I04PP5q7v+4ZZwt64AevwDnZdLF
"]]}, {
Thickness[0.013644426251876108`]}, StripOnInput -> False]}, {
ImageSize -> {73.2934595267746, 17.49236363636364},
BaselinePosition -> Scaled[0.3029987538415624],
ImageSize -> {74., 18.}, PlotRange -> {{0., 73.29}, {0., 17.49}},
AspectRatio -> Automatic}], BoxRotation -> 1.5707963267948966`],
TraditionalForm]}, {26,
FormBox[
RotationBox[
GraphicsBox[{
Thickness[0.013644426251876108`],
StyleBox[{
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGI7IGYCYhNjEPhmb2qzN2haoq7Dm9rH2efX/ILzW8Rr
WTPd/tr7XpwY8y9Zz+HC72PX5938Z/8gQnz7RQZ9h61eGyzm/GR2eJ6l/W36
XH2HbSD+TnY4n8eRz2tGJg+cv15Ihy9dTsAhPiRIfcFKPTg/NQ0I2nTh/DfF
W0V/a+s4bAebz+2QAFLPqe1gV+JYe/oOG5yv8Unl5SxPBD9GNULmXA2rw3rV
J83zeLUdzoBAD4tDwC3pmkQhbYh5lcwODSxH+w3FtR1mggGTg/jUK5wZSloO
9iDzZZgd0kHuYdOCyN9kdfA5wW47O1QL4j9LdocXIPdlazlwg/ynyQnng/2h
xg/ny+9asC/VT9AhOfaOG3OFJpxvBAr2y+pw/pT21qjLf1QdbvDeFks143Pw
2F8ra3FcxWHJreWPDZvZ4fy+iG5/RgMWOD8a5F8bRog/eVQd5p+YvCRb7Z/9
BpD/e1Xh8QmO58+qEHVnfti/AMVHrJoDi/4vrks83+wbQeERru7wGqRe55N9
w2+rgnMa6g6Q9PHV/mniwmsm/GoOl0DxH/kNIp+h6lD7ounXNMvv9hKg8GtS
gaePJyD1+irw8N1i/uNQCpcKND2xwvng+OPkhvO/7Pu4Nf2aADTcVRzA1l8W
coDZfxbsTxGoP9Qg+leKOIDdP10dzpeeF6d5ukADzmfm7JJP9tN0eOAa7zjr
o7DD8V07etkEtByEKyeVnF0i5PDj7esDls1aDmtA6W+foIO+ovyXnGtaDuog
/S8FHM5fDXuj/1sLHj/6WiuFL6hoQ9T/E4Tod9aBuFdYGJq+dOH8OYuUd/5R
14PzweoP6zvsCLaK+J8O9W+mgUPh8pIN/85zwPngdPiMGZW/jAGSn2wNHGQ2
is1nSvhlD8tf6PkZABHAopw=
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {
0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0,
1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}}, {{0, 2,
0}, {0, 1, 0}, {0, 1, 0}}}, {CompressedData["
1:eJxTTMoPSmViYGAwBGIQvdn8x6GULA2H+t9WBecytB0q7v+4Zcwt76D+SeXl
rE4pBxNjIAiWdVgrpMOXfk/cwXXN0eUMFTIOb9pyu42kxR2mzwSCm1IOIGrm
TjEHkcpJJWefSDrEqEbInKtB8BV2LdiXyifqsCPYKuK/uxzEXGNMPlifjTyc
/8A13nGWoAKcD3aHHIJfDXKvthLcfBgfbG+KmEP54W2uM98qOGiA/SPmoHzt
UTBDj4JDqwK76pkpYg4rv72sOGOg4HCwe1+TCbM4nA+2txDBB9t3WRxifrSC
QzTYfxIO4Zxi7cbnFRx6Irr9GQWkIPbZKjvc0ZRd899Y0eH81bA3+tKacL5I
j9crli2aUPMl4fwzIOCD4DOAgIOkwwxwuGpC7JORdPgPAvs1ofEh4dDC679+
ylFNuHveFG8V/X1aE+ofBB/mfhi/D+xecQfpeXGapws0HULeXv44Y6GYQzPY
PA14eO1waHp0fIc6PDxhfFh4z1mkvPOPuhY8PtD55jZ7g6YtRPA36OUtZpTR
xsnfAkqPXbpw82F8mP0vQO5/rQN3HzjczmhDw0PMIT0NCI4h+D4n2G1nT9WG
hoekw6+3rw9YNmvC0zt6+gcARpA4JQ==
"], {{12.051599999999999`,
12.4641}, {12.493799999999998`, 9.031249999999998}, {
9.918750000000001, 9.031249999999998}, {12.051599999999999`,
12.4641}}}],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJRIGYC4tvSNYlGXw0dTG32Bk1z1HXo9nrFYsJo5HD+
atgb/WpdB/UnzfPOchk5tPD6r5+yFMH3OcFuO/sqgv8fBOL1HM6AgaGD/y2g
wZf0HA62LQ8/1YTgg9XZI/hg+0UNHVJi77gxV+g57K+VtUhnMXTYope3mPGP
roPMvDjN0xf0HbzA9qnC+W+Kt4r+Pq3q8DRL+9v0vfoQ/TMQfCNjIJiM4J86
7LQ2M04V4j4ZA4cp7a1Rl21UIe7RR/BPg9TZIfjSIPscDBxmTOCvMvNWdQBb
62fgkBASpL6gU9UBPfwAhIqWQg==
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJRIGYC4hUvPPT+HzRxMLXZGzTNUdchQnz7RYZzJg7n
r4a90a/WdfiyISB71nUThxZe//VTliL4PifYbWdfRfD/g0C8nsNMMDBx8L8l
XZN4Sc+hL7hEZbo/gn8GBHgQfLD9D40dUmLvuDFX6Dn0eL1iMblo7LBFL28x
4x9dh9tAZUZbjRy8wPapwvlvireK/j6t6mDf9Oj4jNVGEP0zEHwjYyCYjOCf
Ouy0NjNOFeK+l0YOU9pboy7bqELc8wfBnz6Bv8qM2xjOf56l/W06r7HDDJC4
t6qDA8g8aWOHhJAg9QWdqg7o4QcAeu+YwA==
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGINIGYC4oSQIPUFnvoOS24tf2zozOwA4x/s3tdkkszo
sL9W1iI9xNBhJhhg8j9vCMietRzBV33SPO/sL9x8Hv/1U1J3GMPNX3J/H9+c
zcYO6WlA8IwJzpfZKDafaQEzGp8Fzi9cXrLhXz8rnK/xSeXlLE82uPlg9Q/Y
HUq2iv4+vc4I4r9mdgcDrZXCF1yMHPoiuv0ZC9ih7jJwAFmfpsbu8DxL+9t0
WyMHdZB5nUIQvqyxAwMIOIg5HG5bHn4qydghWjVC5pyNBJx/3zXecdZHKTj/
y76PW9PF5OH2G4PAZQWIfZ2GcD7Y/Y8N4HzxqVc4M4oMHPhjA+4blSs4dHu9
YjFhNHD4DwLy8g4iPUCBLfoO7muOLmewkHI4AwIyBnA+OLytDBxC3l7+OOOh
NERfPFT+hyzEns1Q8+7LQfznawjn+1+cGPNP2AjOB6ufbASx540MnB8B8v8d
STh/R7BVxH91cYflLzz0/hsaOcSA5GtEHGwrI1aY6hpC5QUc0NMbAArvF/k=
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ5IGYC4g16eYsZz1g6HOze12SymMkBxn9Z+zj7/BsE
X3qj2HwmBWaHNBCYZulQuLxkw7/zLA7cbqqlTFwWDsKVk0rOLhFwMNBaKXxh
ibnDfzCQhPOdJzQLpZ1SgPN3ODQ9Oi6h6mBbGbHCVNbCYc4i5Z1/0jUdjrQt
Dz+1yBKiv14Hbv+b4q2iv08j+FtB+m8g+C9A8q8R/JTYO27MEroO/cElKtP3
WzpMncBfZaat6xCj4PgxeQ2CfwYEehB8sPp8C4ctIHNqtB0O1MpapG8xd2hk
OdpvGK7hcBDkPiFzh1OHndZmzlOF6H9j5rBWSIcv/Z4SnA/zL4zvvubocoYd
sg59IPP5zR1mgsBOcYdI8e0XGfaZOwS/vfxxhqKQQzTIfTUWDv5PPC+ZCnPA
3QeJH0a4+2F8mP9gfJj/+yO6/Rk/IPiw+AUA5+3bKw==
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGI5IAaxQYCJAQEYkWhmKMbFJlU9tcxBVk9PN1NiFwAm
JgJ1
"], CompressedData["
1:eJxdlGtIFFEUx9eUyoIKddqHZtvuTu+UdNVwZneOhWVlFia5kKbm6kKi9ljw
wUqGaKmV9tJVQtQojV77IRMF7aEWpbsqmZmI+UGpxMqkzDCzvXNnZ8AD98Nv
9u6553/+5951x9Mjk5xFIpGTfe21r0X2VXLYqCr3paACxQclDHiaEvxCKRCh
iFfCe7epkO47HI8oYdJyKKVSTMP4mQZiNkUFkqpjmzrlNOhjh3Y7Z6rgV9Ng
0VyAwOz+aIHpLF19QCoNPe+OTPhSAjvyO3iy9pHcWq+AeRTfKYghdV42Ly94
VlAX/eY0BdkfZwb99xM47wUKPLKuGq3tHvA0Z80OQx8FEwWpxX6eBJCjeVVW
GY1/1xPw6cSW6fJYGvLlS8iu6wSur5yGn60/GgxlnhCP8g3QcElXfNDJ4g3h
vVdi/iVqIKPtSWjFnBzOzgaftC3VcqyAaHFjr+iblteX69JRsj2D4TkH7TcL
fKN0ZXbgPQYC6ZbIshCBW9JNXyvGlDyH3e+oE2Uq4fbnMJ/5Ggb2IJ5RgBn5
VMiAO9KjVmB941roQhEug9GEmn51txY2TKm+VBZKQO1vjzYtjITGhVSeEvMs
b65uTXq4mme2vyYCtm2+694zquX7abTb3OnN8MzqTRPY4pN2y2mIgWQULwlI
cf1TbcgD7CdI4bzdLj8jcP7J4Nr04jhzOHD1SiGovyNVLQesRy+BMeTPHAMP
3LauMAyL8fnDArP6XwvM9ruR4fJJeEay/N8KfBn5uUoKj4NmXuibGc5vKZ63
FgYMbP1SXP8u4PuvQ3ojAHKRjxtVWE8UAHFx37hLn8BsH2iS55u1yqa/r0g+
3zlUh3g9rlMlsEOPg9l6f2uxj74ktKN536nl7wfbD5sGdpXmuSUvU+L/Z3Ec
zM3DIA1WdI5JjvdHaHC9Udy8HdXg+XuuAvRZnaABM/q+nOTZghIdENjFtWht
oo3E8x+m4evF92sB2893ML4/NMjQO1FK4vcln+LrWfj+/Ac5XOCT
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1,
0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJdIGYC0RMW/DDc5u5Qff/HLWNvBYcniQuvmcS7O4S8
vfxxRqOcw4FaWYt0E3eHN2253UbVMg6fNgRkz1J3d/iy7+PW9GvSDjz+66ek
PnBzqALpz5ZwcGh6dHzGZTeHMyDgIwrnM4CAA4K/I9gq4v9yEYeSraK/Tz9D
8HM4fy5I/4zgp4EAnzucDzZHwN0hCOS+gyIOYPeLuTuIVE4qObtE1OEN7z6D
mVbuDv9BoF7KweLa0VyTGTD9cg7GIODt4eC+5uhyhgoFBz2Q/jgPhxXfXlac
maDg8Csm9+i/JA+H0sPbXGfORfCdJzQLpZ1C8NNB7vqm4JBw+LJ2aqSHw0wQ
4FSEuDfMA2I/v6KDq2op0ywBD0j4Vis61P22KjgX4O7wftF6hbM7lBymfGOL
nyHi7mBmszdo2kM1uP82qD5pnqerDvc/JPzU4eED48PCD8ZHDW8EX7TH6xXL
FzU432M/MGKfqzmseOGh9/+hm0NK7B035ghViHtUoPZtUHZoWx5+ysjF3eGB
a7zjrI9KDg/28c0xLnJ3uKMpu+a/sJIDLP18APnHQ9GBZfEkK0ZZZzgfnD4Y
EPyNenmLGZ84YfBh4Qvjw9IjTD+MDzMfxkdPvwDE+TO6
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIpIAaxQYAJSjNCxZjxsGHqGNDYuNRQy0xqsSkxH1kv
AKovAls=
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGJ7IGYC4g16eYsZdbwdbmvKrvnPrOxwIT+e/Zylt8Na
IR2+dD0oP9LbYUp7a9TlOSoOJVtFf5+e5u3wJHHhNZP1Kg4Kjh+Tz7xF8M2v
Hc01YfCB8+2bHh2fIe3j0PDbquDcCijfGo2/29vBwBgIiuUcZswEgkZvB/VP
Ki9naUo7hItvv8jA5u3wpi2320haFKJe2NvhDAisEXGY8o0tfkaLt4MGSP1L
Ubh5B7r3NZkslnRwUS1lmiXh47Dy28uKMwUKEPU5Pg4/374+YLlYxYHHf/2U
1A5fh5TYO27MFSoOqWlAkOfrUH54m+vMv0oQ/4n6QuyPloXzwfb7SMH5Vfd/
3DL2FnU4rmk16bS/L9x94HCoR/BZFk+yYjyL4Pd4vWIx+YnQn3D4snZqpJ+D
CSg8Los73JCuSTTy9YPYv1vCwRXkHw0/hxqQ+tfiEPN0/RwOgvzLLOFQCwpX
Bpi8mMOa7tsZDM994Xywe+Yj+OD47YT5RwLOD3l7+eMMR2k4HxI/MhB1Pb4O
MaoRMuf2yDpEgOJnmi8kvcjJO/wHgfW+DqBonNmp6LD8hYfe/5NQ+Tplhw8b
ArJnXUeEt+qT5nlnfyH48qDwlPVzOHXYaW1mnYpDSInK9P8Ofg5S8+I0T09Q
cdhfK2uRHoPgg9NHnZ/DBrBB0Pib5ucQeAsYcJ9UIP5dDuUXqULCcy3MfFWH
+/v45hif8nP4+630wRxBNYj79gPD7xOQEaUGNw+cXpTVIOER6OcAEk57puqw
41bX31R5BB8cH7x+Do9AAfNAFRH+IPNuqULi5wCCL/LJ8XyarC9cPdh8RR+4
e+bb6FyZdc8bzm9fHn7KKAfB/xOTe/Sfk7fDnEXKO/+4q0Lyp5i3g0jlpJKz
JsoO6PkbAEURyR8=
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGJZIIaxWZDYzFDMAOUz4GEjq8fFpqdeSuzCZQ4l7gQA
+6MCWw==
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGIHIGYC4q0tNRc2ywY4TGlvjboco+PgXd2s7yMX4CCz
/IWH3nwE/8+30gdzBHUdVJ80zzvLh+B3e71iMWFF8P/E5B7998vfQaQHKHFF
xyE1DQj++Tv4nGC3nT0VwU+IvePGHKHj8HlDQPYs9gAHUZD6Ek2IfJm/w/Fd
O3rZDLQdyiNWmJ7N9neYs0h55x93bYeEw5e1UzP9IfYFajuElKhM/5+A4Jtf
O5prEoDg1/62Kjjn4O/Awtkln8yH4E+fwF9ldloLzpcH+bdey2HKN7b4GT7+
Di+Kt4r+ztZycFEtZZoVAfVPiJZDMMg+hgCI+wQ0HUQ+OZ5Pi/V3OAHiX1B3
EJ96hTPDC+i/kCD1BSvV4ebrKsp/yZmG4D9NXHjNxB/B99hfK2vBrg53P1j/
STW4/2B8mP9hfFj4wPgzZgJBp7+D38WJMf+U1eHhCwrWtGUaDnekaxKN/vo7
GGitFL7QogrnP4oQ335RQdVBGOQfzgCIuzhUHe7v45tjzIfgfwcFjyiCD0sf
W8x/HErRQvBh5sPUw+wHp7dEqPpXag7iHgF/JNIDHIyMgeCymsPiSVaMvhkB
cP+AgiU9B8E/AwIlCL6m1aTT9TUBDm9A8cWtDufDwhfGh4U/yBrj8gBIelin
7vAfBPIDHGaA04O6Q/vy8FNGPgEO1Z+AARel4bCm+3YGgzeC/1hE9uRT6QBI
+uHWhIRPHtQ/XloOlaD4AJovMS9O83SBFtx+f1B8NCP4sPQH45uA3CWsDfcf
LP3C/A/jw8IHxoeFH4wv/fqRmVREgIMOyL/ftODhD8tf6PkdAOAMryE=
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ5IGYC4vbl4aeMdgQ6OE9oFko7peAA479ftF7h7A4l
h523uv6mrg90aGA52m+4XdXhsYjsyafNgQ6/3r4+YNms4bB4khWjb0igw5PE
hddM+rUh+gUCHaZO4K8y09aFyHMg+FeP5po0MCP4+2tlLdIZAh3+fCt9MEcQ
wX9RvFX092sdOH+rQ9Oj4zcQ/Dcg+dM6EPfxBzrMmAkEkToO+fHs5yRjAx3S
04DgmabD/X18c4y7Ah10FeW/5HxThfNh/oXxo1UjZM7JSDq82L6e+XkOVH+a
gAPnzwXpm7kCHQqXl2z4588Ct196o9h8JgVmOP9l7ePs82+Y4PyD3fuaTBYj
+OqfVF7O4mSC+x8izwgPHxgfFn4w/nWQ+nCofQkcEPe2BTqAvDuzUgjivnWB
DmdA4I04PP5q7v+4ZZwt64AevwDnZdLF
"]]}, {
Thickness[0.013644426251876108`]}, StripOnInput -> False]}, {
ImageSize -> {73.2934595267746, 17.35783810709838},
BaselinePosition -> Scaled[0.30534703405225183`],
ImageSize -> {74., 18.}, PlotRange -> {{0., 73.29}, {0., 17.36}},
AspectRatio -> Automatic}], BoxRotation -> 1.5707963267948966`],
TraditionalForm]}}, {{1,
FormBox[
RotationBox[
GraphicsBox[{
Thickness[0.009870693909781857],
StyleBox[{
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1,
0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGI1IGYC4rVCOnzp55QcniQuvGaSr+UA5vcpw/kPXOMd
Z21Udmjh9V8/hVXHofr+j1vGr5UdGliO9hua6zqwcHbJJ/upOMguf+GhV68H
UW+o5LBW9UnzPF99B+Vrj4IZ5ig4/Hn7+oDlYn0HkcpJJWePyML5rQrsqmdM
JFHll4g4SMyL0zz9Qc/hPwjsF3AQn3qFM2ORrkOMaoTMuRoWh+O7dvSyFWg7
PPB7mfB3/m/7OYuUd/5R14Dz09OA4JkynB/y9vLHGYyyDtd5b4ulbuN0YAAD
cYc3bbndRtXicD7Y/Rdl4PxuG89daUkKDjuDrSL+u0s4GIPAYyWHGTOBYKe0
g/OEZqE0LWWIObtl4fLgcJSTc0gFucNNwcEAJP5ZymEHyJzlslC+pMNDkH2B
knA+ODymCMD5M8GA3UH9k8rLWZ7ycH5K7B035hkqcD44HtapO8hsFJvPlMAN
j792kHkigg61v60KzmnoOJiAzN0s7HDisNPazDpdhyBQuDiKO8SHBKkv0NRz
SAG5d5k0nA/250x5OD+cU6zd2F4Rkh6O6jrA0g+Er+OAnp4AtaPvJg==
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIFIIaxWZDYzFjYDFA+Axoblxpc5pBqJql6aWEmMeop
MR8AV3ICZw==
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGJXIGYC4gtXw97oz1Z12O61wWLOT24H0R6vVyxTVB1M
jEEAwW8Rr2XNbOOC8yHqOeH83ohuf0YDVgeIeWoO6p9UXs7yZHTYpJe3mPGO
OpzPwtkln3xOC85/kaX9bfpdXYcv+z5uTRfjdzC12Rs0rVEfwr8m6XBd6JPj
+W2GDnMWKe/8o67p0B9cojK9H8pP13Tg9V8/JVXD0GEmCEhqQtRfM3B4nLjw
msl7DQd+kHyHgcOjCPHtFx9oODg0PTo+g9vAITP/Q+tJE1WIfQf1HdLTgOCZ
skP9b6uCcyf0HNYK6fCl31OEu++Ba7zjrEYFB32tlcIXnug4nD0DBDpyEHe0
azvMANm/U9ph+gT+KrPXWnC+zwl229lT0fihWg4hby9/nMEo6zClvTXqcoyW
QyrI/jQ5B/+LE2P+JWtB7JeTh4cX2L1fVCDq72g5/P1W+mDORVW4fQwg8EAN
zvfYXytrsVwdzge787mGw3ZQAOzQgofffxCwR/D/vH19wPKxJqp8vaaDrqL8
lxwzTYfN5j8OpWhpQMz11nCQmHqFM+ORKsRde9QcZObFaZ42UHPYAIp3GzWI
u6eoQ9wrqA6R36AOcZ+6ukNK7B035h/qDgG3pGsSg9Th5oPl09Uh4eKG4IPl
VyH4v8Du1YD7H8aHhJcqnM8ECsd3CD6YPqwKTZ8aDltA5nZB5ZM1IOl5gixE
PkYDkh7DpOF8cLj8l4DrP9i9r8kkWdyBGWRPnyacD4t/GP9F8VbR3691oPEr
A0l/jPoO4OxmrOigC0pfS3Qh6h9LQNKNpQ40f/BBzLuq5XCD97ZY6jdWuH9g
/ISQIPUFL9VR+ZrqDtvA+ZUDzrcvcaw9fYcHzn9R+zj7fA4vNP7UHQqWl2z4
588HiR8LGJ8fIv9BzWHpreWPDQ/zO6CXHwACKOLK
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1,
0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ1IGYCYgOtlcIXvpg5bFB90jxPV9XhhtAnx/Nu5nC+
iTEQJJs7TGlvjbr8R81ho17eYsYacwffixNj/jFrQPhzzB0mg+T3aMD1z1mk
vPOPuqYDj5tqKdMpMwg/XdMhDQTcEPyvO291/V1qCueXbBX9fXqeCZSv4dDI
crTf8Lox3P7F9/fxzRE2dmAAgQWqDtEKjh+Te4wc7mjKrvm/WQnO743o9mec
IA/nz5gJBJZSDn++lT6Yo2jscLB7X5NJsrjDqcNOazPtTOB8sP3/EHyQtpkr
TR3+g0C9hMOLLO1v03PNHELeXv44g1HaoS+4RGW6vLmD+ieVl7M8ZSHhxWzu
kAr2qBxE/VkzB9c1R5cz3JB1sK2MWGF61tSh5v6PW8ba0g5fQP53NYW7D2zf
SRM4f8ULD73/jAg+KFrOzjJ2MADZUywD5ytfexTMkKMA558BgRxlSPiJmzj8
Bfk7UA1i31ETSPglqDvIzIvTPC1g6hBwS7om8ZI6JD5STR2mT+CvMuPWcDhQ
K2uRfgXBB6eXEjNUPjD9gNNDszqcv8Oh6dHxG2oO6OkLAA36EP4=
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGINIGYC4i3mPw6lnLJ2ANNcBg79wSUq0+dbO/z9Vvpg
jqGBQ3oaEDyzctgKkl+lD+GnWUHUZ+k7fN15q+tvqqVDSuwdN2YLfYdkEB1h
6SA+9QpnxiI9hyNty8NPMVnB+QlgeQTfvunR8RnVVg4S8+I0Txcg+Kkga9jQ
5D/owvlnwEDXocfrFYtJIZTvowt33/FdO3rZNuhA5AOtHOp/WxWc09CGuK/C
0qHbxnNXWpMSxB1Olg5rhXT40uUUHaRB9ghYOriuObqcIUIeIv/IwqE3otuf
cYIM1F4LB5HKSSVnn0jB+TNmAsFOSTi/TYFd9UyIhIPfxYkx/z5bODCAQIO4
w6cNAdmzzC3h/P21shbpU9D4IlYOVfd/3DJeLeHwBxQPhdYOb9pyu412yzhE
iG+/yOAH48tC/PfRymFHsFXE/+MyDhxuqqVMXVZQ90hDwsvayiFGNULmnIw0
JPwlEPwniQuvmfy3hPPB+l5aOlSA7UfwwbSlDJwPCw+byogVpm8tHQyMgeCz
DCQd/LB0UP+k8nLWSVm4+WC+p5wDenoDAJ/FEXM=
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}}, {{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgAmJhKL38hYfe/0QHhzmLlHf+Sdd08D7BbjtbFMFfcn8f
35xme4fHiQuvmbzXgPAf2zlMn8BfZcat4WBiDASHbR2YOLvkk/PUHI60LQ8/
pWTrEM4p1m48XxnOd57QLJRmpQDny+9asC+1Twqu/2D3viaTZHEH1SfN886+
soPzTxx2Wpu5zh7OB7vX0cHhy76PW9OvSTiAnGM8ycGh5v6PW8ba0g7uqqVM
sxgcHQxA5hbLORRvFf192s/RYW9+zduZqUpwfmb+h9aTJqpwfsAt6ZrES+oO
8o4fk898RfgfPXzMrx3NNVFwcJgJApEaDmdAoAfB/7whIHvWcQeHHQ5Nj45L
qMP5v96+PmB5WAXO548NuG8kruTA479+SuoEBwf1TyovZ3nKofovTBrCV4T5
T8rhC0j/c3uH/yBQL+mg/pZ3n0Elgr/F/MehlFV2cP6fb6UP5hjaOYS8vfxx
BqMMnG8MBgpwvseao8sZIpQdYhSAAbDHzsH34sSYf4fVIPGRZe/wKEJ8+8UH
6hD7Zto7MIPiW08DGl/2cP+jhw8A+/kZew==
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1,
3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {0, 1, 0}}}, {CompressedData["
1:eJxTTMoPSmViYGAwAWIQbQwCn50cqu7/uGWsLeEA5jM7O/wHA3GHxMOXtVMN
nR0Udi3Yl9on7tC+PPyUkY+zw8HufU0myeIOJzStJp2OR/BzOH8uSD+M4Ftc
O5prMsHFwQBkbrG0w5RvbPEz7rg4tCqwq575IufgdYLddraqq8PpM0Cgo+jw
YB/fHOMkV4cNenmLGW1U4Py/30ofzAlUg/OZObvkk/U0HHq8XrGYWLo6zFmk
vPNPuiaE/9MFzk8DgXUIPgMIBLg4PElceM1kvQbEvZ+dIeIJ6g4SU69wZqxy
dvDYXytrka7mULJV9PfpNmeHDapPmuetVYXw3ZwdEkKC1BdwqjjMBIFCZ4cd
Dk2PjkeoQ+TLnB0CbknXJF6Cmlfl7DC5vTXqso0GnA+Wn4Tgg82R1ISEb44z
3L0moHALRvDlHT8mn9FF8O+DwuOVE9Q+DYd0sIed4O4Bh7eJk8MW8x+HUk6p
OXSDwsfRCRq+ag7LX3jo/a90goTvRTWI+BqoeUHqDjtvdf1N3e/k4AOKp1J1
h88bArJnnUfwwenjIYIPdt9bKN8UwYeZD+OD3TdDDe5+sPu41Bzm2+hcmfXM
yeHX29cHLA+rQuyvd3J44BrvOKtQwsEbZG6uk8ObttxuI2lRh4qIFaZnvZ0c
qkHpl1sAkt40gO5/4nnJVJgN4j9JJ4frvLfFUr8xQsJHzclB/ZPKy1mejHD9
/mD1TBD78p0cpDeKzWdawOTA679+SuoKJ4feiG5/RgNmB/T8AgC3ZGHT
"], {{
38.28909999999999, 8.295309999999999}, {38.5953, 10.075}, {
40.08279999999999, 11.896900000000002`}, {41.2375,
11.896900000000002`}, {41.5984, 11.896900000000002`}, {
41.765600000000006`, 11.590600000000002`}, {
41.765600000000006`, 10.9516}, {41.765600000000006`,
9.825000000000001}, {41.209399999999995`, 8.168750000000001}, {
40.471900000000005`, 7.112499999999997}, {40.19379999999999,
6.7093799999999995`}, {39.748400000000004`,
6.499999999999999}, {39.1781, 6.499999999999999}, {
38.748400000000004`, 6.499999999999999}, {38.400000000000006`,
6.59844}, {38.03909999999999, 6.820309999999999}, {
38.28909999999999, 8.295309999999999}}}],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0,
1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, {CompressedData["
1:eJxTTMoPSmViYGBQAmIQnXj4snaqoofD2TNAoCPnULJV9Pfpb+4Ob9pyu42s
ZR14/NdPSZ3h7hCjGiFzTkba4VdM7tF/Tu4O/8FA0kH1SfO8s0wI/pPEhddM
1rvB+Q5Nj47PqHZz6Ino9mcUkIHzU9NAQB7OF66cVHI2RcEhpERl+v8GN4e9
+TVvZ6oqOlzMj2c/1+nmcEdTds3/z4oOlRErTM9Kuzt023juSmtSclj2wkPv
v6W7w1ohHb70eUoOD/bxzTHOcofof6rkMM9G58qsae4Q/cbKDhHi2y8y6Hk4
bNDLW8xoo+KQzflzQXqxh8Ovt68PWDarwvlT2lujLtuow/nTJ/BXmXVrOBSD
wsfMw2HOIuWdf9I1HRQcPyafuesO58Psh/GnfGOLn7HEDWJejTokfOLdHDLz
P7Se3KIK8Z+mm4PUvDjN0wEqDgdqZS3Sv7g6PHCNd5zFqAjnq39SeTnLUw7O
NzAGgs+SDm949xnMdHJzONi9r8kkWRwSH4cQfItrR3NNNNzhfLC/e9wd7oPM
/yjhcFzTatJpfQ9I+MnJOqCnBwBehfWS
"], {{45.271899999999995`,
9.81094}, {45.5078, 10.770299999999999`}, {45.7859, 11.3688}, {
46.189099999999996`, 11.729700000000001`}, {
46.439099999999996`, 11.9516}, {46.87029999999999,
12.118799999999998`}, {47.2047, 12.118799999999998`}, {47.6078,
12.118799999999998`}, {47.8719, 11.840600000000002`}, {
47.8719, 11.395299999999999`}, {47.8719, 10.7844}, {47.3859,
10.1297}, {46.662499999999994`, 9.782809999999998}, {
46.273399999999995`, 9.587499999999997}, {45.771899999999995`,
9.434379999999999}, {45.146899999999995`, 9.295309999999999}, {
45.271899999999995`, 9.81094}}}],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGI5IAaxQYCJAQEYkWhmKMbFJlU9tcxBVk9PN1NiFwAm
JgJ1
"], CompressedData["
1:eJxdlH9IU1EUx+ePXGJpibDlttR0exvVMLd+KBZHovK+t0JKcpZhVnOSmUWa
ZAalqaEVaoa6hpj+YaGhfxQpxfohYagzlpVpoVISYVpZImbq2n13e488cHl8
3rn33PM975wXciRzr8FDIBC4ORZyLHfHShQ9tAmGYuH+5pnnx7oUILr5xjtt
LBZa1Scb3KIVkO79p84YimB+OnvEbFPAgCQvJcKAQPdSuPVWNgXjyy3hNccR
7LaVJy0UUNBU+iFNkMMz6y9Z5K9CUFlceKAvmmdXfBensiYHPc5vD4If9S3B
1qXB4NlQEeW2BMFBuV7aKxVDDbaVCATYLoqA1bMNwbNSS772swiacTwjAhPe
FykGdVndzIbrCEZ2JMeYTovBjq0FQWGwUN6TFQQBv2Jepb513nclBEZTbr/T
UjR8VMma7WdC4fFgybyhmHbWSw492JYxnD42v0M875Jnu5tO8azVOOy8k7fz
3Ab5nzrfK/5nvYLoP8vA7MS3p5EdcphqjUs3GRmQNX6NVQ+Hkf0+DITj528Z
zCVlvFiYpSHgXEWWdVRCvuMUDUm4XuZAjqtxPdpXcVyE9ceLSXwhw9XzcEff
WoOK55/Yn8BzpyqqoruKgdzhmUFNkxjW4/ru1MF4UUZpxCMpPLkg22LUulgG
CViPlw7a9kXp7Z1S0m+vGWc+EjiB+62JIflKJeR9Dc9sfa/xLMbn8xlo8V/n
a6zlmT0XKeU4fqJvsvqSFIobE7oiLjNwD+9f7cyniIEpy+QD434Zuf8vX39W
n1AHsVgIRZF+8tOBu3dJ0NHvPJvrQ9vnjEqOq8r8cjf5qLh4xK8i8fp5dulx
8bDF16zxZ0hfJyrhKj3mqb1Lc/PBzp2BdvaLHHL0dzZaNTSZly9hpF/7EdE3
tAao0YJaa6Bzv54C3Db2EJrEH6BgBe53OQ0eWI9ayfENPJ95PMcNOgbfX0Xi
i2gu38ppr+TqOcSx634X2zKThb3liNSjW0n0+yEun8X/n3/O3+0T
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3,
3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0,
1, 0}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGI9IGYC4rk2OldmzfN12OHQ9Oj4DTUH1SfN885a+ToY
GAPBZ1mHkBKV6f8tfB16I7r9GSfIOjxJXHjNxBwqXyzrsPSFh95/Q6D+YKuI
/8dlIPLqvg4zZgKBpbQDyNgZyr4OIpWTSs6mSMH5YPmdknB+mwK76pkQCbj5
DCDQIA6xPwLB33Gr62/qdATf5wS77eyrvg7RqhEy5+ZIOLioljLNSvBzWCuk
w5cuJ+NgAnJntR/cfUc1rSadnu7nEPL28scZjbIO4eLbLzK0wfhyDgqOH5PP
mCLU39/HN8eYyc+h4v6PW8arpR3A4XXP1yEGZJ+MtMOPmNyj/04h+H9A/F0I
Pjh8Nvo69IPDD8GHhI8MnH8GBNbIws3jjw24bySuCLHvn6+D7HKgQnlViPtE
/eDx1b48/JTRFQT/OMh/z/0cJre3Rl220XBoBckv8XN4FAH0qIKGw5cNAdmz
0v0cAm5J1yQKaThs0MtbzKiC4IPDz8HP4fiuHb1sG7Qg8iF+EPfx6EDsK4Hy
e3Th4Z0Se8eN+YeuA8viSVaMtn4O4lOvcGYs0oXqg6r30YXHVwvL0X7D7zoO
PV6vWExW+sLdC05/Ub4OHvtrZS2WqztM+cYWP0MHmj4joHweX4g5puqQ9MGB
SL/o6RkAbaU5wg==
"]],
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}}}, {CompressedData["
1:eJxTTMoPSmViYGAwAGIQ/YZ3n8FMoUCHRxHi2y8qaDpsbam5sJkTyk/QdFg8
yYrR900AhP9Aw6EyYoXp2eMBDtMn8FeZeWs6rH/4cuqmHQEOcxYp7/yTrumw
AcRfgOCD1bcj+CBjGMoCHAy0VgpfcNF0sNG5MutZLFT+uYYDx88F6ZvVoOZz
azgIf3I8n8YZ4OBzgt12tqm6g+6EBT8Mn/k77HBoenT8hqrDfxCY7u8QzinW
bhyv7FD726rgXIK/w/tF6xXOcijA+TNmAsFOaTh/Z7BVxH93SYccTqCF1f4O
B7v3NZkkizvcka5JNJqL4O+tlbVIP4Lgg+1jDnCIVo2QOTdHwkHe8WPyGdUA
h5C3lz/OaJRyMAYB7wCHtUI6fOnzZCD+y4Xy5eQdIkH+nxfgcPoMEKxRdGhf
Hn7KqCXAYQfYPTIO7qqlTLMaAhy+7Pu4NT1M2qEf5N06GF8Kzn/gGu84q1AS
zp8F8p+lhAM4eNoCHBhAoEEcYv4UBB8cXysQ/G6vVywmZwMc7oPM+yjhcH8f
3xxjsUCHN2253Ua7ZRwei8iefMof6CBSOank7BNZB3B64QqE+k8WIs8eCPW/
rMN+UHixBDqof1J5OcsTKv8c6r/j0g7NgZ5zG27B/CsNtx+FfxTBrwCln/0I
/TB+b0S3P+MEGTgfHD7XEHywexhlIenxQIDDWVB460Ddj5TeAcRTVSA=
"], CompressedData["
1:eJxTTMoPSmViYGAQBmIQvf7hy6mbTgQ4+F6cGPOvWd0hP579nOTWAIeNenmL
GWtUHNqXh58yWhLgMBMEOJUdIsS3X2RoC3Dgjw24bzRd0cEYBIIDHELeXv44
o1HO4cX29czPZQIcdgRbRfx3l3bQtpp0up4BwbdvenR8xmt/OL/2t1XBuQf+
EP2MMqj8Rlk4//2i9QpnOxQchD85nk/jDHCYDXLPSWUHTZD5GgEOv96+PmDJ
rOZgo3Nl1jPbAIcZE/irzLrVHdLTgCAowGE6iM+tAfFfLYJfu25bUv1EBB/s
z4UBDkycXfLJ79Qd0MMHAN4xh4c=
"]}],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1,
0}}}, {CompressedData["
1:eJxTTMoPSmViYGAwB2IQnR/Pfk6SMdhhi/mPQylcBg7paUDwLcjh77fSB3MM
DRykXz8ykzoR5LAVJL9KH8JfEQRRn6Xv8B8E0oMcUmLvuDFb6Dvsr5W1SE8J
chCfeoUzY5GegzEI9CP42laTTtcvQfCFPzmeT1sb5CAxL07zdAGCDzbvhy6c
L7P8hYfefl0HTZD+NUEOJw47rc2s03WIyT36b9PqIIczIOCj68Dxc0H65klB
Dr4XJ8b8Y9aEuK88yMFAa6XwBRcoPz7IYc4i5Z1/0jUdtrbUXNjsieAvnmTF
6MuD4K9/+HLqph2BDh5gj6lD7OsPdNiol7eY8Y8KJDxKAh3COcXajeOVHTyr
m/V9kgIdnCc0C6XtUoDzdwRbRfw/LgPnV93/cctYWxJiXn6gw8HufU0myeIO
teu2JdV3ovEXIvjNgZ5zGw4FOrQpsKueCZFw2ABy34NAhy/7Pm5NvyYJCQeB
IIh97jIO9/fxzTHWA/ofFA/Fcg7yjh+Tz2QGObxftF7hLIeSw3e2+Bk+oUEO
IW8vf5zBKO9w/WiuSYN3kENvRLc/4wQZB3GPgD8S7lDzjkvB+Z9B9oVJwvkQ
/0hA+P5BDgwg0CAOsT8OwQfbl4vgg+OrCaE/uERl+v8FQQ7yuxbsS+2TdACn
z5dBDiKVk0rOPpFxaF8efsroAdQ/n2Uh6ncEOcyYCQSWMvD0UQEyb7W0gzco
vOfBwgPKn4bgw9InjA8On06YfxF8WHjA+JDwknXgBLm/C8pvhLpnQpDDWiEd
vnQ5eQf0/AUA0AV6ig==
"], CompressedData["
1:eJxTTMoPSmViYGAQAWIQbQwC9UEOv96+PmB5WNVB3CPgj0R+kMOKby8rzgQo
O1w9mmvS4BzksFZIhy/9noLD4klWjL48QQ4GIH3Fcg7dXq9YTN4GQuTnyTjM
BIGTgQ47gq0i/rtLO6x/+HLqph0IfnoaEKxC4y8KdOiJ6PZnFJCB8yHmy8L5
lfd/3DK2VnLYfavrb+rpQIe/30ofzJmo5rCm+3YGw/dABwYQWKDu0BzoObeB
KcjBY3+trMVzdYj7hYMcpk/grzLj1nC4DuJrI/hvePcZzAxC8DWtJp2uzwly
eBQhvv3iA3UHecePyWc6oealqzughxcAkxSCqA==
"]}],
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {
0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}}}, {CompressedData["
1:eJxTTMoPSmViYGDQAWIQ7V3drO9jF+ywxfzHoZRTag7aVpNO17sEO2zQy1vM
aKPmEFKiMv1/QrDD32+lD+ZcVHOw0bky61ljsIPPCXbb2aXqDu6qpUyzWoId
fC9OjPnXrO6g/qR53tkuBD829+i/TZPR5GcFO0xpb426bIPgM4DAAzU4n4Wz
Sz55nZpDgJxYlu90qPu41ODmeeyvlbVYrgpxX0Swg4ExEHyWdVBw/Jh8JjDY
YcZMILCUcRD55Hg+zRfK3ykF51fc/3HLeLUknN+mwK56JkTCwQRkTjjUPQ3i
DjKvH5lJZSD4YPl6BB/svvnBDlVg8yQcmgM95zZ8C3Z405bbbbRbxgFk7cy3
ML4sRP5asMOOYKuI/8dlHDY8fDl10x6Y+6QdOpaHnzJaEewQoxohc05G2qEd
xF+A4IPDfyaCDw7/KTD/IPgw/8P4MPvS04BgWrCD+ieVl7M8ZeHhDQ6/YjmH
nbe6/qbeh4W/usOEBT8Mnz0KdpizSHnnH3UNiHufBDt4g+MfwX+SuPCayXoE
H6JeE8K/A+Wna0L8fw7BB5u/C8GH+S/glnRN4iUNeHzscGh6dDxC3QE9vQIA
EgIvxg==
"], {{79.6703, 15.901599999999997`}, {79.2672,
15.901599999999997`}, {78.86410000000001,
15.443800000000003`}, {78.86410000000001,
14.970299999999995`}, {78.86410000000001,
14.621899999999995`}, {79.07339999999999,
14.399999999999999`}, {79.40629999999999,
14.399999999999999`}, {79.83749999999999,
14.399999999999999`}, {80.1719, 14.803099999999999`}, {80.1719,
15.331299999999997`}, {80.1719, 15.665599999999998`}, {
79.96249999999999, 15.901599999999997`}, {79.6703,
15.901599999999997`}}}],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0,
1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, {CompressedData["
1:eJxTTMoPSmViYGBQAmIQLeER8EciPNTh7Bkg0JFzUHD8mHzGMdThTVtut5G1
rMMb3n0GM4VCHWJUI2TOyUg7PBGRPfn0eYjDfzCQdKiMWGF69jiCHym+/SLD
PAS/bXn4KaOWEIeeiG5/RgEZOD81DQTk4XzhykklZ1MUHCYs+GH4rC3EYW9+
zduZqooOAXJiWb7dIQ53NGXX/P+s6LBkkhWj75UQh24bz11pTUoOO291/U19
HOKwVkiHL32eksO1o7kmDb+h+p8qOWxtqbmwWTAUot9Y2UHkk+P5tNhQhw16
eYsZbVQcZF4/MpNqCHX49fb1ActmVTh/Sntr1GUbdTh/+gT+KrNuDUj4JIY6
zFmkvPNPuqbDN7b4GT6mCD7Mfhh/w8OXUzfNCIGYV6PuEAEKn7IQh8z8D60n
t6hC/Bcd4iA1L07zdICKg5tqKdMshxCHB67xjrMYFeF89U8qL2d5ysH5BsZA
8FnSITb36L9N6SEOB7v3NZkki0PiYzmC3xToObfhFoJ/oFbWIp0n1OE+yPyP
Eg5e1c36PnGhkPCTk3VATw8AqR7vnw==
"], {{82.3719, 9.81094}, {
82.6078, 10.770299999999999`}, {82.88589999999999, 11.3688}, {
83.28909999999999, 11.729700000000001`}, {83.53909999999999,
11.9516}, {83.97030000000001, 12.118799999999998`}, {
84.30469999999998, 12.118799999999998`}, {84.70780000000002,
12.118799999999998`}, {84.9719, 11.840600000000002`}, {84.9719,
11.395299999999999`}, {84.9719, 10.7844}, {84.48589999999999,
10.1297}, {83.76249999999999, 9.782809999999998}, {83.3734,
9.587499999999997}, {82.8719, 9.434379999999999}, {
82.24689999999998, 9.295309999999999}, {82.3719, 9.81094}}}],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGI5IAaxQYCJAQEYkWhmKMbFJlU9tcxBVk9PN1NiFwAm
JgJ1
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGJPIGYC4oqIFaZnd4c6bDH/cSjllJpDhPj2iwyHQh02
6OUtZrRRc2gK9JzbcC/U4e+30gdzLqo57LzV9Tf1f6iDzwl229ml6g5HLmun
SjKFOfhenBjzr1ndYckkK0ZfDgQfLC+EJi8R5jClvTXqsg2CDzMfxk8DA1WH
SpD7Poc6vF+0XuEsh4JDgJxYlu/5UIdo1QiZczISDjNB4GqoAwMINIg7gP3z
OtThYPe+JpPH4g6LQOYxhDnMAqmzlHB4IiJ78qlwmMMD13jHWYUSDmdAQCXM
oVWBXfVMibzDtaO5Jg3mYRD7OhQdDtTKWqQnhDnc0ZRd879Y2UHLatLp+glh
0PBSdTAxBoLLCP+B3fcbwS+IZz8nyRoO54O9xQXlOyP4OxyaHh2/oYbKj1CD
+J893OHX29cHLA+rOripljLNYgh3kF3+wkPvvgpE/aUwBwOQOz7LOnhVN+v7
nApzEKmcVHL2ibSD6pPmeWePhTnEgMJrjhScPwMUHjsl4fw2kP9DJCDmXwiD
h2ftum1J9Q8RfFeQ/A8Ef8PDl1M3SYQ7VN3/cct4NTR888Md3rTldhvtlnFY
0307gyEdxpeFxI8/0H/BVhH/j8tA0ptZONQ90pD0phQOca+MNCR+JRF8cPgK
I/iRIP184Q7rhXT40uch+GDzLGXg/JC3lz/OaJRxmLDgh+EzIH8tSL0c1D38
4Q5f9n3cmh4mC7HfCxH+YP8FhDt47AcmBHVoeg0Jd2Di7JJPfofgz1mkvPNP
ugacP30Cf5UZtybcPIi8JsQ8CwQf5h8Y30bnyqxnV8Mg/o7UcBD55Hg+bSEi
f3zaEJA9qz4Mml5UHTh+LkjfnAbNL89UIOnVIgziv3tKDg/28c0xjoKqj1B3
UHD8mHwmFmr+TXWHq6D0Hh/mwAzyj54GnD8ZlD9rEPyAW9I1iUKaEPMjwuDu
lfAI+CPhjeDD7Ifxt7bUXNgsGgYJj9MaEP9fCYW7B738AQBK1+nJ
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0,
1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, {CompressedData["
1:eJxTTMoPSmViYGBQAmIQveHhy6mbLkQ4nD0DBDpyDrtudf1N3R3h8KYtt9vI
WtahbXn4KaOeCIcY1QiZczLSDrXrtiXVJ0Y4/AcDSQfhT47n0xwR/M8bArJn
iSP4Co4fk8/8DXfoiej2ZxSQgfNT00BAHs4XrpxUcjZFwUHLatLpeoYIh735
NW9nqio6vNi+nvk5S4TDHU3ZNf8/KzrY6FyZ9cw3wqHbxnNXWpOSQ3CJyvT/
MREOa4V0+NLnKTnkx7OfkyyF6n+q5OAvJ5bl2w3Vb6zssKb7dgbD9QiHDXp5
ixltVBy2ttRc2PwzwuHX29cHLJtV4fwp7a1Rl23U4fzpE/irzLo1IOFzO8Jh
ziLlnX/SNR36F/wwfLYOwYfZD+N7Vjfr+whBzatRd/gECp/34Q6Z+R9aT25R
hfjvSriD1Lw4zdMBKg4P9vHNMd4V7vDANd5xFqMinK/+SeXlLE85ON/AGAg+
Szr8YIuf4fMw3OFg974mk2RxSHwoRsD50q8fmUmFIPgR4tsvMrRFONwHmf9R
wuGxiOzJp9eh4Scn64CeHgBxJQAx
"], {{96.2719, 9.81094}, {96.5078,
10.770299999999999`}, {96.78589999999998, 11.3688}, {
97.18909999999998, 11.729700000000001`}, {97.43909999999998,
11.9516}, {97.8703, 12.118799999999998`}, {98.20469999999999,
12.118799999999998`}, {98.6078, 12.118799999999998`}, {98.8719,
11.840600000000002`}, {98.8719, 11.395299999999999`}, {
98.8719, 10.7844}, {98.38589999999998, 10.1297}, {97.6625,
9.782809999999998}, {97.2734, 9.587499999999997}, {96.7719,
9.434379999999999}, {96.14689999999999, 9.295309999999999}, {
96.2719, 9.81094}}}]}, {
Thickness[0.009870693909781857]}, StripOnInput -> False]}, {
ImageSize -> {101.31326525529265`, 18.729753424657535`},
BaselinePosition -> Scaled[0.32127889429728423`],
ImageSize -> {102., 19.}, PlotRange -> {{0., 101.31}, {0., 18.73}},
AspectRatio -> Automatic}], BoxRotation -> 1.5707963267948966`],
TraditionalForm]}, {3,
FormBox[
RotationBox[
GraphicsBox[{
Thickness[0.0254323499491353],
StyleBox[{
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGI1IAaxQYAJSjNCxZiR+AxobGQ1xKjHpZdU9bj00sJM
aumlRfjgUgMA6U4CWw==
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGJnIGYCYo1PKi9nvRR1SIm948b8Q9dBfteCfannpB1E
e7xesYjoOYS8vfxxhqM8nF9+eJvrzL0KDiIg/hVdB+HKSSVnjyg4xIcEqS/I
1IXI/1VwOL5rRy/bBy2HD4vWK5xdoQjnQ/RD+Rt0HP6DwHtFh/NXw97oS+s5
rBXS4Uu3U3LYav7jUIqWvsN913jHWQsVIe6z0HdwntAslHZLwUFm+QsPPXt9
h5XfXlacSUDwZ8wEgko5uPozIOAjCjevP6Lbn3GDMJxfff/HLWNvITj/Acg+
QQEHmXlxmqcN9B14HPm8Zrzkhpt3g/e2WGoZG9w+mY1i85kU2CDyFXoQ+yN5
oOGh59AiXsuaycbvIDH1CmdGkh7Ev/ICDuIgvhKCD1a/UhfOb+H1Xz/FVRfi
/jP8DqY2e4OmJeo4MICAA7/Di+Ktor+7tR3SQOAZm0OrArvqmS9yDktuLX9s
yMzq8GXfx63p1yTh/B3BVhH/j0s6GINAMQMknvskHdLB+n/Yg+MxRRJi///v
9m0g866IO/g/8bxkOvm//cHufU0mj8UdYlQjZM7ZsEDC6aO4Azj9nGSH6hOH
hgcXnH8ApE+ZB863L3GsPR3DD9c/GxReNwUdYOavAcX/PhEHmP07Qe5+LuIA
c99McPgKwt3fC45Pfoi75kg69ID5fBB5Pik4vwYUz9rScD44XTdKQ8OXD5Lu
5GSg8c0HCb8wGQhdJuggC4rveBUHjzVHlzP8EIfz3UH8Ckk4H+wvQ2lIeohQ
cYgAueuOrEMCKH49VSDuDZCHpAcnFYdwTrF2Y30Fh19vXx+wbFZ16LTx3JUm
pOCQmf+h9eQWVUj4LZZ22OHQ9Oj4DFVoepZw2AJKr12qEPd9E4bzIeEliCpf
JgLNv7oQfy8UgaSvVl2HPnB4iMDTH8Q8EXh5gF4+AADGONV6
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIFIIaxWZDYzFjYDFA+Axobl3pceokxk1TzibGLVH9R
y4/EqAcAXRoCcw==
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGJPIGYC4intrVGX7+g4iFROKjmbIuswdQJ/ldlqHYee
iG5/RgEZBxbOLvnkPh0H+V0L9qX2ScH5M2YCwU5JOL9NgV31TIiEA8w8BhBo
EHfwvTgx5l+yLpwPlpfRg/OfZ2l/my6r71B1/8ct49USDvZNj47PeG3g8KYt
t9tot4xDcuwdN+YTML4sRD7bwGFHsFXE/+MyDl933ur6K2oAcf8TaQcTYyAo
1ofIu0s76GqtFL6gguC/KN4q+vu1Hpw/Z5Hyzj/H9RwqwPYj+GD/WcrA+WdA
YI2Mg66i/Jeca3oO6p9UXs7ylIWbt1ZIhy9dTs7B/5Z0TeInPQcDsDvkIOqn
6Tt023juSnNScpgJNtfAITP/Q+vJL6oO+2tlLdKXGEDsUdd0cAD5rxvKT9eE
+MdY3+Fx4sJrJu814PaBw7VZ3eFBhPj2iw1A/4A0Rqg6PAGpO6/rcEdTds3/
YmWoe3Qc9ubXvJ2pquSwXvVJ8zxfbUh4Wss7iE+9wpmhpAkPj2Ze//VTWDXg
fLC/z6jD+Q2/rQrOrYDyjyP4sPiC8UPeXv44o1HWoYHlaL/hdqi8tZzDhath
b/Rvq0PCa568g/S8OM3TBZpQ96s7pKYBQZumwwxQOjytDgmnKZoOzKB0pqcB
508HyXcj+AEgfwppOmSA+CGa8PADm/9BA84H+zcJwRft8XrFEqIO0X9Jw8EA
lF5cVOHueQFKn7UqDlvMfxxKOaUGCd/1Kg4b9PIWM9qoORiBomeyqsPfb6UP
5lxUc6j5tCEgO0oNYl6QOjQ81Bx8TrDbzi6F8l+g8TXU4Xwzm71B0xKhfFME
3wOUUJ6rwfkw94DDM1rd4dfb1wcsm9Xg/gGrT0e4DxJ/MhD/tajC4w+cPstU
oelVCs6H5AdJOP9g974mk2QJiP0PYXxxh2O7dvSyFajB+eDwNtCA8yHlgzY0
vmUh6faxLiQ9LlVyQC9/AEND6vo=
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGILIGYC4h6vVywmF80cPPbXylqoqzls1MtbzHjHzMHn
BLvtbFN1hwjx7RcZ3pk5zAQBSQ2HLeY/DqVwmTs8z9L+Nt1W08HEGAgemzk8
AilM0HQw0FopfOGKmcOcRco7/6RD5Q8j+GD5EAQ/DQSemTpMbm+NurxHA8JP
M3UIuCVdkxik7vBl562uv6ymDhtA7rJRc5g2gb/KrNrEYYPqk+Z5a1UcCtZ0
384IMHFIib3jxiyh4vBlQ0D2LHETh3BOsXZjeWUHv4sTY/4ZmzhITL3CmeGk
AqVNoPaqOJRsFf19Os7E4dfb1wcsmdUg6otNHBhAYIEaxN+dJg47HJoeHY9Q
h5g/3QTivkvqEP3zTByYObvkk/U04HxfkDnNCD5YvZAmxP4mE7j/z4CAD4IP
lmdC8EHePFtlDLVPw2Hx/X18c4qN4O7pDy5Rmc5vBImXU2oO9b+tCs5pGMHD
C6x/lpHD32+lD+ZcVHM4fdhpbeY/I3j4eoPiWdUYEt+lUL4rgq/xlnefQSaC
v+KFh97/RmN4+oDxwe65oQbnQ+xXhbjnhZFDyNvLH2cwykPcGWXkcLB7X5PJ
Y3GHSFD6qjOChHeDOMR/m40g8XNM3CFawfFj8hsjhweu8Y6zPopD3G9n7DAL
FC+WEpDwyzF2aFNgVz0TIgFx70ljuH1gPqeJw38QOK8IST/RJg6zQfo9lSHp
5oeJg+xyoMPvqzjIzIvTPF1gCvGPhJoDJH+YOrCA4nedmsOTxIXXTOTN4HxY
eobxefzXT0mtMIP4s0vNoQ8UP/MR+Qs9vwEAFbR2Vg==
"]],
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}}}, {CompressedData["
1:eJxTTMoPSmViYGAwAGIQ7XNxYsy/ZFuHRxHi2y8qaDrkr+m+neEA5SdoOqg8
aZ539pQNhP9Aw6H2t1XBOQsbh+kT+KvMvDUdYhQcPyb/sXaYs0h55590KH8O
gl8PVo/g//lW+mDORysHA62VwhdcNB16vF6xmEy0gsg/13DYXytrkb7FEmI+
t4bDk8SF10zsLR18TrDbzjZVd/i681bX36cWDjscmh4dv6HqMBMEPC0cwjnF
2o3jlR2mgfTdNnd4v2i9wlkOBTh/BkjdTmk4f2ewVcR/d0mHApB/BSwcDnbv
azJJFnfwA4VHMIIvPvUKZ8YiBB9sn6alQ7RqhMy5ORIOEvPiNE9vsHQIeXv5
44xGKYf0NCBws3JYK6TDlz5PBuK/i1C+nDzE/xOtHU6fAYI1ig5bzH8cStGy
dtgBdo+Mwwa9vMWMMtYOX/Z93JoeJu1wQ7om0UgUxpeC8x+4xjvOKpSE82eB
3GUpAeGbWjswgECDOMT8LAQfHD97EPwTh53WZvrZONwHmfdRAuLfIluHN225
3Ua7ZRzU3/LuM4i0dRCpnFRy9omsgy8ofJxtof6Thchb2kL9L+swFRS+2rYO
6p9UXs7yhMrvtIH477i0w5L7+/jmNEP57tJw+1H4egg+OL1JIPTD+L0R3f6M
E2TgfHD4XEPwwe5hlIX4V8bG4SwovHVkHdDTOwDpMUfA
"], CompressedData["
1:eJxTTMoPSmViYGAQBmIQHaPg+DHZxsbB9+LEmH/N6g7h4tsvMryzdtiol7eY
sUbFYYv5j0Mpq6wdZoIAp7LDn2+lD+YYWjvwxwbcN5qu6JCeBgJWDiFvL3+c
0SjnYFsZscK019JhR7BVxH93aQeHpkfHZ0gj+NLz4jRPf7CA86dN4K8yu20B
0c8og8pvlIXz3y9ar3C2Q8HhSeLCayb2lg6zQe45qexgDzJ/t6XDr7evD1gy
qzn0eL1iMRG0cpgB0tet7mBiDATJVg7TQXxuDYcIkP/4rOH8/uASlenxCP5/
EJhv7cDE2SWf/E7dAT18AGawggM=
"]}],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGI5IAaxQYCJAQEYkWhmKMbFJlU9tcxBVk9PN1NiFwAm
JgJ1
"], CompressedData["
1:eJxdlHtIFFEUxtcHvkIjDXbN3dR0d90sNbWHYs43E4m9QNRyK8GsdAUxifQP
zaAUNdwi00LdFvFBmGhoZKQU9pAyfJWoZfZQyh6UWmaIZWp79+7OUAcuw+/O
nXO/73DOeB5Oj06yEolEFoa1w7AsDavF71itxd1wtGyee3i0SwH/tfUuzwbD
0Uz2wxQYcv7BPo1gsDCbOabvV5jOMdj9xHbrlUwlht1yEgOHGOzpvxi/mKdE
nPh2v2hK4AnH9oAKB/DcoH2VIhIDlwrzDwyECWzOb+ZkY8ipDj2DbzVNHr12
HrCLkGdaOjA4KFdL+6QSBAcZwouBiMRpMYx+chg80LbnBr8XQ0309DHQVRgi
RAL/4qq5DU7A2PYEVndcgiUS/kC+h628J8MdLga7yXtB7zvrifHE6ufBdcBr
laxx6YQX2kaKFpJsWVMd5OghcY7l/VnXloRavBF4u0Gu7rvARG7QvIm3CdyK
3Hedw4p/Wa2g+mdZ/J78ej+kQ46Z5qhU3ScWsrrPkX6j3vS8lkUAec7IMB+f
9mgxm8XKrJKM3nE33CD1yGART+qlX8VzOalHmyvPBcR/rITmL2T5eh7qGPBN
qhfY+P6FwJ2q0JJuMYfs0bmRoAYJ1pP6PuYwUZCmDbwjxb1Tsi2aFjPLqJ8C
Dq0xoeqlTinElwftU6I5kx43pNr/qtL4clSv1A1ku8JVYGN9HQU2fm/Jocl5
nZOmUmBjvhApz7GTA9PlZ6QorIvrCrTmcJ2cX23SY8PhZ/v0Lc0+Gb3/JMfX
3+ivkEMkMaJUopH05wUOlvZF7kemBNbXeLX90fjwXFa8PHvTMhWfj75X0Xxx
Apv9mHm03UkfVMJS3/t9oN35xTpYxfLzsYvM3QeY+kWOLPW1jb03TfPy0Zv2
axyov7drIB/Pq+zVmc6rlSBts1QNmv+lkvb7VcCK+PHz4bmUzGeOwFEjhkF3
VtH8ZeD1ls7aJJTnCGy+38z96Qm2fStA69Htg/MxGd5l7gyv5///z1804OhY
"]]}, {
Thickness[0.0254323499491353]}, StripOnInput -> False]}, {
ImageSize -> {39.31640348692403, 18.729753424657535`},
BaselinePosition -> Scaled[0.32127889429728423`],
ImageSize -> {40., 19.}, PlotRange -> {{0., 39.32}, {0., 18.73}},
AspectRatio -> Automatic}], BoxRotation -> 1.5707963267948966`],
TraditionalForm]}, {5,
FormBox[
RotationBox[
GraphicsBox[{
Thickness[0.016286644951140065`],
StyleBox[{
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {
0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1,
0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1,
3, 3}, {0, 1, 0}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ1IGYCYh5HPq8ZK7kcUmLvuDFX6Dns797XZPKY3yE+
JEh9Qaaew85gq4j/7oIOElOvcGYk6TkIV04qOftEECKvieDLzIvTPL1BF84/
cdhpbWadroP8rgX7UvsEHVp4/ddPYdWByKcIOrwo3ir6u1vboUW8ljXzGJdD
qwK76pkvcg4zQUCS0+E/GEg6LLm1/LHhYQ6HGSDxnZIOhctLNvzzZ4GaC+Mz
QM2VdMiZmlBo8fm/fRvIvCviDhqfVF7O6mR2gPEh5vJCaXGHWSBzLUXg8kFv
L3+cwSgG558BAR0xuPmQ8BCG2/9l38et6dcEHSru/7hlvFoSHl5geT4pOL8G
JK8tDeeHgOxplHb4DNIfJuiwVkiHL11OBh4+YHPDZBzc1hxdzhAhBnEHj67D
m7bcbqPdYg7ioPhQ0oO6V9whNQ0I3PQg9upJwuML7E15aXj8gt3hLe0gs/yF
h569PoR/WgrOFwHbL+qw1fzHoRQtfQcTYyAoFkHjC8P5EH9C499A3yFGNULm
3B8uuHno6QsApuwOhQ==
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIdIAaxQYAJSjNCxZjxsGHqiFU/UHqR1eNi09McUs2k
xHxK3AMA8lkCwQ==
"], CompressedData["
1:eJxdlX9MVWUYxy/oUv5ANky5eH/fc8+ve+Fyroipw/oOZ2LGYKJxS6gs5GJa
6NQZgltFwuYdGzUUUGOGm7iioC0SRe0HaySgiRZzRrOxnJpi/iDGQjPe9z3n
Pat3Ozv7nPec9/0+z/N9n+N5rWz1hmkWiyVm6opMXbFT19Ly8LGM2hBuV78Z
nd/tgK35ZbVfC6Erf0n4ca8dTWSc1dBI7idsaKhL2LWwQkOhGLaft9vwoCNv
04ECk7d1zpnsf9pkeTT+jKZqaE9MmRVpNpmut9jO2dhva1v0l1JNg3zfd/PA
SgeS9v0UV5qlQUufGtucoHpzQqiv2fPSpUoZeG+kt3FdCM//MGPpwb9kRErI
COFQi3DiYUThPBJOOj542GQaV7KKb6tbC/qyjPdV9jzOZLp/i8aZxm/T+bqC
nMEPCv+pCrL9O2VMjN76ZnFPCuMdEr58auK74r4Avgi+dSSmUsQAGZv9ODZ+
8+2BOkGPLwALGa/KcLXeyA6+EkBs3F7X63dklJbd3XN2e4DpelHhTHVETc67
Yqtcn6iiXfy9qjk1wPX++PMLt9O6/Zzfj89tr7+mcu7ryfpsY7PC1utXkOpx
jW2eKzM9h2XceCMw3vCriOlEz+cSrq3/eGhBroguknirxN57R2B5PSqgkayz
ycfmwzLbp8bHnvfLLC/7fFhF7hkKZyMeg414niO81sf1RjNXniy5L3Cm+Sw0
eWfPV8ubcrzs+4sKCuLm1qQ/4+Z6asPR3Ji7Tr0uEhYQX+W70EHqkymx72vd
eDS+47dDgxJml3+4/Vy9R6+njGV1VYkln3j0ussQhkbyLcMm03m/97/zhV7m
10yTjfUNprYsEbGi7ftWyyIP/mxpd5+b6caw6mh7PNuNdfQ8WZkPVLee9ySm
N96LavcMcWCNVdfnxZrRS/caY5w4VVY52rRWQEJR3tX5SV4Wxxwfyq9OXEnv
Flh9PxL5/jSPvRKv9+7JJVvOz1R4PL0nu2qfuGCylfg3VuVM/eRUWb1Xmcz8
LHHeSHw7JmJh5unV+99VcJD2GS/TUyRj7My9zsiQDX+QhnJL4vFT/yXIPH7q
70mFxz+P9K86Ve8fTna+Yv04TfKwwcPOy5gfFST+CkE/LykoLhp+dtpln36O
U5k/9kqsTyWn8fiuE32PTDb6gcHUjyk6LzPZqLfB2V/vdiySJabPq+Fv2jf0
/LemIZv4ICwwPRlprH4NHuajU0EsJ/OXXbovg6w/PnDo7wfxJPFtsR3H6Tk1
5udxZv08mbORvxVEVyTI80t9cMdkQ5/BuSTOfA27SD4/tbL/R4fxP7Hj//+X
fwHZ56gM
"]],
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {
0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}}}, {CompressedData["
1:eJxTTMoPSmViYGDQAWIQrf6Wd5/BTyOHLeY/DqWcUnNY/sJD77+gscMGvbzF
jDZqDv4XJ8b8azZ2+Put9MGci2oOnzYEZM9iN3HwOcFuO7tU3UFi6hXODCET
B1+wOnWHGRP4q8y0EfySraK/T/uhyWebOExpb426bIPgM4DAAzU4n4WzSz55
nZqDbWXECtNYE4j7uNTg5nnsr5W1WK4KcV+ysYOBMRB8lnVoZDnab+hu7DBj
JhBYykDcaQrl75SC8yvu/7hlvFoSzm9TYFc9EyLhcAYEYowh7mkQdyhY0307
YwGCD5b/g+DbgdxXa+JQBTZPwoHLTbWU6Zapw5u23G6j3TIOaSCwDcaXhchH
mTrsCLaK+H9cxuFQ2/LwU59MoO6TdpCZF6d5eoGJQ4xqhMw5GSi/AcEHh386
gg8O/yATqH8QfJj/YXyYfSDhmZEmDuqfVF7O8pSFhzc4/IrlHF5kaX+bXmsK
DX91B4emR8dndJs6zFmkvPOPuobDQZB7J5k6eIPjH8F/krjwmsl6BB+iXhPi
vyIoP10T4n8rBB9s/msTOB/mv4Bb0jWJlzTg8bEDpDBC3QE9vQIABpcjkw==
"], {{21.670299999999997`, 15.901599999999997`}, {
21.267200000000003`, 15.901599999999997`}, {
20.864099999999997`, 15.443800000000003`}, {
20.864099999999997`, 14.970299999999995`}, {
20.864099999999997`, 14.621899999999995`}, {
21.073399999999996`, 14.399999999999999`}, {21.4063,
14.399999999999999`}, {21.8375, 14.399999999999999`}, {
22.171899999999994`, 14.803099999999999`}, {
22.171899999999994`, 15.331299999999997`}, {
22.171899999999994`, 15.665599999999998`}, {21.9625,
15.901599999999997`}, {21.670299999999997`,
15.901599999999997`}}}],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1,
0}}}, {CompressedData["
1:eJxTTMoPSmViYGAwB2IQHSG+/SLDPFuHLeY/DqVwGTiYGANBsa3D32+lD+YY
GjhwuKmWMu2ycdgKkl+lD+Fb2UDUZ+k7zJgJBJbWDimxd9yYLfQdpk/grzLT
tnYQn3qFM2ORnkN6GhBcQ/Dtmx4dn6FtA+c/SVx4zcTfxkFiXpzm6QIEH2ze
D104X2b5Cw+9/boQ/d42DicOO63NrNN14PFfPyXVw8bhDAj46Drsr5W1SH9i
7eB7cWLMP2ZNiPsqrR0MtFYKX3CB8iWtHeYsUt75J13TIX9N9+2MA1ZwvsqT
5nlnT1nC+dEKjh+TaywcPMAGqzvwguy7Ye6wUS9vMeMfFQcuUHhkmTuEc4q1
G8crOxxqWx5+SsncwXlCs1DaLgU4f0ewVcT/4zJwftX9H7eMtSUh5kWYOxzs
3tdkkizuMCG4RGX6fgS/D8SXt4Dzl9zfxzdnsYVDmwK76pkQCYj7ZCwdvuz7
uDX9miQkHO5YQuxzl4GEc5CVgwE4XuUg4exg7fB+0XqFsxxKDiVbRX+ffmfl
EPL28scZjPIOHzYEZM86buXQG9HtzzhBxuH7zltdf7daQd0vBed/BtkXJgnn
Q/wjAeFftXJgAIEGcYj9QtZwPtg+PwQfHKxLrOH6n2dpf5sua+Mgv2vBvtQ+
SYdwUPq0s3UQqZxUcvaJDCTdSdlC/PNZ1uEpSH2tDTQdysDTRwXIvNXSDgdA
4S1kAw0PKP+TNZwPS58wPjh8DkD5xxF8WHjA+JDwkoW4/wiU3ygLcf9da4e1
Qjp86XLyDuj5CwBmy3eA
"], CompressedData["
1:eJxTTMoPSmViYGAQAWIQnZ4GBNOsHX69fX3A8rCqw/edt7r+hlo7rPj2suJM
gLLDlw0B2bOWWzmsFdLhS7+n4KDypHne2VOWDgbGQFAs53DysNPaTD9LiPw8
GYf/ILDfwmFHsFXEf3dph2gFx4/JNQg+SJuxMxpf2cKhJ6Lbn1FABs6HmC8L
51fe/3HL2FrJoZHlaL/hcQuHv99KH8yZqObgfYLddnappQMDCCxQd1hyfx/f
nMWWDh77a2UtnqtD3P/c0mH6BP4qM24Nhw8gvrsVnO9zcWLMv8cIvn3To+Mz
vK0dHkWIb7/4QN1BYl6c5ukD1hDz0tUd0MMLAH4Wg90=
"]}],
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}}}, {CompressedData["
1:eJxTTMoPSmViYGAwAGIQXbxV9Pfpf44OjyLEt19U0HRgWTzJivEtlJ+g6XB/
H98c401Q/gMNh26vVywmmY4O0yfwV5l5azr8jsk9+s/L0WHOIuWdf9KhfCkE
H6z+pQOc732C3Xb2UQcHA62VwhdcNB2EPzmeT5sKlX+u4bCm+3YGg7oDxHxu
DYfa31YF527YO/iA9JmqO/QGl6hMr7d32OHQ9Oj4DVUHE2MgeGznEM4p1m4c
r+ygDzK3xM7h/aL1Cmc5FOD8GTOBYKc0nL8z2Criv7ukA4+bainTKjuHg937
mkySxR2eZml/m/4Wwd+il7eY0cYezgfbd9jeIVo1QubcHAmHm9I1iUaqDg4h
by9/nNEo5fAfBPIdHNYK6fClz5OB+G8rlC8nD/G/qKPD6TNAsEbRYfkLD73/
Dx0cdoDdI+Og+qR53tlbDg5f9n3cmh4m7bDzVtff1OswvhSc/8A13nFWoSSc
PwvkP0sJCP+5gwMDCDSIQ8xndITzwfGjheBvBPmvxNHhPsi8jxIOoGhmYHNy
eNOW2220W8Yh4fBl7dSfjg4ilZNKzj6RdQCnl3eOUP/JQuRfOkL9L+sgPvUK
Z8YjRwf1TyovZ3lC5Vc6Qvx3XNphvo3OlVl9UL67NNx+FH4Kgg9OP5EI/TB+
b0S3P+MEGTgfHD7XEHywexhlIf6NcnQ4CwpvHaj7kdI7AB95TMk=
"], CompressedData["
1:eJxTTMoPSmViYGAQBmIQ/Tsm9+i/LEcH34sTY/41qztURKwwPevs6LBRL28x
Y42Kw/IXHnr/FR0dZoIAp7KD9wl229lPHRz4YwPuG01XdPgPAvUODiFvL3+c
0SjnkM35c0G6sIPDjmCriP/u0g43pGsSjbbaw/lbzH8cSulC8PW1VgpfKLGH
6GeUQeU3ysL57xetVzjboeBQ+9uq4NwNe4fZIPecVHZ4w7vPYKaWg8Ovt68P
WDKrOQh/cjyfFurgMGMCf5VZt7pDehoQ1Dk4TAfxuTUcKkH+u4zgT/7GFj/j
D4J/BgRkHB2YOLvkk9+pO6CHDwDEdogs
"]}],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGI5IAaxQYAJSjNCxZjJYMP0M6CxiVFPqpkDZRclYQIA
GkYCXQ==
"], CompressedData["
1:eJxdk21IU1EYx7eyREijKKbOV1TuLlppWyGj4u/OvaiVKBo0QlCztcDMJIUU
zZeIPmhkZqhLwpIgeqF9kQxECxEFnSSjIIMUyaDwQyuRhabde852D/jA+fDj
ec75P28n8XxVoWO7TqfTKydLOduUUzbmTXVU21A/758zp0aBckuAXxiwY6DT
qh+0YV4uyXL5IvHZ2FB2eMmGBZWro1AR9rffmUQ01qlWwNlbVRI600K0950X
FftKsKlaUyTaT/4MseRKmt6u/NddjmYJ79tGWi3lAXZzTsjylU+Pb+GPEtNt
NqBUzT9MZvo+A0LU/GNl7KvrrPFcMMJiVixVhvA7+YcrNxY1g/vXpk7IcKh5
fY/HirugwmXgTPV/Sbhjb8vXd8QwvSUJdykbmf+DhAZanxHrxZXjG885n54M
Pf7wAWdab52EoSKrfTPbiDr7syOeIv4eZXPAP2HEmZrk7k0/gWdasbQYdK3u
LOkZJkhX67gWg5RvNx95XJxpv8s496qWQfBqb1qEMy7APpumT/uTJyNv9l7x
BjFhUrR2Tp2V0fck6e26IDLODrBTZP2KC8SPmdj9cBn3b986520wsf6uSVi0
G97MlpqwMBLRZ17kTPv3lHNw/jSvXhOr/w/BgcT4lcurJqB1caLHS5g/SmT1
PSbo7thdf/SUiEMd/f6MG0TLj+6ng/PLti+XdNmcg/taMKcEFopoXLNenfHb
WD4JIibUekdtcB+8MqAfTtH2PcjL4SPpvdEEQ2pidoHdzyRszrUCmlTOIeii
/RDYXpZypvHXOb9rjM10tvP7NN7N36fzXibIGVUCBYHNO1rCv9Xahb49AjI/
jVdawDn4f4Ic3Eeqd0zQ9pfqDQrY+v//AzIquAo=
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}}, {{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgAmJhKF2yVfT36XXuDnMWKe/8k67pIDH1CmdGEoK/wEbn
yiw+d4fHiQuvmbzXcJgH4u9zc5g+gb/KjFvDIQ0E9NwcmDi75JPz1Bz0Jiz4
YXjP1SGcU6zdeL4ynO88oVkozUoBzpfftWBfap8UXP/B7n1NJsniDg/28c0x
PoTgb9TLW8yo4g7ng93b5+7wZd/HrenXJBzWdN/OYLjv7lBz/8ctY21pB+FP
jufTfD0cDIyBoFjOwaHp0fEZsz0c9ubXvJ2ZqgTnZ+Z/aD1pogrnB9ySrkm8
pO7whnefwUwnD7j/0cOHZfEkK8Zcd4eZIBCpAaFvIvj7a2Ut0kU8HHaADJZQ
h/N/vX19wPKwCpzPHxtw30hcyeEm0Fqju+4O6p9UXs7ylEP1X5g0hJ8H85+U
g5tqKdMsB3eH/yBQL+mQcPiydiongr/ihYfe/4VucL7XCXbb2aluDiFvL3+c
wSgD5xuDgQKc77Hm6HKGCGWHPzG5R/+tcnPwvTgx5t9hNUh8MLk7PIoQ337x
gTrEPkl3B2ZQfOtpQOSdEP5HDx8AjYQNBQ==
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGINIGYCYh7/9VNSb3g5bDH/cSiFy8DhT0zu0X+HvBz+
fit9MMfQwCE9DQS8HLaC5FfpQ/hqUPVZ+g76Exb8MFzm6ZASe8eN2ULf4Uni
wmsm8z0dxKde4cxYpOcw5Rtb/IwvCD5YXt4Lzg8pUZn+38DLQWJenObpAgQ/
FWQPG5r8B104/wwY6DqUR6wwPasN5fvowt13fNeOXrYNOg4VIHlpL4f631YF
5zS0HZ6D7F/v6dBt47krrUnJYX+trEX6FE+HtUI6fOlyig4OTY+Oz6j2dHBd
c3Q5Q4Q8RD7F06E3otufcYKMw0wQiPR0EKmcVHL2iRScPwNE75SE89sU2FXP
hEg43JSuSTTK9XRgAIEGcYc13bczGPoRfJFPjufT9qLx/3o6VN3/cct4tYTD
Br28xYxrvBzetOV2G+2Wcbi/j2+O8SwYXxbi/2wvhx3BVhH/j8s4mF87mmti
4QV1jzQkvAS8HGJUI2TOyUhDwv+/J5yv8qR53tlPCP5/EHju6VABth/BB5tn
KQPnw8LjQn48+7mXng4GxkDwWQYSvu89HdQ/qbycdVIWbj6Y7ynngJ7eABvd
GN4=
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0,
1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, {CompressedData["
1:eJxTTMoPSmViYGBQAmIQrTthwQ/Ddb4OZ88AgY6cg0PTo+Mzmn0d3rTldhtZ
yzrckK5JNFL1dYhRjZA5JyPtcFzTatLp8z4O/8FA0uHLhoDsWf0I/ha9vMWM
Ngg+j//6KakcPg49Ed3+jAIycH5qGgjIw/nClZNKzqYoOCg4fkw+w+vjsDe/
5u1MVUWHuTY6V2aJ+Tjc0ZRd8/+zooOrainTrBU+Dt02nrvSmpQcSraK/j59
zMdhrZAOX/o8JYc13bczGL5D9T9Vcsjh/LkgXdkXot9Y2UH1SfO8s7t8HTaA
3aniYH7taK4Jg5/Dr7evD1g2q8L5U9pboy7bqMP50yfwV5l1a0DC57Cvw5xF
yjv/pGs6vOHdZzAzC8GH2Q/jxx++rJ1q6AMxr0YdYu8bb4fM/A+tJ7eoOswH
+W+bt4PUvDjN0wEqDj1er1hMGr0dHrjGO85iVITz1T+pvJzlKQfnGxgDwWdJ
hz23uv6mnvd2ONi9r8kkWRwSH/4+cD7L4klWjFsR/NrfVgXnJHwd7oPM/yjh
MOUbW/yMPb6Q8JOTdUBPDwAzDfEE
"], {{56.37190000000001,
9.81094}, {56.6078, 10.770299999999999`}, {56.885899999999985`,
11.3688}, {57.28909999999999, 11.729700000000001`}, {
57.53909999999999, 11.9516}, {57.9703, 12.118799999999998`}, {
58.3047, 12.118799999999998`}, {58.7078,
12.118799999999998`}, {58.9719, 11.840600000000002`}, {58.9719,
11.395299999999999`}, {58.9719, 10.7844}, {58.48589999999999,
10.1297}, {57.76249999999999, 9.782809999999998}, {57.3734,
9.587499999999997}, {56.87190000000001, 9.434379999999999}, {
56.24689999999998, 9.295309999999999}, {56.37190000000001,
9.81094}}}]}, {
Thickness[0.016286644951140065`]}, StripOnInput -> False]}, {
ImageSize -> {61.39542714819427, 18.729753424657535`},
BaselinePosition -> Scaled[0.32127889429728423`],
ImageSize -> {62., 19.}, PlotRange -> {{0., 61.4}, {0., 18.73}},
AspectRatio -> Automatic}], BoxRotation -> 1.5707963267948966`],
TraditionalForm]}, {7,
FormBox[
RotationBox[
GraphicsBox[{
Thickness[0.021340162185232606`],
StyleBox[{
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGI5IAaxQYAJSjNCxZjR2DA5dDXI4rjYxJhJiV5cakhl
k2omMe5HZgMAEs4CVw==
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGJ7IGYC4r6Ibn/GDewOKbF33Jgr9BzOgAGvQ3xIkPqC
TD2HaNUImXM2Ag4SU69wZiTpOcyeCQQ3BSDymmj8lbpwfguv//oprroODCCw
QMCh9rdVwbkMHQeQ9MxIAYcXxVtFf3drO1znvS2WWsbh0KrArnrmi5xDwBPP
S6aT2RxEKieVnH0i6XADLM/mMAOkb6ekw5Jbyx8bMjM5yO9asC+1T9IhPQ0I
nv2yFwapT5F0+A8GP+3bQOZdEXd4Wfs4+/waRoeD3fuaTB6LO8SA/cPm8MA1
3nHWR3GHfrD/OaH6YHxuON8f7B5eOB9sX5oAXD/Ef0Jw802MgWCyqAPM/jVC
Onzp+0QdUNwnLwR3P5heJwBx1xyYvABEnE8Kzgf731Ialb9TGqJOT8BhLcge
ORl4+J4FRaOOrMPOYKuI/89FHExt9gZNU9SB88HxoaHjEPL28scZiqIODSxH
+w236zjsAMmnizocP+y0NtNO1+HLvo9b08tEofGvC1G/UBQe35D0IuqQCgoW
Nlj6EXeQmRenedpADxJOGyUcZJa/8NCz14O4f78knA9WniMP54OCz1hYEZJ+
WHXh/CeJC6+Z5GvB+UycXfLJeeqQdKIi57BRL28x4x8VSHw4SML54Phik4Dz
NT6pvJz1UsxBFmSfvKrDLHB6FXH49fb1ActmVYh/v4k4gKN5mYpDBli/OISv
puJwABTPyhKQ8GBSgfsHxgfbV6YA5+/Jr3k7s1XZwffixJh/zupwPjj9c2vD
+eevhr3Rv60LSSdHFB0y8j+0ngzRd6i5/+OW8WsZaPjoQ+LZTtRhq/mPQyla
+g48jnxeM17yQvKvhT40f3DA1aPnbwCgFbJK
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIFIIaxWZDYzFjYDFA+Axoblxpc5pBqJql6aWEmMeop
MR8AV3ICZw==
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGJXIGYC4jmLlHf+SVdx2O61wWLOT26HRxHi2y8mqDiY
GIMAgt8iXsua2cYF50PUc8L5vRHd/owGrA4Q81Qd1D+pvJzlyejQ8Nuq4NwK
NTj//NWwN/qzNeH8reY/DqWs0nH4su/j1nQxfgcWzi75ZD89CP+apINtZcQK
U1lDiLnqmg5fdt7q+vvVAGqPpkPxVtHfp/sMHGaCgKSmgz1Iva2Bw+PEhddM
3ms4vMjS/jb9rj7EnQ80HHwvToz591jPITP/Q+tJE1WIfX16DulpQPBM2cHn
BLvt7Km6DmuFdPjS7ynC3ffANd5xVqOCw59vpQ/mbNR2OHsGCHTkHDJA5oRo
OcwA2b9T2iEl9o4b8w5NOF986hXOjCQ0vpKmQ8jbyx9nMMo6JIQEqS/Q1HRI
BdmfJucgPS9O87SBJsR+OXl4eIHd+0XFIR6kfqWmw1+QOy6qwu1jAIEHanC+
x/5aWYvl6nA+OLyeazg08/qvn9KqCQ8/kDfO8CD4x3ft6GXboIEq76PhoKso
/yXHTNOhgeVov+F3NYfpE/irzLw1HJ6Awnm9isOU9taoy3vUIOH9V8Vhg17e
YkYbNQczm71B0xLVIO4VVIfI16pB3Keu7mCgtVL4whE1h4Bb0jWJQepw88Hy
6eoORqBkKKwO54PlyxH8E2D3qsP9D+NDwksVzmcCxfM7BP/X29cHLA+rQtOn
usMWUDx3QeUN1CHpeYIsRF5DHZIew6Th/P9gIAHXf7B7X5NJsjgkvqI14HxY
/MP42x2aHh3foQ2NXxlI+jun6wDObsaKkPRVqANR/1gCki7ZtKH5gw9i3iJN
hxu8t8VSv7HC/QPjg+Npmxoq/5uqwzZwfuWA8+1LHGtP3+GB81/UPs4+n8ML
jT9Vh4LlJRv++fNB4odFDcrnh8jvVXVYemv5Y8PD/A7o5QcAu6bhtw==
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGILIGYC4gjx7RcZ5pk5eOyvlbVQV3Oo+21VcG6FmYPP
CXbb2abqDqpPmued3WXmMBMEJDUcGlmO9hteN3N4nqX9bbqtpgMDCGwwc3gE
MihB0+HPt9IHcxaaOcxZpLzzTzpUfgKCD5ZXRPBNjIFgs6nD5PbWqMt7NCB8
Y1OHgFvSNYlB6g4H25aHn7pk4rBBL28xo42aQ0rsHTdmDyAf5LC1Kg62lREr
TGVNIOISKg4HgN5If2LsEM4p1m4sr+wgMy9O8zSDiYPE1CucGU4qDk8SF14z
4TdxSAOBZyoODk2Pjs/QNnH49fb1AUtmNYh6BxOIuxeoQdSFmTjsACmMUIeY
n2ICcd8ldYj+bBMHZs4u+WQ9DTjf9+LEmH/NCD5YvZAmxH5/E7j/IeGK4IPl
zxvD+Z83BGTPcjeG2qfhULCm+3aGgxHcPdEKjh+T7xg6bDH/cSjllJqDNyje
vhrCwwusP93I4S8o3C+qOUyfwF9ldtoIHr7ioHD5ZASJ71IoX8gYzv+y81bX
X1MEv2Sr6O/Tfsbw9AHjg91zQw3Oh9ivCnHPViOHkLeXP85glIekH3Ujh4Pd
+5pMHos7qIPSl5cRJLwbxCH+azCChPsxoPxb3n0GO40cHrjGO876KA5xP7ex
wyxQuFlKQMLP0tihTYFd9UyIhMNXkHunGsPtA/OvGjv8B4HzipB0omHiMBuk
z1PZwUBrpfCFIyYOsstfeOjdV3F4AU7XphD/SKg5QPKHqQMLKH7XqUH89QbB
h6VnGP8mMFiNXM0g8dGl5hADip8cRP5Cz28A+mNzEA==
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGILIGYCYtUnzfPOZtk4eOyvlbVQV3PwOcFuO7vUBkKb
qjt82BCQPavdxmEmCEhqOPhcnBjzb7GNw/Ms7W/TbTUdzoBAjY3Dowjx7RcT
NB1OHHZam5ln4zBnkfLOP+lQ+RgEHyz/zhrO/w8C9dYOk9tboy7v0YDw/1s5
BNySrkkMUnfoDy5RmT7fymGDXt5iRhs1B32tlcIXRIB8kMPXqjjwuKmWMr2y
dEiJvePGLKHi0OP1isVko6VDOKdYu7G8MsSdZy0dJKZe4cxwUoGYc8fSIQ0E
ngH1+6+fkvrD0uHX29cHLJnVIOp5rRwYQGCBmoOJMRAoWznscGh6dDxCHWK+
IdR9l9Qh+i2sHJg5u+ST9TTgfF9QODUj+GD1QpoQ+2Ws4P5PB7vDEs4Hy89B
8EHRki5iCbVPw8G2MmKFKa8F3D0ab3n3Gaw0d9hi/uNQyik1iD8PmcPDC6zf
xMLh77fSB3Muqjkkg8JphgU8fJ8kLrxmst8CGu/qDo9B/PsI/sG25eGnmCzh
fJC1M6Qt4ekDxge754YanA+xX9VBHOSeJguHkLeXP85glHfwA4XLZ3OHg937
mkweizt8BqUvcQtIeDeIQ/znawGJn2PiDl923ur622rh8MA13nHWR3GI+29Y
OMwCpUdLCYg6NkuHNgV21TMhEg6HQO5NsoTbdwTEX2QJSVfnFSHp54ulw2yQ
fk9lhz+gcJlo5SC7/IWH3n0VSDhyWUP8I6HmoA7OH9YOLKD4XafmUP/bquDc
DgQflp5h/KVAY/4L2kDM6QLqB8WPJSJ/oec3AANVfQM=
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}}, {{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgAmJhKL38hYfe/0QHhzmLlHf+Sdd08D7BbjtbFMFfcn8f
35xme4fHiQuvmbzXgPAf2zlMn8BfZcat4WBiDASHbR2YOLvkk/PUHI60LQ8/
pWTrEM4p1m48XxnOd57QLJRmpQDny+9asC+1Twqu/2D3viaTZHEH1SfN886+
soPzTxx2Wpu5zh7OB7vX0cHhy76PW9OvSTiAnGM8ycGh5v6PW8ba0g7uqqVM
sxgcHQxA5hbLORRvFf192s/RYW9+zduZqUpwfmb+h9aTJqpwfsAt6ZrES+oO
8o4fk898RfgfPXzMrx3NNVFwcJgJApEaDmdAoAfB/7whIHvWcQeHHQ5Nj45L
qMP5v96+PmB5WAXO548NuG8kruTA479+SuoEBwf1TyovZ3nKofovTBrCV4T5
T8rhC0j/c3uH/yBQL+mg/pZ3n0Elgr/F/MehlFV2cP6fb6UP5hjaOYS8vfxx
BqMMnG8MBgpwvseao8sZIpQdYhSAAbDHzsH34sSYf4fVIPGRZe/wKEJ8+8UH
6hD7Zto7MIPiW08DGl/2cP+jhw8A+/kZew==
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGINIGYCYoemR8dndDs7bDH/cSiFy8BBd8KCH4Zlzg5/
v5U+mGNo4DATBCSdHbaC5FfpQ/g3nSDqs/QdEg5f1k6NdHJIib3jxmyh7yA+
9QpnRpAThF6k53Bc02rS6eUIPpi+hOC3Lw8/ZfTEyUFiXpzm6QIEPzUNCNjQ
5D/owvlnwEDXYXX37QyG+1C+jy7cfcd37ehl26DjsAYkf97Jof63VcE5DW2I
vUlODt02nrvSmpQcPm8IyJ7l7uSwVkiHL11O0aF4q+jv03pODq5rji5niJCH
yIs7OfRGdPszTpCB2MPj5CBSOank7BMpOH8GyN6dknB+mwK76pkQCQce//VT
UhWcHBhAoEHc4f4+vjnGTgi+q2op06wCNP4GJ4eq+z9uGa+WcHiSuPCaSbyz
w5u23G6j3TIOIp8cz6f5wviyEP/LOzvsCLaK+H9cxiGb8+eC9Ncw90hDwuuI
k0OMaoTMORlpiP83IfgR4tsvMixD8I1BYLaTQwXYfgQfbJ6lDJwPCw+WxZOs
GOc6ORiAxD/LQOPVyUH9k8rLWSdl4eaD+Z5yDujpDQDZ8gq/
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0,
1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, {CompressedData["
1:eJxTTMoPSmViYGBQAmIQrTdhwQ/DPDeHs2eAQEfOwaHp0fEZzm4Ob9pyu42s
ZR1uStckGj11dYhRjZA5JyPtcELTatLpfleH/2Ag6fBpQ0D2LH8Ef6Ne3mLG
Py5wPq//+impJ1wceiK6/RkFZOD81DQQkIfzhSsnlZxNUXBQcPyYfOasi8Pe
/Jq3M1UVHebZ6FyZdc3F4Y6m7Jr/nxUd3FRLmWZluDp023juSmtScijZKvr7
dJurw1ohHb70eUoOa7pvZzBsd4Xof6rkkMP5c0H6Y1eIfmNlB9UnzfPOVrk5
bAC500bFweLa0VyTA24Ov96+PmDZrArnT2lvjbpsow7nT5/AX2XWrQEJn2Y3
hzmLlHf+Sdd0eMO7z2CmFoIPsx/GTzx8WTv1owvEvBp1iL1rXBwy8z+0ntyi
CvFfmYuD1Lw4zdMBKg49Xq9YTBxdHB64xjvOYlSE89U/qbyc5SkH5xsYA8Fn
SYedt7r+pva7OBzs3tdkkiwOiQ9+VzifdfEkK8ZSBL/2t1XBuRuuDvdB5n+U
cJjyjS1+Ro0bJPzkZB3Q0wMAGLj0jQ==
"], {{41.8719, 9.81094}, {
42.1078, 10.770299999999999`}, {42.3859, 11.3688}, {
42.78909999999999, 11.729700000000001`}, {43.03909999999999,
11.9516}, {43.470299999999995`, 12.118799999999998`}, {43.8047,
12.118799999999998`}, {44.20779999999999,
12.118799999999998`}, {44.471900000000005`,
11.840600000000002`}, {44.471900000000005`,
11.395299999999999`}, {44.471900000000005`, 10.7844}, {43.9859,
10.1297}, {43.262499999999996`, 9.782809999999998}, {
42.873400000000004`, 9.587499999999997}, {42.3719,
9.434379999999999}, {41.7469, 9.295309999999999}, {41.8719,
9.81094}}}]}, {
Thickness[0.021340162185232606`]}, StripOnInput -> False]}, {
ImageSize -> {46.86176836861768, 18.729753424657535`},
BaselinePosition -> Scaled[0.32127889429728423`],
ImageSize -> {47., 19.}, PlotRange -> {{0., 46.86}, {0., 18.73}},
AspectRatio -> Automatic}], BoxRotation -> 1.5707963267948966`],
TraditionalForm]}, {9,
FormBox[
RotationBox[
GraphicsBox[{
Thickness[0.015429717636167257`],
StyleBox[{
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGJZIAaxQYAJSjNCxZjR2DA5BiLZA2UOqXZR4k5i9AIA
4oMCNw==
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGITIGYC4pr7P24Ze0s7pMTecWP+oevwpi232yhaHs7/
sGi9wtkbinD+TBC4qeQg0uP1iuWKrsMaIR2+9HdKDicOO63NrNN1uK0pu+Y/
s7JDC6//+imuug6dNp670oSUHY6D5PfpOFSD7OMGyrMc7Tcs14HrP75rRy/b
Bi2H9DQg2KYM5+sqyn/JKVNxkFn+wkPPXh+qHuoeC30H9zVHlzP8kHOQmRen
edpA30F+14J9qXrSDlvNfxxK0dJ3iFaNkDlnIwnnK4DlxeH8tSDz5gnD9b+o
fZx9fg0v3HywfyWZ4fZD+Ixw9wU88bxkGswC50eB7PvD6nD+atgb/WgdhzMg
0MMG8e93Hah6dof4kCD1BZm6Dv/BgB2ifrauA7cjn9eMlRwQfWd0HQ5072sy
ecwDD//gt5c/zmgUQI2v3WJwvjEIfBZ0aFVgVz3zRc6hP6Lbn1FA0EGkclLJ
2SeSUHkBhxkgf+yUdDAB8Yt5IeHWJ+nQIl7LmnmM3UEYpD5FEu7eNpB5V8Th
4XMQ7C5xuPkPXOMdZ30Uh7h7jRDUX1D5CcJwPiS8ReB8N1D8RYjB9YPNbZaA
m/9l38et6d+k4PYHgPyvKA13nwdI/w1xuPvTwEDMIQYUD3Ng8qIQeT4pOB/s
f0tpVP5OaYj+Z6IQd8rJQNwlKOZwFuQvHVkH9PwCAK34aAA=
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGI5IAaxQYAJSjNCxZiR+AxobGQ1uNRTYg6p5hOjnhK9
lLgTmQ0AF54CYw==
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGJnIGYCYv+LE2P+HdZ22GL+41AKl4EDC2eXfHKetsPf
b6UP5hgaOGzRy1vM+EfTYStIfpW+w/mrYW/0f2tA1GfpO1wA89UcUmLvuDFb
6DucOuy0NvOemoP41CucGYv0HER7vF6xmGjA+bLLX3jo3Ufw00BATdNBYl6c
5ukCBB9s3g9dOF8GpG+/LkS/vKbDCZA9dboOySB1EpoOZ0DARxdCv1GHuO+U
mkMLr//6KarqDvyxAfeNpis5nNi1o5dNQM1hvZAOX/o8aYeaTxsCsqtUHaJV
I2TOyUg4vCreKvp7taoDAwg0iDs0shztN5yu7nCwe1+TSbKEQ3xIkPoCTg0H
9U8qL2edlHOQAPmjSQNivriigxTIHwGaDiu+vaw4M0EJ4o4uLYj4BRWHJ4kL
r5nk6zr4gsK9Wd1hxkwQ0IPzdRTlv+R8Q+Ob6UP4zgi+x/5aWYvnaqj8dDUH
fa2VwhdY9B12ODQ9Oh6h6vAG5J/Teg4bVJ80z8sF2h8hvv1igq6DgTEQfJZ1
eADiK8D40hB7mHUh7topBedX3P9xy3i1JJzfpsCueiZEwsH/lnRNYpAuPLzA
+m4i+CYgcyfrofH1HarA5kk4pIPj19DhTVtut9FuGYeDbcvDTzHB+LIQ+WUG
DjuCrSL+H5eBhJ+9AdR90g6mNnuDpj3Ud4gBxx80Pmch+LW/rQrOZSD4T7O0
v0231YfHP4wPNs9SBs6H2QcOTxd9iHusZaHxpw8Jr2I5B1Awz5htAA1vNQdp
UDxvMIDkH0F1iH8OGTgwgfLVOwR/ziLlnX/SNeB8SLhqws2DyEP50Qg+2D1H
9OH8AFD4C+k5TG5vjbpcowGNDx2oeeoO28Hu0nbwOcFuO9tUzeE/CNzXcsjM
/9B6cosqJP/M0ISkTwEVaPrWdAjnFGs3jld2QC8fAIYSuwo=
"]],
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {
0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}}}, {CompressedData["
1:eJxTTMoPSmViYGDQAWIQ3R9cojI93shhi/mPQymn1Bx4/NdPSa0wctigl7eY
0UYNIv7KyOHvt9IHcy6qOUSIb7/IkGfs4HOC3XZ2qbpD7W+rgnMVxg6+FyfG
/GtWh6ibiODflq5JNNqKJn/R2GFKe2vUZRsEnwEEHqjB+SycXfLJ69Qcltzf
xzfnsDHEHVxqcPM89tfKWixXhbrbyMHAGAg+yzo8z9L+Nn2tkcOMmUBgKeOw
EeSPOVD+Tik4v+L+j1vGqyXh/DYFdtUzIRIOIGOMDxtB3NMg7nBd6JPjeTZj
ON8EJJ+M4IPd99jYoQpsnoRDwZru2xkOpg5v2nK7jXbLOJwBARkYXxYif8DE
YUewVcT/4zIOGm959xlEmkDdJ+3QyHK035DdxCFGNULmnAyU/9wYzgeH/zkE
Hxz+O4yh/kHwYf6H8WH2gd19wNhB/ZPKy1mesvDwBodfsZyDHyieHptAw1/d
YcULD73/H00c5ixS3vlHXQPi3p8mDt7g+EfwnyQuvGayHsGHqNeE8G9C+ema
EP8vQPCXgcwPRPBh/gu4BYzoSxrw+Njh0PToeIS6A3p6BQDDvC33
"], {{
21.070299999999996`, 15.901599999999997`}, {
20.667199999999998`, 15.901599999999997`}, {20.2641,
15.443800000000003`}, {20.2641, 14.970299999999995`}, {20.2641,
14.621899999999995`}, {20.473399999999998`,
14.399999999999999`}, {20.806299999999997`,
14.399999999999999`}, {21.237499999999997`,
14.399999999999999`}, {21.5719, 14.803099999999999`}, {21.5719,
15.331299999999997`}, {21.5719, 15.665599999999998`}, {
21.362499999999997`, 15.901599999999997`}, {
21.070299999999996`, 15.901599999999997`}}}],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}}, {{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgAmJhKC0zL07ztICVw5xFyjv/pGs6JMfecWOusITzC9Z0
3864YOHwOHHhNZP3Gg6FIL6BhcP0CfxVZtwaDgwgIGDuwMTZJZ+cp+YwIbhE
ZXq+mUM4p1i78XxlON95QrNQmpUCnC+/a8G+1D4puP6D3fuaTJLFHT5tCMie
ZW4B508D2fMbwQe794Klw5d9H7emX5Nw6PF6xWJSaOVQc//HLWNtaYcI8e0X
GfysHQyMgaBYzmGL+Y9DKa+sHfbm17ydmaoE52fmf2g9aaIK5wfckq5JvKTu
wOO/fkqqhTXc/+jhY1sZscK019JhJghEajikp4GAFZy/QS9vMeMdK4cdDk2P
jkuow/m/3r4+YHlYBc7njw24bySu5PA8S/vb9FwrB/VPKi9necqh+i9M2kEa
xJ9gCfWflMP+WlmLdBNLh/8gUC/p8GXnra6/Ry3g/EaWo/2G383h/FOHndZm
1pk7hLy9/HEGowycbwwGCnC+x5qjyxkilB003vLuM+C0cPC9ODHm32E1SHxs
t3B4BArYB+oOX0H2PbVwYAbFt54GNL4Q4YEePgAsqAkq
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1,
3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {0, 1, 0}}}, {CompressedData["
1:eJxTTMoPSmViYGAwAWIwbQwC9g5V93/cMtaWcADzg+0d/oOBuEN/cInK9PX2
Dgq7FuxL7RN3uCFdk2j01N7hYPe+JpNkcQfdCQt+GLI5wPkX8+PZz2Ui+PNt
dK7MMnN0MACZWyzt8Dsm9+i/JkeHVgV21TNf5Bw26OUtZjzj6HD6DBDoKDq4
q5YyzeJwgojbqMD5f7+VPpgTqAbnM3N2ySfraTh83hCQPeu+o8OcRco7/6Rr
QvjzEXyQsWdCEPz0NCD45uDwJHHhNZP1GhD3znRwYACBBHWH+t9WBecCHBw8
9tfKWqSrOdwE+VfXwWGD6pPmeWtVHbaY/ziUcsveISEkSH0Bp4oDNJgcdjg0
PToeoQ5RL+vgEHALyLgENU/BwWFye2vUZRsNOB8sPwnBnwkCkpoOb3j3GcwU
coC7Fxwfn+3hfB7/9VNSVyD4PV6vWEwU7aH2aTjMAJtjB3fP1523uv5utYW4
+5QaxN/nbaHhq+YgMS9O87SDHSR8L6o56GqtFL6wxA5iXpC6gz3QmBmn7Rx8
TrDbzi5Vh+h7g+CD0we/PZwPdp8GlG+K4MPMh/HB7puhBnc/2H1cag4cbsAI
lrJ3+PX29QHLw6oQ+73tHB64xjvOKpRwSIm948asYefwpi2320ha1GEvKJqe
2DpUg9Ivt4CDbWXECtO5tg4BTzwvmQqzQfzXYOtwnfe2WOo3Rkj4zLR1UP+k
8nKWJyNcvz9YPRPEPm07B+mNYvOZFjA5PM/S/jZ9rp1Db0S3P6MBswN6fgEA
DIlcpg==
"], {{31.58909999999999, 8.295309999999999}, {
31.89529999999999, 10.075}, {33.382799999999996`,
11.896900000000002`}, {34.537499999999994`,
11.896900000000002`}, {34.8984, 11.896900000000002`}, {
35.065599999999996`, 11.590600000000002`}, {
35.065599999999996`, 10.9516}, {35.065599999999996`,
9.825000000000001}, {34.50939999999999, 8.168750000000001}, {
33.771899999999995`, 7.112499999999997}, {33.493799999999986`,
6.7093799999999995`}, {33.048399999999994`,
6.499999999999999}, {32.47809999999999, 6.499999999999999}, {
32.048399999999994`, 6.499999999999999}, {31.700000000000003`,
6.59844}, {31.33909999999999, 6.820309999999999}, {
31.58909999999999, 8.295309999999999}}}],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGI5IAaxQYAJSjNCxZiR+AxobGQ1uNRTYg6p5hOjnhK9
lLgTmQ0AF54CYw==
"], CompressedData["
1:eJxdlH9IU1EUx5eTZIFaUTl1M3/sh2LT6SaZERx33ysJg1DBUZqWP6bS0EhB
zUQUN3BBmoZaMtR/tF8UoagEWon5a1piSVmghFSahFrIwl/tvvv2HnngcPlw
7zv3nPM99wVcyU/IEgoEgj0ORw53cbipI3ksUkZB13H768x9aijsPrwx7kHB
1nrRfEuEGub7PVo0zxF04/2H4dDxIy5s5xoi5/NYXtVBZuqX08LocFAuVFkn
lnTgdfe9KKc9DKJnhoxaQBxvphiHtvN4tmErQyC2XgoZL+CZiWdXcSzBFw2o
yPelCEYGdU9yy1Vw6+ySq7YEkXPxKjBkOyyMzW9MAfXre9OaNnXgmXp+LrIx
EBYut81oe3Tw9OAxD4PVF6by09wm63RwUa6XTErEEF7bao+w6kCArcILEgtl
jTtiBK8s/ZXaDDHEj7iduh+FQLkmW7w36gcl+s6oiURE4nsFQN9szVaWGUHn
+mKxrTYQ/GNXM2wfEPjg+t7J4LHlc47gNgXnpupStquU0IztE8/lGzEFkyu7
WEATRjzHDdyURn9X/M8GBbzEyx8KeqHy67BeDipczzcKnskdwhhlcFX0t9Vg
oUCtcdhvKeEbTvYFZh4KKWjCefX5cFw8Z5/VPPLm2OTvJrcliWEkJObOuJni
+sXU84BnZv24i8U0lDLxxIDlyn5Dw7LJaIl8IYEGrFeXk6Vk30RDb2KMfmdY
AriMiQSazc8XcJlNoTSkMPqxenrzfGgt9m22O8/L7v3qZhea09/JTLwTEo6d
9zH9dGXzOSkl+nnSpF/X/SAJz0cFzfZbQfKx0OT9HFCSehpocBHVHM34xXNL
e1DfpiGYY0ZfYQgXj+yznM4zk4+MZ6b/PRTUm6svTJcFEz7Dzo9QCemD06FZ
IoqdWwVocd4/EeTmr1SPdsnJ+2lm53O/jJwrQpAsOmLWpAXB7v/DP/Vzwvw=
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0,
1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, {CompressedData["
1:eJxTTMoPSmViYGBQAmIQrTdhwQ/DPA+Hs2eAQEfOwb7p0fEZzh4Ob9pyu42s
ZR1uStckGj11d4hRjZA5JyPtcELTatLpfneH/2Ag6fBpQ0D2LH8Ef6Ne3mLG
P25wPq//+impJ9wceiK6/RkFZOD81DQQkIfzhSsnlZxNUXBQcPyYfOasm8Pe
/Jq3M1UVHebZ6FyZdc3N4Y6m7Jr/nxUd3FRLmWZluDt023juSmtScijZKvr7
dJu7w1ohHb70eUoOa7pvZzBsd4fof6rkkMP5c0H6Y3eIfmNlB9UnzfPOVnk4
bAC500bFwfza0VyTAx4Ov96+PmDZrArnT2lvjbpsow7nT5/AX2XWrQEJn2YP
hzmLlHf+Sdd0eMO7z2CmFoIPsx/GTzx8WTv1oxvEvBp1iL1r3Bwy8z+0ntyi
CvFfmZuD1Lw4zdMBKg49Xq9YTBzdHB64xjvOYlSE89U/qbyc5SkH5xsYA8Fn
SYedt7r+pva7ORzs3tdkkiwOiQ9+dzifdfEkK8ZSBL/2t1XBuRvuDvdB5n+U
cJj8jS1+Ro0HJPzkZB3Q0wMAWzD0yw==
"], {{45.8719, 9.81094}, {
46.1078, 10.770299999999999`}, {46.3859, 11.3688}, {
46.78909999999999, 11.729700000000001`}, {47.03909999999999,
11.9516}, {47.470299999999995`, 12.118799999999998`}, {47.8047,
12.118799999999998`}, {48.20779999999999,
12.118799999999998`}, {48.4719, 11.840600000000002`}, {48.4719,
11.395299999999999`}, {48.4719, 10.7844}, {47.9859,
10.1297}, {47.262499999999996`, 9.782809999999998}, {
46.873400000000004`, 9.587499999999997}, {46.3719,
9.434379999999999}, {45.7469, 9.295309999999999}, {45.8719,
9.81094}}}],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGI5IAaxQYCJAQEYkWhmKMbFJlU9tcxBVk9PN1NiFwAm
JgJ1
"], CompressedData["
1:eJxdlH1IU1EYxue0TAILKVxtS023ORI/V+YweiUl770TpJatktbyY4ZZRpPI
FE1RIyvMBOcaavqHQYYKWkowNQtDnSZKlFmTGhaZ5VLE0rSde7Z7yQOHy++e
s/c8z3PfM7+zF4+kuXI4HBf7JOyTa5/zrYmZhkgC2iOXnqcOiKEt+EKjSywB
regZLQa3xkq5Sz4BfxdzpoyjYtB1bF8eNBGgeOV+4H6OBMqajg+EvyAgYfRu
8mqxBA6LcriG1yzT69Z163MEVJWVnByLZtlZ38np9BDBAtLXRMDPhhZf8yZf
qI0OGjecJuCUSCUYFvAgAo1MAjhoFHoD7aeagN5yU5HsszfEono9BBhq7COK
B/1SeeXgFwKm4tQxhks80KP3HiSU+LqLhnQ+0Fz+PoMTQuLzbvhBwbI8e7iQ
hEmpsHntsj8odQHVa1OkIy8RaGmdFOOvDul7wrLF5GmMGGB5CI1xBx9iuROK
PvW/Ff/PKjH2P0LBn9mZnqg+Edwiv7nJeikQNn2ND7YE4P2pFISiHOaFULW4
Ua1XUrDtaqXObOXj75RAQTLKy7iTYdp31w6GS5F/JQ/X11BMnivJWS9Xi1im
19tYVveN7UmzUZBrWZqIeOTIt04B30uzysOfCUDl/XSUc8fJQphDftQK6Dwq
V631C3CfBSkcevi43zYosF4BH2S0L4phOt9pltvR7ycpaPEK8tTWskzXixIw
rJwds+mvC8AnxpYy9IGCx2j/LoceCwULJluHNkmIzz+mYPI/g/xpFBDfnS/c
L5FAHOqnDAVwPW76pPxg2djg37WiDWS4umJL7r7NUqYeXpfivMJYdvpx8hXV
w73mTAqQ/JoTgSCxFteauRRzP6yaB29k3aSjX0Sw9VfMSPptEt+X6QDcr6Ek
9vdxNyDZWp1jv0oCB+0P/TUS138nwf1eQIIr8hMcyPA9dD/zWE6c4OdpvKS4
fjbJ6A2pqF8KS2LZeb6Tz3v8rtfOEDiPwUCc5zmC0bP+/+cf9wf2yA==
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0,
1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, {CompressedData["
1:eJxTTMoPSmViYGBQAmIQnXD4snZqor/D2TNAoCPnULJV9PdpM3+HN2253UbW
sg48/uunpN7wc4hRjZA5JyPt8Ccm9+i/Jj+H/2Ag6aD6pHneWScE/2niwmsm
733hfPumR8dn7PZ16Ino9mcUkIHzU9NAQB7OF66cVHI2RcEhpERl+v8Dvg57
82vezlRVdLiQH89+7qSvwx1N2TX/Pys6VESsMD0b7efQbeO5K61JyWHpCw+9
/5V+DmuFdPjS5yk53N/HN8d4lR9E/1Mlh7k2OldmXfOD6DdWdogQ336RIc/f
YYNe3mJGGxWHHM6fC9I3+zv8evv6gGWzKpw/pb016rKNOpw/fQJ/lVm3BiR8
yvwd5ixS3vknXdNB3vFj8hlZBB9mP4w/5Rtb/IwnvhDzatQdnoDCZ76vQ2b+
h9aTW1Qh/sv0dZCaF6d5OkDFYX+trEW6ia/DA9d4x1mMinC++ieVl7M85eB8
A2Mg+Czp8JZ3n8HMJl+Hg937mkySxSHxweQH55tfO5prkoHgg/19xs/hPsj8
jxIOxzWtJp3O94eEn5ysA3p6AADZqPj9
"], {{59.771899999999995`,
9.81094}, {60.0078, 10.770299999999999`}, {60.2859, 11.3688}, {
60.68909999999999, 11.729700000000001`}, {60.93909999999999,
11.9516}, {61.370300000000015`, 12.118799999999998`}, {
61.70469999999998, 12.118799999999998`}, {62.1078,
12.118799999999998`}, {62.37190000000001,
11.840600000000002`}, {62.37190000000001,
11.395299999999999`}, {62.37190000000001, 10.7844}, {
61.885899999999985`, 10.1297}, {61.162499999999994`,
9.782809999999998}, {60.77340000000001, 9.587499999999997}, {
60.271899999999995`, 9.434379999999999}, {59.64689999999999,
9.295309999999999}, {59.771899999999995`, 9.81094}}}]}, {
Thickness[0.015429717636167257`]}, StripOnInput -> False]}, {
ImageSize -> {64.81245330012453, 18.729753424657535`},
BaselinePosition -> Scaled[0.32127889429728423`],
ImageSize -> {65., 19.}, PlotRange -> {{0., 64.81}, {0., 18.73}},
AspectRatio -> Automatic}], BoxRotation -> 1.5707963267948966`],
TraditionalForm]}, {11,
FormBox[
RotationBox[
GraphicsBox[{
Thickness[0.019527436047646944`],
StyleBox[{
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {
0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1,
0}}}, {CompressedData["
1:eJxTTMoPSmViYGCwAmIQrfFJ5eWsk2wOKbF33Jgr9Bx6Irr9GTfwOMSHBKkv
yNRzsC9xrD0dw+8gMfUKZ0aSnkP1/R+3jL0FIPKaaPyVunB+C6//+imuug4P
XOMdZwkKOJja7A2alqjj8GXfx63p0/gdXhRvFf3dre2QBgLPWCH2Ckg73OC9
LZZaxuogv2vBvlQ+KQeZjWLzmRRYHCpA5q6WdEgFq/9nvzPYKuK/u6RDi3gt
a+axv/ZtCuyqZ66IOyy+tfyxITOzw8HufU0mj8UdloD5bA7/wUDcoQ/sP3Y4
H6KeE86PUY2QOWfDBecfAJmjzAvxx0dxiLnMAnDzIf4TcoDZD3a3njDEX8fE
HdYK6fCl24k4eKw5upxhhzjE/99EHKrA/hF32AHyR7oonA82R0QCzgc7Y78U
xJ5CCYj7YmSh7pN0WPntZcWZBwoQe+bJODhPaBZKk1JyMAYDBTgfrNxfCc7v
tvHcldak7JAOcuc2RYcNqk+a5+WqQPjfFBy2mP84lMKl6lB+eJvrTFsFBwYQ
WKDq0AsKvwtyEP4DVYc5M4Hgp5SDx/5aWQt1NQeRykklZ1XkHHxOsNvO3qrm
sB3kv3Z5hxkT+KvMuNUh7l2g4BBwS7om8ZK6w4dF6xXOvlB0mLNIeeef5xoO
ytceBTP0KDnoKMp/yTHTgvPNQelnoTacD05vL3UdwjnF2o3fKzjILH/hoWev
Dwl/Pxk4Hxxuhgg+OD4XS6OqPycFSf8W+g5nQMBH3EFmXpzmaQN9h5C3lz/O
WCjmsBUUHlowvgicD4lPYTgfnC6fC8H5kPQgCDePx5HPa8ZLHrh9kPTNDncP
en4EANR/iuY=
"], {{4.517189999999999, 10.7281}, {
5.699999999999999, 10.7281}, {7.132809999999998, 10.7281}, {
7.828129999999999, 10.143799999999999`}, {7.828129999999999,
8.934379999999999}, {7.828129999999999, 7.501560000000001}, {
6.812499999999999, 6.47344}, {5.42188, 6.47344}, {
5.143750000000001, 6.47344}, {4.7406299999999995`,
6.487499999999997}, {4.281249999999999, 6.528130000000001}, {
4.198439999999999, 6.5421900000000015`}, {4.031249999999999,
6.556249999999999}, {3.8093799999999995`, 6.570309999999999}, {
4.517189999999999, 10.7281}}, {{5.282810000000001, 15.0391}, {
5.435939999999999, 15.0391}, {5.46406, 15.053099999999999`}, {
5.756250000000001, 15.067199999999998`}, {6.04688,
15.095300000000002`}, {6.228129999999999, 15.1094}, {
6.395309999999999, 15.1094}, {7.5218799999999995`, 15.1094}, {
8.07813, 14.607799999999997`}, {8.07813,
13.565600000000002`}, {8.07813, 12.1047}, {7.048439999999999,
11.229700000000001`}, {5.324999999999999,
11.229700000000001`}, {4.601559999999999,
11.229700000000001`}, {5.282810000000001, 15.0391}}}],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0,
1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, {CompressedData["
1:eJxTTMoPSmViYGBQAmIQvdWh6dHxHboOZ88AgY6cAwtnl3wyn67Dm7bcbiNr
WYeM/A+tJ6doO8SoRsick5F2kFn+wkPPXsvhPxhIOpw67LQ2004Tzj+2a0cv
2wd1ON/UZm/QNEV1h56Ibn9GARk4PzUNBOThfOHKSSVnUxQcGliO9huaqzvs
za95O1NV0aHm04aA7Ch1hzuasmv+f1Z0EJ96hTNjkaZDt43nrrQmJYfzV8Pe
6EtrOawV0uFLn6fksEEvbzHjHS2I/qdKDutVnzTP69WG6DdWdpg6gb/K7LUu
RJ2NisODCPHtFxn0HX69fX3AslkVzp/S3hp12UYdzp8O0tetAQ0fPYc5i5R3
/knXdNhq/uNQyiodOB9mP4zfwuu/fspRdYh5NeoOJ0Dhs0HNIRMUrltUIf67
peogNS9O83SAioOB1krhCyxAd7jGO85iVITz1T+pvJzlKQfnGxgDwWdJhxdZ
2t+m26o5HOze12SSLA6NDw04X6TH6xXLFU04/w/In8naDvdB5n+UcPC/JV2T
+EkXEn5ysg7o6QEAOcXrqw==
"], {{11.8719, 9.81094}, {
12.107799999999997`, 10.770299999999999`}, {
12.385899999999998`, 11.3688}, {12.7891,
11.729700000000001`}, {13.039100000000003`, 11.9516}, {
13.470299999999995`, 12.118799999999998`}, {
13.804699999999997`, 12.118799999999998`}, {
14.207799999999999`, 12.118799999999998`}, {
14.471899999999998`, 11.840600000000002`}, {
14.471899999999998`, 11.395299999999999`}, {
14.471899999999998`, 10.7844}, {13.985899999999999`,
10.1297}, {13.262500000000001`, 9.782809999999998}, {
12.873399999999997`, 9.587499999999997}, {12.3719,
9.434379999999999}, {11.7469, 9.295309999999999}, {11.8719,
9.81094}}}],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGI5IAaxQYCJAQEYkWhmKMbFJlU9tcxBVk9PN1NiFwAm
JgJ1
"], CompressedData["
1:eJxdlGtIFFEYhtcbplaCBW7ubq7p7IXCdnZn1hTFb4vEpFBSak0rvLVdMIv0
h6GViiYaaGV5xdB+qKVoUKRIXlZCU1fZDC2RvCQllYUlJualPXN2ZsgD58fD
OfOd933Pd8YrPuV4kp1AILCxzCOWaWuZs3E1o1SKCp77LRsT+2WQcHoixC5f
BS2+lx/bBMrAJYRIs11RwdpS2lSVWQZfLu5dKs0k4WifY1Blmhxcw5tLkvJJ
OGa+G7ueI4fCsK/2VA3PzHrfpvVpEkpu554aCeSZrc/yOWYQwOgLJ+FnbbPU
tEUKwen6evqVCmIIvXhILAQD2jaqAgEat9zx/v0kdBd2ZFOf3HG9LBIqyi3D
XwhFkak+pcMkTB0+q6u4KgQNGjvUkCt1JAZTPUHv/tIsOKPG5+V7wSrSZaOB
CaWkceOaN9TPhfpudGuseREwyAyK8xeE9CXTHHdlSg4YSnhGMsobrHyI51bI
nul9L/uf9TLs5xENK/Pfuvx7CBA+eOd0PpsGSZ1FyKQP3v+GAhXy8VsCivlt
HaoGCnam30s1zYrgYbHrdW0lBbEoryoPjsvQd227OM5D/qOEuL6R4vJcbBsv
WHOgOWbW43k25tWd7J+h4frk8rjmqRCKUb7BfvA9L7lQ3S6GZ6iPxCxLsJ9O
LbRGBug3esWQiPpNr7XqEcFW1G/OWqxXLMJ98JnmmMnXxDPzfSsNzW77thuq
eWbq+Ys5jpofWSjLEoPOEmtZOw1NaP9uVg8Nix0LLwwnJOCMzn+i5fLvRv6M
WgjttFykXA53UD+ZtWDrVOCZ8IPnqlrvtlWDguNSlKuLkquH15U4r3ieWT8s
L7ZEXKoYo/C9RisgDL0zB4p7HwM9B5su3NBY+4UAYjan2uShsebkg/s1To39
fdwDN/8GXBmaU1v9yCHL/nUR+UeN63+QQzTq93U12CE/vgqO76P3mcFzxLgo
I85NietPqzm9MVLdQkIjz+z5LI+5/dINj5I4jwEFzvOtitOz+f/zD1yJ9Dw=
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGI5IAaxQYAJSjNCxZjJYMP0M6CxiVFPqpkDZRclYQIA
GkYCXQ==
"], CompressedData["
1:eJxdk1tIVFEUhscUQjBLKUYZTSXlnMFrONWcm/2TVFqKog8NZZjpqEV0IYWU
CdPIQDMtDS9JkD4YpNiDVkJMlIliDiFdmaQRManIB01ESLOz95k5B1ywHz72
Xvtf699rR52+kGPz1el0PvKyyGuTvBpzy6JbE82odK+4kmNDcZtwlocf6/E5
eNHy7qkZ7oP5lo6FEFT7jTTu1nOYJnwpFN1uR2Bns8YTJH5rfLG3/mtpNq/e
39Yuh7+AdRJVIZgtePjJ5BZUve9nY5dbM0W8qnfUmAo93KdxQFZ/i+3LBl4R
oSNxTY8GUn++pOgv6PGR1F8rYXvF3TJnkQGmZDm6JTCL0T870sMxsG/lddG4
BFuxHHMRGEg43+1j15jqx0tosNZn+TSFKXohEhopG5T9eRF22p8Bb2p7jo13
aVx0cuqQ7xWNab/7RTzP5a3rhw14eTXcXLIkqPdRHhCU/VEDygZ3/H2bIsBJ
fI0Lw9KQq25thEcS6eNyGPT3PviX1mhM/d6mMfW5n0NfcFxgyU4PJ3KqPvVn
TkLm5J28f6ks8iItC4WrEjq7dg2tMkaFpzxcYlT8qvOcH2aV/GIJzTdvHH9v
ZxV/UyXMWPXPJk+xuHXkl58pSGPqX5uosvf922mwSv8mAfFREUvnlllkEJ0/
vLIfalT6a+LR2rS1cu9RI9j5LY6kdF6tr4rOp8bM7PUHThensndes10Ge0GO
EePDB/rOpHBKPZFGnCD9TpjxhMzBixh13r3c8yMtYb1a9g81M6NWBqMk38Eh
Y2yzdL+cwRjhbxxaqB+M8h8CeJXp+RSNaZ6NV/Pp+V5evZ++d4yANGIMw3je
W8Dacvl0ZxADscL6aI9TY+//8bJ3HqmeyKjzS/UGGWz8//8BaRrNmQ==
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0,
1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, {CompressedData["
1:eJxTTMoPSmViYGBQAmIQnXj4snbqQkeHs2eAQEfOoXir6O/TZY4Ob9pyu42s
ZR14/NdPSZVwdIhRjZA5JyPt8Dsm9+i/Qw4O/8FA0kH1SfO8s00I/pPEhddM
9BH8Bpaj/Ybf7R16Irr9GQVk4PzUNBCQh/OFKyeVnE1RcAguUZn+n8HBYW9+
zduZqooOF/Pj2c9xOjjc0ZRd8/+zokNlxArTs7MdHLptPHelNSk5LH/hofd/
p4PDWiEdvvR5Sg739/HNMX4F1f9UyWG+jc6VWWKOEP3Gyg4R4tsvMqxzdNig
l7eY0UbFIZvz54L0z44Ov96+PmDZrArnT2lvjbpsow7nT5/AX2XWrQEJn22O
DnMWKe/8k67pIO/4MflMLIIPsx/Gn/KNLX6GigPEvBp1h+OHndZm7rN3yMz/
0Hpyi6rDEpCGYHsHqXlxmqcDVBxqf1sVnHth5/DANd5xFqMinK/+SeXlLE85
ON/AGAg+SzrckK5JNGq1dzjYva/JJFkcEh9ODnC+xbWjuSYrEHywv3kcHe6D
zP8o4XBc02rS6fWOkPCTk3VATw8A5Jj5Kg==
"], {{32.271899999999995`,
9.81094}, {32.507799999999996`, 10.770299999999999`}, {
32.7859, 11.3688}, {33.18909999999999, 11.729700000000001`}, {
33.43909999999999, 11.9516}, {33.87029999999999,
12.118799999999998`}, {34.204699999999995`,
12.118799999999998`}, {34.60779999999999,
12.118799999999998`}, {34.871900000000004`,
11.840600000000002`}, {34.871900000000004`,
11.395299999999999`}, {34.871900000000004`, 10.7844}, {34.3859,
10.1297}, {33.662499999999994`, 9.782809999999998}, {33.2734,
9.587499999999997}, {32.771899999999995`, 9.434379999999999}, {
32.146899999999995`, 9.295309999999999}, {32.271899999999995`,
9.81094}}}],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGI5IAaxQYCJAQEYkWhmKMbFJlU9tcxBVk9PN1NiFwAm
JgJ1
"], CompressedData["
1:eJxdlGtIk2EUx+eMVAKNUWy6zUu6G5mULm8sOL4XsiiQklolLE2dFGbRpBQL
U7ykffCycM6hZYFBlhZaSWCaiKLOWIrUipQa0c3CCyaarj3vs70vduD58OOc
nef/P+95FpaRdyTLm8fjebnOAdfhu47CUdpsPUtAV9zyq8wROTjS70ypLxPQ
GXX+rpdGDnFTg7nqTgLWlvJnLDY5tH1NjnLOEXBo2GdfU74CeuxVa1l/CDhs
q01bL1XAFe39vVZvkmUmLyQ35sNJMFaUnZzQcOzp7+FsJmQgQ/rsBPxu7Qi1
+oaCLU/nM15LwCmZVjIuEYEelTUTwENRLATGzwgB/dW9JerPQihA/RYIMDe6
IkEEq2m5g+tBJMzQuiTzRRGModCQUBbqIxszhMBMr78lJoPE91WGwWM0hy4S
Pqik7c5L4VDednwkehvlnpcMGpmgWH+Mvm8cC+aTXmevcczo9KUxkxw/h5JP
Q2/lG1krx/75NKzM/uhLGJBB31VpvH6RAin6ENMRuN5Ewe4YVyxIYViVWDda
QcG2gjqD1SGGa6uJF8aLKUhD87IEsWxCsnsCWS5H/lNFuL+RYue5q+b28p6n
HDN5B8fGpc06UwQNhdPL9pgHIlhB831Dw8/y3OroFxK4efD7JnW/h6XYT53L
39FErXNIgvdNR7v1iCEe7Vs8jfVKxHgP5Bwz8w3kmPl9AA0dgkh/fTPHTL8E
CcupsxNzpusSSDVENDi30vAQ1Qe79QhoWOyd69Yfk+L7K7n5M/6MNCS/dBlX
KPA+NdHA96sKOfOLY0treM9fvZLlhpqAwtgtKrYfzqtwv0yOPX483F79PofX
QuG9OqEErfCZjRdLse9DdGvSL2eedO+LDPbL8vnmPvd7+RKB9zWTxP4+7oCF
zpRz5jZ3vVYBhu7tq6OPSNz/nQLv+xMSvJGfKCXL9eh9FnGcYhcXpQtUuP89
ktV7emBiZ9YNjj33e7hFEzlpDibxPEaVUI/8WwhWz///P/8AT2fzaw==
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0,
1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, {CompressedData["
1:eJxTTMoPSmViYGBQAmIQPeUbW/yMKR4OZ88AgY6cw7IXHnr/Mz0c3rTldhtZ
yzrYNz06PoPbwyFGNULmnIy0g+6EBT8Mt7k7/AcDSYcI8e0XGcoQfImpVzgz
lBD8kq2iv0+/c3Poiej2ZxSQgfNT00BAHs4XrpxUcjZFwaFtefgpoy9uDnvz
a97OVFV0YFk8yYrxr5vDHU3ZNf8/Kzqs6b6dwdDv7tBt47krrUnJ4aZ0TaLR
WneHtUI6fOnzlByEPjmeT7vrDtH/VMnhYn48+zlOD4h+Y2WHbq9XLCYLPRw2
6OUtZrRRcZhno3Nl1jMPh19vXx+wbFaF86e0t0ZdtlGH86dP4K8y69aAhM9K
D4c5i5R3/knXdAguUZn+PwDBh9kP45/QtJp0WtwdYl6NOiR8Lrk5ZOZ/aD25
RRXiv7luDlLz4jRPB6g4fNoQkD0r3c3hgWu84yxGRThf/ZPKy1mecnC+gTEQ
fJZ0UHD8mHxmq5vDwe59TSbJ4pD4MHOH83M4fy5In43gP0lceM3kv7vDfZD5
HyUcfsXkHv23yAMSfnKyDujpAQAwEvjm
"], {{46.171899999999994`,
9.81094}, {46.407799999999995`, 10.770299999999999`}, {
46.685900000000004`, 11.3688}, {47.0891,
11.729700000000001`}, {47.3391, 11.9516}, {47.77029999999999,
12.118799999999998`}, {48.1047, 12.118799999999998`}, {
48.507799999999996`, 12.118799999999998`}, {
48.771899999999995`, 11.840600000000002`}, {
48.771899999999995`, 11.395299999999999`}, {
48.771899999999995`, 10.7844}, {48.2859, 10.1297}, {47.5625,
9.782809999999998}, {47.173399999999994`, 9.587499999999997}, {
46.671899999999994`, 9.434379999999999}, {46.046899999999994`,
9.295309999999999}, {46.171899999999994`, 9.81094}}}]}, {
Thickness[0.019527436047646944`]}, StripOnInput -> False]}, {
ImageSize -> {51.21388792029888, 18.729753424657535`},
BaselinePosition -> Scaled[0.32127889429728423`],
ImageSize -> {52., 19.}, PlotRange -> {{0., 51.21}, {0., 18.73}},
AspectRatio -> Automatic}], BoxRotation -> 1.5707963267948966`],
TraditionalForm]}, {13,
FormBox[
RotationBox[
GraphicsBox[{
Thickness[0.008613264427217916],
StyleBox[{
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1,
0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGI1IGYC4rVCOnzp55QcniQuvGaSr+UA5vcpw/kPXOMd
Z21Udmjh9V8/hVXHofr+j1vGr5UdGliO9hua6zqwcHbJJ/upOMguf+GhV68H
UW+o5LBW9UnzPF99B+Vrj4IZ5ig4/Hn7+oDlYn0HkcpJJWePyML5rQrsqmdM
JFHll4g4SMyL0zz9Qc/hPwjsF3AQn3qFM2ORrkOMaoTMuRoWh+O7dvSyFWg7
PPB7mfB3/m/7OYuUd/5R14Dz09OA4JkynB/y9vLHGYyyDtd5b4ulbuN0YAAD
cYc3bbndRtXicD7Y/Rdl4PxuG89daUkKDjuDrSL+u0s4GIPAYyWHGTOBYKe0
g/OEZqE0LWWIObtl4fLgcJSTc0gFucNNwcEAJP5ZymEHyJzlslC+pMNDkH2B
knA+ODymCMD5M8GA3UH9k8rLWZ7ycH5K7B035hkqcD44HtapO8hsFJvPlMAN
j792kHkigg61v60KzmnoOJiAzN0s7HDisNPazDpdhyBQuDiKO8SHBKkv0NRz
SAG5d5k0nA/250x5OD+cU6zd2F4Rkh6O6jrA0g+Er+OAnp4AtaPvJg==
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIFIIaxWZDYzFjYDFA+Axoblxpc5pBqJql6aWEmMeop
MR8AV3ICZw==
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGJXIGYC4gtXw97oz1Z12O61wWLOT24H0R6vVyxTVB1M
jEEAwW8Rr2XNbOOC8yHqOeH83ohuf0YDVgeIeWoO6p9UXs7yZHTYpJe3mPGO
OpzPwtkln3xOC85/kaX9bfpdXYcv+z5uTRfjdzC12Rs0rVEfwr8m6XBd6JPj
+W2GDnMWKe/8o67p0B9cojK9H8pP13Tg9V8/JVXD0GEmCEhqQtRfM3B4nLjw
msl7DQd+kHyHgcOjCPHtFx9oODg0PTo+g9vAITP/Q+tJE1WIfQf1HdLTgOCZ
skP9b6uCcyf0HNYK6fCl31OEu++Ba7zjrEYFB32tlcIXnug4nD0DBDpyEHe0
azvMANm/U9ph+gT+KrPXWnC+zwl229lT0fihWg4hby9/nMEo6zClvTXqcoyW
QyrI/jQ5B/+LE2P+JWtB7JeTh4cX2L1fVCDq72g5/P1W+mDORVW4fQwg8EAN
zvfYXytrsVwdzge787mGw3ZQAOzQgofffxCwR/D/vH19wPKxJqp8vaaDrqL8
lxwzTYfN5j8OpWhpQMz11nCQmHqFM+ORKsRde9QcZObFaZ42UHPYAIp3GzWI
u6eoQ9wrqA6R36AOcZ+6ukNK7B035h/qDgG3pGsSg9Th5oPl09Uh4eKG4IPl
VyH4v8Du1YD7H8aHhJcqnM8ECsd3CD6YPqwKTZ8aDltA5nZB5ZM1IOl5gixE
PkYDkh7DpOF8cLj8l4DrP9i9r8kkWdyBGWRPnyacD4t/GP9F8VbR3691oPEr
A0l/jPoO4OxmrOigC0pfS3Qh6h9LQNKNpQ40f/BBzLuq5XCD97ZY6jdWuH9g
/ISQIPUFL9VR+ZrqDtvA+ZUDzrcvcaw9fYcHzn9R+zj7fA4vNP7UHQqWl2z4
588HiR8LGJ8fIv9BzWHpreWPDQ/zO6CXHwACKOLK
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1,
0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGJ1IGYCYgOtlcIXvpg5bFB90jxPV9XhhtAnx/Nu5nC+
iTEQJJs7TGlvjbr8R81ho17eYsYacwffixNj/jFrQPhzzB0mg+T3aMD1z1mk
vPOPuqYDj5tqKdMpMwg/XdMhDQTcEPyvO291/V1qCueXbBX9fXqeCZSv4dDI
crTf8Lox3P7F9/fxzRE2dmAAgQWqDtEKjh+Te4wc7mjKrvm/WQnO743o9mec
IA/nz5gJBJZSDn++lT6Yo2jscLB7X5NJsrjDqcNOazPtTOB8sP3/EHyQtpkr
TR3+g0C9hMOLLO1v03PNHELeXv44g1HaoS+4RGW6vLmD+ieVl7M8ZSHhxWzu
kAr2qBxE/VkzB9c1R5cz3JB1sK2MWGF61tSh5v6PW8ba0g5fQP53NYW7D2zf
SRM4f8ULD73/jAg+KFrOzjJ2MADZUywD5ytfexTMkKMA558BgRxlSPiJmzj8
Bfk7UA1i31ETSPglqDvIzIvTPC1g6hBwS7om8ZI6JD5STR2mT+CvMuPWcDhQ
K2uRfgXBB6eXEjNUPjD9gNNDszqcv8Oh6dHxG2oO6OkLAA36EP4=
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGINIGYC4i3mPw6lnLJ2ANNcBg79wSUq0+dbO/z9Vvpg
jqGBQ3oaEDyzctgKkl+lD+GnWUHUZ+k7fN15q+tvqqVDSuwdN2YLfYdkEB1h
6SA+9QpnxiI9hyNty8NPMVnB+QlgeQTfvunR8RnVVg4S8+I0Txcg+Kkga9jQ
5D/owvlnwEDXocfrFYtJIZTvowt33/FdO3rZNuhA5AOtHOp/WxWc09CGuK/C
0qHbxnNXWpMSxB1Olg5rhXT40uUUHaRB9ghYOriuObqcIUIeIv/IwqE3otuf
cYIM1F4LB5HKSSVnn0jB+TNmAsFOSTi/TYFd9UyIhIPfxYkx/z5bODCAQIO4
w6cNAdmzzC3h/P21shbpU9D4IlYOVfd/3DJeLeHwBxQPhdYOb9pyu412yzhE
iG+/yOAH48tC/PfRymFHsFXE/+MyDhxuqqVMXVZQ90hDwsvayiFGNULmnIw0
JPwlEPwniQuvmfy3hPPB+l5aOlSA7UfwwbSlDJwPCw+byogVpm8tHQyMgeCz
DCQd/LB0UP+k8nLWSVm4+WC+p5wDenoDAJ/FEXM=
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}}, {{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgAmJhKL38hYfe/0QHhzmLlHf+Sdd08D7BbjtbFMFfcn8f
35xme4fHiQuvmbzXgPAf2zlMn8BfZcat4WBiDASHbR2YOLvkk/PUHI60LQ8/
pWTrEM4p1m48XxnOd57QLJRmpQDny+9asC+1Twqu/2D3viaTZHEH1SfN886+
soPzTxx2Wpu5zh7OB7vX0cHhy76PW9OvSTiAnGM8ycGh5v6PW8ba0g7uqqVM
sxgcHQxA5hbLORRvFf192s/RYW9+zduZqUpwfmb+h9aTJqpwfsAt6ZrES+oO
8o4fk898RfgfPXzMrx3NNVFwcJgJApEaDmdAoAfB/7whIHvWcQeHHQ5Nj45L
qMP5v96+PmB5WAXO548NuG8kruTA479+SuoEBwf1TyovZ3nKofovTBrCV4T5
T8rhC0j/c3uH/yBQL+mg/pZ3n0Elgr/F/MehlFV2cP6fb6UP5hjaOYS8vfxx
BqMMnG8MBgpwvseao8sZIpQdYhSAAbDHzsH34sSYf4fVIPGRZe/wKEJ8+8UH
6hD7Zto7MIPiW08DGl/2cP+jhw8A+/kZew==
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1,
3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {0, 1, 0}}}, {CompressedData["
1:eJxTTMoPSmViYGAwAWIQbQwCn50cqu7/uGWsLeEA5jM7O/wHA3GHxMOXtVMN
nR0Udi3Yl9on7tC+PPyUkY+zw8HufU0myeIOJzStJp2OR/BzOH8uSD+M4Ftc
O5prMsHFwQBkbrG0w5RvbPEz7rg4tCqwq575IufgdYLddraqq8PpM0Cgo+jw
YB/fHOMkV4cNenmLGW1U4Py/30ofzAlUg/OZObvkk/U0HHq8XrGYWLo6zFmk
vPNPuiaE/9MFzk8DgXUIPgMIBLg4PElceM1kvQbEvZ+dIeIJ6g4SU69wZqxy
dvDYXytrka7mULJV9PfpNmeHDapPmuetVYXw3ZwdEkKC1BdwqjjMBIFCZ4cd
Dk2PjkeoQ+TLnB0CbknXJF6Cmlfl7DC5vTXqso0GnA+Wn4Tgg82R1ISEb44z
3L0moHALRvDlHT8mn9FF8O+DwuOVE9Q+DYd0sIed4O4Bh7eJk8MW8x+HUk6p
OXSDwsfRCRq+ag7LX3jo/a90goTvRTWI+BqoeUHqDjtvdf1N3e/k4AOKp1J1
h88bArJnnUfwwenjIYIPdt9bKN8UwYeZD+OD3TdDDe5+sPu41Bzm2+hcmfXM
yeHX29cHLA+rQuyvd3J44BrvOKtQwsEbZG6uk8ObttxuI2lRh4qIFaZnvZ0c
qkHpl1sAkt40gO5/4nnJVJgN4j9JJ4frvLfFUr8xQsJHzclB/ZPKy1mejHD9
/mD1TBD78p0cpDeKzWdawOTA679+SuoKJ4feiG5/RgNmB/T8AgC3ZGHT
"], {{
38.28909999999999, 8.295309999999999}, {38.5953, 10.075}, {
40.08279999999999, 11.896900000000002`}, {41.2375,
11.896900000000002`}, {41.5984, 11.896900000000002`}, {
41.765600000000006`, 11.590600000000002`}, {
41.765600000000006`, 10.9516}, {41.765600000000006`,
9.825000000000001}, {41.209399999999995`, 8.168750000000001}, {
40.471900000000005`, 7.112499999999997}, {40.19379999999999,
6.7093799999999995`}, {39.748400000000004`,
6.499999999999999}, {39.1781, 6.499999999999999}, {
38.748400000000004`, 6.499999999999999}, {38.400000000000006`,
6.59844}, {38.03909999999999, 6.820309999999999}, {
38.28909999999999, 8.295309999999999}}}],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0,
1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, {CompressedData["
1:eJxTTMoPSmViYGBQAmIQnXj4snaqoofD2TNAoCPnULJV9Pfpb+4Ob9pyu42s
ZR14/NdPSZ3h7hCjGiFzTkba4VdM7tF/Tu4O/8FA0kH1SfO8s0wI/pPEhddM
1rvB+Q5Nj47PqHZz6Ino9mcUkIHzU9NAQB7OF66cVHI2RcEhpERl+v8GN4e9
+TVvZ6oqOlzMj2c/1+nmcEdTds3/z4oOlRErTM9Kuzt023juSmtSclj2wkPv
v6W7w1ohHb70eUoOD/bxzTHOcofof6rkMM9G58qsae4Q/cbKDhHi2y8y6Hk4
bNDLW8xoo+KQzflzQXqxh8Ovt68PWDarwvlT2lujLtuow/nTJ/BXmXVrOBSD
wsfMw2HOIuWdf9I1HRQcPyafuesO58Psh/GnfGOLn7HEDWJejTokfOLdHDLz
P7Se3KIK8Z+mm4PUvDjN0wEqDgdqZS3Sv7g6PHCNd5zFqAjnq39SeTnLUw7O
NzAGgs+SDm949xnMdHJzONi9r8kkWRwSH4cQfItrR3NNNNzhfLC/e9wd7oPM
/yjhcFzTatJpfQ9I+MnJOqCnBwBehfWS
"], {{45.271899999999995`,
9.81094}, {45.5078, 10.770299999999999`}, {45.7859, 11.3688}, {
46.189099999999996`, 11.729700000000001`}, {
46.439099999999996`, 11.9516}, {46.87029999999999,
12.118799999999998`}, {47.2047, 12.118799999999998`}, {47.6078,
12.118799999999998`}, {47.8719, 11.840600000000002`}, {
47.8719, 11.395299999999999`}, {47.8719, 10.7844}, {47.3859,
10.1297}, {46.662499999999994`, 9.782809999999998}, {
46.273399999999995`, 9.587499999999997}, {45.771899999999995`,
9.434379999999999}, {45.146899999999995`, 9.295309999999999}, {
45.271899999999995`, 9.81094}}}],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGI5IAaxQYCJAQEYkWhmKMbFJlU9tcxBVk9PN1NiFwAm
JgJ1
"], CompressedData["
1:eJxdlH9IU1EUx+ePXGJpibDlttR0exvVMLd+KBZHovK+t0JKcpZhVnOSmUWa
ZAalqaEVaoa6hpj+YaGhfxQpxfohYagzlpVpoVISYVpZImbq2n13e488cHl8
3rn33PM975wXciRzr8FDIBC4ORZyLHfHShQ9tAmGYuH+5pnnx7oUILr5xjtt
LBZa1Scb3KIVkO79p84YimB+OnvEbFPAgCQvJcKAQPdSuPVWNgXjyy3hNccR
7LaVJy0UUNBU+iFNkMMz6y9Z5K9CUFlceKAvmmdXfBensiYHPc5vD4If9S3B
1qXB4NlQEeW2BMFBuV7aKxVDDbaVCATYLoqA1bMNwbNSS772swiacTwjAhPe
FykGdVndzIbrCEZ2JMeYTovBjq0FQWGwUN6TFQQBv2Jepb513nclBEZTbr/T
UjR8VMma7WdC4fFgybyhmHbWSw492JYxnD42v0M875Jnu5tO8azVOOy8k7fz
3Ab5nzrfK/5nvYLoP8vA7MS3p5EdcphqjUs3GRmQNX6NVQ+Hkf0+DITj528Z
zCVlvFiYpSHgXEWWdVRCvuMUDUm4XuZAjqtxPdpXcVyE9ceLSXwhw9XzcEff
WoOK55/Yn8BzpyqqoruKgdzhmUFNkxjW4/ru1MF4UUZpxCMpPLkg22LUulgG
CViPlw7a9kXp7Z1S0m+vGWc+EjiB+62JIflKJeR9Dc9sfa/xLMbn8xlo8V/n
a6zlmT0XKeU4fqJvsvqSFIobE7oiLjNwD+9f7cyniIEpy+QD434Zuf8vX39W
n1AHsVgIRZF+8tOBu3dJ0NHvPJvrQ9vnjEqOq8r8cjf5qLh4xK8i8fp5dulx
8bDF16zxZ0hfJyrhKj3mqb1Lc/PBzp2BdvaLHHL0dzZaNTSZly9hpF/7EdE3
tAao0YJaa6Bzv54C3Db2EJrEH6BgBe53OQ0eWI9ayfENPJ95PMcNOgbfX0Xi
i2gu38ppr+TqOcSx634X2zKThb3liNSjW0n0+yEun8X/n3/O3+0T
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3,
3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0,
1, 0}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGI9IGYC4rk2OldmzfN12OHQ9Oj4DTUH1SfN885a+ToY
GAPBZ1mHkBKV6f8tfB16I7r9GSfIOjxJXHjNxBwqXyzrsPSFh95/Q6D+YKuI
/8dlIPLqvg4zZgKBpbQDyNgZyr4OIpWTSs6mSMH5YPmdknB+mwK76pkQCbj5
DCDQIA6xPwLB33Gr62/qdATf5wS77eyrvg7RqhEy5+ZIOLioljLNSvBzWCuk
w5cuJ+NgAnJntR/cfUc1rSadnu7nEPL28scZjbIO4eLbLzK0wfhyDgqOH5PP
mCLU39/HN8eYyc+h4v6PW8arpR3A4XXP1yEGZJ+MtMOPmNyj/04h+H9A/F0I
Pjh8Nvo69IPDD8GHhI8MnH8GBNbIws3jjw24bySuCLHvn6+D7HKgQnlViPtE
/eDx1b48/JTRFQT/OMh/z/0cJre3Rl220XBoBckv8XN4FAH0qIKGw5cNAdmz
0v0cAm5J1yQKaThs0MtbzKiC4IPDz8HP4fiuHb1sG7Qg8iF+EPfx6EDsK4Hy
e3Th4Z0Se8eN+YeuA8viSVaMtn4O4lOvcGYs0oXqg6r30YXHVwvL0X7D7zoO
PV6vWExW+sLdC05/Ub4OHvtrZS2WqztM+cYWP0MHmj4joHweX4g5puqQ9MGB
SL/o6RkAbaU5wg==
"]],
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}}}, {CompressedData["
1:eJxTTMoPSmViYGAwAGIQ/YZ3n8FMoUCHRxHi2y8qaDpsbam5sJkTyk/QdFg8
yYrR900AhP9Aw6EyYoXp2eMBDtMn8FeZeWs6rH/4cuqmHQEOcxYp7/yTrumw
AcRfgOCD1bcj+CBjGMoCHAy0VgpfcNF0sNG5MutZLFT+uYYDx88F6ZvVoOZz
azgIf3I8n8YZ4OBzgt12tqm6g+6EBT8Mn/k77HBoenT8hqrDfxCY7u8QzinW
bhyv7FD726rgXIK/w/tF6xXOcijA+TNmAsFOaTh/Z7BVxH93SYccTqCF1f4O
B7v3NZkkizvcka5JNJqL4O+tlbVIP4Lgg+1jDnCIVo2QOTdHwkHe8WPyGdUA
h5C3lz/OaJRyMAYB7wCHtUI6fOnzZCD+y4Xy5eQdIkH+nxfgcPoMEKxRdGhf
Hn7KqCXAYQfYPTIO7qqlTLMaAhy+7Pu4NT1M2qEf5N06GF8Kzn/gGu84q1AS
zp8F8p+lhAM4eNoCHBhAoEEcYv4UBB8cXysQ/G6vVywmZwMc7oPM+yjhcH8f
3xxjsUCHN2253Ua7ZRwei8iefMof6CBSOank7BNZB3B64QqE+k8WIs8eCPW/
rMN+UHixBDqof1J5OcsTKv8c6r/j0g7NgZ5zG27B/CsNtx+FfxTBrwCln/0I
/TB+b0S3P+MEGTgfHD7XEHywexhlIenxQIDDWVB460Ddj5TeAcRTVSA=
"], CompressedData["
1:eJxTTMoPSmViYGAQBmIQvf7hy6mbTgQ4+F6cGPOvWd0hP579nOTWAIeNenmL
GWtUHNqXh58yWhLgMBMEOJUdIsS3X2RoC3Dgjw24bzRd0cEYBIIDHELeXv44
o1HO4cX29czPZQIcdgRbRfx3l3bQtpp0up4BwbdvenR8xmt/OL/2t1XBuQf+
EP2MMqj8Rlk4//2i9QpnOxQchD85nk/jDHCYDXLPSWUHTZD5GgEOv96+PmDJ
rOZgo3Nl1jPbAIcZE/irzLrVHdLTgCAowGE6iM+tAfFfLYJfu25bUv1EBB/s
z4UBDkycXfLJ79Qd0MMHAN4xh4c=
"]}],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1,
0}}}, {CompressedData["
1:eJxTTMoPSmViYGAwB2IQnR/Pfk6SMdhhi/mPQylcBg7paUDwLcjh77fSB3MM
DRykXz8ykzoR5LAVJL9KH8JfEQRRn6Xv8B8E0oMcUmLvuDFb6Dvsr5W1SE8J
chCfeoUzY5GegzEI9CP42laTTtcvQfCFPzmeT1sb5CAxL07zdAGCDzbvhy6c
L7P8hYfefl0HTZD+NUEOJw47rc2s03WIyT36b9PqIIczIOCj68Dxc0H65klB
Dr4XJ8b8Y9aEuK88yMFAa6XwBRcoPz7IYc4i5Z1/0jUdtrbUXNjsieAvnmTF
6MuD4K9/+HLqph2BDh5gj6lD7OsPdNiol7eY8Y8KJDxKAh3COcXajeOVHTyr
m/V9kgIdnCc0C6XtUoDzdwRbRfw/LgPnV93/cctYWxJiXn6gw8HufU0myeIO
teu2JdV3ovEXIvjNgZ5zGw4FOrQpsKueCZFw2ABy34NAhy/7Pm5NvyYJCQeB
IIh97jIO9/fxzTHWA/ofFA/Fcg7yjh+Tz2QGObxftF7hLIeSw3e2+Bk+oUEO
IW8vf5zBKO9w/WiuSYN3kENvRLc/4wQZB3GPgD8S7lDzjkvB+Z9B9oVJwvkQ
/0hA+P5BDgwg0CAOsT8OwQfbl4vgg+OrCaE/uERl+v8FQQ7yuxbsS+2TdACn
z5dBDiKVk0rOPpFxaF8efsroAdQ/n2Uh6ncEOcyYCQSWMvD0UQEyb7W0gzco
vOfBwgPKn4bgw9InjA8On06YfxF8WHjA+JDwknXgBLm/C8pvhLpnQpDDWiEd
vnQ5eQf0/AUA0AV6ig==
"], CompressedData["
1:eJxTTMoPSmViYGAQAWIQbQwC9UEOv96+PmB5WNVB3CPgj0R+kMOKby8rzgQo
O1w9mmvS4BzksFZIhy/9noLD4klWjL48QQ4GIH3Fcg7dXq9YTN4GQuTnyTjM
BIGTgQ47gq0i/rtLO6x/+HLqph0IfnoaEKxC4y8KdOiJ6PZnFJCB8yHmy8L5
lfd/3DK2VnLYfavrb+rpQIe/30ofzJmo5rCm+3YGw/dABwYQWKDu0BzoObeB
KcjBY3+trMVzdYj7hYMcpk/grzLj1nC4DuJrI/hvePcZzAxC8DWtJp2uzwly
eBQhvv3iA3UHecePyWc6oealqzughxcAkxSCqA==
"]}],
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {
0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}}}, {CompressedData["
1:eJxTTMoPSmViYGDQAWIQ7V3drO9jF+ywxfzHoZRTag7aVpNO17sEO2zQy1vM
aKPmEFKiMv1/QrDD32+lD+ZcVHOw0bky61ljsIPPCXbb2aXqDu6qpUyzWoId
fC9OjPnXrO6g/qR53tkuBD829+i/TZPR5GcFO0xpb426bIPgM4DAAzU4n4Wz
Sz55nZpDgJxYlu90qPu41ODmeeyvlbVYrgpxX0Swg4ExEHyWdVBw/Jh8JjDY
YcZMILCUcRD55Hg+zRfK3ykF51fc/3HLeLUknN+mwK56JkTCwQRkTjjUPQ3i
DjKvH5lJZSD4YPl6BB/svvnBDlVg8yQcmgM95zZ8C3Z405bbbbRbxgFk7cy3
ML4sRP5asMOOYKuI/8dlHDY8fDl10x6Y+6QdOpaHnzJaEewQoxohc05G2qEd
xF+A4IPDfyaCDw7/KTD/IPgw/8P4MPvS04BgWrCD+ieVl7M8ZeHhDQ6/YjmH
nbe6/qbeh4W/usOEBT8Mnz0KdpizSHnnH3UNiHufBDt4g+MfwX+SuPCayXoE
H6JeE8K/A+Wna0L8fw7BB5u/C8GH+S/glnRN4iUNeHzscGh6dDxC3QE9vQIA
EgIvxg==
"], {{79.6703, 15.901599999999997`}, {79.2672,
15.901599999999997`}, {78.86410000000001,
15.443800000000003`}, {78.86410000000001,
14.970299999999995`}, {78.86410000000001,
14.621899999999995`}, {79.07339999999999,
14.399999999999999`}, {79.40629999999999,
14.399999999999999`}, {79.83749999999999,
14.399999999999999`}, {80.1719, 14.803099999999999`}, {80.1719,
15.331299999999997`}, {80.1719, 15.665599999999998`}, {
79.96249999999999, 15.901599999999997`}, {79.6703,
15.901599999999997`}}}],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0,
1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, {CompressedData["
1:eJxTTMoPSmViYGBQAmIQLeER8EciPNTh7Bkg0JFzUHD8mHzGMdThTVtut5G1
rMMb3n0GM4VCHWJUI2TOyUg7PBGRPfn0eYjDfzCQdKiMWGF69jiCHym+/SLD
PAS/bXn4KaOWEIeeiG5/RgEZOD81DQTk4XzhykklZ1MUHCYs+GH4rC3EYW9+
zduZqooOAXJiWb7dIQ53NGXX/P+s6LBkkhWj75UQh24bz11pTUoOO291/U19
HOKwVkiHL32eksO1o7kmDb+h+p8qOWxtqbmwWTAUot9Y2UHkk+P5tNhQhw16
eYsZbVQcZF4/MpNqCHX49fb1ActmVTh/Sntr1GUbdTh/+gT+KrNuDUj4JIY6
zFmkvPNPuqbDN7b4GT6mCD7Mfhh/w8OXUzfNCIGYV6PuEAEKn7IQh8z8D60n
t6hC/Bcd4iA1L07zdICKg5tqKdMshxCHB67xjrMYFeF89U8qL2d5ysH5BsZA
8FnSITb36L9N6SEOB7v3NZkki0PiYzmC3xToObfhFoJ/oFbWIp0n1OE+yPyP
Eg5e1c36PnGhkPCTk3VATw8AqR7vnw==
"], {{82.3719, 9.81094}, {
82.6078, 10.770299999999999`}, {82.88589999999999, 11.3688}, {
83.28909999999999, 11.729700000000001`}, {83.53909999999999,
11.9516}, {83.97030000000001, 12.118799999999998`}, {
84.30469999999998, 12.118799999999998`}, {84.70780000000002,
12.118799999999998`}, {84.9719, 11.840600000000002`}, {84.9719,
11.395299999999999`}, {84.9719, 10.7844}, {84.48589999999999,
10.1297}, {83.76249999999999, 9.782809999999998}, {83.3734,
9.587499999999997}, {82.8719, 9.434379999999999}, {
82.24689999999998, 9.295309999999999}, {82.3719, 9.81094}}}],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGI5IAaxQYCJAQEYkWhmKMbFJlU9tcxBVk9PN1NiFwAm
JgJ1
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGJPIGYC4oqIFaZnd4c6bDH/cSjllJpDhPj2iwyHQh02
6OUtZrRRc2gK9JzbcC/U4e+30gdzLqo57LzV9Tf1f6iDzwl229ml6g5HLmun
SjKFOfhenBjzr1ndYckkK0ZfDgQfLC+EJi8R5jClvTXqsg2CDzMfxk8DA1WH
SpD7Poc6vF+0XuEsh4JDgJxYlu/5UIdo1QiZczISDjNB4GqoAwMINIg7gP3z
OtThYPe+JpPH4g6LQOYxhDnMAqmzlHB4IiJ78qlwmMMD13jHWYUSDmdAQCXM
oVWBXfVMibzDtaO5Jg3mYRD7OhQdDtTKWqQnhDnc0ZRd879Y2UHLatLp+glh
0PBSdTAxBoLLCP+B3fcbwS+IZz8nyRoO54O9xQXlOyP4OxyaHh2/oYbKj1CD
+J893OHX29cHLA+rOripljLNYgh3kF3+wkPvvgpE/aUwBwOQOz7LOnhVN+v7
nApzEKmcVHL2ibSD6pPmeWePhTnEgMJrjhScPwMUHjsl4fw2kP9DJCDmXwiD
h2ftum1J9Q8RfFeQ/A8Ef8PDl1M3SYQ7VN3/cct4NTR888Md3rTldhvtlnFY
0307gyEdxpeFxI8/0H/BVhH/j8tA0ptZONQ90pD0phQOca+MNCR+JRF8cPgK
I/iRIP184Q7rhXT40uch+GDzLGXg/JC3lz/OaJRxmLDgh+EzIH8tSL0c1D38
4Q5f9n3cmh4mC7HfCxH+YP8FhDt47AcmBHVoeg0Jd2Di7JJPfofgz1mkvPNP
ugacP30Cf5UZtybcPIi8JsQ8CwQf5h8Y30bnyqxnV8Mg/o7UcBD55Hg+bSEi
f3zaEJA9qz4Mml5UHTh+LkjfnAbNL89UIOnVIgziv3tKDg/28c0xjoKqj1B3
UHD8mHwmFmr+TXWHq6D0Hh/mwAzyj54GnD8ZlD9rEPyAW9I1iUKaEPMjwuDu
lfAI+CPhjeDD7Ifxt7bUXNgsGgYJj9MaEP9fCYW7B738AQBK1+nJ
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}}, {{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}}}, CompressedData["
1:eJxTTMoPSmVmYGBgAmJhKN22PPyU0ZIIhzmLlHf+Sdd0iBTffpGhDsGXfv3I
TCokwuFx4sJrJu81IHydCIfpE/irzLg1HBhA4Em4AxNnl3xynprDExHZk093
hzuEc4q1G89XhvOdJzQLpVkpwPnyuxbsS+2Tgus/2L2vySRZ3MFG58qsZ7oR
cL7qk+Z5Z+MQfLB7p0Q4fNn3cWv6NQmHRZOsGH33RDjU3P9xy1hb2uHq0VyT
hs8RDgbGQFAs57D5RNm++VKRDnvza97OTFWC8zPzP7SeNFGF8wNuSdckXlJ3
OHxZO1XyHcL/6OHjLyeW5dsc4TATBCI1IPROBH9N9+0MhusRDjscmh4dl1CH
83+9fX3A8rAKnM8fG3DfSFzJYdetrr+puyMc1D+pvJzlKYfqvzBpCL8F5j8p
h/x49nOSuREO/0GgXtKhdt22pPpABF/e8WPyGVkE/9OGgOxZ/8MdQt5e/jiD
UQbONwYDBTjfY83R5QwRyg6e1c36PkoRDr4XJ8b8O6wGiQ/fCIdHEcCE8UAd
Yl9khAMzKL71NCDyuQj/o4cPAKe6E4g=
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGI5IAaxQYCJAQEYkWhmKMbFJlU9tcxBVk9PN1NiFwAm
JgJ1
"], CompressedData["
1:eJxdlHsslWEcxzlaNFKp5eA9HJdzW0VRSWn9TGdjaYjZeR4WldIfpVq0MVro
uGRtKc01jS7+oJhbLsu1MJfG1CopFkodMtNKF/Q+73ve911+2/PHZ8/zfp/v
97ff89ofP3fkpJGBgYEhvXzpJaLXxIDDu1/RCGrcF9oje+RwqfmutUssgkrn
6HuGnnJIPLDraGMWgsUfsWOFg3Ko6aZPVCHw6zbeXxCrAE3kvlH/WgSHB7PC
llIUMB1Yb6ttEpjZf75ivxdBdpoWD3kKzOlzfIopGTD+HiKYLamQ9ptIgeDl
ZAShMg31ghKDum5+8WU6AgNSVyzZ80UI2jKbk3eOW7J61Qjy8+jyEEMXCdiF
YEwd7pV/QQzLpF4j0EqNZX0xdnC/4Jm08qv+vnR7GHFanXR7I4YRlaR8+aIj
tPQUq+u8sb5fMogiNlMxn8/HTLQl7bHAT2y1usB6gdentPYUP9Wzt8D1kPyx
6438f9bIIbzR10zUhOH3jK7Vo0MGlXdmSzurMUhKp3ycR53Y81oM293ompeA
y3vacCKGTXE3Y/onbOBg5pnPf+IwhJF+FVrznEv60WDFcyrJHyxm9VMw388p
+Q6T8myBmf0ygbO9aYFeDPGjC8NuZWLwv54TbeEYCtOpZzNdmyiwXBVivs2a
YwmbxygU6oP2apa7KKDVDrl/4fzYADle9Urvl7KBPqYEZvrbKTDzfRuGCout
5lFFAjN6HhTPwTNDc7lJFCjoOFQ7hkfkvK3eTweG781ztVEhEvb+RaH/TD7a
r09LomSPQgHnT2fNJBiHgmjNNbsT3wQuLHFs+Bul5Dnnxrr43aYqXo/dV7F6
OoG5PBwT3JyBgdjPQ0r4GTT+oCAY8+8j3SticsCVmxcZBNDjrbPC7Hv55MTO
qw6x+T44gJ97hlfEWi6PAsRkQDbo9d8qoJTMuwUGI5LHWcnzLfI+EwQOGLZJ
OGahYvVNBb9X6fFTLyGeufs5JtdPdiO2H71KoDD9Q0hDvJ+V/59/bXUEtA==
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0,
1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, {CompressedData["
1:eJxTTMoPSmViYGBQAmIQPcW5O+d5c4zD2TNAoCPnYHPfv3d6XozDm7bcbiNr
WYeGqUAF9jEOMaoRMudkpB1eqBlyrBGJcfgPBpIO34MfL539JRrOb3dMeHrh
FIIvoX9XhW1jtENPRLc/o4AMnJ+aBgLycL5w5aSSsykKDvtPLXTdtjnaYW9+
zduZqooOT5bOPqKwI9rhjqbsmv+fFR14mLTbxRhjHLptPHelNSk5XKl4qWYo
EOOwVkiHL32eksN2udbXgRoxEP1PlRw8QBrsYiD6jZUdxFnC+HS7Yhw26OUt
ZrRRcVhflDHx7ZoYh19vXx+wbFaF86e0t0ZdtlGH86dP4K8y69aAhE9fjMOc
Rco7/6RrOqgCg0MmCcGH2Q/jg7zXeDQaYl6NukMHKHwWRTtk5n9oPblFFeK/
jmgHqXlxmqcDVBx8zDsdE3KjHR64xjvOYlSE89U/qbyc5SkH5xsYA8FnSQeR
de4Pq6ZEOxzs3tdkkiwOiY8rCP6c98uPebPHwPkgrrlljMN9kPkfJRxAsS3U
DQ0/OVkH9PQAAO7L8BI=
"], {{111.07199999999999`, 9.81094}, {
111.30799999999998`, 10.770299999999999`}, {111.586,
11.3688}, {111.98899999999998`, 11.729700000000001`}, {
112.23899999999998`, 11.9516}, {112.67000000000002`,
12.118799999999998`}, {113.00499999999998`,
12.118799999999998`}, {113.40799999999997`,
12.118799999999998`}, {113.67199999999998`,
11.840600000000002`}, {113.67199999999998`,
11.395299999999999`}, {113.67199999999998`, 10.7844}, {
113.18599999999998`, 10.1297}, {112.46299999999997`,
9.782809999999998}, {112.07299999999998`, 9.587499999999997}, {
111.57199999999999`, 9.434379999999999}, {110.94699999999999`,
9.295309999999999}, {111.07199999999999`, 9.81094}}}]}, {
Thickness[0.008613264427217916]}, StripOnInput -> False]}, {
ImageSize -> {116.09782316313823`, 18.729753424657535`},
BaselinePosition -> Scaled[0.32127889429728423`],
ImageSize -> {117., 19.}, PlotRange -> {{0., 116.1}, {0., 18.73}},
AspectRatio -> Automatic}], BoxRotation -> 1.5707963267948966`],
TraditionalForm]}, {15,
FormBox[
RotationBox[
GraphicsBox[{
Thickness[0.017975912277548085`],
StyleBox[{
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGI5IAaxQYAJSjNCxZjR2DA5dDXI4rjYxJhJiV5cakhl
k2omMe5HZgMAEs4CVw==
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGJ7IGYC4r6Ibn/GDewOKbF33Jgr9BzOgAGvQ3xIkPqC
TD2HaNUImXM2Ag4SU69wZiTpOcyeCQQ3BSDymmj8lbpwfguv//oprroODCCw
QMCh9rdVwbkMHQeQ9MxIAYcXxVtFf3drO1znvS2WWsbh0KrArnrmi5xDwBPP
S6aT2RxEKieVnH0i6XADLM/mMAOkb6ekw5Jbyx8bMjM5yO9asC+1T9IhPQ0I
nv2yFwapT5F0+A8GP+3bQOZdEXd4Wfs4+/waRoeD3fuaTB6LO8SA/cPm8MA1
3nHWR3GHfrD/OaH6YHxuON8f7B5eOB9sX5oAXD/Ef0Jw802MgWCyqAPM/jVC
Onzp+0QdUNwnLwR3P5heJwBx1xyYvABEnE8Kzgf731Ialb9TGqJOT8BhLcge
ORl4+J4FRaOOrMPOYKuI/89FHExt9gZNU9SB88HxoaHjEPL28scZiqIODSxH
+w236zjsAMmnizocP+y0NtNO1+HLvo9b08tEofGvC1G/UBQe35D0IuqQCgoW
Nlj6EXeQmRenedpADxJOGyUcZJa/8NCz14O4f78knA9WniMP54OCz1hYEZJ+
WHXh/CeJC6+Z5GvB+UycXfLJeeqQdKIi57BRL28x4x8VSHw4SML54Phik4Dz
NT6pvJz1UsxBFmSfvKrDLHB6FXH49fb1ActmVYh/v4k4gKN5mYpDBli/OISv
puJwABTPyhKQ8GBSgfsHxgfbV6YA5+/Jr3k7s1XZwffixJh/zupwPjj9c2vD
+eevhr3Rv60LSSdHFB0y8j+0ngzRd6i5/+OW8WsZaPjoQ+LZTtRhq/mPQyla
+g48jnxeM17yQvKvhT40f3DA1aPnbwCgFbJK
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIFIIaxWZDYzFjYDFA+Axoblxpc5pBqJql6aWEmMeop
MR8AV3ICZw==
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGJXIGYC4jmLlHf+SVdx2O61wWLOT26HRxHi2y8mqDiY
GIMAgt8iXsua2cYF50PUc8L5vRHd/owGrA4Q81Qd1D+pvJzlyejQ8Nuq4NwK
NTj//NWwN/qzNeH8reY/DqWs0nH4su/j1nQxfgcWzi75ZD89CP+apINtZcQK
U1lDiLnqmg5fdt7q+vvVAGqPpkPxVtHfp/sMHGaCgKSmgz1Iva2Bw+PEhddM
3ms4vMjS/jb9rj7EnQ80HHwvToz591jPITP/Q+tJE1WIfX16DulpQPBM2cHn
BLvt7Km6DmuFdPjS7ynC3ffANd5xVqOCw59vpQ/mbNR2OHsGCHTkHDJA5oRo
OcwA2b9T2iEl9o4b8w5NOF986hXOjCQ0vpKmQ8jbyx9nMMo6JIQEqS/Q1HRI
BdmfJucgPS9O87SBJsR+OXl4eIHd+0XFIR6kfqWmw1+QOy6qwu1jAIEHanC+
x/5aWYvl6nA+OLyeazg08/qvn9KqCQ8/kDfO8CD4x3ft6GXboIEq76PhoKso
/yXHTNOhgeVov+F3NYfpE/irzLw1HJ6Awnm9isOU9taoy3vUIOH9V8Vhg17e
YkYbNQczm71B0xLVIO4VVIfI16pB3Keu7mCgtVL4whE1h4Bb0jWJQepw88Hy
6eoORqBkKKwO54PlyxH8E2D3qsP9D+NDwksVzmcCxfM7BP/X29cHLA+rQtOn
usMWUDx3QeUN1CHpeYIsRF5DHZIew6Th/P9gIAHXf7B7X5NJsjgkvqI14HxY
/MP42x2aHh3foQ2NXxlI+jun6wDObsaKkPRVqANR/1gCki7ZtKH5gw9i3iJN
hxu8t8VSv7HC/QPjg+Npmxoq/5uqwzZwfuWA8+1LHGtP3+GB81/UPs4+n8ML
jT9Vh4LlJRv++fNB4odFDcrnh8jvVXVYemv5Y8PD/A7o5QcAu6bhtw==
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGILIGYC4gjx7RcZ5pk5eOyvlbVQV3Oo+21VcG6FmYPP
CXbb2abqDqpPmued3WXmMBMEJDUcGlmO9hteN3N4nqX9bbqtpgMDCGwwc3gE
MihB0+HPt9IHcxaaOcxZpLzzTzpUfgKCD5ZXRPBNjIFgs6nD5PbWqMt7NCB8
Y1OHgFvSNYlB6g4H25aHn7pk4rBBL28xo42aQ0rsHTdmDyAf5LC1Kg62lREr
TGVNIOISKg4HgN5If2LsEM4p1m4sr+wgMy9O8zSDiYPE1CucGU4qDk8SF14z
4TdxSAOBZyoODk2Pjs/QNnH49fb1AUtmNYh6BxOIuxeoQdSFmTjsACmMUIeY
n2ICcd8ldYj+bBMHZs4u+WQ9DTjf9+LEmH/NCD5YvZAmxH5/E7j/IeGK4IPl
zxvD+Z83BGTPcjeG2qfhULCm+3aGgxHcPdEKjh+T7xg6bDH/cSjllJqDNyje
vhrCwwusP93I4S8o3C+qOUyfwF9ldtoIHr7ioHD5ZASJ71IoX8gYzv+y81bX
X1MEv2Sr6O/Tfsbw9AHjg91zQw3Oh9ivCnHPViOHkLeXP85glIekH3Ujh4Pd
+5pMHos7qIPSl5cRJLwbxCH+azCChPsxoPxb3n0GO40cHrjGO876KA5xP7ex
wyxQuFlKQMLP0tihTYFd9UyIhMNXkHunGsPtA/OvGjv8B4HzipB0omHiMBuk
z1PZwUBrpfCFIyYOsstfeOjdV3F4AU7XphD/SKg5QPKHqQMLKH7XqUH89QbB
h6VnGP8mMFiNXM0g8dGl5hADip8cRP5Cz28A+mNzEA==
"]],
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}}}, {CompressedData["
1:eJxTTMoPSmViYGAwAGIQLTEvTvO0ga3Dowjx7RcVNB1sKiNWmPJC+QmaDh82
BGTPmm4D4T/QcPA5wW47m9XGYfoE/iozb00Hjbe8+wxOWjvMWaS88086lJ+J
4EPUI/jHDzutzdxn5WCgtVL4goumA8hYhjgriPxzDYdur1csJo2WEPO5NRw2
6uUtZuSxhJhjqu5wqG15+KlNFg47HJoeHb+h6pAGAmIWDuGcYu3G8coOKbF3
3JhXmDu8X7Re4SyHApw/YyYQ7JSG83cGW0X8d5d0sAX59665w8HufU0myeIO
0qDwULCA858kLrxmko/gg+37ZuEQrRohc26OhMPzLO1v02stHULeXv44o1HK
wcQYCIStHNYK6fClz5OB+G8elC8n73AC5P84a4fTZ4BgjaJDA8vRfsPvVg47
wO6Rcaj/bVVw7oWVw5d9H7emh0k7LH/hoff/IYwvBec/cI13nFUoCefPAvnP
UgLCZ7R2YACBBnGI+eYIPjh+OhH8qaBwlrZxuA8y76MExL/2tg5v2nK7jXbL
OHzZeavrr6qtg0jlpJKzT2QdZEDhI2AL9Z8sRJ7VFup/WUj4/rBxUP+k8nKW
J1S+1Qbiv+PSDgVrum9nBED57tJw+2F8cLz/tobzwfH+1BquH8bvjej2Z5wg
A+eDw+cagg92D6MsxL8vrR3OgsJbR9YBPb0DAJAcQjs=
"], CompressedData["
1:eJxTTMoPSmViYGAQBmIQrfGWd58Bp42D78WJMf+a1R1UnjTPO7vL2mGjXt5i
xhoVhwaWo/2G5dYOM0GAU9nh+GGntZn/rBz4YwPuG01XdDAxBgErh5C3lz/O
aJRz4HJTLWWKsnTYEWwV8d9d2oHXf/2U1BcWcP7zLO1v0/ci+Mmxd9yYV1hA
9DPKoPIbZeH894vWK5ztUIC4i8fSYTbIPSeVHfhA5ndYOvx6+/qAJbOaQ4T4
9osM9ywdZkzgrzLrVnf4DwL6Vg7TQXxuDQd1kP9uIfgxCo4fk3Ws4fwzIJBj
7cDE2SWf/E7dAT18ABRIgTI=
"]}],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGI5IAaxQYAJSjNCxZjJYMP0M6CxiVFPqpkDZRclYQIA
GkYCXQ==
"], CompressedData["
1:eJxdk39IU1EUx6eJFYGRFHNMm5L23kPT1BEitve9RWhlaAq2QjC1NUItQhco
C8sKIwtNJXVJ/qjwjxCNsBJiIWNMUgkxjPZHipVURKGGWKb23n3bu+CB+8eH
c88953zPuVFFF3IsGzQaTYB0iHQCpVOfWxHdkmBC1dSSNzlWB8pZPn6ixfvQ
efL2uQlThwqIYy4M1UHu+kStiGmZL+rwaMoZ0t7EeFS2H4xTJt1lRh7q+9R/
HViTrToMC/3ZJY5fUPOVD+xYHtlNMFTnrDEW+ziPcW3PiTdJpevYTqCR7YoW
HiG1caSPKPnntCjZ/KfT6iLYXtlYMXZGjzbZxgm4+ehvjsMR+KC3FyZ9IbCc
lWzWgJPaF+MaJ2Oa/x7BHXNdVkBDuJLvNkE9Zb3iv0Rgp/3pUeiaiLUcZ/w0
/vzDgDTGtF8DwcvcVPNauh6yfMl/ob5H2QvF79Fj0HtrxdIBjMm6xYVjOb/M
vVoE7E2WrDwcdUe+BxkJY6r3JsZU5z4RvaFxIdadPk4Q1fxUnwWCY+N381cP
8kho6FxKXCVo7941+I8TFP7pY6ug6OX23XfxSvwzgqbaG6cm7LyibxfBjFkS
8jSP9BhboOMmY6pfJmP//GlcG6/07wD2RBl+ly7y6PmaEb9W6fPrBKW/DKCl
YWvVvqMCmheDC1qjodYn1sx4Wrcwjvl87cGYV1TZv6/ZXqmRHAEe14HecyZR
qSdSQH4kmSseNaFfnturGHXf/fxYrueqpB+kRGZOiXeKyBzeuP++jcOwzB9F
NFM9OFjlPQqGyp8KuyaNBsa0viSo8fR+HtT36bwbgYzXlyNSOE6Z9xCwsmib
bt/GoSMt7p1jlrH///jZv480Xxqn7i/NN8Bh/f//D21A0fU=
"]],
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {
0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}}}, {CompressedData["
1:eJxTTMoPSmViYGDQAWIQnXD4snZqp5PDFvMfh1JOqTnIO35MPjPVyWGDXt5i
Rhs1h+Ktor9Pn3Ny+Put9MGci2oOrqqlTLMEnB18TrDbzi5Vd4gQ336RQczZ
wffixJh/zeoO4lOvcGYoIfjty8NPGZkg+BIgeSdnhyntrVGXbRB8BhB4oAbn
s3B2ySevU3PI4fy5IN3aGeI+LjW4eR77a2UtlqtC3LfPycHAGAg+yzrw+K+f
krrByWHGTCCwlHH4vCEge9ZyKH+nFJxfcf/HLePVknB+mwK76pkQCQeQMca7
nSDuaRB3YFk8yYrxLoIPlud2hvPB7vN2dqgCmyfhcDE/nv3cT2eHN2253Ua7
ZSDqXsD4shD5nc4OO4KtIv4fl3HQnbDgh2GbM9R90g43pWsSjWKdHWJUI2TO
yUD5vgi+Oyj8HRB8cPibOUP9g+DD/A/jw+ybCRZ3dlD/pPJylqcsPLzB4Vcs
5+DQ9Oj4jNOw8Fd3eMO7z2DmJWeHOYuUd/5R14C495qzgzc4/hH8J4kLr5ms
R/Ah6jUh/GNQfromxP8rEXyw+U0IPsx/AbeAHr+kAY+PHSCHRag7oKdXAC6t
G3o=
"], {{39.77029999999999, 15.901599999999997`}, {39.3672,
15.901599999999997`}, {38.9641, 15.443800000000003`}, {38.9641,
14.970299999999995`}, {38.9641, 14.621899999999995`}, {
39.173399999999994`, 14.399999999999999`}, {39.5063,
14.399999999999999`}, {39.9375, 14.399999999999999`}, {
40.271899999999995`, 14.803099999999999`}, {
40.271899999999995`, 15.331299999999997`}, {
40.271899999999995`, 15.665599999999998`}, {40.0625,
15.901599999999997`}, {39.77029999999999,
15.901599999999997`}}}],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGI5IAaxQYCJAQEYkWhmKMbFJlU9tcxBVk9PN1NiFwAm
JgJ1
"], CompressedData["
1:eJxdlGtIFFEUx9cHmkQGIuzW7qams48ei+mmaQbHmodJhpXkWoJZ6RpmFukH
xaAULbQPtinqJmL6QSlDA6PM2CyxFXWVzajcIi3trYUPxMJHc+fOzpAHLsOP
c++553/uORNwMvtwmptEInFh1352ubIrSfrQLqkjoT184fnpPhXIKl95Zdwh
oU13rtElSgVnvf7UG8dJWJrPHau1q2BEXpAaQlBwoNdzz61cNUyuswTXbKEg
zn4jeblIDS1l7zIk4SJz/thV/kQKKq4WHxuOEtkZ38npnBFgQPl5U/C7odXf
tsYf3BtNkS49JBwnDIpBhQxqkNlJkCC7LAVOzzIJz8oshfpxKY6npsCM9kXI
QFdev7DjIAVjVEq0+YIMnztPQbG/JzGQ4we+M9FD6ZX8fdcCYCL19mv9Vwre
a5UtKxcDocNRupTG0Hy9CBjgjBb0cfkpGYEpItfVHCyyPpS13TzvE/kRFH6y
vlX9zwYV1h/GwN+pn10R3QTMtMVnmtUMKJu+xehGg/D+fhqC0XdWCYvJWT3L
j2nwzTPl2CbkcB+9YzsNyahetRsFrkb16NggcAnSnyDD8a20UM8T3cNb076L
PIf8UkbgXm2kqT+RgfzRBUfoXRlsR/X1iIHJkqyykE4FdF1S7jLOMTwrsZ4X
rL4jkYYVqwL3m4nh85HjfstkcL4KOX7fJJG5+saJzJ3fy0CrzzZvY53IXLwI
hcAJU8PT1VcUUNKU2BdCMnAP7d/E50MzMGeZfmA8qsT3d4r15/RZGYh5ygpR
8/06xICrV6nfqV8i1zYEdiwaNQJXla/PD1urFeJhvxbHqxLZqcfJYxbv2tCX
NK9bA9djf7jrz9DCfMSiuSNovl8IyDM077TN8vPyJQj3axWF9X3YDMREUZ3N
QfF61NDMts3KRwrHH1GDD+r3zxS4IT06jcA30XwWiBzvYAffR4vjv6GEfCvm
PVKqn4jsvN/J9uwUz8FDFK5HvwbrHyKFfFb/f/4BU0nsrw==
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0,
1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, {CompressedData["
1:eJxTTMoPSmViYGBQAmIQfVzTatLp414OZ88AgY6cwx3pmkSjuV4Ob9pyu42s
ZR1Ktor+Pm3n5RCjGiFzTkbaIeHwZe3Ul54O/8FA0qHH6xWLyUoE3/sEu+3s
UAR/+QsPvf+Kng49Ed3+jAIycH5qGgjIw/nClZNKzqYoOOy81fU3Vd3TYW9+
zduZqooO5teO5poYeDrc0ZRd8/+zosP9fXxzjA95OnTbeO5Ka1Jy4PFfPyX1
gafDWiEdvvR5Sg7uqqVMswS8IPqfKjmwLJ5kxWjrBdFvrOywv1bWIv2Kl8MG
vbzFjDYqDhfy49nPSXo7/Hr7+oBlsyqcP6W9NeqyjTqcP30Cf5VZtwYkfO56
OcxZpLzzT7qmQ/vy8FNGLQg+zH4Y/3dM7tF/Xp4Q82rUHbxA4cPq6ZCZ/6H1
5BZViP8ueDhIzYvTPB2g4qD6pHne2VkeDg9c4x1nMSrC+eqfVF7O8pSD8w2M
geCzpENwicr0/y88HA5272sySRZ36AbFR6YnnD/fRufKrHMIvvjUK5wZRl4O
90Hmf5Rw0J+w4IfhNS9I+MnJOqCnBwCUsPEM
"], {{50.57189999999999,
9.81094}, {50.80779999999999, 10.770299999999999`}, {51.0859,
11.3688}, {51.4891, 11.729700000000001`}, {51.7391, 11.9516}, {
52.1703, 12.118799999999998`}, {52.504699999999985`,
12.118799999999998`}, {52.9078, 12.118799999999998`}, {
53.171899999999994`, 11.840600000000002`}, {
53.171899999999994`, 11.395299999999999`}, {
53.171899999999994`, 10.7844}, {52.6859, 10.1297}, {
51.962500000000006`, 9.782809999999998}, {51.57339999999999,
9.587499999999997}, {51.07189999999999, 9.434379999999999}, {
50.44689999999999, 9.295309999999999}, {50.57189999999999,
9.81094}}}]}, {
Thickness[0.017975912277548085`]}, StripOnInput -> False]}, {
ImageSize -> {55.635038605230385`, 18.729753424657535`},
BaselinePosition -> Scaled[0.32127889429728423`],
ImageSize -> {56., 19.}, PlotRange -> {{0., 55.63}, {0., 18.73}},
AspectRatio -> Automatic}], BoxRotation -> 1.5707963267948966`],
TraditionalForm]}, {17,
FormBox[
RotationBox[
GraphicsBox[{
Thickness[0.01731002250302925],
StyleBox[{
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGJZIAaxQYAJSjNCxZjR2DA5BiLZA2UOqXZR4k5i9AIA
4oMCNw==
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGITIGYC4pr7P24Ze0s7pMTecWP+oevwpi232yhaHs7/
sGi9wtkbinD+TBC4qeQg0uP1iuWKrsMaIR2+9HdKDicOO63NrNN1uK0pu+Y/
s7JDC6//+imuug6dNp670oSUHY6D5PfpOFSD7OMGyrMc7Tcs14HrP75rRy/b
Bi2H9DQg2KYM5+sqyn/JKVNxkFn+wkPPXh+qHuoeC30H9zVHlzP8kHOQmRen
edpA30F+14J9qXrSDlvNfxxK0dJ3iFaNkDlnIwnnK4DlxeH8tSDz5gnD9b+o
fZx9fg0v3HywfyWZ4fZD+Ixw9wU88bxkGswC50eB7PvD6nD+atgb/WgdhzMg
0MMG8e93Hah6dof4kCD1BZm6Dv/BgB2ifrauA7cjn9eMlRwQfWd0HQ5072sy
ecwDD//gt5c/zmgUQI2v3WJwvjEIfBZ0aFVgVz3zRc6hP6Lbn1FA0EGkclLJ
2SeSUHkBhxkgf+yUdDAB8Yt5IeHWJ+nQIl7LmnmM3UEYpD5FEu7eNpB5V8Th
4XMQ7C5xuPkPXOMdZ30Uh7h7jRDUX1D5CcJwPiS8ReB8N1D8RYjB9YPNbZaA
m/9l38et6d+k4PYHgPyvKA13nwdI/w1xuPvTwEDMIQYUD3Ng8qIQeT4pOB/s
f0tpVP5OaYj+Z6IQd8rJQNwlKOZwFuQvHVkH9PwCAK34aAA=
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0,
1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, {CompressedData["
1:eJxTTMoPSmViYGBQAmIQLbP8hYeevLbD2TNAoCPnkJH/ofVkiZbDm7bcbiNr
WYfzV8Pe6P/WcIhRjZA5JyPt0MLrv37KUnWH/2Ag6WCgtVL4whI1OF9HUf5L
TpgqnD9nkfLOP+0qDj0R3f6MAjJwfmoaCMjD+cKVk0rOpig4vMjS/jZ9rorD
3vyatzNVFR0eRYhvv3hAxeGOpuya/58VHWp/WxWc41B36Lbx3JXWpORgZrM3
aFqjusNaIR2+9HlKDhJTr3BmOGlA9D9VchDt8XrF8kUDot9Y2eHPt9IHcwK1
HTbo5S1mtFFxcN9fK2uRruPw6+3rA5bNqnD+lPbWqMs26nD+9An8VWbdGtDw
0Ya4O13TQWZenOZpAS04H2Y/jP+qeKvob21ViHk16g66oPARU3HIBJmzRdVh
5beXFWcclB2kQOYEqDhU3/9xyzhbyeGBa7zjLEZFOF/9k8rLWZ5ycL6BMRB8
loT4a7Gyw8HufU0myeLQ+FCF82s+bQjItlKH8xNCgtQXnNRwuA8y/6OEw3aH
pkfHI7Qh4Scn64CeHgDutvET
"], {{10.5719, 9.81094}, {10.8078,
10.770299999999999`}, {11.085899999999999`, 11.3688}, {11.4891,
11.729700000000001`}, {11.7391, 11.9516}, {12.1703,
12.118799999999998`}, {12.5047, 12.118799999999998`}, {
12.907800000000002`, 12.118799999999998`}, {
13.171899999999994`, 11.840600000000002`}, {
13.171899999999994`, 11.395299999999999`}, {
13.171899999999994`, 10.7844}, {12.685899999999998`,
10.1297}, {11.962499999999999`, 9.782809999999998}, {11.5734,
9.587499999999997}, {11.0719, 9.434379999999999}, {10.4469,
9.295309999999999}, {10.5719, 9.81094}}}],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3,
3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0,
1, 0}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGI9IGYCYm431VKmLgOHHQ5Nj47fUHPQ11opfKFF38HA
GAg+yzo8z9L+Nr1W36E3otufcYKsg46i/JecMqh8sayDqc3eoGmJ+g47gq0i
/h+Xgcib6TvMmAkEltIOcxYp7/yjru8gUjmp5GyKFJwPlt8pCee3KbCrngmR
gJvPAAIN4hD7/yL4jkBnzqg2gPOTY++4Mf8wcIhWjZA5N0fCIUJ8+0UGPiOH
tUI6fOlyMg4gZxo7G8HdF63g+DG5xsgh5O3ljzMaZR3qf1sVnIuA8eUcePzX
T0ndYQhX3+31isUk0NCh4v6PW8arpR3A4cVl6BADsk9G2uFw2/LwU48M4PyD
IP4hBF96Xpzm6Q0GDv3g8EPwIeEjA+efAYE1snDz+GMD7huJK0Ls8zJ0kF3+
wkNPXhXivgpDeHzdlq5JNPpqBOeD/Sdj7DC5vTXqso0GRH6qkcMjUMAoaDhs
1MtbzChj5BBwCyghpAGJ7ymGcD44/M4ZOhzftaOXbYMWRP6LIcR9PDoQ80yN
IPweXXh4p4DjQdfhutAnx/PHDB3Ep17hzFik65CeBgJQ/T668PhqYTnab/hd
x+Fx4sJrJvMN4O4F62MycPDYXytrsVzd4U3xVtHf3voQ/0VA+af1HHxOsNvO
NlV3eApKH3v14P5HT88A/tMnQQ==
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGILIGYC4k8bArJnbbdw8NhfK2uhruYgPvUKZ8YhCwef
E+y2s03VHUDC6VcsHGaCgKSGg/S8OM3THywcnmdpf5tuqwkRP2nh8ChCfPvF
BE2HaRP4q8x2WzjMWaS88086VH4lgg+Wt0bwz4CBucPk9taoy3s0IHwfc4eA
W9I1iUHqDjEKjh+T35g5bNDLW8xoo+bw51vpgzmJQL7qk+Z5a1Ucbgh9cjxv
ZuaQEnvHjVlCxSES6AyGf6YO4Zxi7cbyyg5bzH8cSpEyc5AA+ctJxaHut1XB
OQ0zhzQQeKbicBNojZGrmcOvt68PWDKrQdRHmTkwgMACNQhdYOaww6Hp0fEI
dYj5dWYQ911Sh+hvNXNg5uyST9bTgPN9L06M+deM4IPVC2lC7M8wg/vfxBgE
EHyw/AtTOL/H6xWLSaIp1D4NBy431VKmKBO4e77svNX196sxxN2n1ByeJC68
ZsJvAg8vsP5GE4e/oHC7qOZgoLVS+MITE3j4bgSp4zGFxHepOkSfDoLfF1yi
Mt0fwef1Xz8lNcMUnj5gfLB7bqjB+RD7VSHuOW/iEPL28scZjPIOMqD042Di
cLB7X5PJY3GHA6D0lWICCecGcYj/ZplA4ueYuMPBtuXhpy6ZODxwjXec9VEc
4n4VU4dZoHRlKQEJv2BThzYFdtUzIRIOE0DuXW8Ktw/Mf2/q8B8EzitC0o+j
mcNskH5PZYdTh53WZt4zc5Bd/sJD776KQyPL0X7DcHOIfyTUHCD5w9yBBRS/
69QcvED+ZrWA82HpGcYv3ir6+3ScBSQ+utQg8dOKyF/o+Q0ALn5xGw==
"]],
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}}}, {CompressedData["
1:eJxTTMoPSmViYGAwAGIQ7XNxYsy/ZHuHRxHi2y8qaDrkr+m+neEA5SdoOqg8
aZ539pQdhP9Aw6H2t1XBOQs7h+kT+KvMvDUdYhQcPyb/sXWYs0h55590KH8O
gg9Rj+D/+Vb6YM5HGwcDrZXCF1w0HXq8XrGYTLSByD/XcNhfK2uRvsUaYj63
hsOTxIXXTOytHXxOsNvONlV3+LLzVtffp1YOOxyaHh2/oeowYyYQeFo5hHOK
tRvHK0P03bZ0eL9ovcJZDgU4H6xupzScvzPYKuK/u6RDAci/AlYOB7v3NZkk
izuAwyMYwZeYeoUzYxGCDzZH09ohWjVC5twcCQeJeXGapzdYO4S8vfxxRqOU
Q2oaELjZOKwV0uFLnycD8d9FKF9OHuL/ibYOp88AwRpFhy3mPw6laNk67AC7
R8Zhg17eYkYZW4cv+z5uTQ+TdrghXZNoJArjS8H5D1zjHWcVSsL5s0DuspSA
8E1tHRhAoEEcYn4Wgg+Onz0I/onDTmsz/ewc7oPM+yjhIA7yb5G9w5u23G6j
3TIO6m959xlE2juIVE4qOftE1sEXFD7O9lD/yULkLe2h/pd1mAoKX217B/VP
Ki9neULld9pB/Hdc2mHJ/X18c5qhfHdpuP0ofD0EH5x+JBD6YfzeiG5/xgky
cD44fK4h+GD3MMpC/Ctj53AWFN46sg7o6R0Ab2BIGw==
"], CompressedData["
1:eJxTTMoPSmViYGAQBmIQHaPg+DHZxs7B9+LEmH/N6g7h4tsvMryzddiol7eY
sUbFYYv5j0Mpq2wdZoIAp7LDn2+lD+YY2jrwxwbcN5qu6JCaBgI2DiFvL3+c
0SjnYFMZscK019phR7BVxH93aQf7pkfHZ0gj+BLz4jRPf7CC86dP4K8yu20F
0c8og8pvlIXz3y9ar3C2Q8HhSeLCayb21g6zQe45qQwxf7e1w6+3rw9YMqs5
9Hi9YjERtHGYAdLXre5gYgwEyTYQc7g1HCJA/uOzhfN7g0tUpscj+P9BYL6t
AxNnl3zyO3UH9PABAHk8giM=
"]}],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGI5IAaxQYAJSjNCxZjJYMP0M6CxiVFPqpkDZRclYQIA
GkYCXQ==
"], CompressedData["
1:eJxdk11Ik1EYx98lJUUYZTJlmknGu+GybFYyDP/nSGT0oSjRCMlszQlmViqU
GIZSBhL5Fc4lKSl4kZVdSAVihYihzhLDC4MmIn1AN9MQU3O955ztfcEHzsXv
fDwf/+c5cZdKsh0hkiTplEWUtUFZzYub8lzxQIV3adqSEAXOyQF+pkfK1FBx
ciHgPZZH3L5IbM182exwATOMr0ehPdX8xT2lsYVZCFF5Y2ejVXeIqP5bmTUQ
+JlVReLd7ZgU5ypR46VVzw67LBQf6gaqk+0BtmucUxbf4r+5ju9TSMzu6NHE
8u+nIr5PjyMs/88UO281lnkuG+AsUOwbhTwf/8t9IgbdPzMS/T4KB9v/Hgt5
ruaJZ0RjHr+T4oGtLlNXHy3iuSgecjaI8xqKSl6fAfvrO5aSLmhctWK9Np6h
Ma/XTPEmx2rzHzegp+5roRSq+eP8g4jzYQNqu8+NHOwh8IwpZo7GsMnaOFpC
cIDpXBoNm/71hHRGY653hMbs2dgc8HyHOcy5K8BdUONzfaR0nJ5oyF1LN2Il
t3hobUs62p7uebsqmwQvU8FOk9Brgor7g0bx/j1FU+3d85OVRqHvC4pZlthF
I8LnyaeCRxpz/WwaB/vP56LVKOrvJtgXF/vnyqIRpX0RK6P3AudRJlHfWYKW
+m0Vh0+akD84meBIImp+fD4jNfYOhLVZlqFycF6zpg2V+dkm9CZe7dT1QOSz
O1DvDYj9/r3qvAc5lvjsYx5FPyiNt8li/zdw6mPo0cflMl4xXgWauR6y+A/h
RGV+36zxQm9WkTuNqO/5fTtR/fN+txNkMKFkWfR7nODfYvlM23YZRZv/djgX
NA7+nyAH55HHS5XV+eXx+mSs////AXEtwtk=
"]],
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {
0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}}}, {CompressedData["
1:eJxTTMoPSmViYGDQAWIQrTthwQ/Dac4OW8x/HEo5pebwhnefwcxFzg4b9PIW
M9qoOTg0PTo+47azw99vpQ/mXFRzEPrkeD5N1sXB5wS77exSdQfVJ83zziq5
OPhenBjzr1nd4Uniwmsm+gh+SInK9P8OaPL+Lg5T2lujLtsg+Awg8EANzmfh
7JJPXqfmYHHtaK6JhwvEfVxqcPM89tfKWixXhbjvtLODgTEQfJZ1uCldk2i0
19lhxkwgsJRxOABUlr4Fyt8pBedX3P9xy3i1JJzfpsCueiZEAuKOE84QukHc
4WJ+PPu5lwg+mJZwgfPB7otwcagCmyfhMM9G58osNleHN2253Ua7ZRzOgMAX
FyhfFiJ/zMVhR7BVxP/jMg6/YnKP/pvkAnWftMOyFx56/zNdHGJUI2TOyUD5
kQi+CCj8fRF8cPg7uUD9g+DD/A/jw+xLAwE3Fwf1TyovZ3nKwsMbHH7Fcg48
/uunpN6Ahb+6w85bXX9T77s4zFmkvPOPugbEvY9cHLzB8Y/gg81Zj+BD1GtC
+Jeg/HRNiP+3Ifhg8/sRfJj/Am4BI/KSBjw+doAiOkLdAT29AgABkS7J
"], {{
41.87029999999999, 15.901599999999997`}, {41.4672,
15.901599999999997`}, {41.064099999999996`,
15.443800000000003`}, {41.064099999999996`,
14.970299999999995`}, {41.064099999999996`,
14.621899999999995`}, {41.273399999999995`,
14.399999999999999`}, {41.606300000000005`,
14.399999999999999`}, {42.037499999999994`,
14.399999999999999`}, {42.3719, 14.803099999999999`}, {42.3719,
15.331299999999997`}, {42.3719, 15.665599999999998`}, {
42.162499999999994`, 15.901599999999997`}, {41.87029999999999,
15.901599999999997`}}}],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGI5IAaxQYCJAQEYkWhmKMbFJlU9tcxBVk9PN1NiFwAm
JgJ1
"], CompressedData["
1:eJxdlH1IU1EYxue0TCIDMbba1jTdF5mkW5bD6h11P5QiqVGrFmp+LDBLcUKJ
RSnax/rDTHCuIaZ/GGSokJgEZlko6gzRpCyc1gjLrDQR03Tt3LPdS75wuPzu
ubzned773Bt+9uLRTH8ej+fnWYmexfesuebkbFsbAU92L7zM6JVDS/SFer9X
BDSja4IcAuortH7LBCzPF4zbB+Vgbt201LePhEM9gXvvFyigrOFEb+xBEg4P
3jWulCiAkBXwbckcM/sZq/ZzSai8UXpqKIFjX38fZzElg1mkT0HCz7qmMMe6
MKhJiBq2jRFwWmYQD4iFoFF7aooAHqprAmD8CEh4Yeko1nwWAIn6AQm2ak/F
C6FHpa3oM5EwTqTobHlCQLerb5FQGhYo6zdLodHy4RyvyXvezXC4uqTNHeBR
8FElaXTnR4DeHFnlTqW885JhnV8o1h+jL45m2dkRbFcncdyPSu/lAxw/heJP
3e/k/7NBjv0foWFxeqozvksGlqRvARodDZKGSTraGYmfd1GwE83htwQq59em
WIcpCL1cYXa4RPg9OSgwonnZt7BsRb7bN7NchvzrhXAH9Z+g2HkuGnNer/Bp
lpn9GI7Tuoa2Z+bRUOhcGFU/EkI3mq80Eb6X5Vhin4nBIGgb5AX7WIL9OD3+
jmkN7m4xzlkj7dUjwnkrpbFesQiQLXU+x8x8szhm8mqkoSkkKthUwzHTL17M
sn56aMZ6XQxS3Ux6/xkaHqPnt3r1pNAw1zHTajougTXo/Lfc/Bl/EzTQz69I
9igUOE+TNPCDbkvTf3Bsr4to/2tSslxVvrEwbr2K7Yf3VbhfC8c+Pz6+ZHi4
yzFF4VyeVILMVVLjKKbY78OV9mBEs5/y5kUGobO6N1kbKG8OI3Fem0nsb2wb
dHpkm+ZIrx8FoIt1icT93ytw3t0k+CM/0UqW76Hvs4jj5FFRUVqICvf/RbJ6
d5TXLsSMcOw738fng/7UmrJJPI8+JaQi/18JVs/q/88/ptj2Pg==
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0,
1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, {CompressedData["
1:eJxTTMoPSmViYGBQAmIQnXD4snbqQ2+Hs2eAQEfOoWSr6O/T27wd3rTldhtZ
yzrw+K+fkhrh7RCjGiFzTkba4U9M7tF/TN4O/8FA0kH9SfO8s4e84PzniQuv
meQj+PZNj47PsPZy6Ino9mcUkIHzU9NAQB7OF66cVHI2RcEhpERl+n8HL4e9
+TVvZ6oqOlzIj2c/5+nlcEdTds3/z4oOFRErTM/e9nLotvHcldak5LD8hYfe
/59eDmuFdPjS5yk53N/HN8dYyxui/6mSw3wbnSuzwrwh+o2VHSLEt19keOft
sEEvbzGjjYpDDufPBenGPg6/3r4+YNmsCudPaW+NumyjDudPn8BfZdatAQmf
b94OcxYp7/yTrukg7/gx+cxcBB9mP4w/5Rtb/IwUL4h5NeoOT0DhI+/lkJn/
ofXkFlWI/156OkjNi9M8HaDisL9W1iJ9i6fDA9d4x1mMinC++ieVl7M85eB8
A2Mg+Czp8J53n8FMJi+Hg937mkySxSHx0YTgm187mmvyAsEH+9vH2+E+yPyP
Eg7HNa0mnX7vDQk/OVkH9PQAAJjg95M=
"], {{52.77190000000001,
9.81094}, {53.0078, 10.770299999999999`}, {53.2859, 11.3688}, {
53.68909999999999, 11.729700000000001`}, {53.93909999999999,
11.9516}, {54.370300000000015`, 12.118799999999998`}, {
54.704699999999995`, 12.118799999999998`}, {55.1078,
12.118799999999998`}, {55.37190000000001,
11.840600000000002`}, {55.37190000000001,
11.395299999999999`}, {55.37190000000001, 10.7844}, {
54.885899999999985`, 10.1297}, {54.162499999999994`,
9.782809999999998}, {53.77340000000001, 9.587499999999997}, {
53.27190000000001, 9.434379999999999}, {52.64689999999999,
9.295309999999999}, {52.77190000000001, 9.81094}}}]}, {
Thickness[0.01731002250302925]}, StripOnInput -> False]}, {
ImageSize -> {57.76874719800747, 18.729753424657535`},
BaselinePosition -> Scaled[0.32127889429728423`],
ImageSize -> {58., 19.}, PlotRange -> {{0., 57.77}, {0., 18.73}},
AspectRatio -> Automatic}], BoxRotation -> 1.5707963267948966`],
TraditionalForm]}, {19,
FormBox[
RotationBox[
GraphicsBox[{
Thickness[0.014885382554331647`],
StyleBox[{
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGI5IAaxQYAJSjNCxZjR2DA5dDXI4rjYxJhJiV5cakhl
k2omMe5HZgMAEs4CVw==
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGJ7IGYC4r6Ibn/GDewOKbF33Jgr9BzOgAGvQ3xIkPqC
TD2HaNUImXM2Ag4SU69wZiTpOcyeCQQ3BSDymmj8lbpwfguv//oprroODCCw
QMCh9rdVwbkMHQeQ9MxIAYcXxVtFf3drO1znvS2WWsbh0KrArnrmi5xDwBPP
S6aT2RxEKieVnH0i6XADLM/mMAOkb6ekw5Jbyx8bMjM5yO9asC+1T9IhPQ0I
nv2yFwapT5F0+A8GP+3bQOZdEXd4Wfs4+/waRoeD3fuaTB6LO8SA/cPm8MA1
3nHWR3GHfrD/OaH6YHxuON8f7B5eOB9sX5oAXD/Ef0Jw802MgWCyqAPM/jVC
Onzp+0QdUNwnLwR3P5heJwBx1xyYvABEnE8Kzgf731Ialb9TGqJOT8BhLcge
ORl4+J4FRaOOrMPOYKuI/89FHExt9gZNU9SB88HxoaHjEPL28scZiqIODSxH
+w236zjsAMmnizocP+y0NtNO1+HLvo9b08tEofGvC1G/UBQe35D0IuqQCgoW
Nlj6EXeQmRenedpADxJOGyUcZJa/8NCz14O4f78knA9WniMP54OCz1hYEZJ+
WHXh/CeJC6+Z5GvB+UycXfLJeeqQdKIi57BRL28x4x8VSHw4SML54Phik4Dz
NT6pvJz1UsxBFmSfvKrDLHB6FXH49fb1ActmVYh/v4k4gKN5mYpDBli/OISv
puJwABTPyhKQ8GBSgfsHxgfbV6YA5+/Jr3k7s1XZwffixJh/zupwPjj9c2vD
+eevhr3Rv60LSSdHFB0y8j+0ngzRd6i5/+OW8WsZaPjoQ+LZTtRhq/mPQyla
+g48jnxeM17yQvKvhT40f3DA1aPnbwCgFbJK
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIFIIaxWZDYzFjYDFA+Axoblxpc5pBqJql6aWEmMeop
MR8AV3ICZw==
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGJXIGYC4jmLlHf+SVdx2O61wWLOT26HRxHi2y8mqDiY
GIMAgt8iXsua2cYF50PUc8L5vRHd/owGrA4Q81Qd1D+pvJzlyejQ8Nuq4NwK
NTj//NWwN/qzNeH8reY/DqWs0nH4su/j1nQxfgcWzi75ZD89CP+apINtZcQK
U1lDiLnqmg5fdt7q+vvVAGqPpkPxVtHfp/sMHGaCgKSmgz1Iva2Bw+PEhddM
3ms4vMjS/jb9rj7EnQ80HHwvToz591jPITP/Q+tJE1WIfX16DulpQPBM2cHn
BLvt7Km6DmuFdPjS7ynC3ffANd5xVqOCw59vpQ/mbNR2OHsGCHTkHDJA5oRo
OcwA2b9T2iEl9o4b8w5NOF986hXOjCQ0vpKmQ8jbyx9nMMo6JIQEqS/Q1HRI
BdmfJucgPS9O87SBJsR+OXl4eIHd+0XFIR6kfqWmw1+QOy6qwu1jAIEHanC+
x/5aWYvl6nA+OLyeazg08/qvn9KqCQ8/kDfO8CD4x3ft6GXboIEq76PhoKso
/yXHTNOhgeVov+F3NYfpE/irzLw1HJ6Awnm9isOU9taoy3vUIOH9V8Vhg17e
YkYbNQczm71B0xLVIO4VVIfI16pB3Keu7mCgtVL4whE1h4Bb0jWJQepw88Hy
6eoORqBkKKwO54PlyxH8E2D3qsP9D+NDwksVzmcCxfM7BP/X29cHLA+rQtOn
usMWUDx3QeUN1CHpeYIsRF5DHZIew6Th/P9gIAHXf7B7X5NJsjgkvqI14HxY
/MP42x2aHh3foQ2NXxlI+jun6wDObsaKkPRVqANR/1gCki7ZtKH5gw9i3iJN
hxu8t8VSv7HC/QPjg+Npmxoq/5uqwzZwfuWA8+1LHGtP3+GB81/UPs4+n8ML
jT9Vh4LlJRv++fNB4odFDcrnh8jvVXVYemv5Y8PD/A7o5QcAu6bhtw==
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGILIGYC4gjx7RcZ5pk5eOyvlbVQV3Oo+21VcG6FmYPP
CXbb2abqDqpPmued3WXmMBMEJDUcGlmO9hteN3N4nqX9bbqtpgMDCGwwc3gE
MihB0+HPt9IHcxaaOcxZpLzzTzpUfgKCD5ZXRPBNjIFgs6nD5PbWqMt7NCB8
Y1OHgFvSNYlB6g4H25aHn7pk4rBBL28xo42aQ0rsHTdmDyAf5LC1Kg62lREr
TGVNIOISKg4HgN5If2LsEM4p1m4sr+wgMy9O8zSDiYPE1CucGU4qDk8SF14z
4TdxSAOBZyoODk2Pjs/QNnH49fb1AUtmNYh6BxOIuxeoQdSFmTjsACmMUIeY
n2ICcd8ldYj+bBMHZs4u+WQ9DTjf9+LEmH/NCD5YvZAmxH5/E7j/IeGK4IPl
zxvD+Z83BGTPcjeG2qfhULCm+3aGgxHcPdEKjh+T7xg6bDH/cSjllJqDNyje
vhrCwwusP93I4S8o3C+qOUyfwF9ldtoIHr7ioHD5ZASJ71IoX8gYzv+y81bX
X1MEv2Sr6O/Tfsbw9AHjg91zQw3Oh9ivCnHPViOHkLeXP85glIekH3Ujh4Pd
+5pMHos7qIPSl5cRJLwbxCH+azCChPsxoPxb3n0GO40cHrjGO876KA5xP7ex
wyxQuFlKQMLP0tihTYFd9UyIhMNXkHunGsPtA/OvGjv8B4HzipB0omHiMBuk
z1PZwUBrpfCFIyYOsstfeOjdV3F4AU7XphD/SKg5QPKHqQMLKH7XqUH89QbB
h6VnGP8mMFiNXM0g8dGl5hADip8cRP5Cz28A+mNzEA==
"]],
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {
0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}}}, {CompressedData["
1:eJxTTMoPSmViYGDQAWIQ/WXnra6/R80dtpj/OJRySs2hZKvo79P3zB026OUt
ZrRRc5CeF6d5OsDC4e+30gdzLqo57K+VtUi/YuHgc4LddnapusPjxIXXTO5b
OPhenBjzr1ndITn2jhvzDwTfoenR8RnSlqjyFpYOU9pboy7bIPgMIPBADc5n
4eyST16n5sDlplrKpGUJcR+XGtw8D5BDlqtC3Gdg4WBgDASfZR38QPYIWzjM
mAkEljIO4lOvcGYwQfk7peD8ivs/bhmvloTz2xTYVc+ESDiAlM3UtIC4p0Hc
wbYyYoVpLoIPlj+J4HOD3Odl6VAFNk/C4brQJ8fzy6wc3rTldhvtlnEwAbmr
GcaXhcirWTnsCLaK+H9cxqE/uERl+n5LqPukHZ5naX+bnmvpEKMaIXNOBsr3
RfDB4W+C4IPDX94S6h8EH+Z/GB9mXxoIqFk6qH9SeTnLUxYe3uDwK5aDhLOX
FTT81R14/NdPSY2wcpizSHnnH3UNiHvjrRy8wfGP4D8B2bMewYeo14Tw7aH8
dE2I/9kQfLD5OyzhfJj/Am5J1yRe0oDHxw5QxEeoO6CnVwAHDRyL
"], {{
26.470299999999995`, 15.901599999999997`}, {26.0672,
15.901599999999997`}, {25.664100000000005`,
15.443800000000003`}, {25.664100000000005`,
14.970299999999995`}, {25.664100000000005`,
14.621899999999995`}, {25.8734, 14.399999999999999`}, {
26.206299999999995`, 14.399999999999999`}, {
26.637500000000003`, 14.399999999999999`}, {26.9719,
14.803099999999999`}, {26.9719, 15.331299999999997`}, {26.9719,
15.665599999999998`}, {26.762500000000003`,
15.901599999999997`}, {26.470299999999995`,
15.901599999999997`}}}],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1,
0}}}, {CompressedData["
1:eJxTTMoPSmViYGAwB2IQ7a5ayjRLw9Fhi/mPQylcBg7GICDs6PD3W+mDOYYG
DvNtdK7M2ubgsBUkv0ofwi9zgKjP0nc4AwJv7B1SYu+4MVvoO5w47LQ28569
g/jUK5wZi/Qg8i4OcP7OW11/U/MR/G6vVywmjQ4OEvPiNE8XIPhg837owvky
y1946O3Xheivd4DYU6frIO/4MflMrQPEHh9dh4qIFaZnvR0cfC9OjPnHrOmQ
ngYEYg4OBlorhS+4aELUnbF3mLNIeeefdE2HJff38c0pRvDDxbdfZKizg/P7
g0tUpuvbOnjsr5W1SFd3sG96dHxGt43DRr28xYx/VBxsK4EWyto4hHOKtRvH
Kzt8BznwqrWD84RmobRdCnD+jmCriP/HZeD8qvs/bhlrS0LM47ZxONi9r8kk
WdzhQNvy8FNFaPxLCP5VoU+O58NsHdoU2FXPhEhA3Hfe1uHLvo9b069JOvwH
gX47iH3uMg4+J9htZ7PaOxiA4rVYzsEHFC6f7R3eL1qvcJZDyWEpMFj/L7R3
CHl7+eMMRnkHlSfN885W2Tv0RnT7M06QcdB4y7vPINMe6n4pOP8zyL4wSTgf
4h8JCL/T3oEBBBrEIfYfRfBBzv3P4ADng+NL2wGun9d//ZTUDAcH+V0L9qX2
STq4gtLnDwcHkcpJJWefyDgUbxX9ffqZA8Q/n2UdeEDqZzg4zJgJBJYy8PRR
ATJvtbTD75jco/+SHKDhAeUHIfiw9Anjg5LZf0so/ziCDwsPGB8SXrIOoOg/
aw3lN8pC3O/h4LBWSIcvXU7eAT1/AQDae4CF
"], CompressedData["
1:eJxTTMoPSmViYGAQAWIQfQYEVBwcfr19fcDysKrDlG9s8TNYHBxWfHtZcSZA
2UH1SfO8s1H2DmuFdPjS7yk4hItvv8hQZ+dgYAwExXIOf76VPpjDaAeRnyfj
YAIWt3XYEWwV8d9d2qE/uERluj6Cn5oGBN9sUPnXbBx6Irr9GQVk4HyI+bJw
fuX9H7eMrZUctpj/OJRSZevwF2TvRDWH2t9WBec07BwYQGCBusNVoU+O58Ps
HDz218paPFeHuH+WncP0CfxVZtwaDiog/i8Ev57laL/hdHs4v2Sr6O/T/+wd
HkUAPfpA3WH5Cw+9/5YOEPPS1R3QwwsApjCIFQ==
"]}],
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}}}, {CompressedData["
1:eJxTTMoPSmViYGAwAGIQfVO6JtEo1cXhUYT49osKmg45nD8XpAdD+QmaDq6q
pUyzJKD8BxoOnzcEZM867+wwfQJ/lZm3pkPi4cvaqRudHeYsUt75Jx3Kb0Tw
wer9EfwNenmLGXWcHQy0VgpfcNF0qIxYYXr2txNE/rmGg/Anx/NpvU4Q87k1
HFSfNM87G+Tk4HOC3Xa2qbqD7oQFPwzVnBx2ODQ9On5D1eE/CFx3dAjnFGs3
jld2qP9tVXBugaPD+0XrFc5yKMD5M2YCwU5pOH9nsFXEf3dJh2yQf3c7Ohzs
3tdkkizuAA6Puwj+/lpZi3QWJzgfbJ+7k0O0aoTMuTkSDvZAZ8zodnIIeXv5
44xGKYf0NCC45uSwVkiHL32eDMR/0s4Qvpy8w0aQ/2ucHU6fAYI1ig68/uun
pHo4O+wAu0fGocfrFYuJo7PDl30ft6aHSTsoOH5MPmML40vB+Q9c4x1nFUrC
+bNA/rOUgPB9nR0YQKBBHGJ+BoIPjp+JCL7E1CucGbecHe6DzPso4XAA5N8c
F4c3bbndRrtlHE5oWk06He/iIFI5qeTsE1mHW6DwCXWB+k8WIu/vAvW/rEMd
KHw9XBzUP6m8nOUJled3gfjvuLQD6+JJVoxfYf6VhtuPwj+F4IPTz35nuH4Y
vzei259xggycDw6fawg+2D2MshD/HnR2OAsKbx1ZB/T0DgAbl0uc
"], CompressedData["
1:eJxTTMoPSmViYGAQBmIQnXj4snbqRWcH34sTY/41qzs82Mc3x3iVs8NGvbzF
jDUqDrz+66ekdjg7zAQBTmWHDSBxH2cH/tiA+0bTFR3S04DgmZNDyNvLH2c0
yjlczI9nP1fp5LAj2Criv7u0Q3CJyvT/Dgi+fdOj4zO0Efz631YF5xSg+hll
UPmNsnD++0XrFc52KDioPmmedzbIyWE2yD0nlSHmT3By+PX29QFLZjWHyogV
pmd3OznMmMBfZdat7nAGBJ44OUwH8bk1IP6zcobzf8fkHv2XhOCbGANBs7MD
E2eXfPI7dQf08AEA0eKF5w==
"]}],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGI5IAaxQYAJSjNCxZjJYMP0M6CxiVFPqpkDZRclYQIA
GkYCXQ==
"], CompressedData["
1:eJxdk2FIU1EUxzeLLAjDMKe8mVnaew+nlA4xMTiS715LI7GoJcJaNf2QJuH2
IbEyxaIsmiaoS8yK7EOYRlgZsQgxJVsxDKN9mYiY9c0Rw0pd79379i544H74
ce6555z/OTfldG2ZfZ1Op9PLp0A+UfKZEPPaJ78VQn1gyZ+dngiEf6j81ADV
m/70VXESBCRrgXsxAaBpdryrWIIZhS8kgq/WGv35BuNKxV4yzp0eqzEvSNr7
nxQrRBBW7EoCBIdKz7kHkZbPMbzt3+Q8gvetnibzGZXjscbXnpz4mGVaw/kY
dIo1Gmj9tZjmX1Trb8YQd7Hd4T3LQbdibRj4YOpP98Ek+M412LIeY7Ardc8n
w0nDK5/uMmOS/ziG25bWI3qXkeYrwXCHMEf9ORgaSH8c2Ean0u2xjJ9nnn+k
X0Yak34DCF4fzbOEMQcznpie7DdIe4+wW/WPczDiv7lityLwKrqZjPC3omZs
dSeCPdmy1Rnh1qFf6816xkTvCUljokuXBANbTTFV21W2SFp+os8LDId9bRWr
BwTIdPUt7fVg6Hm4a2SZFyk/U7lKpHq1qPdHBRpfh+Hu9ZbyqQaB6mvDMGuR
hTwlAEpzRrmLGBP9NjOOzJ/EdQu0/3IEGSnJv6tDAvQvFGWG96n+RJH2txFB
p2tLfU6xCB2hDdauOUmrj+znJOO4YMGXygHGkX0t9cuNlIkwZ3swbbZKtJ4d
ImQo/e6WYEiZ29s0bd8jfMyR2hlulPVTHBaext+XoGQiev89p8qDEnQQPXj6
Hz4wJv4A47S55l5vkMWT+/FIe5/MuwxB0btLSbk8T+d9FcFKyDnTE8tDb77p
q7ufceT/RDiyjyRfPq/tL8k3zMPa//8fRXvIkw==
"]],
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {
0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}}}, {CompressedData["
1:eJxTTMoPSmViYGDQAWIQrTthwQ/DMA+HLeY/DqWcUnN4w7vPYGaSh8MGvbzF
jDZqDg5Nj47PmO3h8Pdb6YM5F9UchD45nk+76+Hgc4LddnapuoPqk+Z5Zx95
OPhenBjzr1nd4Uniwmsm7xH84BKV6f8ZPFHl+T0dprS3Rl22QfAZQOCBGpzP
wtkln7xOzcHi2tFcEw5PiPu41ODmeeyvlbVYrupgD3Jft4eDgTEQfJZ1uCld
k2hU6+EwYyYQWMo4gJSll0D5O6Xg/Ir7P24Zr5aE89sU2FXPhEg4/AeBdg+I
exrEHS7mx7OfW4ngg+WvI/jmIPdJeDpUgc2TcJhvo3Nl1jFPhzdtud1Gu2Uc
zoDAFhhf1mEeSL7N02FHsFXE/+MyDr9ico/+C/KEuk/aYdkLD73/mp4OMaoR
MudkoHxJBF8YFP68CD44/Jk8of5B8GH+h/Fh9qWBAJung/onlZezPGXh4Q0O
v2I5Bx7/9VNSZ8DCX91hx62uv6nzPR3mLFLe+Uddw+EPyL2LPB28wfGP4IPN
WY/gQ9RrQvw3CcpP14T4vwzB3wky3x/Bh/kv4BYwIi9pwONjByghRqg7oKdX
APE4OIs=
"], {{51.370300000000015`, 15.901599999999997`}, {
50.9672, 15.901599999999997`}, {50.564099999999996`,
15.443800000000003`}, {50.564099999999996`,
14.970299999999995`}, {50.564099999999996`,
14.621899999999995`}, {50.773399999999995`,
14.399999999999999`}, {51.1063, 14.399999999999999`}, {
51.537499999999994`, 14.399999999999999`}, {51.87190000000001,
14.803099999999999`}, {51.87190000000001,
15.331299999999997`}, {51.87190000000001,
15.665599999999998`}, {51.662499999999994`,
15.901599999999997`}, {51.370300000000015`,
15.901599999999997`}}}],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGI5IAaxQYCJAQEYkWhmKMbFJlU9tcxBVk9PN1NiFwAm
JgJ1
"], CompressedData["
1:eJxdlHtI01EUx+eMlgQaYmy6zUfuSSalyxcLjlRgvwdISa0SluacFGbRxBIF
U3yk/aG2UOfQssAgSwktJTJNxFBnmSK1IqVW9LLwgUk+1u7vbr8fduD+8eHc
37nn+73n/sLScw4bvHk8npdrHXItvmvJHCVNtjMEdMYuP88YVoAj7daUJo+A
jshzt720CoidGszWdBCwtpQ7Yx1XQOvXpEjnHAHUC8G+xlwldNsr1wx/CKDH
a1LXS5RwSXd3r82bZJnJC8mN+XASzOWlJya0HHvqeziTCTkoUX92An63tIfa
toTCqxy9YKyGgJNynWRMIgIj2tZEAA9FkRAYPcME9Ff1Fms+CSEP1VsgwNLg
ingRrKZmD64HkTBzUJ9ouSCCURRaEkpDBfJRUwhM9/pao9NJfF5FGPahk4T3
ammb82I4lLceG44KoNx+yaEe1W2gWH1Mf984DphPfJm5xrEThYDGvJ/jbij+
OPRGsZF1CpAjPXwa/s7+6IsfkMOzQmmccZECKbqIaRneX0fB7mhXLEhhSJ1Q
O1JOQcDlWpPNIYbClYTzY0UUpCK/rEEsM333BLJchvSniHB9M8X6uav65vKe
Rxw/RXkHx+alzfp6GQ3508v26Htuf1/T8LMsuyrqiQSuEd83afo9LMX3U+vS
dyRB5xyS4HnT0+5+xHje4mjcr0QMBnS/Co4ZfwM5/oy+96Oh3T/C19jEMVMv
XsJyyuzEXP0VCaSYZHXObTTcR/uD3f3407DYO9dlPCrF51dw/jP6zDQkIWOU
7nltpIHvUxly+hfH1pbwnlWjiuW6ar/8mK1qth7Oq3G9DI49ejzcVvUui9dM
ATNWx1WgEz4e58VQ7PsQ3pj0yZon3fMihwPyXL6lz/1evsjwvGaQWN+HHbDY
kXzW0urer1OCqWv7ysgDEtd/q8Tz/pAEb6QnUsXydfQ+CzhOtosL0vzVuP4d
ku331MDETsNVjj3ne7hZGzFpCSaxHyMqrN9KsP38///5B9MjCYc=
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0,
1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, {CompressedData["
1:eJxTTMoPSmViYGBQAmIQ7V3drO/jFeBw9gwQ6Mg5BJeoTP9vEuDwpi2328ha
1kHe8WPyGdYAhxjVCJlzMtIOuhMW/DDc5u/wHwwkHSLEt19kKEPwJaZe4cxQ
QvBLtor+Pv3Oz6EnotufUUAGzk9NAwF5OF+4clLJ2RQFh/bl4aeMvvg57M2v
eTtTVdGBZfEkK8a/fg53NGXX/P+s6LCm+3YGQ7+/Q7eN5660JiWHG9I1iUZr
/R3WCunwpc9TchD55Hg+7a4/RP9TJYcX29czP2cJgOg3VnZwVy1lmhUQ4LBB
L28xo42Kg7+cWJZvcYDDr7evD1g2q8L5U9pboy7bqMP50yfwV5l1a0DCJyTA
Yc4i5Z1/0jUdNK0mna7XQPBh9sP4R0EKxP0h5tWoO4iDwueSn0Nm/ofWk1tU
If6b6+cgNS9O83SAisOXDQHZs9L9HB64xjvOYlSE89U/qbyc5SkH5xsYA8Fn
SQcFUPxs9XM42L2vySRZHBIfZv5wfg7nzwXpsxH8J4kLr5n893e4DzL/o4RD
7bptSfWBAZDwk5N1QE8PAPpw7zo=
"], {{62.171899999999994`,
9.81094}, {62.4078, 10.770299999999999`}, {62.68589999999998,
11.3688}, {63.0891, 11.729700000000001`}, {63.3391, 11.9516}, {
63.7703, 12.118799999999998`}, {64.10469999999998,
12.118799999999998`}, {64.50780000000002,
12.118799999999998`}, {64.7719, 11.840600000000002`}, {64.7719,
11.395299999999999`}, {64.7719, 10.7844}, {64.28589999999998,
10.1297}, {63.56249999999999, 9.782809999999998}, {
63.173399999999994`, 9.587499999999997}, {62.671899999999994`,
9.434379999999999}, {62.04689999999999, 9.295309999999999}, {
62.171899999999994`, 9.81094}}}]}, {
Thickness[0.014885382554331647`]}, StripOnInput -> False]}, {
ImageSize -> {67.18358156911582, 18.729753424657535`},
BaselinePosition -> Scaled[0.32127889429728423`],
ImageSize -> {68., 19.},
PlotRange -> {{0., 67.17999999999999}, {0., 18.73}}, AspectRatio ->
Automatic}], BoxRotation -> 1.5707963267948966`],
TraditionalForm]}, {21,
FormBox[
RotationBox[
GraphicsBox[{
Thickness[0.018556318426424197`],
StyleBox[{
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGI5IAaxQYAJSjNCxZjR2DA5dDXI4rjYxJhJiV5cakhl
k2omMe5HZgMAEs4CVw==
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGJ7IGYC4r6Ibn/GDewOKbF33Jgr9BzOgAGvQ3xIkPqC
TD2HaNUImXM2Ag4SU69wZiTpOcyeCQQ3BSDymmj8lbpwfguv//oprroODCCw
QMCh9rdVwbkMHQeQ9MxIAYcXxVtFf3drO1znvS2WWsbh0KrArnrmi5xDwBPP
S6aT2RxEKieVnH0i6XADLM/mMAOkb6ekw5Jbyx8bMjM5yO9asC+1T9IhPQ0I
nv2yFwapT5F0+A8GP+3bQOZdEXd4Wfs4+/waRoeD3fuaTB6LO8SA/cPm8MA1
3nHWR3GHfrD/OaH6YHxuON8f7B5eOB9sX5oAXD/Ef0Jw802MgWCyqAPM/jVC
Onzp+0QdUNwnLwR3P5heJwBx1xyYvABEnE8Kzgf731Ialb9TGqJOT8BhLcge
ORl4+J4FRaOOrMPOYKuI/89FHExt9gZNU9SB88HxoaHjEPL28scZiqIODSxH
+w236zjsAMmnizocP+y0NtNO1+HLvo9b08tEofGvC1G/UBQe35D0IuqQCgoW
Nlj6EXeQmRenedpADxJOGyUcZJa/8NCz14O4f78knA9WniMP54OCz1hYEZJ+
WHXh/CeJC6+Z5GvB+UycXfLJeeqQdKIi57BRL28x4x8VSHw4SML54Phik4Dz
NT6pvJz1UsxBFmSfvKrDLHB6FXH49fb1ActmVYh/v4k4gKN5mYpDBli/OISv
puJwABTPyhKQ8GBSgfsHxgfbV6YA5+/Jr3k7s1XZwffixJh/zupwPjj9c2vD
+eevhr3Rv60LSSdHFB0y8j+0ngzRd6i5/+OW8WsZaPjoQ+LZTtRhq/mPQyla
+g48jnxeM17yQvKvhT40f3DA1aPnbwCgFbJK
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIFIIaxWZDYzFjYDFA+Axoblxpc5pBqJql6aWEmMeop
MR8AV3ICZw==
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGJXIGYC4jmLlHf+SVdx2O61wWLOT26HRxHi2y8mqDiY
GIMAgt8iXsua2cYF50PUc8L5vRHd/owGrA4Q81Qd1D+pvJzlyejQ8Nuq4NwK
NTj//NWwN/qzNeH8reY/DqWs0nH4su/j1nQxfgcWzi75ZD89CP+apINtZcQK
U1lDiLnqmg5fdt7q+vvVAGqPpkPxVtHfp/sMHGaCgKSmgz1Iva2Bw+PEhddM
3ms4vMjS/jb9rj7EnQ80HHwvToz591jPITP/Q+tJE1WIfX16DulpQPBM2cHn
BLvt7Km6DmuFdPjS7ynC3ffANd5xVqOCw59vpQ/mbNR2OHsGCHTkHDJA5oRo
OcwA2b9T2iEl9o4b8w5NOF986hXOjCQ0vpKmQ8jbyx9nMMo6JIQEqS/Q1HRI
BdmfJucgPS9O87SBJsR+OXl4eIHd+0XFIR6kfqWmw1+QOy6qwu1jAIEHanC+
x/5aWYvl6nA+OLyeazg08/qvn9KqCQ8/kDfO8CD4x3ft6GXboIEq76PhoKso
/yXHTNOhgeVov+F3NYfpE/irzLw1HJ6Awnm9isOU9taoy3vUIOH9V8Vhg17e
YkYbNQczm71B0xLVIO4VVIfI16pB3Keu7mCgtVL4whE1h4Bb0jWJQepw88Hy
6eoORqBkKKwO54PlyxH8E2D3qsP9D+NDwksVzmcCxfM7BP/X29cHLA+rQtOn
usMWUDx3QeUN1CHpeYIsRF5DHZIew6Th/P9gIAHXf7B7X5NJsjgkvqI14HxY
/MP42x2aHh3foQ2NXxlI+jun6wDObsaKkPRVqANR/1gCki7ZtKH5gw9i3iJN
hxu8t8VSv7HC/QPjg+Npmxoq/5uqwzZwfuWA8+1LHGtP3+GB81/UPs4+n8ML
jT9Vh4LlJRv++fNB4odFDcrnh8jvVXVYemv5Y8PD/A7o5QcAu6bhtw==
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGILIGYC4gjx7RcZ5pk5eOyvlbVQV3Oo+21VcG6FmYPP
CXbb2abqDqpPmued3WXmMBMEJDUcGlmO9hteN3N4nqX9bbqtpgMDCGwwc3gE
MihB0+HPt9IHcxaaOcxZpLzzTzpUfgKCD5ZXRPBNjIFgs6nD5PbWqMt7NCB8
Y1OHgFvSNYlB6g4H25aHn7pk4rBBL28xo42aQ0rsHTdmDyAf5LC1Kg62lREr
TGVNIOISKg4HgN5If2LsEM4p1m4sr+wgMy9O8zSDiYPE1CucGU4qDk8SF14z
4TdxSAOBZyoODk2Pjs/QNnH49fb1AUtmNYh6BxOIuxeoQdSFmTjsACmMUIeY
n2ICcd8ldYj+bBMHZs4u+WQ9DTjf9+LEmH/NCD5YvZAmxH5/E7j/IeGK4IPl
zxvD+Z83BGTPcjeG2qfhULCm+3aGgxHcPdEKjh+T7xg6bDH/cSjllJqDNyje
vhrCwwusP93I4S8o3C+qOUyfwF9ldtoIHr7ioHD5ZASJ71IoX8gYzv+y81bX
X1MEv2Sr6O/Tfsbw9AHjg91zQw3Oh9ivCnHPViOHkLeXP85glIekH3Ujh4Pd
+5pMHos7qIPSl5cRJLwbxCH+azCChPsxoPxb3n0GO40cHrjGO876KA5xP7ex
wyxQuFlKQMLP0tihTYFd9UyIhMNXkHunGsPtA/OvGjv8B4HzipB0omHiMBuk
z1PZwUBrpfCFIyYOsstfeOjdV3F4AU7XphD/SKg5QPKHqQMLKH7XqUH89QbB
h6VnGP8mMFiNXM0g8dGl5hADip8cRP5Cz28A+mNzEA==
"]],
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {
0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}}}, {CompressedData["
1:eJxTTMoPSmViYGDQAWIQ/WXnra6/R80dtpj/OJRySs2hZKvo79P3zB026OUt
ZrRRc5CeF6d5OsDC4e+30gdzLqo57K+VtUi/YuHgc4LddnapusPjxIXXTO5b
OPhenBjzr1ndITn2jhvzDwTfoenR8RnSlqjyFpYOU9pboy7bIPgMIPBADc5n
4eyST16n5sDlplrKpGUJcR+XGtw8D5BDlqtC3Gdg4WBgDASfZR38QPYIWzjM
mAkEljIO4lOvcGYwQfk7peD8ivs/bhmvloTz2xTYVc+ESDiAlM3UtIC4p0Hc
wbYyYoVpLoIPlj+J4HOD3Odl6VAFNk/C4brQJ8fzy6wc3rTldhvtlnEwAbmr
GcaXhcirWTnsCLaK+H9cxqE/uERl+n5LqPukHZ5naX+bnmvpEKMaIXNOBsr3
RfDB4W+C4IPDX94S6h8EH+Z/GB9mXxoIqFk6qH9SeTnLUxYe3uDwK5aDhLOX
FTT81R14/NdPSY2wcpizSHnnH3UNiHvjrRy8wfGP4D8B2bMewYeo14Tw7aH8
dE2I/9kQfLD5OyzhfJj/Am5J1yRe0oDHxw5QxEeoO6CnVwAHDRyL
"], {{
26.470299999999995`, 15.901599999999997`}, {26.0672,
15.901599999999997`}, {25.664100000000005`,
15.443800000000003`}, {25.664100000000005`,
14.970299999999995`}, {25.664100000000005`,
14.621899999999995`}, {25.8734, 14.399999999999999`}, {
26.206299999999995`, 14.399999999999999`}, {
26.637500000000003`, 14.399999999999999`}, {26.9719,
14.803099999999999`}, {26.9719, 15.331299999999997`}, {26.9719,
15.665599999999998`}, {26.762500000000003`,
15.901599999999997`}, {26.470299999999995`,
15.901599999999997`}}}],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1,
0}}}, {CompressedData["
1:eJxTTMoPSmViYGAwB2IQ7a5ayjRLw9Fhi/mPQylcBg7GICDs6PD3W+mDOYYG
DvNtdK7M2ubgsBUkv0ofwi9zgKjP0nc4AwJv7B1SYu+4MVvoO5w47LQ28569
g/jUK5wZi/Qg8i4OcP7OW11/U/MR/G6vVywmjQ4OEvPiNE8XIPhg837owvky
y1946O3Xheivd4DYU6frIO/4MflMrQPEHh9dh4qIFaZnvR0cfC9OjPnHrOmQ
ngYEYg4OBlorhS+4aELUnbF3mLNIeeefdE2HJff38c0pRvDDxbdfZKizg/P7
g0tUpuvbOnjsr5W1SFd3sG96dHxGt43DRr28xYx/VBxsK4EWyto4hHOKtRvH
Kzt8BznwqrWD84RmobRdCnD+jmCriP/HZeD8qvs/bhlrS0LM47ZxONi9r8kk
WdzhQNvy8FNFaPxLCP5VoU+O58NsHdoU2FXPhEhA3Hfe1uHLvo9b069JOvwH
gX47iH3uMg4+J9htZ7PaOxiA4rVYzsEHFC6f7R3eL1qvcJZDyWEpMFj/L7R3
CHl7+eMMRnkHlSfN885W2Tv0RnT7M06QcdB4y7vPINMe6n4pOP8zyL4wSTgf
4h8JCL/T3oEBBBrEIfYfRfBBzv3P4ADng+NL2wGun9d//ZTUDAcH+V0L9qX2
STq4gtLnDwcHkcpJJWefyDgUbxX9ffqZA8Q/n2UdeEDqZzg4zJgJBJYy8PRR
ATJvtbTD75jco/+SHKDhAeUHIfiw9Anjg5LZf0so/ziCDwsPGB8SXrIOoOg/
aw3lN8pC3O/h4LBWSIcvXU7eAT1/AQDae4CF
"], CompressedData["
1:eJxTTMoPSmViYGAQAWIQfQYEVBwcfr19fcDysKrDlG9s8TNYHBxWfHtZcSZA
2UH1SfO8s1H2DmuFdPjS7yk4hItvv8hQZ+dgYAwExXIOf76VPpjDaAeRnyfj
YAIWt3XYEWwV8d9d2qE/uERluj6Cn5oGBN9sUPnXbBx6Irr9GQVk4HyI+bJw
fuX9H7eMrZUctpj/OJRSZevwF2TvRDWH2t9WBec07BwYQGCBusNVoU+O58Ps
HDz218paPFeHuH+WncP0CfxVZtwaDiog/i8Ev57laL/hdHs4v2Sr6O/T/+wd
HkUAPfpA3WH5Cw+9/5YOEPPS1R3QwwsApjCIFQ==
"]}],
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {
0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}}}, {CompressedData["
1:eJxTTMoPSmViYGDQAWIQfVzTatLp9Y4OW8x/HEo5pebQvjz8lNEeR4cNenmL
GW3UHG5L1yQafXV0+Put9MGci2oOq7tvZzCYOzn4nGC3nV2q7rC/VtYi3cbJ
wffixJh/zeoO9b+tCs55IPhvePcZzIxCk89wcpjS3hp12QbBZwCBB2pwPgtn
l3zyOjWHy/nx7OcSnSDu41KDm+cBsni5qsNNkPueOjoYGAPBZ1mH4q2iv09f
c3SYMRMILGUcIsS3X2Q4B+XvlILzK+7/uGW8WhLOb1NgVz0TIuEAUjbzoSPE
PQ3iDtmcPxekMzvB+WB5QwT/Ish9hU4OVWDzJBzMrx3NNVFwdnjTlttttFvG
IT0NCPhgfFmI/AMnhx3BVhH/j8s4TP7GFj9jjRPUfdIO9k2Pjs9odnKIUY2Q
OScD5Rcj+GtA4Z+O4IPDP8YJ6h8EH+Z/GB9m338QiHdyUP+k8nKWpyw8vMHh
VyznsPyFh97/j7DwV3cILlGZ/v+Hk8OcRco7/6hrQNz7x8nBGxz/CP6TxIXX
TNYj+BD1mhD+Gyg/XRPi/wsIPtj8FQg+zH8Bt4ARe0kDHh87HIABEaHugJ5e
AUODL9c=
"], {{38.070299999999996`, 15.901599999999997`}, {
37.6672, 15.901599999999997`}, {37.264100000000006`,
15.443800000000003`}, {37.264100000000006`,
14.970299999999995`}, {37.264100000000006`,
14.621899999999995`}, {37.47339999999999,
14.399999999999999`}, {37.80629999999999,
14.399999999999999`}, {38.237500000000004`,
14.399999999999999`}, {38.5719, 14.803099999999999`}, {38.5719,
15.331299999999997`}, {38.5719, 15.665599999999998`}, {
38.362500000000004`, 15.901599999999997`}, {
38.070299999999996`, 15.901599999999997`}}}],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGI5IAaxQYCJAQEYkWhmKMbFJlU9tcxBVk9PN1NiFwAm
JgJ1
"], CompressedData["
1:eJxdlH9IU1EUx6dGOkQFEVxuy5n7STYsV6lYHNl7LystKalZCzHTSbk0nKCi
VooWGaRmOdcQsT8KMvSPIkValomSzlpGlEX+SCLyR8xKlqW2++7be+SFy+PD
Pe+c7/e8c1/EyfxD2T48Hs/Lvfe6t7d795aLYw3PtfBgp+vZqRdyOP8nvmDk
lRY61WdveyXIwZGf4TvCJ2B5sWjC6pADVE4NmPcTkDzou+tWkQLSTNKm1VQC
Uhz1+pUqBQQvJL7MOcExfV6w5rycgMZL1cdGEzj25PdwDr1kQOvTEPC9rUNi
95NAHv93q2FGC8dlOtGISAA8tFxa/LwQiuOlBDyttVVqPodCCMqXQoCl2b3i
BNC4uD7DbCJggsxItJwT4Do3CaiW+MqGTeFQoru73d7D1LscgX0GkPBRJW5f
LYwESaIza9hIMv2SgSbGvX6QrD9an5Ziub32Qy7vKMdIRnMmw1qOu1Bj38n/
Z50c+9FTsDQ30xvXJwNd6CMH7wAF4jtfk9TjUhzvJCGa1iGGzL7RzdmTJISU
NJjs00IQ3HjDzx0jQY/6ZQ1j2Yze697Acg3ynybA+edJtp+DqviGoSCK5XR0
vptjdV2ra2sFBaXjrrGYe0x/o/bAbI2xdluPCGTTVS32MA+LsZ9Zt7/D8brV
ARGUo3nrohg9Qjxv9RTWKxIydTim+1vIcQV6P5eCjuCoQEMLx3S+OBHLaXOj
TvNFEcwG2KKbT1NwH8VvZPTkUfDT5nxoOCKG16j+JNd/2t88BUlP3IEKBZ6n
XxR486+EZ81zbG2L7P5rULLcVBdUusNfxebD5yqcz8axx4+HSVmRt8VF4u+a
roSFztQzlmskez/oe5lMMvMigwlboDUmjMRz/EWK5/Uxgf192gRX931bp/Fi
4nUKCDjY0Zjtx+R/r4BiNO/+JPggP2oly9fR/SzjOHVMWJYZrML5lwlW75Le
2L8yxbGnvodj3/YbNcUE7seQErYg/4taVs/a/88/+Vrvbg==
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0,
1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, {CompressedData["
1:eJxTTMoPSmViYGBQAmIQrT9hwQ/Dd54OZ88AgY6cg0PTo+MzDns6vGnL7Tay
lnW4KV2TaJTq6RCjGiFzTkba4bim1aTT/J4O/8FA0uHThoDsWec94PyNenmL
GWsQfF7/9VNSPTwceiK6/RkFZOD81DQQkIfzhSsnlZxNUXCQd/yYfMbXw2Fv
fs3bmaqKDvNsdK7MCvNwuKMpu+b/Z0UHN9VSplkvPBy6bTx3pTUpORRvFf19
ms3TYa2QDl/6PCWH1d23MxjMPSH6nyo5ZHP+XJCe7AnRb6zsoP6ked7ZX54O
G0DutFFxML92NNfEwcvh19vXByybVeH8Ke2tUZdt1OH86RP4q8y6NSDhw+zl
MGeR8s4/6ZoOb3j3Gcxc5Qnnw+yH8RMPX9ZOLfSAmFejDrFXx8MhM/9D68kt
qhD/fXN3kJoXp3k6QMWhx+sVi8lBd4cHrvGOsxgV4Xz1TyovZ3nKwfkGxkDw
WdJh562uv6n8Hg4Hu/c1mSSLQ+KjH8FnXTzJivErgl/726rgXISnw32Q+R8l
HKZ8Y4uf8QcafnKyDujpAQB98vIC
"], {{48.8719, 9.81094}, {
49.10779999999999, 10.770299999999999`}, {49.3859, 11.3688}, {
49.78909999999999, 11.729700000000001`}, {50.03909999999999,
11.9516}, {50.470299999999995`, 12.118799999999998`}, {50.8047,
12.118799999999998`}, {51.20780000000001,
12.118799999999998`}, {51.4719, 11.840600000000002`}, {51.4719,
11.395299999999999`}, {51.4719, 10.7844}, {50.9859,
10.1297}, {50.262499999999996`, 9.782809999999998}, {49.8734,
9.587499999999997}, {49.3719, 9.434379999999999}, {48.7469,
9.295309999999999}, {48.8719, 9.81094}}}]}, {
Thickness[0.018556318426424197`]}, StripOnInput -> False]}, {
ImageSize -> {53.89142714819427, 18.729753424657535`},
BaselinePosition -> Scaled[0.32127889429728423`],
ImageSize -> {54., 19.}, PlotRange -> {{0., 53.89}, {0., 18.73}},
AspectRatio -> Automatic}], BoxRotation -> 1.5707963267948966`],
TraditionalForm]}, {23,
FormBox[
RotationBox[
GraphicsBox[{
Thickness[0.01442585112521639],
StyleBox[{
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGI5IAaxQYAJSjNCxZjR2DA5dDXI4rjYxJhJiV5cakhl
k2omMe5HZgMAEs4CVw==
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGJ7IGYC4r6Ibn/GDewOKbF33Jgr9BzOgAGvQ3xIkPqC
TD2HaNUImXM2Ag4SU69wZiTpOcyeCQQ3BSDymmj8lbpwfguv//oprroODCCw
QMCh9rdVwbkMHQeQ9MxIAYcXxVtFf3drO1znvS2WWsbh0KrArnrmi5xDwBPP
S6aT2RxEKieVnH0i6XADLM/mMAOkb6ekw5Jbyx8bMjM5yO9asC+1T9IhPQ0I
nv2yFwapT5F0+A8GP+3bQOZdEXd4Wfs4+/waRoeD3fuaTB6LO8SA/cPm8MA1
3nHWR3GHfrD/OaH6YHxuON8f7B5eOB9sX5oAXD/Ef0Jw802MgWCyqAPM/jVC
Onzp+0QdUNwnLwR3P5heJwBx1xyYvABEnE8Kzgf731Ialb9TGqJOT8BhLcge
ORl4+J4FRaOOrMPOYKuI/89FHExt9gZNU9SB88HxoaHjEPL28scZiqIODSxH
+w236zjsAMmnizocP+y0NtNO1+HLvo9b08tEofGvC1G/UBQe35D0IuqQCgoW
Nlj6EXeQmRenedpADxJOGyUcZJa/8NCz14O4f78knA9WniMP54OCz1hYEZJ+
WHXh/CeJC6+Z5GvB+UycXfLJeeqQdKIi57BRL28x4x8VSHw4SML54Phik4Dz
NT6pvJz1UsxBFmSfvKrDLHB6FXH49fb1ActmVYh/v4k4gKN5mYpDBli/OISv
puJwABTPyhKQ8GBSgfsHxgfbV6YA5+/Jr3k7s1XZwffixJh/zupwPjj9c2vD
+eevhr3Rv60LSSdHFB0y8j+0ngzRd6i5/+OW8WsZaPjoQ+LZTtRhq/mPQyla
+g48jnxeM17yQvKvhT40f3DA1aPnbwCgFbJK
"]],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIFIIaxWZDYzFjYDFA+Axoblxpc5pBqJql6aWEmMeop
MR8AV3ICZw==
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGJXIGYC4jmLlHf+SVdx2O61wWLOT26HRxHi2y8mqDiY
GIMAgt8iXsua2cYF50PUc8L5vRHd/owGrA4Q81Qd1D+pvJzlyejQ8Nuq4NwK
NTj//NWwN/qzNeH8reY/DqWs0nH4su/j1nQxfgcWzi75ZD89CP+apINtZcQK
U1lDiLnqmg5fdt7q+vvVAGqPpkPxVtHfp/sMHGaCgKSmgz1Iva2Bw+PEhddM
3ms4vMjS/jb9rj7EnQ80HHwvToz591jPITP/Q+tJE1WIfX16DulpQPBM2cHn
BLvt7Km6DmuFdPjS7ynC3ffANd5xVqOCw59vpQ/mbNR2OHsGCHTkHDJA5oRo
OcwA2b9T2iEl9o4b8w5NOF986hXOjCQ0vpKmQ8jbyx9nMMo6JIQEqS/Q1HRI
BdmfJucgPS9O87SBJsR+OXl4eIHd+0XFIR6kfqWmw1+QOy6qwu1jAIEHanC+
x/5aWYvl6nA+OLyeazg08/qvn9KqCQ8/kDfO8CD4x3ft6GXboIEq76PhoKso
/yXHTNOhgeVov+F3NYfpE/irzLw1HJ6Awnm9isOU9taoy3vUIOH9V8Vhg17e
YkYbNQczm71B0xLVIO4VVIfI16pB3Keu7mCgtVL4whE1h4Bb0jWJQepw88Hy
6eoORqBkKKwO54PlyxH8E2D3qsP9D+NDwksVzmcCxfM7BP/X29cHLA+rQtOn
usMWUDx3QeUN1CHpeYIsRF5DHZIew6Th/P9gIAHXf7B7X5NJsjgkvqI14HxY
/MP42x2aHh3foQ2NXxlI+jun6wDObsaKkPRVqANR/1gCki7ZtKH5gw9i3iJN
hxu8t8VSv7HC/QPjg+Npmxoq/5uqwzZwfuWA8+1LHGtP3+GB81/UPs4+n8ML
jT9Vh4LlJRv++fNB4odFDcrnh8jvVXVYemv5Y8PD/A7o5QcAu6bhtw==
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGILIGYC4gjx7RcZ5pk5eOyvlbVQV3Oo+21VcG6FmYPP
CXbb2abqDqpPmued3WXmMBMEJDUcGlmO9hteN3N4nqX9bbqtpgMDCGwwc3gE
MihB0+HPt9IHcxaaOcxZpLzzTzpUfgKCD5ZXRPBNjIFgs6nD5PbWqMt7NCB8
Y1OHgFvSNYlB6g4H25aHn7pk4rBBL28xo42aQ0rsHTdmDyAf5LC1Kg62lREr
TGVNIOISKg4HgN5If2LsEM4p1m4sr+wgMy9O8zSDiYPE1CucGU4qDk8SF14z
4TdxSAOBZyoODk2Pjs/QNnH49fb1AUtmNYh6BxOIuxeoQdSFmTjsACmMUIeY
n2ICcd8ldYj+bBMHZs4u+WQ9DTjf9+LEmH/NCD5YvZAmxH5/E7j/IeGK4IPl
zxvD+Z83BGTPcjeG2qfhULCm+3aGgxHcPdEKjh+T7xg6bDH/cSjllJqDNyje
vhrCwwusP93I4S8o3C+qOUyfwF9ldtoIHr7ioHD5ZASJ71IoX8gYzv+y81bX
X1MEv2Sr6O/Tfsbw9AHjg91zQw3Oh9ivCnHPViOHkLeXP85glIekH3Ujh4Pd
+5pMHos7qIPSl5cRJLwbxCH+azCChPsxoPxb3n0GO40cHrjGO876KA5xP7ex
wyxQuFlKQMLP0tihTYFd9UyIhMNXkHunGsPtA/OvGjv8B4HzipB0omHiMBuk
z1PZwUBrpfCFIyYOsstfeOjdV3F4AU7XphD/SKg5QPKHqQMLKH7XqUH89QbB
h6VnGP8mMFiNXM0g8dGl5hADip8cRP5Cz28A+mNzEA==
"]],
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {
0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}}}, {CompressedData["
1:eJxTTMoPSmViYGDQAWIQ/WXnra6/R80dtpj/OJRySs2hZKvo79P3zB026OUt
ZrRRc5CeF6d5OsDC4e+30gdzLqo57K+VtUi/YuHgc4LddnapusPjxIXXTO5b
OPhenBjzr1ndITn2jhvzDwTfoenR8RnSlqjyFpYOU9pboy7bIPgMIPBADc5n
4eyST16n5sDlplrKpGUJcR+XGtw8D5BDlqtC3Gdg4WBgDASfZR38QPYIWzjM
mAkEljIO4lOvcGYwQfk7peD8ivs/bhmvloTz2xTYVc+ESDiAlM3UtIC4p0Hc
wbYyYoVpLoIPlj+J4HOD3Odl6VAFNk/C4brQJ8fzy6wc3rTldhvtlnEwAbmr
GcaXhcirWTnsCLaK+H9cxqE/uERl+n5LqPukHZ5naX+bnmvpEKMaIXNOBsr3
RfDB4W+C4IPDX94S6h8EH+Z/GB9mXxoIqFk6qH9SeTnLUxYe3uDwK5aDhLOX
FTT81R14/NdPSY2wcpizSHnnH3UNiHvjrRy8wfGP4D8B2bMewYeo14Tw7aH8
dE2I/9kQfLD5OyzhfJj/Am5J1yRe0oDHxw5QxEeoO6CnVwAHDRyL
"], {{
26.470299999999995`, 15.901599999999997`}, {26.0672,
15.901599999999997`}, {25.664100000000005`,
15.443800000000003`}, {25.664100000000005`,
14.970299999999995`}, {25.664100000000005`,
14.621899999999995`}, {25.8734, 14.399999999999999`}, {
26.206299999999995`, 14.399999999999999`}, {
26.637500000000003`, 14.399999999999999`}, {26.9719,
14.803099999999999`}, {26.9719, 15.331299999999997`}, {26.9719,
15.665599999999998`}, {26.762500000000003`,
15.901599999999997`}, {26.470299999999995`,
15.901599999999997`}}}],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGIdIAaxQYAJSjNCxZjxsGHqiFU/UHqR1eNi09McUs2k
xHxK3AMA8lkCwQ==
"], CompressedData["
1:eJxdlXtMFFcUxneBBEh8JLYNa3d5rMvMLNWgPKyyndn9ZowGtaZGTdhSbLuV
ZdGG0kRJC4KaGqGBJqXEZkEJpZoWG22pqUTBlJISsigPQ2mJwaao0VCt1K5a
QotI587duZN6kvnjlzNzz+M794z9rdJt/miTyWRWn4D6RKnPmrG+kuzrCu5V
l9RlXkxE2++56fNnFVzY7vLOh2wIFKl2QEFjk2qdVtzyfT6WnaeggPPahm1W
PPNAvlK03uDt+1KD82sNXlnfOpORrqB9yYpFgRaDtfNybIz1eCOlb8QOZygQ
HqTeObYxEdytwy1DLgWrslTbmwQt3x4FR2uO5I9WCugcr53zhxS83B8rHf9b
wKBmCppPODofB5yMb3oTzo+0GkzCNy1Nw2xBSd+TLv39NFpvi8ECib/HYK1+
IcKTTtxb2L2qqUum8TsEJHz6c3zxpgiX8ahpy7ucuUDG2fR3TporORr/HHBq
+s77g/UOTHQvas66C5iIvSnA1zu63B8GouJrk3f9KWBvx3OzA9Og+b7qZBys
X1zxYp3BW8etlb4laYg52eAy3wbLd+Er7Uf9/QZr9TYYXLfpbky2HDlvwIlQ
r/L17m4PzadVwBdkHuwexJB8vuGpHuNuXMAHN0MWHtlEl4cS7duXDlTNut4d
Lo74vQIOxfR9nPGeG43a+QLyVBlMB9zYTPqz2slYr0dnvR4im+l1N8u3IEUO
71ph8OPpsuvNNyTGcRu4sqh8iX7/kxM91aoA20SWzyTR7/5LOLdm5sfCyzwK
d/66ITpOxLdEH5Gn31eImCPnjvC4vWf5dHBOjOgpYAHpZ5yELSOfFDw5LOAj
0j+7wZo/9ym/T6LzKhqsn69zkWYcna8rIu6faE8ZikuBWO49tVoS8Zp2nyw0
31yR6nMogebrklCdEssN7rDQ+B9K2DE1Gm40J9H+/SZh8c6tE5kJy2h/3W6U
T8yMZ110UH3NHhb/INEraOhNwg9ZwerRdNtisDa/+QZr8+QD1XuzwXSeeca7
S/86cukRR/dNDnCczPelZTSfGx486g53BMascE6pF+wrD6s/lcxfl4fVr9Xr
Bas/WR2PwSpE9kcSze8Y8H1p5VST307vyxiwn9S/30HvCyfTvl5NxZm6a8Wm
GpnORy2PeWITMqtP228WhbG+D3TW3l8Z4XUG63rrnPtDVeJagaf75QUF/079
0ZPTy8GjjmljtOo/09dm8jpoPpMy1S9ox0Fyv/plrCf+q8k4TfznZbofHybS
99tkPFvesG+o0IZQmqth4DPd/zxjus+XMtb793b8P62B72TW32vqNcr8xWA9
v//xOgUVpJ+nLVTPsP4/seHp/8t/UU7CHQ==
"]],
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {
0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}}}, {CompressedData["
1:eJxTTMoPSmViYGDQAWIQrTthwQ/Dac4OW8x/HEo5pebwhnefwcxFzg4b9PIW
M9qoOTg0PTo+47azw99vpQ/mXFRzEPrkeD5N1sXB5wS77exSdQfVJ83zziq5
OPhenBjzr1nd4Uniwmsm+gh+SInK9P8OaPL+Lg5T2lujLtsg+Awg8EANzmfh
7JJPXqfmYHHtaK6JhwvEfVxqcPM89tfKWixXhbjvtLODgTEQfJZ1uCldk2i0
19lhxkwgsJRxOABUlr4Fyt8pBedX3P9xy3i1JJzfpsCueiZEAuKOE84QukHc
4WJ+PPu5lwg+mJZwgfPB7otwcagCmyfhMM9G58osNleHN2253Ua7ZRzOgMAX
FyhfFiJ/zMVhR7BVxP/jMg6/YnKP/pvkAnWftMOyFx56/zNdHGJUI2TOyUD5
kQi+CCj8fRF8cPg7uUD9g+DD/A/jw+xLAwE3Fwf1TyovZ3nKwsMbHH7Fcg48
/uunpN6Ahb+6w85bXX9T77s4zFmkvPOPugbEvY9cHLzB8Y/gg81Zj+BD1GtC
+Jeg/HRNiP+3Ifhg8/sRfJj/Am4BI/KSBjw+doAiOkLdAT29AgABkS7J
"], {{
41.87029999999999, 15.901599999999997`}, {41.4672,
15.901599999999997`}, {41.064099999999996`,
15.443800000000003`}, {41.064099999999996`,
14.970299999999995`}, {41.064099999999996`,
14.621899999999995`}, {41.273399999999995`,
14.399999999999999`}, {41.606300000000005`,
14.399999999999999`}, {42.037499999999994`,
14.399999999999999`}, {42.3719, 14.803099999999999`}, {42.3719,
15.331299999999997`}, {42.3719, 15.665599999999998`}, {
42.162499999999994`, 15.901599999999997`}, {41.87029999999999,
15.901599999999997`}}}],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1,
0}}}, {CompressedData["
1:eJxTTMoPSmViYGAwB2IQ7aZayjTrhYfDFvMfh1K4DByMQeCyh8Pfb6UP5hga
OMyz0bkyq8zDYStIfpU+hG8GVZ+l75AGAtvcHVJi77gxW+g7PElceM1kvbuD
+NQrnBmL9BzOgACLB5y/81bX31R9BL/b6xWLiaOHg8S8OM3TBQg+2LwfunC+
zPIXHnr7dSH67T0cThx2WptZp+sg7/gx+YytB8QeH12HiogVpme5PRx8L06M
+cesCXHfNXcHA62VwhdcoPxl7g5zFinv/JOu6XAxP579XCWCv6b7dgbDfzc4
/4Sm1aTT4W4OHvtrZS3S1R0UQPaxujls1MtbzPhHxWEBKDzOuTqEc4q1G8cr
O/yJyT36b5Wrg/OEZqG0XQpw/o5gq4j/x2Xg/Kr7P24Za0tCzDvq6nCwe1+T
SbK4Q8Lhy9qpP9H4mm5wfg7nzwXp2W4ObQrsqmdCJCDuW+7m8GXfx63p1yQd
GECAwx1in7uMg+qT5nlnnYD+B8VrsZzDMmAw/t/p7vB+0XqFsxxKDiElKtP/
T3B3CHl7+eMMRnkHoU+O59Nq3R16I7r9GSfIOEz5xhY/owRq3nEpOP8zyL4w
STgf4h8JCL/FHeKOBnGI/YsQfLB9BxB8cHy9Rujn9V8/JVXDw0F+14J9qX2S
Dq6g9LnDw0GkclLJ2ScyDsVbRX+fXuYB8c9nWQcekPoID4cZM4HAUgaePipA
5q2WdvgFCm8lD2h4QPlCCD4sfcL44PD5CfMvgg8LDxgfEl6yDpUg9/+G8htl
Ie7n8HBYK6TDly4n74CevwA9XXwT
"], CompressedData["
1:eJxTTMoPSmViYGAQAWIQfQYEnrg7/Hr7+oDlYVWHKd/Y4mcccXdY8e1lxZkA
ZQeRT47n03LdHdYK6fCl31NwWNN9O4Phv5uDgTEQFMs51P22Kjh3wA0iP0/G
YSYIVLo57Ai2ivjvLu1wQtNq0ulwBN8EpM8aja/t5tAT0e3PKCAD50PMl4Xz
K+//uGVsreRwU7om0ajWzeHvt9IHcyaqORyolbVIv+LmwAACC9Qdcjh/Lkh/
7ebgsR8o8Vwd4n5ed4fpE/irzLg1HIRAfFsE36Hp0fEZ3Qj+zltdf1P3uzs8
ihDffvGBusOyFx56/3+6Q8xLV3dADy8A8xyF1g==
"]}],
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {
0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}}}, {CompressedData["
1:eJxTTMoPSmViYGDQAWIQ/Ssm9+i/JE+HLeY/DqWcUnPYeavrb2q+p8MGvbzF
jDZqDjz+66ekrvB0+Put9MGci2oO9/fxzTF+5engc4LddnapusOXDQHZs957
OvhenBjzr1ndYQtI3x8EX8HxY/IZXi9UeRkvhyntrVGXbRB8BhB4oAbns3B2
ySevU3NgWTzJilHUC+I+LjW4eR77a2UtlqtC3DfD08HAGAg+yzose+Gh97/T
02HGTCCwlHHo9nrFYtII5e+UgvMr7v+4ZbxaEs5vU2BXPRMi4XAGBKZ4QtzT
IO4w30bnyqxtCD5Y/gmCD3afqpdDFdg8CYcczp8L0i97Obxpy+022i0Dsfcg
jC8LkZ/s5bAj2Cri/3EZh+OaVpNOx3tB3SftULJV9PdpMy+HGNUImXMyUL4a
gg8OfykEHxz+/F5Q/yD4MP/D+DD7TEDhJOzloP5J5eUsT1l4eIPDr1jO4YZ0
TaLRUlj4qzu0Lw8/ZbTGy2HOIuWdf9Q1IO5d7+XgDY5/BP9J4sJrJusRfIh6
TQh/PpSfrgnxfzOCDzY/BsGH+S/gFtAhlzTg8bHDoenR8Qh1B/T0CgBYYSoV
"], {{53.4703, 15.901599999999997`}, {53.06720000000001,
15.901599999999997`}, {52.66409999999999,
15.443800000000003`}, {52.66409999999999,
14.970299999999995`}, {52.66409999999999,
14.621899999999995`}, {52.8734, 14.399999999999999`}, {
53.20629999999999, 14.399999999999999`}, {53.63749999999999,
14.399999999999999`}, {53.9719, 14.803099999999999`}, {53.9719,
15.331299999999997`}, {53.9719, 15.665599999999998`}, {
53.76249999999999, 15.901599999999997`}, {53.4703,
15.901599999999997`}}}],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGI5IAaxQYCJAQEYkWhmKMbFJlU9tcxBVk9PN1NiFwAm
JgJ1
"], CompressedData["
1:eJxdlH9IU1EUxzeVzAIVMVxtazN9+4Em6tYPh9GxErT3AympVYKZ6YI0lSaS
KJSmRRaYWc61/BlpaOgfSomkpoShzhCjHxZNSioqq5WIpbl2d9/eIw9cHp93
7zv3fL/33Bd8LGdfhqdAIBA6R6JzeDjHj86kk+YCErq2LQweH1FAZ8SpZuF5
Ej9jFeDVXKUTPiTh73z+tGVCAcbudYujyyRQT7x33MxXQlnLwZFoLwroiasp
y6VKiCfyPcz+PLvmQ1fMR1JQfaHs8GQsz+78bs50BQFzqL6PJHxv6pBbV8uh
Pjb8mbmOhCOEXjIuEYFW44w2EgQozgaBS88LEh5V9JVo3wfBHpRPQIG51hkx
IhhW66pGlRRMx6fGmfNEYELvEykok3sTY0YZtFe8PiHIofB+F4OheFGXOz5A
wRu1tN1xOgSSjaE1DjnN+kVABirzDs3pu4Xqm+fZ1udr0axhOB5DEcjybp4f
QMm74ZeK/1mvwPr9GPgz+2UgZoiAy3s/e2mFDEhbPiVE2ELx+ts0RCIffkmh
en5VqqmahsAzVUbrjBif0xUaUpBflg0cu3T3rOe4HOlPFuH8jTTn51JK9uPl
QZ5d83aeU4cmwzKiGCi0LUxp2lh/bQx8Lc+uiO6VgD7o/oRg3M1SfD71Tn37
dXrHsAT3WRbD1iPG/RbP4HolYny+Gp5d/ip47kLfSxjoCAj3NdTx7MoXI+E4
eXbSbjonAVmcPX1MysA9tH4jW4+Mgbk+e7fhgBTvf533/yjS18hAQn+xdLuS
7ddWBjx8LsnSv/FsaQrpWTKoOK6p9CvculbN5cPzauxXHs9uPW4u0LdusbbR
gMqvPaQCYqa0zrqL5u7HTFrjc62DYvuFAP+fcU8zrex9+RCK+zWXwvrebgJU
tqGLXa9Xwk7nw9RL4fyvlLjf+ynwRHoiVBxfQ/eziOekKXFRWoAa5++kuHo3
VzYsRN3g2b2/m7N8fjcYwijsx6gK+3mX5OpZ+f/5B9eP8Is=
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0,
1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, {CompressedData["
1:eJxTTMoPSmViYGBQAmIQveHhy6mbLgQ4nD0DBDpyDrtvdf1N3R3g8KYtt9vI
WtahfXn4KaOeAIcY1QiZczLSDrXrtiXVJwY4/AcDSQfhT47n0xwR/M8bArJn
iSP49k2Pjs/47e/QE9HtzyggA+enpoGAPJwvXDmp5GyKgoO21aTT9QwBDnvz
a97OVFV0eLF9PfNzlgCHO5qya/5/VnSw0bky65lvgEO3jeeutCYlh+ASlen/
YwIc1grp8KXPU3LIj2c/J1kK1f9UycFfTizLtxuq31jZYU337QyG6wEOG/Ty
FjPaqDhsbam5sPlngMOvt68PWDarwvlT2lujLtuow/nTJ/BXmXVrQMLndoDD
nEXKO/+kazr0L/hh+Gwdgg+zH8b3rG7W9xGCmlej7vAkceE1k/v+Dpn5H1pP
blF1uADSsNLfQWpenObpABWH/bWyFukl/g4PXOMdZzEqwvnqn1RezvKUg/MN
jIHgs6TDW959BjMP+Tsc7N7XZJIsDokPxQA4X/r1IzOpEAQ/Qnz7RYa2AIf7
IPM/Sjg8FpE9+fQ6NPzkZB3Q0wMAFxL9Ug==
"], {{64.2719, 9.81094}, {
64.50780000000002, 10.770299999999999`}, {64.78589999999998,
11.3688}, {65.18909999999998, 11.729700000000001`}, {
65.43909999999998, 11.9516}, {65.8703, 12.118799999999998`}, {
66.20469999999999, 12.118799999999998`}, {66.6078,
12.118799999999998`}, {66.8719, 11.840600000000002`}, {66.8719,
11.395299999999999`}, {66.8719, 10.7844}, {66.38589999999998,
10.1297}, {65.66250000000001, 9.782809999999998}, {65.2734,
9.587499999999997}, {64.7719, 9.434379999999999}, {64.1469,
9.295309999999999}, {64.2719, 9.81094}}}]}, {
Thickness[0.01442585112521639]}, StripOnInput -> False]}, {
ImageSize -> {69.3174396014944, 18.729753424657535`},
BaselinePosition -> Scaled[0.32127889429728423`],
ImageSize -> {70., 19.}, PlotRange -> {{0., 69.32}, {0., 18.73}},
AspectRatio -> Automatic}], BoxRotation -> 1.5707963267948966`],
TraditionalForm]}, {25,
FormBox[
RotationBox[
GraphicsBox[{
Thickness[0.019519812609798945`],
StyleBox[{
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGJZIAaxQYAJSjNCxZjR2DA5BiLZA2UOqXZR4k5i9AIA
4oMCNw==
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGITIGYC4pr7P24Ze0s7pMTecWP+oevwpi232yhaHs7/
sGi9wtkbinD+TBC4qeQg0uP1iuWKrsMaIR2+9HdKDicOO63NrNN1uK0pu+Y/
s7JDC6//+imuug6dNp670oSUHY6D5PfpOFSD7OMGyrMc7Tcs14HrP75rRy/b
Bi2H9DQg2KYM5+sqyn/JKVNxkFn+wkPPXh+qHuoeC30H9zVHlzP8kHOQmRen
edpA30F+14J9qXrSDlvNfxxK0dJ3iFaNkDlnIwnnK4DlxeH8tSDz5gnD9b+o
fZx9fg0v3HywfyWZ4fZD+Ixw9wU88bxkGswC50eB7PvD6nD+atgb/WgdhzMg
0MMG8e93Hah6dof4kCD1BZm6Dv/BgB2ifrauA7cjn9eMlRwQfWd0HQ5072sy
ecwDD//gt5c/zmgUQI2v3WJwvjEIfBZ0aFVgVz3zRc6hP6Lbn1FA0EGkclLJ
2SeSUHkBhxkgf+yUdDAB8Yt5IeHWJ+nQIl7LmnmM3UEYpD5FEu7eNpB5V8Th
4XMQ7C5xuPkPXOMdZ30Uh7h7jRDUX1D5CcJwPiS8ReB8N1D8RYjB9YPNbZaA
m/9l38et6d+k4PYHgPyvKA13nwdI/w1xuPvTwEDMIQYUD3Ng8qIQeT4pOB/s
f0tpVP5OaYj+Z6IQd8rJQNwlKOZwFuQvHVkH9PwCAK34aAA=
"]],
FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1,
3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, CompressedData["
1:eJxTTMoPSmVmYGBgBGILIGYC4trfVgXnOHQcPPbXylqoqzmcOOy0NlNOx8Hn
BLvtbFN1B/GpVzgznHQcZoKApIbD+athb/SrdRyeZ2l/m26r6XAGBHR0HB5F
iG+/mKDpcHTXjl42AR2HOYuUd/5Jh8q/0Ybzj4PlEXwTYxDQcpjc3hp1eY+G
A5hrrOkQcEu6JjFI3SEQRBdpOGzQy1vMaKPmMAWkLkbdYYPqk+Z5a1Ug7mZX
d0iJvePGLKECcfdUNYdwTrF2Y3llBxbOLvnkc2oOEmB/qDjMmMBfZfZazSEN
BJ6pOPhdnBjzT1nd4dfb1wcsmdUg6v3UHRhAYIGawwyQvyvVHXY4ND06HqEO
NV8d4r5L6hD9i9UdmEH69DTgfF8Q3Yzgg9ULaULsz1aH+x9sDwOCD5FXg/M3
gfwdowq1T8Oh/PA215m+ynD37MmveTuzVclhi/mPQymn1Bzc1xxdzrBDCR5e
KtceBTPMUXb4+630wZyLahB/JqvAwxcsvhEabqVQ/kcEH2yPhSqcD7YnSxWe
PmB8sLobanA+xH5VSLxYqDiEvL38cQajvEP1/R+3jKWVHQ5272syeSzu0G3j
uSstSRkSDg3iEP+dVYbEzzFxB7nlLzz07FUcHrjGO876KA5x/2MVh1mgeLGU
gOhzUHVoU2BXPRMiAXHHD1W4fWB+hZrDfxA4rwhJPzLqDrNB+j2VHXQU5b/k
hGk4yILsua8CCXd3TYg+CTWHenD+0IKki3VqDvpaK4UvLEHwYekZxq9nOdpv
GK4NCYcuNYcWXv/1U5Zqw/MXen4DAJt3cRM=
"]],
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {
0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}}}, {CompressedData["
1:eJxTTMoPSmViYGDQAWIQvdWh6dHxCD2HLeY/DqWcUoPQXXoOG/TyFjPaqDmw
cHbJJ+fpO/z9VvpgzkU1B9UnzfPOWhk4+Jxgt51dqu7gDaJdDRx8L06M+des
7nD6sNPazDgEf/kLD73/jWjy8wwcprS3Rl22QfAZQOCBGpwPtnedmkPBmu7b
GRMMIO7iUoOb57G/VtZiuSpEnZ6+g4ExEHyWdcjI/9B68ouew4yZQGAp4/AH
7G4of6cUnF9x/8ct49WScH6bArvqmRAJh/8gIK8PcU+DuIM72B4EHyyvbwDn
F4Lct8HAoQpsnoSDbWXEClNeI4c3bbndRrtlHEDWznxpCOXLQuR7DR12BFtF
/D8u4/B1562uv6qGUPdJO/iDwumygUOMaoTMORkofzOCDw7/WQg+OPxbDaD+
QfBh/ofxYfadAYEeAwf1TyovZ3nKwsMbHH7Fcg7S8+I0T28whIa/ukPxVtHf
p/cZOsxZpLzzj7qGwxeQe48aQswtRfCfJC68ZrIewYeo14T4bymUn64J8X8u
gg82Xw7Bh/kv4JZ0TeIlDXh87ACnU3UH9PQKAECnPzQ=
"], {{
17.870299999999997`, 15.901599999999997`}, {
17.467200000000002`, 15.901599999999997`}, {
17.064099999999996`, 15.443800000000003`}, {
17.064099999999996`, 14.970299999999995`}, {
17.064099999999996`, 14.621899999999995`}, {
17.273399999999995`, 14.399999999999999`}, {17.6063,
14.399999999999999`}, {18.037499999999998`,
14.399999999999999`}, {18.371899999999993`,
14.803099999999999`}, {18.371899999999993`,
15.331299999999997`}, {18.371899999999993`,
15.665599999999998`}, {18.162499999999998`,
15.901599999999997`}, {17.870299999999997`,
15.901599999999997`}}}],
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}}}, {CompressedData["
1:eJxTTMoPSmViYGAwAGIQvcX8x6GUUxYOjyLEt19U0HS4LvTJ8fwyKD9B06HH
6xWLiSGU/0DD4Uniwmsm880dpk/grzLz1nQ41LY8/FSSucOcRco7/6RrOhwE
8ZkQfIh6Mzg/JfaOG3OEmYOB1krhCy6aDp82BGTP+m4KkX+u4aD6pHneWSlT
iPncGg4+J9htZy81gdCm6g4xCo4fk31MHHY4ND06fkPVgQEENhg7hHOKtRvH
Kzv8+Vb6YI6jscP7ResVznIowPkzZgLBTmk4f2ewVcR/d0mHGyD/lhk7HOze
12SSLO4ADo9dCH7db6uCcxwmcD7YvgkmDtGqETLn5kg4NLIc7TcUN3UIeXv5
44xGKYczILDG1GGtkA5f+jwZiP/MzSB8OXmI/3+YOZwGq1N0kJkXp3l6gpnD
DrB7ZBwkpl7hzGgyc/iy7+PW9DBpB0egN2dUw/hScP4D13jHWYWScP4skP8s
JRxAwTJjthnEnQ3iEPMvIPjg+FIyh/PB8bDF3OE+yLyPEhD/3rBweNOW2220
W8ahP7hEZfp+CweRykklZ5/IQsJnlQXUf7IOfSD5+RZQ/8s6/AWF70QLB/VP
Ki9neULl5S0g/jsu7cDlplrK9Moc6l9puP0o/CkIPjj91JvD9cP4vRHd/owT
ZOB8cPhcQ/DB7mGUhaTHJnOHs6Dw1oG6Hym9AwC89k4z
"], CompressedData["
1:eJxTTMoPSmViYGAQBmIQfahtefipReYOvhcnxvxrVnc4UCtrkR5i7rBRL28x
Y42Kg8y8OM3TAuYOM0GAU9khJfaOG/MMMwf+2ID7RtMVHc6AgalDyNvLH2c0
yjksub+Pb85nE4cdwVYR/92lHVa88ND734jgN7Ic7TcMR/D/fCt9MMfRBKKf
UQaV3ygL579ftF7hbIeCg88JdtvZS00cZoPcc1IZYr6iqcOvt68PWDKrOXza
EJA9q9zUYcYE/iqzbnWIu0+aOkwH8bk1IP4rMYPzv+y81fX3KIKfBgJs5g5M
nF3yye/UHdDDBwC6m4pE
"]}],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGI5IAaxQYAJSjNCxZjJYMP0M6CxiVFPqpkDZRclYQIA
GkYCXQ==
"], CompressedData["
1:eJxTTMoPSmVmYGBgBGJHIGYCYo23vPsMTlo6VN3/cctYW9IBzH8J5a8WdyhY
0307I8DK4b5rvOOsjxIOEvPiNE9vsHJ4AOIXSjrYVEasMNW1hvPT04CgDcHn
cVMtZXplDTffxBgIFts4/AeBegmH2t9WBecqbOH21bMc7Td8butwsHtfk0ky
lO9uB+cvfeGh978QjT/RzoEBBBrEHdRB7v9pB7H/o7hDPsj9CvYOIpWTSs6m
SDucAQEbewf1TyovZ3nKOvhcnBjzL9neIRXk7mfyDj4n2G1niyL4YPuP2zn0
RnT7M06Qgdi30c6hH8yXhsi32znUgP0n7RCj4Pgx2QbB//Ot9MEcQQQf7N8b
tg47gq0i/rtLO0SIb7/I0GcLNw/M94PKH5d24PFfPyX1ho3DWZC7dWQceoNL
VKbH2zgYgMKxWMZhg17eYkYZBB8c3qus4fwZM4HA09phrZAOX7oclH/SCm4/
OHwa7B18QeHgrOHwdeetrr9T7R3mLFLe+UddE8IvhfLTNSHhpQxVf1gDop/B
3mFye2vU5RoNSPjesXN4BPJIgoaD6pPmeWdXIfjg8DNE8GHxPxMMNCD+P2fj
oKso/yXnm4bD0yztb9N7bSDykpoQ/2nZOEyfwF9l5q3pcKRtefipR9Zw90HS
J4K/v1bWIr0EwYel14Bb0jWJQZoOCbF33JhvWEHco6Dp8AXk31QrSLjuUYWn
dxjfvunR8RnS1g47HICMCHWI/ghrSLopVXdIAfErrB2mgMNDHZIfliH4EPsQ
/CeJC6+Z/EfoB6c7Nxu4+eD43m/j4AHyiLo6NL5tHf6C05W6w1WhT47n0xB8
WP6B8WHpEWyfjTo8/YLt26rugJ7/AYCHwPQ=
"]],
FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1,
3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {
0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}}}, {CompressedData["
1:eJxTTMoPSmViYGDQAWIQrTthwQ/DMAeHLeY/DqWcUnN4w7vPYGaSg8MGvbzF
jDZqDg5Nj47PmO3g8Pdb6YM5F9UchD85nk+76+Dgc4LddnapuoPqk+Z5Zx85
OPhenBjzr1nd4Uniwmsm7xH84BKV6f8ZHFHl+R0dprS3Rl22QfAZQOCBGpzP
wtkln7xOzcHi2tFcEw5HiPu41ODmeeyvlbVYrupgD3Jft4ODgTEQfJZ1uCld
k2hU6+AwYyYQWMo4gJSll0D5O6Xg/Ir7P24Zr5aE89sU2FXPhEg4/AeBdgeI
exrEHS7mx7OfW4ngg+WvI/jmIPdJODpUgc2TcJhvo3Nl1jFHhzdtud1Gu2Uc
zoDAFhhfFiLf5uiwI9gq4v9xGYffMblH/wU5Qt0n7bD8hYfef01HhxjVCJlz
MlC+JIIPDn9eBB8c/kyOUP8g+DD/w/gw+9LTgIDN0UH9k8rLWZ6y8PAGh1+x
nAOP//opqTNg4a/usPNW19/U+Y4OcxYp7/yjrgFx7yJHB29w/CP4YHPWI/gQ
9ZoQ/iQoP10T4v8yBB9svj+CD/NfwC1gRF7SgMfHDlBCjFB3QE+vABJ5NzE=
"], {{35.37029999999999, 15.901599999999997`}, {34.9672,
15.901599999999997`}, {34.564099999999996`,
15.443800000000003`}, {34.564099999999996`,
14.970299999999995`}, {34.564099999999996`,
14.621899999999995`}, {34.7734, 14.399999999999999`}, {35.1063,
14.399999999999999`}, {35.537499999999994`,
14.399999999999999`}, {35.871900000000004`,
14.803099999999999`}, {35.871900000000004`,
15.331299999999997`}, {35.871900000000004`,
15.665599999999998`}, {35.662499999999994`,
15.901599999999997`}, {35.37029999999999,
15.901599999999997`}}}],
FilledCurveBox[CompressedData["
1:eJxTTMoPymNmYGBgBGI5IAaxQYCJAQEYkWhmKMbFJlU9tcxBVk9PN1NiFwAm
JgJ1
"], CompressedData["
1:eJxdlGtIk2EUx+eMVAKNUWy6zUu6G5mULm8sOL4XsiiQklolLE2dFGbRpBQL
U7ykffCycM6hZYFBlhZaSWCaiKLOWIrUipQa0c3CCyaarj3vs70vduD58OOc
nef/P+95FpaRdyTLm8fjebnOAdfhu47CUdpsPUtAV9zyq8wROTjS70ypLxPQ
GXX+rpdGDnFTg7nqTgLWlvJnLDY5tH1NjnLOEXBo2GdfU74CeuxVa1l/CDhs
q01bL1XAFe39vVZvkmUmLyQ35sNJMFaUnZzQcOzp7+FsJmQgQ/rsBPxu7Qi1
+oaCLU/nM15LwCmZVjIuEYEelTUTwENRLATGzwgB/dW9JerPQihA/RYIMDe6
IkEEq2m5g+tBJMzQuiTzRRGModCQUBbqIxszhMBMr78lJoPE91WGwWM0hy4S
Pqik7c5L4VDednwkehvlnpcMGpmgWH+Mvm8cC+aTXmevcczo9KUxkxw/h5JP
Q2/lG1krx/75NKzM/uhLGJBB31VpvH6RAin6ENMRuN5Ewe4YVyxIYViVWDda
QcG2gjqD1SGGa6uJF8aLKUhD87IEsWxCsnsCWS5H/lNFuL+RYue5q+b28p6n
HDN5B8fGpc06UwQNhdPL9pgHIlhB831Dw8/y3OroFxK4efD7JnW/h6XYT53L
39FErXNIgvdNR7v1iCEe7Vs8jfVKxHgP5Bwz8w3kmPl9AA0dgkh/fTPHTL8E
CcupsxNzpusSSDVENDi30vAQ1Qe79QhoWOyd69Yfk+L7K7n5M/6MNCS/dBlX
KPA+NdHA96sKOfOLY0treM9fvZLlhpqAwtgtKrYfzqtwv0yOPX483F79PofX
QuG9OqEErfCZjRdLse9DdGvSL2eedO+LDPbL8vnmPvd7+RKB9zWTxP4+7oCF
zpRz5jZ3vVYBhu7tq6OPSNz/nQLv+xMSvJGfKCXL9eh9FnGcYhcXpQtUuP89
ktV7emBiZ9YNjj33e7hFEzlpDibxPEaVUI/8WwhWz///P/8AT2fzaw==
"]],
FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0,
1, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {
1, 3, 3}, {1, 3, 3}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {1, 3,
3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, {CompressedData["
1:eJxTTMoPSmViYGBQAmIQPeUbW/yMKR4OZ88AgY6cw7IXHnr/Mz0c3rTldhtZ
yzrYNz06PoPbwyFGNULmnIy0g+6EBT8Mt7k7/AcDSYcI8e0XGcoQfImpVzgz
lBD8kq2iv0+/c3Poiej2ZxSQgfNT00BAHs4XrpxUcjZFwaFtefgpoy9uDnvz
a97OVFV0YFk8yYrxr5vDHU3ZNf8/Kzqs6b6dwdDv7tBt47krrUnJ4aZ0TaLR
WneHtUI6fOnzlByEPjmeT7vrDtH/VMnhYn48+zlOD4h+Y2WHbq9XLCYLPRw2
6OUtZrRRcZhno3Nl1jMPh19vXx+wbFaF86e0t0ZdtlGH86dP4K8y69aAhM9K
D4c5i5R3/knXdAguUZn+PwDBh9kP45/QtJp0WtwdYl6NOiR8Lrk5ZOZ/aD25
RRXiv7luDlLz4jRPB6g4fNoQkD0r3c3hgWu84yxGRThf/ZPKy1mecnC+gTEQ
fJZ0UHD8mHxmq5vDwe59TSbJ4pD4MHOH83M4fy5In43gP0lceM3kv7vDfZD5
HyUcfsXkHv23yAMSfnKyDujpAQAwEvjm
"], {{46.171899999999994`,
9.81094}, {46.407799999999995`, 10.770299999999999`}, {
46.685900000000004`, 11.3688}, {47.0891,
11.729700000000001`}, {47.3391, 11.9516}, {47.77029999999999,
12.118799999999998`}, {48.1047, 12.118799999999998`}, {
48.507799999999996`, 12.118799999999998`}, {
48.771899999999995`, 11.840600000000002`}, {
48.771899999999995`, 11.395299999999999`}, {
48.771899999999995`, 10.7844}, {48.2859, 10.1297}, {47.5625,
9.782809999999998}, {47.173399999999994`, 9.587499999999997}, {
46.671899999999994`, 9.434379999999999}, {46.046899999999994`,
9.295309999999999}, {46.171899999999994`, 9.81094}}}]}, {
Thickness[0.019519812609798945`]}, StripOnInput -> False]}, {
ImageSize -> {51.22728767123287, 18.729753424657535`},
BaselinePosition -> Scaled[0.32127889429728423`],
ImageSize -> {52., 19.},
PlotRange -> {{0., 51.230000000000004`}, {0., 18.73}}, AspectRatio ->
Automatic}], BoxRotation -> 1.5707963267948966`],
TraditionalForm]}}}},
GridLines->{{0}, {0}},
GridLinesStyle->Directive[
GrayLevel[0.5, 0.4]],
ImageSize->Large,
LabelStyle->{FontFamily -> "Times"},
Method->{
"OptimizePlotMarkers" -> True, "OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Identity[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Identity[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotRange->{{0, 26.}, {-0.4899999999999983, 0.46999999999999953`}},
PlotRangeClipping->True,
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.05],
Scaled[0.05]}},
Ticks->{Automatic, Automatic}]], "Output",
CellChangeTimes->{{3.812727180716263*^9, 3.812727190018889*^9},
3.812730194802971*^9, {3.812730234123383*^9, 3.812730465229813*^9},
3.8127305399267473`*^9, {3.812730653568413*^9, 3.8127306750783653`*^9}, {
3.81273087730547*^9, 3.812730936433457*^9}, {3.8127309664511957`*^9,
3.812730992896276*^9}, 3.812731029668828*^9, {3.812731081300004*^9,
3.8127310936893*^9}, {3.812731123721017*^9, 3.812731127080247*^9}, {
3.812731213751737*^9, 3.81273123428584*^9}, 3.8127312702517653`*^9, {
3.812731399455118*^9, 3.812731410339974*^9}, {3.8127314659837*^9,
3.8127315032041407`*^9}, {3.812731876899417*^9, 3.812731924087626*^9}},
CellLabel->
"Out[117]=",ExpressionUUID->"e36355e4-9e9c-458d-9adc-557654f4da6b"],
Cell[BoxData["\<\"errors.pdf\"\>"], "Output",
CellChangeTimes->{{3.812727180716263*^9, 3.812727190018889*^9},
3.812730194802971*^9, {3.812730234123383*^9, 3.812730465229813*^9},
3.8127305399267473`*^9, {3.812730653568413*^9, 3.8127306750783653`*^9}, {
3.81273087730547*^9, 3.812730936433457*^9}, {3.8127309664511957`*^9,
3.812730992896276*^9}, 3.812731029668828*^9, {3.812731081300004*^9,
3.8127310936893*^9}, {3.812731123721017*^9, 3.812731127080247*^9}, {
3.812731213751737*^9, 3.81273123428584*^9}, 3.8127312702517653`*^9, {
3.812731399455118*^9, 3.812731410339974*^9}, {3.8127314659837*^9,
3.8127315032041407`*^9}, {3.812731876899417*^9, 3.8127319253174543`*^9}},
CellLabel->
"Out[118]=",ExpressionUUID->"770ceaad-b52b-44a5-b693-dfbc07c2dbf1"]
}, Open ]]
}, Open ]]
},
Evaluator->"K2",
WindowSize->{1359, 1395},
WindowMargins->{{Automatic, 0}, {Automatic, 0}},
PrintingCopies->1,
PrintingPageRange->{1, Automatic},
FrontEndVersion->"12.1 for Mac OS X x86 (64-bit) (March 13, 2020)",
StyleDefinitions->"Default.nb",
ExpressionUUID->"5cdf2599-011e-4218-a0b3-3d37bad3bcfc"
]
(* End of Notebook Content *)
(* Internal cache information *)
(*CellTagsOutline
CellTagsIndex->{}
*)
(*CellTagsIndex
CellTagsIndex->{}
*)
(*NotebookFileOutline
Notebook[{
Cell[CellGroupData[{
Cell[580, 22, 155, 3, 98, "Title",ExpressionUUID->"0bddb62b-fcf4-47c9-8aef-bd91c2f21724"],
Cell[738, 27, 308, 6, 46, "Input",ExpressionUUID->"82d42c7e-b663-4261-974d-a560971fc445",
InitializationCell->True],
Cell[1049, 35, 447, 8, 46, "Input",ExpressionUUID->"7a167650-bda6-472d-bb8c-6b5a4ddea697",
InitializationCell->True],
Cell[1499, 45, 640, 12, 46, "Input",ExpressionUUID->"f9388d89-72b4-495d-b9f5-2b2c3fc10c65",
InitializationCell->True],
Cell[2142, 59, 574, 12, 68, "Input",ExpressionUUID->"dae3463d-431f-484e-9aad-2d8c4ed3e834",
InitializationCell->True],
Cell[2719, 73, 29877, 659, 1193, "Input",ExpressionUUID->"f470439a-99b8-450d-8d3c-3a00213ef164",
InitializationCell->True]
}, Closed]],
Cell[CellGroupData[{
Cell[32633, 737, 215, 4, 72, "Title",ExpressionUUID->"bd6d4bf6-0712-4a35-bf3c-b1db45522528"],
Cell[CellGroupData[{
Cell[32873, 745, 152, 3, 67, "Section",ExpressionUUID->"347ff4db-bbef-43bb-89e9-0326eda19b93"],
Cell[CellGroupData[{
Cell[33050, 752, 6611, 139, 598, "Input",ExpressionUUID->"001bc978-5977-4919-b822-efbba885ff07"],
Cell[39664, 893, 5589, 150, 476, "Output",ExpressionUUID->"56d50b26-18c9-4505-8b41-99e1ab62bc3c"]
}, Open ]]
}, Closed]],
Cell[CellGroupData[{
Cell[45302, 1049, 255, 4, 53, "Section",ExpressionUUID->"1040f9b3-1b7b-4843-89da-d7acfdfb827c"],
Cell[CellGroupData[{
Cell[45582, 1057, 454, 10, 54, "Subsection",ExpressionUUID->"c89c56b8-d70d-440b-a792-17ed413583f4"],
Cell[CellGroupData[{
Cell[46061, 1071, 159, 3, 45, "Subsubsection",ExpressionUUID->"cbc79bc2-c837-4f00-a371-77508b3e30f1"],
Cell[CellGroupData[{
Cell[46245, 1078, 297, 6, 30, "Input",ExpressionUUID->"9a8b87b6-2c0b-468a-8ebe-0a8db68b4453"],
Cell[CellGroupData[{
Cell[46567, 1088, 11386, 278, 116, "Print",ExpressionUUID->"c563266a-bdfb-4fb6-863d-7bb8ac9eb3af"],
Cell[57956, 1368, 14049, 318, 116, "Print",ExpressionUUID->"5fb2b73d-ee1e-43e6-8f43-4e34b798db95"],
Cell[72008, 1688, 257, 5, 24, "Print",ExpressionUUID->"117f82fd-05ed-41ca-a2b0-7618e2332946"],
Cell[72268, 1695, 1866, 46, 160, "Print",ExpressionUUID->"e2c02bcc-ef6f-48e4-b981-6734114cd37f"],
Cell[74137, 1743, 240, 5, 24, "Print",ExpressionUUID->"536bb5fd-f02d-42b8-9ca9-78a72cd3b86f"],
Cell[74380, 1750, 1853, 52, 108, "Print",ExpressionUUID->"dbf01615-6bbf-4e80-8e6c-509f2acc5310"],
Cell[76236, 1804, 243, 5, 24, "Print",ExpressionUUID->"7716b451-dbcd-481d-b663-f0660dc74cda"],
Cell[76482, 1811, 1852, 52, 108, "Print",ExpressionUUID->"c7757929-0a82-4564-85f3-a86408b7037a"],
Cell[78337, 1865, 16053, 376, 246, "Print",ExpressionUUID->"a334649e-783b-4b3f-97b0-ae040400cc2c"],
Cell[94393, 2243, 16049, 376, 246, "Print",ExpressionUUID->"0c4d3b78-53c0-4342-b9ac-afcb5bb7c0b4"]
}, Open ]]
}, Open ]]
}, Closed]],
Cell[CellGroupData[{
Cell[110503, 2626, 158, 3, 37, "Subsubsection",ExpressionUUID->"69c90159-96ac-4df9-9f8d-0197daf2b03e"],
Cell[CellGroupData[{
Cell[110686, 2633, 300, 6, 30, "Input",ExpressionUUID->"43914e27-17f2-4cab-9fb0-9ac4b050094b"],
Cell[CellGroupData[{
Cell[111011, 2643, 11214, 271, 116, "Print",ExpressionUUID->"6cbbbe95-8422-4657-a287-7251889afc99"],
Cell[122228, 2916, 13935, 316, 116, "Print",ExpressionUUID->"e6419b76-c11d-48eb-a247-245edddac288"],
Cell[136166, 3234, 263, 5, 24, "Print",ExpressionUUID->"18a8013e-aa20-4651-9269-13a53ae52ac1"],
Cell[136432, 3241, 1872, 46, 160, "Print",ExpressionUUID->"e78510ad-6fce-4798-b285-9f36d00ca2a0"],
Cell[138307, 3289, 248, 5, 24, "Print",ExpressionUUID->"ec10b8d5-fc54-4f5a-8673-c7c66a2d4e2e"],
Cell[138558, 3296, 1861, 52, 108, "Print",ExpressionUUID->"de2c578a-c24d-46a0-81b8-d83e839ae48b"],
Cell[140422, 3350, 251, 5, 24, "Print",ExpressionUUID->"17fc7cb7-f8ed-4675-8cb6-ddad820b60b5"],
Cell[140676, 3357, 1927, 54, 108, "Print",ExpressionUUID->"4e076a32-6fae-445f-9c22-79ad945e64bc"],
Cell[142606, 3413, 13670, 319, 257, "Print",ExpressionUUID->"6738fffb-f6e3-4315-b557-9f08bb805b07"],
Cell[156279, 3734, 13699, 319, 249, "Print",ExpressionUUID->"01b91a4a-9900-402c-afaf-6d85e9f2e836"]
}, Open ]]
}, Open ]]
}, Closed]]
}, Open ]],
Cell[CellGroupData[{
Cell[170051, 4061, 470, 10, 54, "Subsection",ExpressionUUID->"309b6903-5203-4ddc-bc6c-bf43011100e7"],
Cell[CellGroupData[{
Cell[170546, 4075, 159, 3, 45, "Subsubsection",ExpressionUUID->"c8fbf38c-46fb-464a-8bb3-946d33ae081f"],
Cell[CellGroupData[{
Cell[170730, 4082, 349, 7, 30, "Input",ExpressionUUID->"1229e25d-ca76-4199-b56c-466f9bc93320"],
Cell[CellGroupData[{
Cell[171104, 4093, 11033, 264, 116, "Print",ExpressionUUID->"211d8ac7-f765-4915-9358-7b704d37275c"],
Cell[182140, 4359, 13957, 324, 116, "Print",ExpressionUUID->"f4ae6947-6f8a-4256-b33c-b21d7fa13256"],
Cell[196100, 4685, 288, 6, 24, "Print",ExpressionUUID->"72162e2c-6883-497f-8ffd-4edf44f35556"],
Cell[196391, 4693, 1896, 47, 160, "Print",ExpressionUUID->"c842e904-c2ec-4755-9922-c5ac40095e03"],
Cell[198290, 4742, 269, 6, 24, "Print",ExpressionUUID->"ca3d9d07-64f8-4ee0-b58f-2d155751fd9d"],
Cell[198562, 4750, 1884, 53, 108, "Print",ExpressionUUID->"7be5a259-93d9-45e0-9871-c9136dae9a28"],
Cell[200449, 4805, 271, 6, 24, "Print",ExpressionUUID->"11590214-d90c-4b5c-a728-5a40010b1a1a"],
Cell[200723, 4813, 1883, 53, 108, "Print",ExpressionUUID->"90772b83-7420-435a-8a5d-538fbccd7f2f"],
Cell[202609, 4868, 16068, 377, 245, "Print",ExpressionUUID->"cc34cd43-1531-4dd0-8289-553da868e118"],
Cell[218680, 5247, 16060, 377, 245, "Print",ExpressionUUID->"be295e4f-e96c-461a-9c32-ae7020e45ed7"]
}, Open ]]
}, Open ]]
}, Closed]],
Cell[CellGroupData[{
Cell[234801, 5631, 158, 3, 37, "Subsubsection",ExpressionUUID->"406a1504-2b7f-4379-a837-44c86a902585"],
Cell[CellGroupData[{
Cell[234984, 5638, 349, 7, 30, "Input",ExpressionUUID->"de3063eb-cc78-4477-a50e-943bd999d9c1"],
Cell[CellGroupData[{
Cell[235358, 5649, 11032, 263, 116, "Print",ExpressionUUID->"576ba5da-e9b4-4b16-9356-05c049a38a0d"],
Cell[246393, 5914, 13958, 323, 116, "Print",ExpressionUUID->"9bdab08b-c36f-476d-a9f2-6c5de34b0721"],
Cell[260354, 6239, 287, 5, 24, "Print",ExpressionUUID->"1557b817-2882-499b-8327-825269885c53"],
Cell[260644, 6246, 1897, 46, 160, "Print",ExpressionUUID->"dd868bc2-541f-4c9c-84b2-bb5de16e6bb3"],
Cell[262544, 6294, 270, 5, 24, "Print",ExpressionUUID->"c772e8f8-a45b-4b45-bffe-942f4ed66df4"],
Cell[262817, 6301, 1885, 52, 108, "Print",ExpressionUUID->"b8cfa352-43a5-49cc-abcf-ca644c91de26"],
Cell[264705, 6355, 275, 5, 24, "Print",ExpressionUUID->"24eb6aee-5486-4bde-9aad-d653c320226c"],
Cell[264983, 6362, 1884, 52, 108, "Print",ExpressionUUID->"ae07f698-4220-4249-86e9-2de631693153"],
Cell[266870, 6416, 16069, 376, 245, "Print",ExpressionUUID->"6b88a52d-f0ef-4820-8859-c62ffaa3e6ea"],
Cell[282942, 6794, 16061, 376, 245, "Print",ExpressionUUID->"73065180-eaff-4a2e-97a7-1f66ae620853"]
}, Open ]]
}, Open ]]
}, Closed]]
}, Open ]]
}, Open ]],
Cell[CellGroupData[{
Cell[299088, 7179, 303, 5, 67, "Section",ExpressionUUID->"4bc164d9-7727-4610-9901-347bb2f71748"],
Cell[CellGroupData[{
Cell[299416, 7188, 454, 10, 54, "Subsection",ExpressionUUID->"40c1e06d-224c-48d0-9a2a-3189523edea9"],
Cell[CellGroupData[{
Cell[299895, 7202, 159, 3, 45, "Subsubsection",ExpressionUUID->"1187d923-1b26-4a63-a239-49e6ccd26d10"],
Cell[CellGroupData[{
Cell[300079, 7209, 340, 6, 30, "Input",ExpressionUUID->"48512dc3-dbc2-4920-b262-54432de87cd3"],
Cell[CellGroupData[{
Cell[300444, 7219, 7873, 193, 84, "Print",ExpressionUUID->"795aead2-7525-4adf-ba91-e0b00fe70d5a"],
Cell[308320, 7414, 9506, 215, 84, "Print",ExpressionUUID->"f199a46d-252b-4907-a0b2-01cee7feb0ed"],
Cell[317829, 7631, 286, 6, 24, "Print",ExpressionUUID->"a6e9caf3-7e9a-419d-ad25-4cb4ac3efce1"],
Cell[318118, 7639, 1449, 37, 160, "Print",ExpressionUUID->"87b37a07-47db-4c06-a4f2-920648e0d58c"],
Cell[319570, 7678, 269, 6, 24, "Print",ExpressionUUID->"fa65deb8-03da-4ed0-8534-552ba13edd8c"],
Cell[319842, 7686, 1567, 46, 108, "Print",ExpressionUUID->"7abe3fbb-76d5-40bd-9c25-cd5650f5f541"],
Cell[321412, 7734, 271, 6, 24, "Print",ExpressionUUID->"f98c8bf8-6329-492a-88ff-7269e43af08c"],
Cell[321686, 7742, 1572, 46, 108, "Print",ExpressionUUID->"9870e6e5-2d69-4d1a-9c2b-d12a7b90025c"],
Cell[323261, 7790, 14698, 344, 246, "Print",ExpressionUUID->"724394ac-1e56-4159-ac0e-b22d4b021726"]
}, Open ]]
}, Open ]]
}, Closed]],
Cell[CellGroupData[{
Cell[338020, 8141, 158, 3, 37, "Subsubsection",ExpressionUUID->"48f0d896-5ba6-4912-8cf8-55b2c14cf00e"],
Cell[CellGroupData[{
Cell[338203, 8148, 342, 6, 30, "Input",ExpressionUUID->"4b827f34-cc96-4219-82bb-861769eac9ac"],
Cell[CellGroupData[{
Cell[338570, 8158, 7822, 190, 84, "Print",ExpressionUUID->"4dd7f539-372a-42f3-8c4b-4071076b740f"],
Cell[346395, 8350, 9482, 213, 84, "Print",ExpressionUUID->"0d53515d-018c-4d05-85dc-5a5d1bf57c3c"],
Cell[355880, 8565, 289, 5, 24, "Print",ExpressionUUID->"3f788923-f42f-4359-a474-296ea9445ef9"],
Cell[356172, 8572, 1446, 36, 160, "Print",ExpressionUUID->"f6f93371-4145-4e59-afe8-478d4408c07d"],
Cell[357621, 8610, 270, 5, 24, "Print",ExpressionUUID->"de49ec18-b85a-4384-80ea-34ef4434d256"],
Cell[357894, 8617, 1572, 45, 108, "Print",ExpressionUUID->"036a76d2-fafa-4b83-b9a7-c81fb83835c6"],
Cell[359469, 8664, 273, 5, 24, "Print",ExpressionUUID->"ea4f8b46-3131-401b-8173-47261a51588c"],
Cell[359745, 8671, 1595, 46, 108, "Print",ExpressionUUID->"cb8c4af1-6af5-40e2-835f-4a5cc73d5dcc"],
Cell[361343, 8719, 13236, 307, 240, "Print",ExpressionUUID->"c04bcfcf-82d1-4d03-a466-6347befb3aa7"]
}, Open ]]
}, Open ]]
}, Closed]]
}, Closed]],
Cell[CellGroupData[{
Cell[374652, 9034, 470, 10, 38, "Subsection",ExpressionUUID->"e838e631-2610-4036-aa6d-a19d8a9a5a16"],
Cell[CellGroupData[{
Cell[375147, 9048, 159, 3, 45, "Subsubsection",ExpressionUUID->"71918410-8897-410b-9eb2-98c0a2294b1b"],
Cell[CellGroupData[{
Cell[375331, 9055, 390, 6, 30, "Input",ExpressionUUID->"9a7750d2-ab2c-48a5-a32e-b6d35393b8bc"],
Cell[CellGroupData[{
Cell[375746, 9065, 7767, 188, 84, "Print",ExpressionUUID->"9cb377a0-a973-492a-9d37-979b42e9aa87"],
Cell[383516, 9255, 9719, 222, 84, "Print",ExpressionUUID->"e2194031-01ad-47ac-b37b-2e686fa8ca34"],
Cell[393238, 9479, 309, 6, 24, "Print",ExpressionUUID->"db84cc06-89ca-4276-a484-76393f876abd"],
Cell[393550, 9487, 1467, 37, 160, "Print",ExpressionUUID->"a6874dad-dbe7-48ac-9c3d-5d5d7bfbe1a8"],
Cell[395020, 9526, 293, 6, 24, "Print",ExpressionUUID->"ad3246d2-dc8c-415b-b6c2-e30c3611fb02"],
Cell[395316, 9534, 1594, 46, 108, "Print",ExpressionUUID->"bca569bf-7bfc-46d6-97dc-0a84c3183334"],
Cell[396913, 9582, 296, 6, 24, "Print",ExpressionUUID->"c7b304fa-039b-4c03-8fd6-b9d1b7d7af1a"],
Cell[397212, 9590, 1593, 46, 108, "Print",ExpressionUUID->"92a76fd0-45db-4b5e-a84a-9cfd9b01e56b"],
Cell[398808, 9638, 15120, 353, 241, "Print",ExpressionUUID->"8f0b8f47-565d-48fb-840f-0683934acf23"]
}, Open ]]
}, Open ]]
}, Open ]],
Cell[CellGroupData[{
Cell[413989, 9998, 158, 3, 37, "Subsubsection",ExpressionUUID->"0559418f-a8d1-45d7-a596-430ec7ac16d4"],
Cell[CellGroupData[{
Cell[414172, 10005, 388, 6, 30, "Input",ExpressionUUID->"6c9ccb28-86f8-4792-b933-df9ffc78e2a1"],
Cell[CellGroupData[{
Cell[414585, 10015, 7790, 188, 84, "Print",ExpressionUUID->"8b564cf3-ab56-4473-9bed-4d6b6e130085"],
Cell[422378, 10205, 9646, 219, 84, "Print",ExpressionUUID->"c02e5bb9-286d-4a23-a211-030f9998879b"],
Cell[432027, 10426, 311, 5, 24, "Print",ExpressionUUID->"68d10e52-3eb6-47fb-90ee-741a82e1ac71"],
Cell[432341, 10433, 1465, 36, 160, "Print",ExpressionUUID->"c2445324-4011-45cf-9e51-44b0107dd72a"],
Cell[433809, 10471, 292, 5, 24, "Print",ExpressionUUID->"ab6bbe56-d4af-4b1a-a430-391d04019227"],
Cell[434104, 10478, 1594, 45, 108, "Print",ExpressionUUID->"85f1664b-78a2-4ff4-9bf4-d571ca6af716"],
Cell[435701, 10525, 295, 5, 24, "Print",ExpressionUUID->"366cd989-bd98-4068-a470-50b360eb6430"],
Cell[435999, 10532, 1596, 45, 108, "Print",ExpressionUUID->"3b0f7933-e356-4240-91fd-87f3ff550772"],
Cell[437598, 10579, 15124, 352, 241, "Print",ExpressionUUID->"1f57fe1e-f81c-4875-a0b8-18934db193b7"]
}, Open ]]
}, Open ]]
}, Open ]]
}, Open ]]
}, Closed]],
Cell[CellGroupData[{
Cell[452807, 10940, 359, 6, 53, "Section",ExpressionUUID->"2d03c9f0-e4a3-41a4-8cfe-2e4197a5dabd"],
Cell[CellGroupData[{
Cell[453191, 10950, 454, 10, 54, "Subsection",ExpressionUUID->"9866eb65-5bb5-4c32-b8ab-9023e8a2a9c4"],
Cell[CellGroupData[{
Cell[453670, 10964, 159, 3, 45, "Subsubsection",ExpressionUUID->"19be0910-72c8-4d35-a56b-793891f6369a"],
Cell[CellGroupData[{
Cell[453854, 10971, 393, 7, 30, "Input",ExpressionUUID->"2473d860-e3bd-4a65-8045-913ca0d9b24a"],
Cell[CellGroupData[{
Cell[454272, 10982, 28531, 684, 270, "Print",ExpressionUUID->"98deee91-2265-4b98-ba3a-4694d9c9b766"],
Cell[482806, 11668, 36179, 819, 270, "Print",ExpressionUUID->"584b5fc1-5614-4fb6-a1dd-ce53ac74adaf"],
Cell[518988, 12489, 310, 6, 24, "Print",ExpressionUUID->"2901aca6-9878-481c-8ecd-a8373fa27e82"],
Cell[519301, 12497, 4183, 98, 160, "Print",ExpressionUUID->"ac747aa4-a250-4b50-a742-0b4b56bb2460"],
Cell[523487, 12597, 291, 6, 24, "Print",ExpressionUUID->"51843065-3a84-46aa-b0f4-9bdd9f32d523"],
Cell[523781, 12605, 3487, 89, 108, "Print",ExpressionUUID->"709c495d-b656-4f39-aa9c-00390bff6f0d"],
Cell[527271, 12696, 294, 6, 24, "Print",ExpressionUUID->"4402c43e-685d-4798-8e12-faec5495beaf"],
Cell[527568, 12704, 3480, 89, 108, "Print",ExpressionUUID->"16adaca7-96f3-4f28-a85f-bf8e70f1d7fa"],
Cell[531051, 12795, 17098, 405, 246, "Print",ExpressionUUID->"665e3dd5-ab71-4ae2-8980-6c32be8221ef"],
Cell[548152, 13202, 17103, 405, 250, "Print",ExpressionUUID->"8a8f7300-63a8-43ff-af59-2b68a388e3af"],
Cell[565258, 13609, 17100, 405, 253, "Print",ExpressionUUID->"4197013a-1a11-442f-800d-01706fb3c854"],
Cell[582361, 14016, 17088, 405, 251, "Print",ExpressionUUID->"89dbb424-8d05-46c4-8013-b67c0f9d0fde"],
Cell[599452, 14423, 17100, 405, 246, "Print",ExpressionUUID->"15b33e99-860c-43b3-af06-f02764dcd9e3"],
Cell[616555, 14830, 17098, 405, 248, "Print",ExpressionUUID->"72e8a18d-6294-424f-9779-38bca3281329"],
Cell[633656, 15237, 17094, 405, 246, "Print",ExpressionUUID->"b1492ebc-27b5-45e0-aa61-4be672e62006"]
}, Open ]]
}, Open ]]
}, Open ]],
Cell[CellGroupData[{
Cell[650811, 15649, 158, 3, 37, "Subsubsection",ExpressionUUID->"bbd4e75b-5205-4f33-bb16-f3f2b7e43109"],
Cell[CellGroupData[{
Cell[650994, 15656, 373, 7, 30, "Input",ExpressionUUID->"071f6ae3-30e1-47ee-bb49-cbbca415c942"],
Cell[CellGroupData[{
Cell[651392, 15667, 14782, 356, 146, "Print",ExpressionUUID->"c8382652-8299-4f94-9f32-62f54049a54d"],
Cell[666177, 16025, 18474, 419, 146, "Print",ExpressionUUID->"9ec0f7a3-4df1-4b49-8d7d-eeace07310b0"],
Cell[684654, 16446, 311, 5, 24, "Print",ExpressionUUID->"b24cb528-036e-4cb7-9c89-b434a530a51f"],
Cell[684968, 16453, 2373, 56, 160, "Print",ExpressionUUID->"9056f27f-48cd-453b-8ae8-7eb877f2f98c"],
Cell[687344, 16511, 294, 5, 24, "Print",ExpressionUUID->"ced1dcee-66af-42d2-9bc4-b0b1e172e996"],
Cell[687641, 16518, 2226, 59, 108, "Print",ExpressionUUID->"3b46d056-69dc-4ee0-9723-d2df84e20030"],
Cell[689870, 16579, 297, 5, 24, "Print",ExpressionUUID->"480e9379-7709-43de-9918-2d87695d198d"],
Cell[690170, 16586, 2226, 59, 108, "Print",ExpressionUUID->"7bb806a4-3b2d-4d17-8331-3612c5c71ba6"],
Cell[692399, 16647, 15123, 352, 234, "Print",ExpressionUUID->"f5735583-2631-402e-9e0e-2e7d21dd4ed1"],
Cell[707525, 17001, 15127, 352, 234, "Print",ExpressionUUID->"d723f984-e720-4024-8f50-47f37c36fddd"],
Cell[722655, 17355, 15119, 352, 239, "Print",ExpressionUUID->"fa10eea4-eae1-402d-b1e5-a2d9ca790d32"]
}, Open ]]
}, Open ]]
}, Closed]]
}, Open ]],
Cell[CellGroupData[{
Cell[737847, 17715, 470, 10, 54, "Subsection",ExpressionUUID->"0d0bb6a0-225d-4127-96d7-f8801ec4f21a"],
Cell[CellGroupData[{
Cell[738342, 17729, 159, 3, 45, "Subsubsection",ExpressionUUID->"a5a6af05-82ae-4f75-82c1-a61a2e154b5a"],
Cell[CellGroupData[{
Cell[738526, 17736, 425, 8, 30, "Input",ExpressionUUID->"dd5aec0c-f2dc-4cd1-815d-7e0ad170b761"],
Cell[CellGroupData[{
Cell[738976, 17748, 462, 12, 24, "Print",ExpressionUUID->"e8980562-37ac-4190-867d-dab687348d52"],
Cell[739441, 17762, 467, 12, 24, "Print",ExpressionUUID->"7ee73ae8-70f0-4ca5-83c8-01dc9cfe3b15"],
Cell[739911, 17776, 332, 6, 24, "Print",ExpressionUUID->"73b7242e-d4b4-4514-a1b6-8d3804f7d1e5"],
Cell[740246, 17784, 6616, 185, 160, "Print",ExpressionUUID->"189a9353-2768-468d-a8fd-2f5ae4a40e5a"],
Cell[746865, 17971, 314, 6, 24, "Print",ExpressionUUID->"1c095eba-b80a-46f9-8cde-f326ac096c24"],
Cell[747182, 17979, 528, 14, 24, "Print",ExpressionUUID->"65b79cbd-0565-43ce-b847-69bf9cdd8ac1"],
Cell[747713, 17995, 317, 6, 24, "Print",ExpressionUUID->"5cdf8566-9f93-4c18-bf8e-8faff6219dc3"],
Cell[748033, 18003, 526, 14, 24, "Print",ExpressionUUID->"ebd1f78d-d1a3-4865-843c-59fc2ceb568b"]
}, Open ]]
}, Open ]]
}, Closed]],
Cell[CellGroupData[{
Cell[748620, 18024, 158, 3, 37, "Subsubsection",ExpressionUUID->"ad9261ea-76ad-4734-ac04-a24c3c076346"],
Cell[CellGroupData[{
Cell[748803, 18031, 425, 8, 30, "Input",ExpressionUUID->"6abfd2b6-ce29-40fd-9f61-4b051f8e4933"],
Cell[CellGroupData[{
Cell[749253, 18043, 469, 12, 24, "Print",ExpressionUUID->"96a93f4d-053e-4434-965f-2cb967367744"],
Cell[749725, 18057, 470, 12, 24, "Print",ExpressionUUID->"2e90e20a-0187-43db-9dd3-9574052ece01"],
Cell[750198, 18071, 337, 6, 24, "Print",ExpressionUUID->"0f81ca0a-d529-45f3-a50e-217ccb86229f"],
Cell[750538, 18079, 6623, 185, 160, "Print",ExpressionUUID->"77e71ee0-5d3d-4f1e-91d2-5af9106123d3"],
Cell[757164, 18266, 320, 6, 24, "Print",ExpressionUUID->"f9c93ab6-3bc9-4e28-a188-b46fc72e714f"],
Cell[757487, 18274, 531, 14, 24, "Print",ExpressionUUID->"f014f56e-c5bd-4894-8cf4-4c7c9401fa03"],
Cell[758021, 18290, 323, 6, 24, "Print",ExpressionUUID->"9f60b3b6-9901-4d42-9de0-85603f98a88b"],
Cell[758347, 18298, 531, 14, 24, "Print",ExpressionUUID->"075e8971-2890-4ff5-86a9-e2e9f0539152"]
}, Open ]]
}, Open ]]
}, Closed]]
}, Open ]]
}, Open ]],
Cell[CellGroupData[{
Cell[758963, 18321, 357, 6, 67, "Section",ExpressionUUID->"d2e1551c-3b13-47a9-adc7-8afa8ba7ec7c"],
Cell[CellGroupData[{
Cell[759345, 18331, 454, 10, 54, "Subsection",ExpressionUUID->"853c1bd4-2468-4676-9192-626708219467"],
Cell[CellGroupData[{
Cell[759824, 18345, 159, 3, 45, "Subsubsection",ExpressionUUID->"c8db66af-f663-49ea-9f41-e0fd510add8c"],
Cell[CellGroupData[{
Cell[760008, 18352, 393, 7, 30, "Input",ExpressionUUID->"79626d0d-4b6f-46dc-956e-e682455d0fd7"],
Cell[CellGroupData[{
Cell[760426, 18363, 14965, 364, 146, "Print",ExpressionUUID->"09e81f81-3040-4136-9103-c8033a5221a2"],
Cell[775394, 18729, 18526, 420, 146, "Print",ExpressionUUID->"26c09993-9287-4022-b5c5-4cabdf0fd63f"],
Cell[793923, 19151, 307, 6, 24, "Print",ExpressionUUID->"174d8f1d-20c6-4c56-b46e-4a30b44eab0e"],
Cell[794233, 19159, 2370, 57, 160, "Print",ExpressionUUID->"6a3f9b23-cea3-4695-b7a3-b3ab774738e2"],
Cell[796606, 19218, 291, 6, 24, "Print",ExpressionUUID->"e6eac57d-7283-4724-a086-b0b84b85dc93"],
Cell[796900, 19226, 2221, 60, 108, "Print",ExpressionUUID->"e80bd17e-9cd4-4aba-ad54-011a71ef0b10"],
Cell[799124, 19288, 294, 6, 24, "Print",ExpressionUUID->"32bdb00e-7676-4942-a4f0-a2c889dcfc31"],
Cell[799421, 19296, 2224, 60, 108, "Print",ExpressionUUID->"fc5c7251-1163-4154-a79f-c8a86839f268"],
Cell[801648, 19358, 16608, 389, 246, "Print",ExpressionUUID->"01a8a19a-b15b-4382-a017-f253dba0aea8"],
Cell[818259, 19749, 16588, 389, 246, "Print",ExpressionUUID->"6d2d8791-522a-4c0d-8a60-ebbcc480ab7e"],
Cell[834850, 20140, 16581, 389, 246, "Print",ExpressionUUID->"091aaa27-16a6-46e6-b4b4-187c187d30f6"]
}, Open ]]
}, Open ]]
}, Closed]],
Cell[CellGroupData[{
Cell[851492, 20536, 158, 3, 37, "Subsubsection",ExpressionUUID->"d33af504-1e44-434b-988b-bbe49d8b0a6d"],
Cell[CellGroupData[{
Cell[851675, 20543, 373, 7, 30, "Input",ExpressionUUID->"35a9a717-9a2e-4a3f-a507-546715a54dd1"],
Cell[CellGroupData[{
Cell[852073, 20554, 21858, 527, 208, "Print",ExpressionUUID->"be43de30-0b16-4742-95bf-7bb61c7bb41d"],
Cell[873934, 21083, 26992, 610, 208, "Print",ExpressionUUID->"5fd63cc1-7866-4fe6-80b8-5aa9480db5f9"],
Cell[900929, 21695, 311, 5, 24, "Print",ExpressionUUID->"4f484610-cc91-4963-984c-f36d46616d9b"],
Cell[901243, 21702, 3286, 76, 160, "Print",ExpressionUUID->"63523446-6f43-4221-8212-4f007540829f"],
Cell[904532, 21780, 296, 5, 24, "Print",ExpressionUUID->"4fdcf966-38db-4f7f-b676-f3d07c01d5d4"],
Cell[904831, 21787, 2849, 73, 108, "Print",ExpressionUUID->"8ac8a8dc-f39c-4675-9243-75a7b9eb1f52"],
Cell[907683, 21862, 297, 5, 24, "Print",ExpressionUUID->"ffcf7ba4-ac12-4ff1-a8b6-a895b5ec351a"],
Cell[907983, 21869, 2859, 73, 108, "Print",ExpressionUUID->"0db12988-ee3e-431c-bde5-9c7829db61d7"],
Cell[910845, 21944, 16568, 388, 258, "Print",ExpressionUUID->"742ad3b8-560d-44df-a1ad-54f67a85a6ef"],
Cell[927416, 22334, 16593, 388, 251, "Print",ExpressionUUID->"8bb30918-5926-497d-a093-b1329ed81f89"],
Cell[944012, 22724, 16587, 388, 251, "Print",ExpressionUUID->"d21a584b-0b64-48f1-8d0e-c28bdf3216a9"],
Cell[960602, 23114, 16581, 388, 246, "Print",ExpressionUUID->"465f2d89-ab30-4545-9bb8-23d127330490"],
Cell[977186, 23504, 16684, 389, 241, "Print",ExpressionUUID->"9234d98f-0733-485e-aa84-dc8fc0489a23"]
}, Open ]]
}, Open ]]
}, Closed]],
Cell[CellGroupData[{
Cell[993931, 23900, 203, 4, 37, "Subsubsection",ExpressionUUID->"27638c24-55f7-4489-8e39-731d65c46301"],
Cell[CellGroupData[{
Cell[994159, 23908, 396, 7, 30, "Input",ExpressionUUID->"620df4e2-efce-4641-8ba7-4db4960ea51c"],
Cell[CellGroupData[{
Cell[994580, 23919, 7927, 193, 84, "Print",ExpressionUUID->"179883ae-c39c-4388-ae73-73764ba539a2"],
Cell[1002510, 24114, 9671, 219, 84, "Print",ExpressionUUID->"fbbdf37b-cef3-4738-bbe4-5e2f8cfbee2c"],
Cell[1012184, 24335, 339, 6, 24, "Print",ExpressionUUID->"780dc1e6-c66c-4187-8c74-4d9e0a360eb4"],
Cell[1012526, 24343, 1499, 37, 160, "Print",ExpressionUUID->"4d7dd8da-7915-4825-b672-6f2657831a66"],
Cell[1014028, 24382, 322, 6, 24, "Print",ExpressionUUID->"fbcc535a-9eb4-47cf-bc3b-30f312a2e5ad"],
Cell[1014353, 24390, 1624, 46, 108, "Print",ExpressionUUID->"c42f1fa1-74c2-4b61-ab96-b486a32168a2"],
Cell[1015980, 24438, 325, 6, 24, "Print",ExpressionUUID->"31a4830c-f28c-441f-98b2-12766c6d8623"],
Cell[1016308, 24446, 1623, 46, 108, "Print",ExpressionUUID->"72eb9b37-8248-40a7-8266-eae47734ea52"],
Cell[1017934, 24494, 14680, 341, 229, "Print",ExpressionUUID->"d35cecb1-ada7-4583-90d3-245fec481806"]
}, Open ]]
}, Open ]]
}, Closed]]
}, Open ]],
Cell[CellGroupData[{
Cell[1032687, 24843, 470, 10, 54, "Subsection",ExpressionUUID->"0c075ae9-43cf-45bc-936b-40c09c9a35d5"],
Cell[CellGroupData[{
Cell[1033182, 24857, 159, 3, 45, "Subsubsection",ExpressionUUID->"70f91c8c-c790-4a5f-a0e0-26f6af7216a1"],
Cell[CellGroupData[{
Cell[1033366, 24864, 445, 8, 30, "Input",ExpressionUUID->"095c0a2e-4092-4b9f-96b4-10b844f62e22"],
Cell[CellGroupData[{
Cell[1033836, 24876, 14807, 356, 146, "Print",ExpressionUUID->"e2ac1c10-fd9b-4ab7-b5a3-fe4044cf66d8"],
Cell[1048646, 25234, 18668, 426, 146, "Print",ExpressionUUID->"df5a5b60-8155-4721-ac27-a32389ffcbe6"],
Cell[1067317, 25662, 386, 7, 24, "Print",ExpressionUUID->"fd861a35-3aef-44c8-bdbb-ddb77264549b"],
Cell[1067706, 25671, 2449, 58, 160, "Print",ExpressionUUID->"7d5b5e4c-bd4a-4b06-a9ec-33079fc9965c"],
Cell[1070158, 25731, 371, 7, 24, "Print",ExpressionUUID->"27134443-310f-40d7-bb2a-d5443d90aa6f"],
Cell[1070532, 25740, 2304, 61, 108, "Print",ExpressionUUID->"37d9f1cd-d823-41e8-aec6-45960754583d"],
Cell[1072839, 25803, 372, 7, 24, "Print",ExpressionUUID->"32cad68a-fe8b-4ffe-8adf-5b6b41199655"],
Cell[1073214, 25812, 2299, 61, 108, "Print",ExpressionUUID->"cf898ba9-8f7c-4fab-a194-992ae37b6d90"],
Cell[1075516, 25875, 17406, 408, 247, "Print",ExpressionUUID->"cb1b70bc-5c52-4371-94e1-70645d7fe127"],
Cell[1092925, 26285, 17388, 408, 246, "Print",ExpressionUUID->"eaeb1b98-7a77-46ba-9c67-491d376f48d8"],
Cell[1110316, 26695, 17392, 408, 246, "Print",ExpressionUUID->"86e6d834-3d9f-4c81-a396-cd69a0d755be"]
}, Open ]]
}, Open ]]
}, Closed]],
Cell[CellGroupData[{
Cell[1127769, 27110, 158, 3, 37, "Subsubsection",ExpressionUUID->"6d5a84a3-c0d8-4e43-9e95-3a1b73595711"],
Cell[CellGroupData[{
Cell[1127952, 27117, 423, 8, 30, "Input",ExpressionUUID->"3265ee7e-bda6-48c8-bf17-e175b82852a9"],
Cell[CellGroupData[{
Cell[1128400, 27129, 488, 12, 24, "Print",ExpressionUUID->"31db3402-664e-4838-90aa-e4fd9ec20953"],
Cell[1128891, 27143, 492, 12, 24, "Print",ExpressionUUID->"9ac3a5e2-5a56-476c-8892-ae4a4ca3b59d"],
Cell[1129386, 27157, 361, 6, 24, "Print",ExpressionUUID->"93cd86c8-75b4-481e-87a1-9bb918913490"],
Cell[1129750, 27165, 6645, 185, 160, "Print",ExpressionUUID->"09222556-b0be-4895-a643-7ee859d373e6"],
Cell[1136398, 27352, 342, 6, 24, "Print",ExpressionUUID->"d6c3818b-6b5d-4baa-b860-0435b142c13e"],
Cell[1136743, 27360, 552, 14, 24, "Print",ExpressionUUID->"76e24ccd-2f37-428e-bc8e-8d9953207a06"],
Cell[1137298, 27376, 345, 6, 24, "Print",ExpressionUUID->"c88a134e-f65a-4908-8ae9-9b18f7d4be23"],
Cell[1137646, 27384, 553, 14, 24, "Print",ExpressionUUID->"f7599843-fd6b-4eda-beb8-a2ee1aa7ba1e"]
}, Open ]]
}, Open ]]
}, Closed]],
Cell[CellGroupData[{
Cell[1138260, 27405, 203, 4, 37, "Subsubsection",ExpressionUUID->"a97a4d2e-d01c-4678-b438-32ecc11fa4e2"],
Cell[CellGroupData[{
Cell[1138488, 27413, 396, 7, 30, "Input",ExpressionUUID->"1aa74089-8bd6-4b99-bb04-8f50c5d88a4e"],
Cell[CellGroupData[{
Cell[1138909, 27424, 7773, 186, 84, "Print",ExpressionUUID->"3ed514a0-0dad-4ce1-aa5c-84ee66ba7bfe"],
Cell[1146685, 27612, 9722, 221, 84, "Print",ExpressionUUID->"9943924b-015a-4b6c-a124-109f23e40086"],
Cell[1156410, 27835, 360, 6, 24, "Print",ExpressionUUID->"7eadb373-5ab6-4547-bd3a-1a0d9105f7c1"],
Cell[1156773, 27843, 1516, 37, 160, "Print",ExpressionUUID->"174a0e9a-c3e5-4b40-bc80-157385e5fa8b"],
Cell[1158292, 27882, 345, 6, 24, "Print",ExpressionUUID->"897cc0cb-805b-4871-9e55-d4bac584b386"],
Cell[1158640, 27890, 1645, 46, 108, "Print",ExpressionUUID->"c724060c-3e86-419b-8bbd-0d0b4c900f64"],
Cell[1160288, 27938, 348, 6, 24, "Print",ExpressionUUID->"e59b36e8-9779-46c9-9a43-c73f96af1147"],
Cell[1160639, 27946, 1644, 46, 108, "Print",ExpressionUUID->"fed8271e-d3be-4745-9275-6db2a4843422"],
Cell[1162286, 27994, 16653, 389, 246, "Print",ExpressionUUID->"c52382b8-9c05-4b81-a068-dd9df12ff689"]
}, Open ]]
}, Open ]]
}, Closed]]
}, Open ]]
}, Closed]],
Cell[CellGroupData[{
Cell[1179024, 28392, 402, 6, 53, "Section",ExpressionUUID->"391abe32-44db-4766-8a5b-2a8d356e5dff"],
Cell[CellGroupData[{
Cell[1179451, 28402, 454, 10, 54, "Subsection",ExpressionUUID->"006e73f0-b9f7-452a-b715-c31db2deb476"],
Cell[CellGroupData[{
Cell[1179930, 28416, 159, 3, 45, "Subsubsection",ExpressionUUID->"9086b717-8aae-4ba7-8feb-c8999e27764c"],
Cell[CellGroupData[{
Cell[1180114, 28423, 439, 7, 30, "Input",ExpressionUUID->"6fd4ee49-e07d-4333-aa2c-7744c71d9309"],
Cell[CellGroupData[{
Cell[1180578, 28434, 21839, 527, 208, "Print",ExpressionUUID->"b84f3dd0-3638-44b6-ae86-0b67d1ff77bd"],
Cell[1202420, 28963, 27423, 622, 208, "Print",ExpressionUUID->"1f25ddbb-b1a9-4555-a1ab-916f8a578467"],
Cell[1229846, 29587, 330, 6, 24, "Print",ExpressionUUID->"412f2aa2-8133-4b14-b01d-ac9644142512"],
Cell[1230179, 29595, 3295, 77, 160, "Print",ExpressionUUID->"be5e6d0e-cd70-47fe-bc3d-e1ff61dde084"],
Cell[1233477, 29674, 315, 6, 24, "Print",ExpressionUUID->"d4fcf662-075b-4b60-94fb-f17b49a2a0fc"],
Cell[1233795, 29682, 2877, 74, 108, "Print",ExpressionUUID->"41e0c346-58b2-4143-b7bb-5483f99318b2"],
Cell[1236675, 29758, 316, 6, 24, "Print",ExpressionUUID->"97ab57d9-f7e3-402e-bab7-3012675f9a9c"],
Cell[1236994, 29766, 2871, 74, 108, "Print",ExpressionUUID->"8e7323b2-a5b1-42f8-a9d5-1cece3bb99d3"],
Cell[1239868, 29842, 17215, 404, 246, "Print",ExpressionUUID->"afdbcb37-3e73-4e18-bb9e-98ae3a5598da"],
Cell[1257086, 30248, 17212, 404, 246, "Print",ExpressionUUID->"af132aa8-faa5-464d-b921-0a318f36f2f1"],
Cell[1274301, 30654, 17222, 404, 246, "Print",ExpressionUUID->"705c9d76-cbf4-43de-bada-2d7f09c83f5d"],
Cell[1291526, 31060, 17210, 404, 246, "Print",ExpressionUUID->"ac48c6d4-be95-4b6e-9a30-f23381dd3037"],
Cell[1308739, 31466, 17224, 404, 246, "Print",ExpressionUUID->"f3516181-c263-4a6d-bca7-bca470ebef37"]
}, Open ]]
}, Open ]]
}, Closed]],
Cell[CellGroupData[{
Cell[1326024, 31877, 158, 3, 37, "Subsubsection",ExpressionUUID->"bab14085-c414-4b35-bf88-e6fff2457649"],
Cell[CellGroupData[{
Cell[1326207, 31884, 392, 6, 30, "Input",ExpressionUUID->"a6c84228-51a8-4990-a307-5826e8308cf5"],
Cell[CellGroupData[{
Cell[1326624, 31894, 467, 12, 24, "Print",ExpressionUUID->"5da9c3d3-2338-4eec-80e4-2c188157e871"],
Cell[1327094, 31908, 470, 12, 24, "Print",ExpressionUUID->"13e91665-1645-4237-b6e7-180156b3c17e"],
Cell[1327567, 31922, 339, 6, 24, "Print",ExpressionUUID->"a31117fb-f061-4424-8aa6-0fa84af42ea5"],
Cell[1327909, 31930, 6621, 185, 160, "Print",ExpressionUUID->"bf2f7863-0370-4ed5-8f56-442bd48ceb30"],
Cell[1334533, 32117, 318, 6, 24, "Print",ExpressionUUID->"5a3aa227-4529-4340-803e-d5ded8ade02b"],
Cell[1334854, 32125, 531, 14, 24, "Print",ExpressionUUID->"04e3a917-48fa-497c-88c6-e1f30a0e6393"],
Cell[1335388, 32141, 322, 6, 24, "Print",ExpressionUUID->"9f268a41-d0ee-4689-9e45-2d3883918fb4"],
Cell[1335713, 32149, 531, 14, 24, "Print",ExpressionUUID->"e223c774-1c1e-4322-9686-839f4614c835"]
}, Open ]]
}, Open ]]
}, Closed]]
}, Open ]],
Cell[CellGroupData[{
Cell[1336317, 32171, 470, 10, 54, "Subsection",ExpressionUUID->"6a2085ff-c038-4c32-ab5d-a43ee0f1b5b0"],
Cell[CellGroupData[{
Cell[1336812, 32185, 159, 3, 45, "Subsubsection",ExpressionUUID->"0bc501d7-31b2-4207-81a9-c3ca5b501638"],
Cell[CellGroupData[{
Cell[1336996, 32192, 442, 7, 30, "Input",ExpressionUUID->"358cf596-f62d-4c11-a5a2-5256048e5f8f"],
Cell[CellGroupData[{
Cell[1337463, 32203, 488, 13, 24, "Print",ExpressionUUID->"b450e7fc-8c7f-4558-a3d9-d04ac27abcaa"],
Cell[1337954, 32218, 493, 13, 24, "Print",ExpressionUUID->"6277226f-1477-445d-8f37-daaa6695afe6"],
Cell[1338450, 32233, 357, 7, 24, "Print",ExpressionUUID->"d489a123-122c-4c67-b1b2-7dd879d88380"],
Cell[1338810, 32242, 6642, 186, 160, "Print",ExpressionUUID->"d67cdc46-fda6-419f-b196-58f9dd332ac0"],
Cell[1345455, 32430, 341, 7, 24, "Print",ExpressionUUID->"34c49594-de68-4bd8-a097-81999b261a62"],
Cell[1345799, 32439, 552, 15, 24, "Print",ExpressionUUID->"aa590f49-263a-42e7-ada9-bf660ceb5d9f"],
Cell[1346354, 32456, 344, 7, 24, "Print",ExpressionUUID->"c9164151-0a51-4e07-b7ab-c056bcd4449c"],
Cell[1346701, 32465, 552, 15, 24, "Print",ExpressionUUID->"96b0ace3-11c8-49d8-b25d-c4f3dd126c62"]
}, Open ]]
}, Open ]]
}, Closed]],
Cell[CellGroupData[{
Cell[1347314, 32487, 158, 3, 37, "Subsubsection",ExpressionUUID->"92939f8c-e1c8-434e-bba6-7c41ee37fde5"],
Cell[CellGroupData[{
Cell[1347497, 32494, 442, 7, 30, "Input",ExpressionUUID->"10e0833d-8462-4eb1-9f21-c2cc9fef2a0e"],
Cell[CellGroupData[{
Cell[1347964, 32505, 491, 12, 24, "Print",ExpressionUUID->"5a0fb1f6-6289-4f92-8b67-796ee1cd0e03"],
Cell[1348458, 32519, 496, 12, 24, "Print",ExpressionUUID->"4ab1d9d2-cbf5-4075-88a0-35b25e8dba28"],
Cell[1348957, 32533, 363, 6, 24, "Print",ExpressionUUID->"510172dc-6caf-4e26-8a0e-0e738483a387"],
Cell[1349323, 32541, 6645, 185, 160, "Print",ExpressionUUID->"df772119-db2a-4311-98a9-35a82badafb2"],
Cell[1355971, 32728, 344, 6, 24, "Print",ExpressionUUID->"3dc86891-f235-4bfa-b7d9-2b7f55889316"],
Cell[1356318, 32736, 557, 14, 24, "Print",ExpressionUUID->"672d1a40-f658-4ffd-9f3c-a429942525f4"],
Cell[1356878, 32752, 347, 6, 24, "Print",ExpressionUUID->"a4d70299-0a08-4125-a68d-f0ddc666de18"],
Cell[1357228, 32760, 557, 14, 24, "Print",ExpressionUUID->"82705323-ec0f-4098-8df4-faacab46f290"]
}, Open ]]
}, Open ]]
}, Closed]]
}, Open ]]
}, Closed]],
Cell[CellGroupData[{
Cell[1357870, 32783, 401, 6, 53, "Section",ExpressionUUID->"04f5c3c5-c25b-44bd-b883-00d9e48e781c"],
Cell[CellGroupData[{
Cell[1358296, 32793, 454, 10, 54, "Subsection",ExpressionUUID->"8a930a4e-19e2-4475-a219-5da175a9d4ee"],
Cell[CellGroupData[{
Cell[1358775, 32807, 159, 3, 45, "Subsubsection",ExpressionUUID->"7197b38c-0743-426d-a0f2-62e67b0713b7"],
Cell[CellGroupData[{
Cell[1358959, 32814, 433, 7, 30, "Input",ExpressionUUID->"59fa9e1e-18a7-420b-9352-4c1aed9ebc26"],
Cell[CellGroupData[{
Cell[1359417, 32825, 18554, 451, 178, "Print",ExpressionUUID->"fe261a2e-b79c-4637-811d-b4d604d32d5a"],
Cell[1377974, 33278, 22990, 521, 178, "Print",ExpressionUUID->"ccd97729-28f8-4299-a56c-e2acfa43a3ba"],
Cell[1400967, 33801, 330, 6, 24, "Print",ExpressionUUID->"50ba7639-7fc4-49eb-9580-db87ed57ed44"],
Cell[1401300, 33809, 2847, 67, 160, "Print",ExpressionUUID->"b83125a2-3009-4b68-b3f3-f41acc22ca11"],
Cell[1404150, 33878, 313, 6, 24, "Print",ExpressionUUID->"70c971fe-17c7-485e-85ec-0d7281fd02fe"],
Cell[1404466, 33886, 2559, 67, 108, "Print",ExpressionUUID->"57d399d0-40e0-4a59-bdee-e4ed1ce243b8"],
Cell[1407028, 33955, 316, 6, 24, "Print",ExpressionUUID->"83906c46-a969-4f90-a9b0-089d557b75fc"],
Cell[1407347, 33963, 2551, 67, 108, "Print",ExpressionUUID->"5781ff87-4765-452e-98c4-5a0c7c3c93ed"],
Cell[1409901, 34032, 16138, 377, 241, "Print",ExpressionUUID->"0130791a-9bc0-468d-be76-ce071388f13e"],
Cell[1426042, 34411, 16122, 377, 246, "Print",ExpressionUUID->"154bcf03-65ba-4157-b21d-f76f3d30773b"],
Cell[1442167, 34790, 16124, 377, 250, "Print",ExpressionUUID->"95b31358-d7e0-4df9-8a44-5402f444501a"],
Cell[1458294, 35169, 16120, 377, 246, "Print",ExpressionUUID->"c55b1319-113a-4090-b0ee-1ed344b6128c"]
}, Open ]]
}, Open ]]
}, Closed]],
Cell[CellGroupData[{
Cell[1474475, 35553, 158, 3, 37, "Subsubsection",ExpressionUUID->"6655f803-0998-4ab2-988f-775c5bca12ed"],
Cell[CellGroupData[{
Cell[1474658, 35560, 415, 7, 30, "Input",ExpressionUUID->"8fb9bab6-61de-4b7e-8339-e4db42449419"],
Cell[CellGroupData[{
Cell[1475098, 35571, 467, 12, 24, "Print",ExpressionUUID->"5ac65d3e-e739-4e5e-9e4c-404506bfc2d3"],
Cell[1475568, 35585, 470, 12, 24, "Print",ExpressionUUID->"41369100-4f38-4b1b-b2c5-33fada4d360b"],
Cell[1476041, 35599, 336, 6, 24, "Print",ExpressionUUID->"a68f8026-fb8f-48e6-b296-151fba3e69c5"],
Cell[1476380, 35607, 6621, 185, 160, "Print",ExpressionUUID->"a4b555a3-d594-4d9e-a0fa-11c75f76bdf8"],
Cell[1483004, 35794, 320, 6, 24, "Print",ExpressionUUID->"d83ca321-68a4-4a71-9729-eb82441393b6"],
Cell[1483327, 35802, 531, 14, 24, "Print",ExpressionUUID->"29028046-a1d9-4405-b77d-a961587917cc"],
Cell[1483861, 35818, 325, 6, 24, "Print",ExpressionUUID->"038d93e1-9d81-40dd-9c5d-0bb9e3f8f42a"],
Cell[1484189, 35826, 533, 14, 24, "Print",ExpressionUUID->"7a0be0db-a912-4bbf-afbd-6acf48be2562"]
}, Open ]]
}, Open ]]
}, Closed]],
Cell[CellGroupData[{
Cell[1484783, 35847, 203, 4, 37, "Subsubsection",ExpressionUUID->"dd3b37a3-f881-4909-b3ed-ee5a338ed1cf"],
Cell[CellGroupData[{
Cell[1485011, 35855, 438, 7, 30, "Input",ExpressionUUID->"4557a1bf-bc99-473e-88d7-c32b716e5a21"],
Cell[CellGroupData[{
Cell[1485474, 35866, 7931, 193, 84, "Print",ExpressionUUID->"fed54ce5-8c1a-4bf4-a484-ed5cc939fad9"],
Cell[1493408, 36061, 9654, 218, 84, "Print",ExpressionUUID->"74a23966-e4e1-4c0d-b519-17abe42cf00b"],
Cell[1503065, 36281, 362, 6, 24, "Print",ExpressionUUID->"871e75bd-4ffe-45f2-87e9-271d66f87be8"],
Cell[1503430, 36289, 1522, 37, 160, "Print",ExpressionUUID->"775e304a-e90c-4d95-b900-233dead2b46e"],
Cell[1504955, 36328, 345, 6, 24, "Print",ExpressionUUID->"78e539b8-551c-432d-b792-a5e032d02020"],
Cell[1505303, 36336, 1644, 46, 108, "Print",ExpressionUUID->"e8c784bb-ef71-4f3a-ad77-216a66febe1b"],
Cell[1506950, 36384, 346, 6, 24, "Print",ExpressionUUID->"5a21b74f-46a7-49a1-b1fa-bc30fd5fe3e8"],
Cell[1507299, 36392, 1646, 46, 108, "Print",ExpressionUUID->"59ab1e8c-4041-45b5-acb2-903e35f7da1d"],
Cell[1508948, 36440, 14700, 341, 230, "Print",ExpressionUUID->"619ea394-9e22-4acf-9654-44e7d0174d6c"]
}, Open ]]
}, Open ]]
}, Closed]]
}, Open ]],
Cell[CellGroupData[{
Cell[1523721, 36789, 470, 10, 54, "Subsection",ExpressionUUID->"b7637cb9-e20c-4ec9-873c-e30a066f0e4d"],
Cell[CellGroupData[{
Cell[1524216, 36803, 159, 3, 45, "Subsubsection",ExpressionUUID->"5e6ce7e7-6193-4d5f-adef-63ecf1ba9af0"],
Cell[CellGroupData[{
Cell[1524400, 36810, 486, 8, 30, "Input",ExpressionUUID->"777d2114-bdbe-4654-b61e-8e4ef64a96f5"],
Cell[CellGroupData[{
Cell[1524911, 36822, 540, 13, 24, "Print",ExpressionUUID->"429d4399-d536-420d-9bb6-06a8f61716fd"],
Cell[1525454, 36837, 541, 13, 24, "Print",ExpressionUUID->"a5e3113f-f54d-424a-80ae-ee87ad026810"],
Cell[1525998, 36852, 410, 7, 24, "Print",ExpressionUUID->"33b62ac6-063d-4460-872a-db40ddf3607c"],
Cell[1526411, 36861, 6692, 186, 160, "Print",ExpressionUUID->"5cc13cb6-5e96-4968-b5b4-45d871d16bfd"],
Cell[1533106, 37049, 390, 7, 24, "Print",ExpressionUUID->"7d6d1130-484e-489a-a33b-3a1167e70b44"],
Cell[1533499, 37058, 604, 15, 24, "Print",ExpressionUUID->"c395752a-afa4-4535-b6aa-e0f1d547a245"],
Cell[1534106, 37075, 396, 7, 24, "Print",ExpressionUUID->"581eb41f-5579-4738-866a-6dbc2d72f793"],
Cell[1534505, 37084, 602, 15, 24, "Print",ExpressionUUID->"2ebdc691-4755-4295-9b99-e201a6f7a15b"]
}, Open ]]
}, Open ]]
}, Closed]],
Cell[CellGroupData[{
Cell[1535168, 37106, 158, 3, 37, "Subsubsection",ExpressionUUID->"d2ade6db-4e8e-490f-9c68-3ddf2c8a2244"],
Cell[CellGroupData[{
Cell[1535351, 37113, 463, 7, 30, "Input",ExpressionUUID->"815890fa-cd5b-4e3d-a029-9cffb7727d98"],
Cell[CellGroupData[{
Cell[1535839, 37124, 509, 12, 24, "Print",ExpressionUUID->"bb6827f4-8d90-4ff7-8bef-c59d3d0ff378"],
Cell[1536351, 37138, 513, 12, 24, "Print",ExpressionUUID->"4b289faa-64d6-4a8b-a301-f9f89e7bf3b4"],
Cell[1536867, 37152, 380, 6, 24, "Print",ExpressionUUID->"f545ecc8-7289-4a0f-a4c5-0966d7852ee0"],
Cell[1537250, 37160, 6666, 185, 160, "Print",ExpressionUUID->"9e402b67-82ff-437a-8d10-46cc5cdd6534"],
Cell[1543919, 37347, 365, 6, 24, "Print",ExpressionUUID->"7109fd9a-577e-4241-b272-b547ffcfd160"],
Cell[1544287, 37355, 574, 14, 24, "Print",ExpressionUUID->"d32efc8b-887b-47f7-b866-b4636e29bae7"],
Cell[1544864, 37371, 366, 6, 24, "Print",ExpressionUUID->"546f5c45-a92e-4d5d-a7d1-01931eb0dc56"],
Cell[1545233, 37379, 574, 14, 24, "Print",ExpressionUUID->"11b4bcd4-7f77-408e-ba4d-800e928e5d95"]
}, Open ]]
}, Open ]]
}, Closed]],
Cell[CellGroupData[{
Cell[1545868, 37400, 203, 4, 37, "Subsubsection",ExpressionUUID->"1d29cc79-3e90-4901-9d31-66c5c580e8a5"],
Cell[CellGroupData[{
Cell[1546096, 37408, 437, 7, 30, "Input",ExpressionUUID->"24ccc1a8-3d56-4e43-bec2-de911ac8a26b"],
Cell[CellGroupData[{
Cell[1546558, 37419, 7783, 185, 84, "Print",ExpressionUUID->"a774669e-9889-4110-aa3a-aa20273ea316"],
Cell[1554344, 37606, 9789, 222, 84, "Print",ExpressionUUID->"fabda99f-d719-4063-ab09-451bacaed26a"],
Cell[1564136, 37830, 386, 6, 24, "Print",ExpressionUUID->"2ba6c193-6c9a-4104-952d-b2584ff28e10"],
Cell[1564525, 37838, 1541, 37, 160, "Print",ExpressionUUID->"d6dbe1c4-6e2e-4d38-a1b0-b79dee69cc79"],
Cell[1566069, 37877, 367, 6, 24, "Print",ExpressionUUID->"a4e3964c-fb17-4526-bb43-99f6746ab740"],
Cell[1566439, 37885, 1668, 46, 108, "Print",ExpressionUUID->"ac8d1d7b-53c2-45dd-90f4-0f87e400f8a7"],
Cell[1568110, 37933, 369, 6, 24, "Print",ExpressionUUID->"85bc705c-491d-4065-9c58-0943411fa45d"],
Cell[1568482, 37941, 1666, 46, 108, "Print",ExpressionUUID->"4cb433c0-512c-48df-a3aa-81aca0bd6c5d"],
Cell[1570151, 37989, 16681, 389, 246, "Print",ExpressionUUID->"67b21fe6-010e-4ed9-b8b8-e3c49ad3c193"]
}, Open ]]
}, Open ]]
}, Closed]]
}, Open ]]
}, Closed]],
Cell[CellGroupData[{
Cell[1586917, 38387, 458, 7, 53, "Section",ExpressionUUID->"bc401bec-631c-4a61-8ecb-bba972bbdc42"],
Cell[CellGroupData[{
Cell[1587400, 38398, 454, 10, 54, "Subsection",ExpressionUUID->"5dbd0289-32fe-441c-a89f-bf6b4aa4c80c"],
Cell[CellGroupData[{
Cell[1587879, 38412, 159, 3, 45, "Subsubsection",ExpressionUUID->"e85067e1-25c1-4e5f-a65e-6acc8055599b"],
Cell[CellGroupData[{
Cell[1588063, 38419, 492, 9, 30, "Input",ExpressionUUID->"282f46f7-e69c-4520-91ec-9ce156bbea6e"],
Cell[CellGroupData[{
Cell[1588580, 38432, 18536, 451, 178, "Print",ExpressionUUID->"399896c2-8933-40e5-8cd8-2763c9096132"],
Cell[1607119, 38885, 23112, 525, 178, "Print",ExpressionUUID->"e14ee02d-f79e-4ec2-9438-add87ed35199"],
Cell[1630234, 39412, 354, 7, 24, "Print",ExpressionUUID->"56bfc6d0-ff75-4b61-a5b7-a07a807b18dc"],
Cell[1630591, 39421, 2868, 68, 160, "Print",ExpressionUUID->"5e30ad31-605d-4148-b23f-5582aed720dc"],
Cell[1633462, 39491, 338, 7, 24, "Print",ExpressionUUID->"8e0986cc-e215-4e48-8558-22fad21a097a"],
Cell[1633803, 39500, 2580, 68, 108, "Print",ExpressionUUID->"6bd6cf8f-ca6a-4293-bbcc-4b968531b04e"],
Cell[1636386, 39570, 343, 7, 24, "Print",ExpressionUUID->"743dec6d-ebb8-441a-8265-63516fbce296"],
Cell[1636732, 39579, 2581, 68, 108, "Print",ExpressionUUID->"f40c98ab-9329-47ee-b1cf-7a945dace71c"],
Cell[1639316, 39649, 17516, 411, 246, "Print",ExpressionUUID->"4e34a1f8-c664-4c3c-9d7b-f4ab0caffc0f"],
Cell[1656835, 40062, 17489, 411, 246, "Print",ExpressionUUID->"85c1c785-7fc3-4eb0-bf43-283157a3e147"],
Cell[1674327, 40475, 17492, 411, 246, "Print",ExpressionUUID->"20da61fc-8b9c-4cec-b40a-fa710aee19f9"],
Cell[1691822, 40888, 17495, 411, 246, "Print",ExpressionUUID->"c1651972-1659-4057-a0c3-75743d08c7f0"]
}, Open ]]
}, Open ]]
}, Closed]],
Cell[CellGroupData[{
Cell[1709378, 41306, 158, 3, 37, "Subsubsection",ExpressionUUID->"8290767e-5c5f-4c22-a626-60f8e91458c0"],
Cell[CellGroupData[{
Cell[1709561, 41313, 450, 8, 30, "Input",ExpressionUUID->"3a373492-ff76-491f-9440-5e1477e4b41b"],
Cell[CellGroupData[{
Cell[1710036, 41325, 18492, 448, 178, "Print",ExpressionUUID->"d091b1d5-65c6-4006-80be-842cb99acd9c"],
Cell[1728531, 41775, 22761, 514, 178, "Print",ExpressionUUID->"52a99327-aeb6-4fc1-89fc-644290909bd0"],
Cell[1751295, 42291, 359, 6, 24, "Print",ExpressionUUID->"eff2d043-f0f3-48d6-9459-9feb991f7305"],
Cell[1751657, 42299, 2874, 67, 160, "Print",ExpressionUUID->"3a8538b3-4c1d-4470-8775-99d1dd96fe0c"],
Cell[1754534, 42368, 341, 6, 24, "Print",ExpressionUUID->"d6efc0e4-a9e4-4050-9fe5-9e0f7a2c367c"],
Cell[1754878, 42376, 2583, 67, 108, "Print",ExpressionUUID->"8c91658d-5284-40eb-9d8c-721948e2dd62"],
Cell[1757464, 42445, 345, 6, 24, "Print",ExpressionUUID->"2c3710fe-5989-4a96-ba7c-03fcb9b1a64c"],
Cell[1757812, 42453, 2590, 67, 108, "Print",ExpressionUUID->"10d6347d-55f9-444c-8899-04eec6aa353b"],
Cell[1760405, 42522, 14085, 326, 245, "Print",ExpressionUUID->"d917a35b-03c8-4668-97fd-6a2a41e4d624"],
Cell[1774493, 42850, 14057, 326, 245, "Print",ExpressionUUID->"c77b3a7b-b8f1-4f50-b2d6-1c4b823990b2"],
Cell[1788553, 43178, 14057, 326, 245, "Print",ExpressionUUID->"5f204143-6312-445b-ad84-b32bd9d7bb78"],
Cell[1802613, 43506, 14048, 326, 245, "Print",ExpressionUUID->"0eebce77-120c-4603-9886-5b123a238ab2"]
}, Open ]]
}, Open ]]
}, Closed]],
Cell[CellGroupData[{
Cell[1816722, 43839, 203, 4, 37, "Subsubsection",ExpressionUUID->"c0b74255-54a6-416e-9158-cc0ddf248363"],
Cell[CellGroupData[{
Cell[1816950, 43847, 473, 8, 30, "Input",ExpressionUUID->"a8dee6ae-db9a-4763-b7cb-807ab0d6f44b"],
Cell[CellGroupData[{
Cell[1817448, 43859, 7934, 192, 84, "Print",ExpressionUUID->"c915a630-6dbb-4779-adf5-ad0056cd8716"],
Cell[1825385, 44053, 9701, 219, 84, "Print",ExpressionUUID->"ef02c878-e81b-4881-b920-d4086b8b4aa4"],
Cell[1835089, 44274, 384, 6, 24, "Print",ExpressionUUID->"bd9d081a-5261-4330-854a-5c08cf23fe90"],
Cell[1835476, 44282, 1542, 37, 160, "Print",ExpressionUUID->"ece1c2d3-80ca-4350-a0c1-b997030696ea"],
Cell[1837021, 44321, 365, 6, 24, "Print",ExpressionUUID->"e7dc2282-9d31-4024-b7ce-343008b07237"],
Cell[1837389, 44329, 1665, 46, 108, "Print",ExpressionUUID->"aabefd60-17b7-4473-aaa6-2d8dcb631ee6"],
Cell[1839057, 44377, 368, 6, 24, "Print",ExpressionUUID->"e5fd2b5b-df46-4f75-815d-d164114afe04"],
Cell[1839428, 44385, 1690, 47, 108, "Print",ExpressionUUID->"f223a68a-78e5-468a-af21-8efba8a964f4"],
Cell[1841121, 44434, 15710, 365, 235, "Print",ExpressionUUID->"92a522f5-2fa6-4fd2-bfae-e12c903fd730"]
}, Open ]]
}, Open ]]
}, Closed]]
}, Open ]],
Cell[CellGroupData[{
Cell[1856904, 44807, 470, 10, 54, "Subsection",ExpressionUUID->"d752a2bd-2d78-4138-9f09-dc7d75e5f371"],
Cell[CellGroupData[{
Cell[1857399, 44821, 159, 3, 45, "Subsubsection",ExpressionUUID->"b8cb9890-ed85-47c2-810e-2849e05ef436"],
Cell[CellGroupData[{
Cell[1857583, 44828, 525, 9, 30, "Input",ExpressionUUID->"827321de-b7f6-405f-8ffd-5d7b6f9b3587"],
Cell[CellGroupData[{
Cell[1858133, 44841, 568, 14, 24, "Print",ExpressionUUID->"60346796-5347-4b16-9804-9201ec9f787a"],
Cell[1858704, 44857, 569, 14, 24, "Print",ExpressionUUID->"e8abe4df-f65e-490b-a072-52af0db61092"],
Cell[1859276, 44873, 435, 8, 24, "Print",ExpressionUUID->"3ba171f8-c3f7-4717-a332-598245f90a10"],
Cell[1859714, 44883, 6722, 187, 160, "Print",ExpressionUUID->"2d182459-4a09-4fee-8390-46bf6d19f1d6"],
Cell[1866439, 45072, 419, 8, 24, "Print",ExpressionUUID->"61cdaf79-d92b-4ddd-a18c-7cac0f1741a8"],
Cell[1866861, 45082, 630, 16, 24, "Print",ExpressionUUID->"f295aa62-6faa-4c8d-a3ad-c7d31ecd6b98"],
Cell[1867494, 45100, 422, 8, 24, "Print",ExpressionUUID->"6ea78422-6e16-4c5c-ab83-a07a95112f4a"],
Cell[1867919, 45110, 629, 16, 24, "Print",ExpressionUUID->"c5153c0d-1964-4688-9665-5b92cab6f4de"]
}, Open ]]
}, Open ]]
}, Closed]],
Cell[CellGroupData[{
Cell[1868609, 45133, 158, 3, 37, "Subsubsection",ExpressionUUID->"8810f527-b4b6-42d7-8881-71045fbbc363"],
Cell[CellGroupData[{
Cell[1868792, 45140, 502, 9, 30, "Input",ExpressionUUID->"bc2d4b71-ff26-4dd6-b893-2f8315e2973c"],
Cell[CellGroupData[{
Cell[1869319, 45153, 534, 13, 24, "Print",ExpressionUUID->"36efb43a-ef3b-4ff7-b310-949697ffce8a"],
Cell[1869856, 45168, 537, 13, 24, "Print",ExpressionUUID->"2b5af635-be17-4995-bd3e-d0ab76d99db2"],
Cell[1870396, 45183, 405, 7, 24, "Print",ExpressionUUID->"8af31ae4-1432-49e2-9bd8-af5ba2359ce6"],
Cell[1870804, 45192, 6689, 186, 160, "Print",ExpressionUUID->"baee8bb8-0cd2-47ae-989d-1d0e4a212a85"],
Cell[1877496, 45380, 388, 7, 24, "Print",ExpressionUUID->"2ffb1107-3313-4575-9fdf-826ddedd50d3"],
Cell[1877887, 45389, 599, 15, 24, "Print",ExpressionUUID->"b065e7a0-703c-4e0e-983e-e264048f93be"],
Cell[1878489, 45406, 391, 7, 24, "Print",ExpressionUUID->"f18e073b-1ebc-4277-afe5-dfc79c25f3a0"],
Cell[1878883, 45415, 599, 15, 24, "Print",ExpressionUUID->"423bd2fb-99da-438f-aa21-e080e07cb666"]
}, Open ]]
}, Open ]]
}, Closed]],
Cell[CellGroupData[{
Cell[1879543, 45437, 203, 4, 37, "Subsubsection",ExpressionUUID->"d6766c74-7959-4647-b3d3-70a3c68236fd"],
Cell[CellGroupData[{
Cell[1879771, 45445, 472, 8, 30, "Input",ExpressionUUID->"973109fe-4135-45e7-8747-f78452eb3eab"],
Cell[CellGroupData[{
Cell[1880268, 45457, 540, 13, 24, "Print",ExpressionUUID->"9ec559da-f67f-4919-bab4-67baaedfaf48"],
Cell[1880811, 45472, 545, 13, 24, "Print",ExpressionUUID->"749be2fa-708c-4152-abbd-9f6d563c214f"],
Cell[1881359, 45487, 412, 7, 24, "Print",ExpressionUUID->"46d6a975-5f17-4417-81b1-2c6c5fc01448"],
Cell[1881774, 45496, 6694, 186, 160, "Print",ExpressionUUID->"f901ff2a-6473-4731-9640-100e1a6dda67"],
Cell[1888471, 45684, 395, 7, 24, "Print",ExpressionUUID->"b8e3f904-4ece-44b6-924a-dd679fb0dc9e"],
Cell[1888869, 45693, 606, 15, 24, "Print",ExpressionUUID->"f5a69219-7ead-4ccb-9b39-432760618b5e"],
Cell[1889478, 45710, 396, 7, 24, "Print",ExpressionUUID->"30c640ce-49c9-4eee-9d02-6933f49aba79"],
Cell[1889877, 45719, 604, 15, 24, "Print",ExpressionUUID->"87165f90-f803-4170-b5f2-eede9608a3bd"]
}, Open ]]
}, Open ]]
}, Closed]]
}, Open ]]
}, Closed]]
}, Closed]],
Cell[CellGroupData[{
Cell[1890578, 45744, 151, 3, 72, "Title",ExpressionUUID->"d31c75f1-3fd5-43a3-80c0-0ab217c1187f"],
Cell[CellGroupData[{
Cell[1890754, 45751, 548, 15, 30, "Input",ExpressionUUID->"fb1f6096-a487-441c-aecc-6a09c1d0567a"],
Cell[1891305, 45768, 166, 3, 34, "Output",ExpressionUUID->"bffc36d2-a970-4a1c-8510-c0b5e72bc90e"]
}, Open ]],
Cell[CellGroupData[{
Cell[1891508, 45776, 4137, 102, 157, "Input",ExpressionUUID->"24f36136-6c9f-440e-9cf6-f53b12fa630d"],
Cell[1895648, 45880, 527958, 9520, 533, "Output",ExpressionUUID->"e36355e4-9e9c-458d-9adc-557654f4da6b"],
Cell[2423609, 55402, 780, 11, 34, "Output",ExpressionUUID->"770ceaad-b52b-44a5-b693-dfbc07c2dbf1"]
}, Open ]]
}, Open ]]
}
]
*)