From b0c3923dbe4f0f9553b4587d777e8c763f88740d Mon Sep 17 00:00:00 2001
From: "Franz R. Sattler" The Mathematica package of the DiFfRG (Discretization framework for functional Renormalization Group flows) AutoExport — Turn on automatic export of the current notebook to a ▪ m file . AutoSaveRestore — Export expression to a file, or load it from an existing file. ClearTraceCache — Remove the entire trace cache, or parts of it. GetDirectory — Return the directory in which either the package file or notebook is located . QuickSimplify — Simplify with a small time constraint. ExtendedFormTrace — Runs PreTrace and then FormTrace. TraceDiagrams — Trace a list of diagrams, saving them to temporary files. SumDiagrams — Process and sum the result of TraceDiagrams to a result. MakeSPFormRule — Project momenta to the symmetric point. MakeSPFiniteTFormRule — Project momenta to the symmetric point in the spatial domain. FormMomentumExpansion — Make a PostTraceRule which tries to simplify momenta. FiniteTFormMomentumExpansion — Make a PostTraceRule to expand all momenta into spatial and temporal components. MakeP0FormRule — Make a PostTraceRule to replace (imaginary)-time components of momenta. GetFTSynonym — Get the internal FormTracer name of a symbol. UseSU3GellMannTrace — Trace the FormTracer group called color using explicit Gell-Mann matrices. PreTrace — Resolve charge conjugation and explicit color tracing. SetDisentangle — Set whether TraceDiagrams uses DisentangleLorentzStructures. MatsubaraSum — Perform a (bosonic) Matsubara sum. SeparateScalarProductsFiniteT — Separate all scalar products into spatial and temporal parts. ExpandScalarProductsFiniteT — Separate all scalar products into spatial and temporal parts and write them in an angular representation. ExpandScalarProducts — Write all scalar products an angular representation. SimplifyAllMomenta — Replace all composite objects to single symbols. Necessary for code output. ProjectToSymmetricPoint — Project an expression to the symmetric point. ProjectToSymmetricPointFiniteT — Project an expression to the spatial symmetric point. The Mathematica package of the DiFfRG (Discretization framework for functional Renormalization Group flows). See also the Code generation documentation. AutoExport — Turn on automatic export of the current notebook to a ▪ m file . AutoSaveRestore — Export expression to a file, or load it from an existing file. ClearTraceCache — Remove the entire trace cache, or parts of it. GetDirectory — Return the directory in which either the package file or notebook is located . QuickSimplify — Simplify with a small time constraint. ExtendedFormTrace — Runs PreTrace and then FormTrace. TraceDiagrams — Trace a list of diagrams, saving them to temporary files. SumDiagrams — Process and sum the result of TraceDiagrams to a result. MakeSPFormRule — Project momenta to the symmetric point. MakeSPFiniteTFormRule — Project momenta to the symmetric point in the spatial domain. FormMomentumExpansion — Make a PostTraceRule which tries to simplify momenta. FiniteTFormMomentumExpansion — Make a PostTraceRule to expand all momenta into spatial and temporal components. MakeP0FormRule — Make a PostTraceRule to replace (imaginary)-time components of momenta. GetFTSynonym — Get the internal FormTracer name of a symbol. UseSU3GellMannTrace — Trace the FormTracer group called color using explicit Gell-Mann matrices. PreTrace — Resolve charge conjugation and explicit color tracing. SetDisentangle — Set whether TraceDiagrams uses DisentangleLorentzStructures. MatsubaraSum — Perform a (bosonic) Matsubara sum. SeparateScalarProductsFiniteT — Separate all scalar products into spatial and temporal parts. ExpandScalarProductsFiniteT — Separate all scalar products into spatial and temporal parts and write them in an angular representation. ExpandScalarProducts — Write all scalar products an angular representation. SimplifyAllMomenta — Replace all composite objects to single symbols. Necessary for code output. ProjectToSymmetricPoint — Project an expression to the symmetric point. ProjectToSymmetricPointFiniteT — Project an expression to the spatial symmetric point. The code-generation sub-package of DiFfRG MakeFlowClass — Create a base class that holds all integration kernel objects and generate CMake information. MakeFlowClassFiniteT — Create a base class that holds all integration kernel objects and generate CMake information. MakeKernel — Generate code for an integration kernel. CodeForm — Convert an expression to a C++ string. SafeFiniteTFunctions — Replace mathematical functions by alternatives with built-in safety. DeclareSymmetricPoints4DP4 — Declare angles for a four-point symmetric point in 4D DeclareSymmetricPoints4DP3 — Declare angles for a three-point symmetric point in 4D DeclareSymmetricPoints3DP4 — Declare angles for a four-point symmetric point in 3D DeclareSymmetricPoints3DP3 — Declare angles for a three-point symmetric point in 3D DeclareSymmetricPoints2DP4 — Declare angles for a four-point symmetric point in 2D DeclareSymmetricPoints2DP3 — Declare angles for a three-point symmetric point in 2D DeclareAnglesP34Dpqr — Declare angles for a full three-point vertex in 4D
+
+ SetFlowDirectory
+ ▪
+ ShowFlowDirectory
+ ShowTypes — Information about the usable types.
+
+ AddCodeOptimizeFunctions
+ ▪
+ ShowCodeOptimizeFunctions
+ ▪
+ ClearCodeOptimizeFunctions
+ UseKernelOptimizations — Toggle kernel optimizations.
+
+ SetKernelDefinitions
+ ▪
+ ShowKernelDefinitions
+ SetCppNames — Set additional replacements for C++ generation.DiFfRG
Utility functions
Tracing functionality
Momentum handling
DiFfRG
Utility functions
Tracing functionality
Momentum handling
DiFfRG`CodeTools`
Auto-Generating C++ Code
Declaring angular configurations
Setting the global output directory
Configure code optimizations
Configure C++ and kernel export
Turns on automatic export of the current notebook to a .m file.
-Evaluates expr if the file fileName does not yet exist and saves it to fileName as a .m file. If the fileName exists, it does not evaluate expr, but simply loads the contents.
Removes the folder TraceBuffer/name/
Write all scalar products in expr into their angular form, i.e. sp[a,b] is replaced by a b cos[a,b]
First, expand all scalar products into spatial and temporal parts. Then write all scalar products in expr into their angular form, i.e. sps[a,b] is replaced by a b cos[a,b]
Trace an expression with DiFfRG extensions to FormTrace. Specify additional FORM rules
Create a Form rule to try and simplify all scalar products involving p1, p2, ...
Returns the directory in which either the package file or notebook is located.
Obtain the FormTracer-internal symbol name for the given symbol, for use with custom FORM rules.
Make a FORM rule for use with FormTrace or ExtendedFormTrace, which projects the zeroth components of the given momenta p1,p2,... onto specified expressions proj1,proj2,....
Make a FORM rule for use with FormTrace or ExtendedFormTrace, which projects the given momenta onto a spatial symmetric-point rule associated with them.
Make a FORM rule for use with FormTrace or ExtendedFormTrace, which projects the given momenta onto a symmetric-point rule associated with them.
Sums the expression expr over p0, with p0=2π T n, where n∈
Resolve charge conjugation and perform possibly the explicit color trace.
Project expr to a symmetric point involving the given momenta. p is the resulting average momentum and q is the loop momentum.
Project expr to a spatial symmetric point involving the given momenta. p is the resulting average momentum and q is the loop momentum.
Simplify the expression with a small time constraint.
Set whether TraceDiagrams uses DisentangleLorentzStructures from FormTracer or not.
Replace all angles between momenta cos[p1,p2] by auto-generated symbols. This step is necessary for code export.
Save the diagram to outputName instead of the standard "sum.m".
Use the function func on the result from FormTracer instead of the $StandardSimplify used otherwise.
Toggle the use of the explicit tracing for the color group.
y+$PQ`Hi&aUML% z`u%y7TYxJSZQgB|5uif{Pl!$%n=6f1d_g30_39T+Q75eSPS{HSxcY9Jxql2I&XeK< zXwhuQLBiXwbMKF==h^#pP>Mfj|G)b8y*OL5>WZjL?lz!%fdpA&YHm6YyPKh~+R3DM z@G^I_nMZ}pXbkZ3YxOE7FwS^_#8R13!4W%J@nmQPhogL?L-FV32@Bj>e|5`)Xp#PZ U3o$x0Fgh_b)1~z%vxot<1t(5xj{pDw delta 219 zcmV<103`pt4!#bMBmvQpB_Ds=kpm$N`=^SO;1@QO!)D3Mb#UcJ4%}rn6ESPa!Zs{r z{{B45Eg?+BYBcZe1X#B&1ESHwVy6CzFR1Q4zWPPB-~p??H+*jYxccFXrF{${*(c=* z&}zG34^mk^kCh+0UPf!zL0kO6+W*zR=NjVGISkQ+BD_Pl0txaeRKq(Tes@P9`zd61 z@bn0@d1Qr-Y)r_EYxOLyFwXo1&ChfwgEKa?=1Q%Isw@X`hNgV;@&pU6T768c9-)!_ Ve+w`=F*7- + diff --git a/Mathematica/DiFfRG/export.nb b/Mathematica/DiFfRG/export.nb index b554d2f..34f4d9a 100644 --- a/Mathematica/DiFfRG/export.nb +++ b/Mathematica/DiFfRG/export.nb @@ -10,10 +10,10 @@ NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 154, 7] -NotebookDataLength[ 276952, 5461] -NotebookOptionsPosition[ 268625, 5363] -NotebookOutlinePosition[ 269014, 5379] -CellTagsIndexPosition[ 268971, 5376] +NotebookDataLength[ 289540, 5681] +NotebookOptionsPosition[ 280823, 5579] +NotebookOutlinePosition[ 281214, 5595] +CellTagsIndexPosition[ 281171, 5592] WindowFrame->Normal*) (* Beginning of Notebook Content *) @@ -27,6 +27,11 @@ Cell[BoxData[{ 3.943466006104162*^9}},ExpressionUUID->"7ce7eba8-a2f6-48df-b652-\ 8ad543e09ad1"], +Cell[BoxData[""], "Input", + CellChangeTimes->{{3.943470186168866*^9, + 3.943470198044117*^9}},ExpressionUUID->"44690bb6-98ce-4f1a-97f2-\ +990ac3a593ec"], + Cell[CellGroupData[{ Cell[BoxData[ @@ -39,7 +44,22 @@ Cell[BoxData[ CellChangeTimes->{{3.943461619440042*^9, 3.9434616354529037`*^9}, { 3.94346174154165*^9, 3.943461755316931*^9}, {3.9434617895901623`*^9, 3.943461806441061*^9}}, - CellLabel->"In[13]:=",ExpressionUUID->"45069c6f-fe56-41ee-9cb9-16603edb4c05"], + CellLabel->"In[14]:=",ExpressionUUID->"45069c6f-fe56-41ee-9cb9-16603edb4c05"], + +Cell[BoxData[ + TemplateBox[{ + "StringJoin", "string", + "\"String expected at position \\!\\(\\*RowBox[{\\\"2\\\"}]\\) in \ +\\!\\(\\*RowBox[{\\\"\\\\\\\"Loao highlightPosList = \\\\\\\"\\\", \ +\\\"<>\\\", RowBox[{\\\"format\\\", \\\"[\\\", RowBox[{\\\"{\\\", \ +\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 14, 86, 18903955032461245653, "Local"}, + "MessageTemplate"]], "Message", "MSG", + CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { + 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, + 3.9434659905361137`*^9, 3.943471188672949*^9}, + CellLabel-> + "During evaluation of \ +In[14]:=",ExpressionUUID->"074c5c22-fbb6-46f8-8fa8-da8fb81914c5"], Cell[BoxData[ TemplateBox[{ @@ -47,14 +67,14 @@ Cell[BoxData[ "\"String expected at position \\!\\(\\*RowBox[{\\\"2\\\"}]\\) in \ \\!\\(\\*RowBox[{\\\"\\\\\\\"Loao highlightPosList = \\\\\\\"\\\", \ \\\"<>\\\", RowBox[{\\\"format\\\", \\\"[\\\", RowBox[{\\\"{\\\", \ -\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 13, 2, 18903955032461245653, "Local"}, +\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 14, 87, 18903955032461245653, "Local"}, "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.9434659905361137`*^9}, + 3.9434659905361137`*^9, 3.943471189305697*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"1db2a9b2-8899-4e2b-8a70-bf7163237da6"], +In[14]:=",ExpressionUUID->"979e065b-4f30-40bf-8f37-e58dc7c340d8"], Cell[BoxData[ TemplateBox[{ @@ -62,42 +82,43 @@ Cell[BoxData[ "\"String expected at position \\!\\(\\*RowBox[{\\\"2\\\"}]\\) in \ \\!\\(\\*RowBox[{\\\"\\\\\\\"Loao highlightPosList = \\\\\\\"\\\", \ \\\"<>\\\", RowBox[{\\\"format\\\", \\\"[\\\", RowBox[{\\\"{\\\", \ -\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 13, 7, 18903955032461245653, "Local"}, +\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 14, 88, 18903955032461245653, "Local"}, "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943465991523004*^9}, + 3.9434659905361137`*^9, 3.943471190143241*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"0d11bb83-cea4-4fd6-8fea-0d769c3440f9"], +In[14]:=",ExpressionUUID->"a7b852ee-8dd5-4de1-979c-895fd6b60579"], Cell[BoxData[ TemplateBox[{ "XMLElement", "attrhs", - "\"\\!\\(\\*RowBox[{\\\"1294799720\\\"}]\\) in \\!\\(\\*RowBox[{\\\"\\\\\\\ -\"id\\\\\\\"\\\", \\\"\[Rule]\\\", \\\"1294799720\\\"}]\\) is not a valid \ -value for an attribute in an XMLElement. The value of the attribute must be a \ -string.\"", 2, 13, 8, 18903955032461245653, "Local"}, + "\"\\!\\(\\*RowBox[{\\\"901749968\\\"}]\\) in \ +\\!\\(\\*RowBox[{\\\"\\\\\\\"id\\\\\\\"\\\", \\\"\[Rule]\\\", \\\"901749968\\\ +\"}]\\) is not a valid value for an attribute in an XMLElement. The value of \ +the attribute must be a string.\"", 2, 14, 89, 18903955032461245653, "Local"}, + "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.9434659919297867`*^9}, + 3.9434659905361137`*^9, 3.943471190466902*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"5b875149-58ce-48f6-bad2-13158519b381"], +In[14]:=",ExpressionUUID->"5064e95a-42b6-47bd-bc57-6878ed734134"], Cell[BoxData[ TemplateBox[{ "Export", "autofix", "\"Malformed symbolic XML expression encountered. This may result in \ -unexpected XML data.\"", 2, 13, 9, 18903955032461245653, "Local"}, +unexpected XML data.\"", 2, 14, 90, 18903955032461245653, "Local"}, "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943465992060501*^9}, + 3.9434659905361137`*^9, 3.943471190614993*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"37ea0f6b-45ed-4dba-8eab-5ba31bdba3ed"], +In[14]:=",ExpressionUUID->"f3a3a856-c00e-4cd6-8615-5da4dadcd845"], Cell[BoxData[ TemplateBox[{ @@ -105,43 +126,42 @@ Cell[BoxData[ "\"String expected at position \\!\\(\\*RowBox[{\\\"2\\\"}]\\) in \ \\!\\(\\*RowBox[{\\\"\\\\\\\"Loao highlightPosList = \\\\\\\"\\\", \ \\\"<>\\\", RowBox[{\\\"format\\\", \\\"[\\\", RowBox[{\\\"{\\\", \ -\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 13, 10, 18903955032461245653, "Local"}, +\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 14, 91, 18903955032461245653, "Local"}, "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943465992556562*^9}, + 3.9434659905361137`*^9, 3.943471191115162*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"a6b2acdc-841a-442d-8261-6174d6556f1a"], +In[14]:=",ExpressionUUID->"6813236b-3e70-4e6b-8347-d9ac90f5ba32"], Cell[BoxData[ TemplateBox[{ "XMLElement", "attrhs", - "\"\\!\\(\\*RowBox[{\\\"291326129\\\"}]\\) in \ -\\!\\(\\*RowBox[{\\\"\\\\\\\"id\\\\\\\"\\\", \\\"\[Rule]\\\", \\\"291326129\\\ -\"}]\\) is not a valid value for an attribute in an XMLElement. The value of \ -the attribute must be a string.\"", 2, 13, 11, 18903955032461245653, "Local"}, - + "\"\\!\\(\\*RowBox[{\\\"1901476149\\\"}]\\) in \\!\\(\\*RowBox[{\\\"\\\\\\\ +\"id\\\\\\\"\\\", \\\"\[Rule]\\\", \\\"1901476149\\\"}]\\) is not a valid \ +value for an attribute in an XMLElement. The value of the attribute must be a \ +string.\"", 2, 14, 92, 18903955032461245653, "Local"}, "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.9434659928649406`*^9}, + 3.9434659905361137`*^9, 3.94347119152807*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"9552e2dd-bd08-4b1d-92f0-e7fcd7e6e6af"], +In[14]:=",ExpressionUUID->"8b5fe051-46a6-4e3a-9059-ec6305b80574"], Cell[BoxData[ TemplateBox[{ "Export", "autofix", "\"Malformed symbolic XML expression encountered. This may result in \ -unexpected XML data.\"", 2, 13, 12, 18903955032461245653, "Local"}, +unexpected XML data.\"", 2, 14, 93, 18903955032461245653, "Local"}, "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.9434659930044537`*^9}, + 3.9434659905361137`*^9, 3.9434711916703377`*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"664917b2-315a-49cd-a947-95e0b05854ca"], +In[14]:=",ExpressionUUID->"e0bf7b4f-81c2-47d3-840f-f6bc45d590c3"], Cell[BoxData[ TemplateBox[{ @@ -149,42 +169,43 @@ Cell[BoxData[ "\"String expected at position \\!\\(\\*RowBox[{\\\"2\\\"}]\\) in \ \\!\\(\\*RowBox[{\\\"\\\\\\\"Loao highlightPosList = \\\\\\\"\\\", \ \\\"<>\\\", RowBox[{\\\"format\\\", \\\"[\\\", RowBox[{\\\"{\\\", \ -\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 13, 13, 18903955032461245653, "Local"}, +\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 14, 94, 18903955032461245653, "Local"}, "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.9434659934967947`*^9}, + 3.9434659905361137`*^9, 3.943471192165658*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"bb137d49-5e33-459c-9fa3-423282074a9d"], +In[14]:=",ExpressionUUID->"6285a3bd-e1ef-4aa8-ab75-480bd5d82aff"], Cell[BoxData[ TemplateBox[{ "XMLElement", "attrhs", - "\"\\!\\(\\*RowBox[{\\\"1949443263\\\"}]\\) in \\!\\(\\*RowBox[{\\\"\\\\\\\ -\"id\\\\\\\"\\\", \\\"\[Rule]\\\", \\\"1949443263\\\"}]\\) is not a valid \ -value for an attribute in an XMLElement. The value of the attribute must be a \ -string.\"", 2, 13, 14, 18903955032461245653, "Local"}, + "\"\\!\\(\\*RowBox[{\\\"698034970\\\"}]\\) in \ +\\!\\(\\*RowBox[{\\\"\\\\\\\"id\\\\\\\"\\\", \\\"\[Rule]\\\", \\\"698034970\\\ +\"}]\\) is not a valid value for an attribute in an XMLElement. The value of \ +the attribute must be a string.\"", 2, 14, 95, 18903955032461245653, "Local"}, + "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943465993798801*^9}, + 3.9434659905361137`*^9, 3.943471192518581*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"b19b97f5-fb04-4a50-acf6-d77cb0636961"], +In[14]:=",ExpressionUUID->"e91e43f2-a61f-40d1-b98d-1e664dccfb4a"], Cell[BoxData[ TemplateBox[{ "Export", "autofix", "\"Malformed symbolic XML expression encountered. This may result in \ -unexpected XML data.\"", 2, 13, 15, 18903955032461245653, "Local"}, +unexpected XML data.\"", 2, 14, 96, 18903955032461245653, "Local"}, "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.9434659939349527`*^9}, + 3.9434659905361137`*^9, 3.94347119266051*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"173737db-794c-40eb-98fd-f53acc95b352"], +In[14]:=",ExpressionUUID->"70045059-5701-408c-9d6e-152137a1f389"], Cell[BoxData[ TemplateBox[{ @@ -192,43 +213,42 @@ Cell[BoxData[ "\"String expected at position \\!\\(\\*RowBox[{\\\"2\\\"}]\\) in \ \\!\\(\\*RowBox[{\\\"\\\\\\\"Loao highlightPosList = \\\\\\\"\\\", \ \\\"<>\\\", RowBox[{\\\"format\\\", \\\"[\\\", RowBox[{\\\"{\\\", \ -\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 13, 16, 18903955032461245653, "Local"}, +\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 14, 97, 18903955032461245653, "Local"}, "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.9434659944089727`*^9}, + 3.9434659905361137`*^9, 3.943471193141699*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"8490962c-96fe-422d-9c29-134f5b793fe4"], +In[14]:=",ExpressionUUID->"b511a4ab-115e-4054-b66a-373f5ad0101a"], Cell[BoxData[ TemplateBox[{ "XMLElement", "attrhs", - "\"\\!\\(\\*RowBox[{\\\"276312155\\\"}]\\) in \ -\\!\\(\\*RowBox[{\\\"\\\\\\\"id\\\\\\\"\\\", \\\"\[Rule]\\\", \\\"276312155\\\ -\"}]\\) is not a valid value for an attribute in an XMLElement. The value of \ -the attribute must be a string.\"", 2, 13, 17, 18903955032461245653, "Local"}, - + "\"\\!\\(\\*RowBox[{\\\"1877467614\\\"}]\\) in \\!\\(\\*RowBox[{\\\"\\\\\\\ +\"id\\\\\\\"\\\", \\\"\[Rule]\\\", \\\"1877467614\\\"}]\\) is not a valid \ +value for an attribute in an XMLElement. The value of the attribute must be a \ +string.\"", 2, 14, 98, 18903955032461245653, "Local"}, "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.9434659947156363`*^9}, + 3.9434659905361137`*^9, 3.9434711934688473`*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"731a0c5c-024d-465e-bbfd-00b1f7e30f65"], +In[14]:=",ExpressionUUID->"2aef96b1-1c49-4a98-a6cf-d2e56c629fbd"], Cell[BoxData[ TemplateBox[{ "Export", "autofix", "\"Malformed symbolic XML expression encountered. This may result in \ -unexpected XML data.\"", 2, 13, 18, 18903955032461245653, "Local"}, +unexpected XML data.\"", 2, 14, 99, 18903955032461245653, "Local"}, "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.9434659948535833`*^9}, + 3.9434659905361137`*^9, 3.943471193609592*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"87d6a010-ac0f-463e-afa4-694ae60cc2fe"], +In[14]:=",ExpressionUUID->"20519763-f63c-4553-8d52-8e76393a1510"], Cell[BoxData[ TemplateBox[{ @@ -236,43 +256,43 @@ Cell[BoxData[ "\"String expected at position \\!\\(\\*RowBox[{\\\"2\\\"}]\\) in \ \\!\\(\\*RowBox[{\\\"\\\\\\\"Loao highlightPosList = \\\\\\\"\\\", \ \\\"<>\\\", RowBox[{\\\"format\\\", \\\"[\\\", RowBox[{\\\"{\\\", \ -\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 13, 19, 18903955032461245653, "Local"}, +\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 14, 100, 18903955032461245653, "Local"}, + "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943465995348095*^9}, + 3.9434659905361137`*^9, 3.943471194096311*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"a7a125c1-f44b-42b5-ad83-1e26ef0b7b63"], +In[14]:=",ExpressionUUID->"1425a4ce-2962-4d85-bf84-7314c2440a5d"], Cell[BoxData[ TemplateBox[{ "XMLElement", "attrhs", - "\"\\!\\(\\*RowBox[{\\\"346382100\\\"}]\\) in \ -\\!\\(\\*RowBox[{\\\"\\\\\\\"id\\\\\\\"\\\", \\\"\[Rule]\\\", \\\"346382100\\\ + "\"\\!\\(\\*RowBox[{\\\"336487899\\\"}]\\) in \ +\\!\\(\\*RowBox[{\\\"\\\\\\\"id\\\\\\\"\\\", \\\"\[Rule]\\\", \\\"336487899\\\ \"}]\\) is not a valid value for an attribute in an XMLElement. The value of \ -the attribute must be a string.\"", 2, 13, 20, 18903955032461245653, "Local"}, - +the attribute must be a string.\"", 2, 14, 101, 18903955032461245653, "Local"}, "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943465995790556*^9}, + 3.9434659905361137`*^9, 3.943471194506289*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"1393ce0e-5dd7-4eee-97ca-7f12d24ceeee"], +In[14]:=",ExpressionUUID->"08699944-ddc9-439b-80ee-4f6e689e1f38"], Cell[BoxData[ TemplateBox[{ "Export", "autofix", "\"Malformed symbolic XML expression encountered. This may result in \ -unexpected XML data.\"", 2, 13, 21, 18903955032461245653, "Local"}, +unexpected XML data.\"", 2, 14, 102, 18903955032461245653, "Local"}, "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.9434659958198643`*^9}, + 3.9434659905361137`*^9, 3.9434711946466713`*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"64124752-e6f1-47ca-b673-12e7f4eb8ff6"], +In[14]:=",ExpressionUUID->"a832dab1-5b48-4e5e-88cd-b1ccca58e1ab"], Cell[BoxData[ TemplateBox[{ @@ -280,43 +300,43 @@ Cell[BoxData[ "\"String expected at position \\!\\(\\*RowBox[{\\\"2\\\"}]\\) in \ \\!\\(\\*RowBox[{\\\"\\\\\\\"Loao highlightPosList = \\\\\\\"\\\", \ \\\"<>\\\", RowBox[{\\\"format\\\", \\\"[\\\", RowBox[{\\\"{\\\", \ -\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 13, 22, 18903955032461245653, "Local"}, +\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 14, 103, 18903955032461245653, "Local"}, + "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943465996162825*^9}, + 3.9434659905361137`*^9, 3.943471195137616*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"18b17391-5a5d-4216-99c7-6f05ff7550b3"], +In[14]:=",ExpressionUUID->"5787bfe7-b44d-4f32-8f2b-f02271021111"], Cell[BoxData[ TemplateBox[{ "XMLElement", "attrhs", - "\"\\!\\(\\*RowBox[{\\\"807531558\\\"}]\\) in \ -\\!\\(\\*RowBox[{\\\"\\\\\\\"id\\\\\\\"\\\", \\\"\[Rule]\\\", \\\"807531558\\\ -\"}]\\) is not a valid value for an attribute in an XMLElement. The value of \ -the attribute must be a string.\"", 2, 13, 23, 18903955032461245653, "Local"}, - + "\"\\!\\(\\*RowBox[{\\\"1692699950\\\"}]\\) in \\!\\(\\*RowBox[{\\\"\\\\\\\ +\"id\\\\\\\"\\\", \\\"\[Rule]\\\", \\\"1692699950\\\"}]\\) is not a valid \ +value for an attribute in an XMLElement. The value of the attribute must be a \ +string.\"", 2, 14, 104, 18903955032461245653, "Local"}, "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.94346599649489*^9}, + 3.9434659905361137`*^9, 3.9434711954665613`*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"184c2dd0-2113-4b1d-b386-d2a8808acfcf"], +In[14]:=",ExpressionUUID->"b1f27d99-28cd-4b5a-8aaf-6048bdbf403d"], Cell[BoxData[ TemplateBox[{ "Export", "autofix", "\"Malformed symbolic XML expression encountered. This may result in \ -unexpected XML data.\"", 2, 13, 24, 18903955032461245653, "Local"}, +unexpected XML data.\"", 2, 14, 105, 18903955032461245653, "Local"}, "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.9434659965282593`*^9}, + 3.9434659905361137`*^9, 3.943471195607723*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"dc2a76b8-94a3-402e-a2f5-3b8aa60ee2ed"], +In[14]:=",ExpressionUUID->"c7d4fadb-1ca3-4759-87b6-fd2bb9cfc877"], Cell[BoxData[ TemplateBox[{ @@ -324,42 +344,43 @@ Cell[BoxData[ "\"String expected at position \\!\\(\\*RowBox[{\\\"2\\\"}]\\) in \ \\!\\(\\*RowBox[{\\\"\\\\\\\"Loao highlightPosList = \\\\\\\"\\\", \ \\\"<>\\\", RowBox[{\\\"format\\\", \\\"[\\\", RowBox[{\\\"{\\\", \ -\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 13, 25, 18903955032461245653, "Local"}, +\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 14, 106, 18903955032461245653, "Local"}, + "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943465996843697*^9}, + 3.9434659905361137`*^9, 3.9434711960590343`*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"6941c093-4402-4c85-9b53-40ab96c887e1"], +In[14]:=",ExpressionUUID->"d6c8e415-3665-4381-b6fb-ff39bfca122b"], Cell[BoxData[ TemplateBox[{ "XMLElement", "attrhs", - "\"\\!\\(\\*RowBox[{\\\"1341226240\\\"}]\\) in \\!\\(\\*RowBox[{\\\"\\\\\\\ -\"id\\\\\\\"\\\", \\\"\[Rule]\\\", \\\"1341226240\\\"}]\\) is not a valid \ + "\"\\!\\(\\*RowBox[{\\\"1453406808\\\"}]\\) in \\!\\(\\*RowBox[{\\\"\\\\\\\ +\"id\\\\\\\"\\\", \\\"\[Rule]\\\", \\\"1453406808\\\"}]\\) is not a valid \ value for an attribute in an XMLElement. The value of the attribute must be a \ -string.\"", 2, 13, 26, 18903955032461245653, "Local"}, +string.\"", 2, 14, 107, 18903955032461245653, "Local"}, "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.9434659971738*^9}, + 3.9434659905361137`*^9, 3.943471196424904*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"51944e2d-e605-43ac-8a35-8ebce0851f73"], +In[14]:=",ExpressionUUID->"80248bbe-b331-49b3-9cb5-c2efa38b2191"], Cell[BoxData[ TemplateBox[{ "Export", "autofix", "\"Malformed symbolic XML expression encountered. This may result in \ -unexpected XML data.\"", 2, 13, 27, 18903955032461245653, "Local"}, +unexpected XML data.\"", 2, 14, 108, 18903955032461245653, "Local"}, "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943465997208116*^9}, + 3.9434659905361137`*^9, 3.9434711965669107`*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"0b413847-eecf-48d6-ae1a-fc4f2d9e1b93"], +In[14]:=",ExpressionUUID->"3272e7d9-161c-4a26-b1fc-d8d923244eab"], Cell[BoxData[ TemplateBox[{ @@ -367,42 +388,43 @@ Cell[BoxData[ "\"String expected at position \\!\\(\\*RowBox[{\\\"2\\\"}]\\) in \ \\!\\(\\*RowBox[{\\\"\\\\\\\"Loao highlightPosList = \\\\\\\"\\\", \ \\\"<>\\\", RowBox[{\\\"format\\\", \\\"[\\\", RowBox[{\\\"{\\\", \ -\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 13, 28, 18903955032461245653, "Local"}, +\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 14, 109, 18903955032461245653, "Local"}, + "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.94346599757521*^9}, + 3.9434659905361137`*^9, 3.9434711970560102`*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"572f19ab-ca39-4353-911f-c2108bf81b50"], +In[14]:=",ExpressionUUID->"24c1b373-dcad-4b02-857a-035fad261e5b"], Cell[BoxData[ TemplateBox[{ "XMLElement", "attrhs", - "\"\\!\\(\\*RowBox[{\\\"1601625041\\\"}]\\) in \\!\\(\\*RowBox[{\\\"\\\\\\\ -\"id\\\\\\\"\\\", \\\"\[Rule]\\\", \\\"1601625041\\\"}]\\) is not a valid \ -value for an attribute in an XMLElement. The value of the attribute must be a \ -string.\"", 2, 13, 29, 18903955032461245653, "Local"}, + "\"\\!\\(\\*RowBox[{\\\"491005933\\\"}]\\) in \ +\\!\\(\\*RowBox[{\\\"\\\\\\\"id\\\\\\\"\\\", \\\"\[Rule]\\\", \\\"491005933\\\ +\"}]\\) is not a valid value for an attribute in an XMLElement. The value of \ +the attribute must be a string.\"", 2, 14, 110, 18903955032461245653, "Local"}, "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943465997909657*^9}, + 3.9434659905361137`*^9, 3.943471197377269*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"1c0fa09b-1f50-4052-adbd-59b956ccd11d"], +In[14]:=",ExpressionUUID->"a76939ef-61f1-4220-87f2-0641b65525b6"], Cell[BoxData[ TemplateBox[{ "Export", "autofix", "\"Malformed symbolic XML expression encountered. This may result in \ -unexpected XML data.\"", 2, 13, 30, 18903955032461245653, "Local"}, +unexpected XML data.\"", 2, 14, 111, 18903955032461245653, "Local"}, "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943465997938344*^9}, + 3.9434659905361137`*^9, 3.943471197520533*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"5700e447-86a2-43b7-89c8-532d6925c628"], +In[14]:=",ExpressionUUID->"49565d8b-67fa-491d-9ada-d2ba0f11762a"], Cell[BoxData[ TemplateBox[{ @@ -410,43 +432,44 @@ Cell[BoxData[ "\"String expected at position \\!\\(\\*RowBox[{\\\"2\\\"}]\\) in \ \\!\\(\\*RowBox[{\\\"\\\\\\\"Loao highlightPosList = \\\\\\\"\\\", \ \\\"<>\\\", RowBox[{\\\"format\\\", \\\"[\\\", RowBox[{\\\"{\\\", \ -\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 13, 31, 18903955032461245653, "Local"}, +\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 14, 112, 18903955032461245653, "Local"}, + "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943465998438806*^9}, + 3.9434659905361137`*^9, 3.9434711980159607`*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"8727b7fa-f5c3-4023-8a47-95b5874f2b79"], +In[14]:=",ExpressionUUID->"e931ccf6-9245-4575-a394-d7244ed33bb4"], Cell[BoxData[ TemplateBox[{ "XMLElement", "attrhs", - "\"\\!\\(\\*RowBox[{\\\"158072505\\\"}]\\) in \ -\\!\\(\\*RowBox[{\\\"\\\\\\\"id\\\\\\\"\\\", \\\"\[Rule]\\\", \\\"158072505\\\ -\"}]\\) is not a valid value for an attribute in an XMLElement. The value of \ -the attribute must be a string.\"", 2, 13, 32, 18903955032461245653, "Local"}, - + "\"\\!\\(\\*RowBox[{\\\"43091340\\\"}]\\) in \ +\\!\\(\\*RowBox[{\\\"\\\\\\\"id\\\\\\\"\\\", \\\"\[Rule]\\\", \ +\\\"43091340\\\"}]\\) is not a valid value for an attribute in an XMLElement. \ +The value of the attribute must be a string.\"", 2, 14, 113, + 18903955032461245653, "Local"}, "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.9434659987171717`*^9}, + 3.9434659905361137`*^9, 3.9434711983314962`*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"9cc6c6ec-96ef-435b-abcf-a6f291417160"], +In[14]:=",ExpressionUUID->"224f542e-a1e7-4031-bf61-7089431cbb5e"], Cell[BoxData[ TemplateBox[{ "Export", "autofix", "\"Malformed symbolic XML expression encountered. This may result in \ -unexpected XML data.\"", 2, 13, 33, 18903955032461245653, "Local"}, +unexpected XML data.\"", 2, 14, 114, 18903955032461245653, "Local"}, "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943465998764348*^9}, + 3.9434659905361137`*^9, 3.9434711984721107`*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"dd897ce5-553e-4f71-a3a1-a0bd1d99c1a2"], +In[14]:=",ExpressionUUID->"ad35354a-81ab-40f7-a189-c592136177d9"], Cell[BoxData[ TemplateBox[{ @@ -454,42 +477,43 @@ Cell[BoxData[ "\"String expected at position \\!\\(\\*RowBox[{\\\"2\\\"}]\\) in \ \\!\\(\\*RowBox[{\\\"\\\\\\\"Loao highlightPosList = \\\\\\\"\\\", \ \\\"<>\\\", RowBox[{\\\"format\\\", \\\"[\\\", RowBox[{\\\"{\\\", \ -\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 13, 34, 18903955032461245653, "Local"}, +\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 14, 115, 18903955032461245653, "Local"}, + "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943465999109058*^9}, + 3.9434659905361137`*^9, 3.943471198960332*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"b8f441f7-cf84-4385-a797-3f1f978544ad"], +In[14]:=",ExpressionUUID->"b55081ec-0405-4d13-9418-ad424fb69a27"], Cell[BoxData[ TemplateBox[{ "XMLElement", "attrhs", - "\"\\!\\(\\*RowBox[{\\\"2122886637\\\"}]\\) in \\!\\(\\*RowBox[{\\\"\\\\\\\ -\"id\\\\\\\"\\\", \\\"\[Rule]\\\", \\\"2122886637\\\"}]\\) is not a valid \ -value for an attribute in an XMLElement. The value of the attribute must be a \ -string.\"", 2, 13, 35, 18903955032461245653, "Local"}, + "\"\\!\\(\\*RowBox[{\\\"709568670\\\"}]\\) in \ +\\!\\(\\*RowBox[{\\\"\\\\\\\"id\\\\\\\"\\\", \\\"\[Rule]\\\", \\\"709568670\\\ +\"}]\\) is not a valid value for an attribute in an XMLElement. The value of \ +the attribute must be a string.\"", 2, 14, 116, 18903955032461245653, "Local"}, "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.9434659994411783`*^9}, + 3.9434659905361137`*^9, 3.943471199277402*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"cd1a6dd6-06ee-4cb2-894e-ee10f7902ecf"], +In[14]:=",ExpressionUUID->"a5906539-9202-4b57-874c-9b5abba04927"], Cell[BoxData[ TemplateBox[{ "Export", "autofix", "\"Malformed symbolic XML expression encountered. This may result in \ -unexpected XML data.\"", 2, 13, 36, 18903955032461245653, "Local"}, +unexpected XML data.\"", 2, 14, 117, 18903955032461245653, "Local"}, "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.9434659994678707`*^9}, + 3.9434659905361137`*^9, 3.9434711994194727`*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"6cbf65cd-6f1a-4f53-b059-f94d600f5df8"], +In[14]:=",ExpressionUUID->"37397902-e069-41d4-9d43-556ee396e9b0"], Cell[BoxData[ TemplateBox[{ @@ -497,42 +521,43 @@ Cell[BoxData[ "\"String expected at position \\!\\(\\*RowBox[{\\\"2\\\"}]\\) in \ \\!\\(\\*RowBox[{\\\"\\\\\\\"Loao highlightPosList = \\\\\\\"\\\", \ \\\"<>\\\", RowBox[{\\\"format\\\", \\\"[\\\", RowBox[{\\\"{\\\", \ -\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 13, 37, 18903955032461245653, "Local"}, +\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 14, 118, 18903955032461245653, "Local"}, + "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.9434659999718323`*^9}, + 3.9434659905361137`*^9, 3.943471199901437*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"51ea572b-1c20-4c8d-82c9-cdb69013bbfe"], +In[14]:=",ExpressionUUID->"db32078c-d9bc-4a82-95bd-111f2b768806"], Cell[BoxData[ TemplateBox[{ "XMLElement", "attrhs", - "\"\\!\\(\\*RowBox[{\\\"1595580576\\\"}]\\) in \\!\\(\\*RowBox[{\\\"\\\\\\\ -\"id\\\\\\\"\\\", \\\"\[Rule]\\\", \\\"1595580576\\\"}]\\) is not a valid \ + "\"\\!\\(\\*RowBox[{\\\"1187105216\\\"}]\\) in \\!\\(\\*RowBox[{\\\"\\\\\\\ +\"id\\\\\\\"\\\", \\\"\[Rule]\\\", \\\"1187105216\\\"}]\\) is not a valid \ value for an attribute in an XMLElement. The value of the attribute must be a \ -string.\"", 2, 13, 38, 18903955032461245653, "Local"}, +string.\"", 2, 14, 119, 18903955032461245653, "Local"}, "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943466000316493*^9}, + 3.9434659905361137`*^9, 3.9434712003819227`*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"04815c8f-8723-4b34-a266-a295812de6af"], +In[14]:=",ExpressionUUID->"7a137e23-8990-4e7c-8c52-edffa426044b"], Cell[BoxData[ TemplateBox[{ "Export", "autofix", "\"Malformed symbolic XML expression encountered. This may result in \ -unexpected XML data.\"", 2, 13, 39, 18903955032461245653, "Local"}, +unexpected XML data.\"", 2, 14, 120, 18903955032461245653, "Local"}, "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943466000344523*^9}, + 3.9434659905361137`*^9, 3.943471200523819*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"7b517c19-7273-4e5e-b6a6-e079b6de8885"], +In[14]:=",ExpressionUUID->"e67c563c-0bab-440a-9832-c6598b536789"], Cell[BoxData[ TemplateBox[{ @@ -540,43 +565,43 @@ Cell[BoxData[ "\"String expected at position \\!\\(\\*RowBox[{\\\"2\\\"}]\\) in \ \\!\\(\\*RowBox[{\\\"\\\\\\\"Loao highlightPosList = \\\\\\\"\\\", \ \\\"<>\\\", RowBox[{\\\"format\\\", \\\"[\\\", RowBox[{\\\"{\\\", \ -\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 13, 40, 18903955032461245653, "Local"}, +\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 14, 121, 18903955032461245653, "Local"}, + "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.9434660006910133`*^9}, + 3.9434659905361137`*^9, 3.9434712010089912`*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"2a5514ef-a4b7-4e58-b81b-4a0352a019f1"], +In[14]:=",ExpressionUUID->"f1d961fd-61e2-48d1-b69a-d157108a0542"], Cell[BoxData[ TemplateBox[{ "XMLElement", "attrhs", - "\"\\!\\(\\*RowBox[{\\\"463040629\\\"}]\\) in \ -\\!\\(\\*RowBox[{\\\"\\\\\\\"id\\\\\\\"\\\", \\\"\[Rule]\\\", \\\"463040629\\\ -\"}]\\) is not a valid value for an attribute in an XMLElement. The value of \ -the attribute must be a string.\"", 2, 13, 41, 18903955032461245653, "Local"}, - + "\"\\!\\(\\*RowBox[{\\\"1668695257\\\"}]\\) in \\!\\(\\*RowBox[{\\\"\\\\\\\ +\"id\\\\\\\"\\\", \\\"\[Rule]\\\", \\\"1668695257\\\"}]\\) is not a valid \ +value for an attribute in an XMLElement. The value of the attribute must be a \ +string.\"", 2, 14, 122, 18903955032461245653, "Local"}, "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943466000994739*^9}, + 3.9434659905361137`*^9, 3.943471201328682*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"56115f21-10e4-4749-8386-d45a561f242f"], +In[14]:=",ExpressionUUID->"3dfdbce5-2838-44c4-b0de-636c765eba4d"], Cell[BoxData[ TemplateBox[{ "Export", "autofix", "\"Malformed symbolic XML expression encountered. This may result in \ -unexpected XML data.\"", 2, 13, 42, 18903955032461245653, "Local"}, +unexpected XML data.\"", 2, 14, 123, 18903955032461245653, "Local"}, "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.9434660010287113`*^9}, + 3.9434659905361137`*^9, 3.943471201471548*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"b7c0bcc6-a4d2-476e-a45d-82fa701c667f"], +In[14]:=",ExpressionUUID->"82ae7292-7e9f-4396-9959-b4f59b83584b"], Cell[BoxData[ TemplateBox[{ @@ -584,42 +609,43 @@ Cell[BoxData[ "\"String expected at position \\!\\(\\*RowBox[{\\\"2\\\"}]\\) in \ \\!\\(\\*RowBox[{\\\"\\\\\\\"Loao highlightPosList = \\\\\\\"\\\", \ \\\"<>\\\", RowBox[{\\\"format\\\", \\\"[\\\", RowBox[{\\\"{\\\", \ -\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 13, 43, 18903955032461245653, "Local"}, +\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 14, 124, 18903955032461245653, "Local"}, + "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.9434660014098663`*^9}, + 3.9434659905361137`*^9, 3.943471201955737*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"9ff3dc01-0686-4b6b-8be7-b0795f06b2d2"], +In[14]:=",ExpressionUUID->"7e3b4991-e8a8-468e-af46-8138aaed6306"], Cell[BoxData[ TemplateBox[{ "XMLElement", "attrhs", - "\"\\!\\(\\*RowBox[{\\\"1279158456\\\"}]\\) in \\!\\(\\*RowBox[{\\\"\\\\\\\ -\"id\\\\\\\"\\\", \\\"\[Rule]\\\", \\\"1279158456\\\"}]\\) is not a valid \ -value for an attribute in an XMLElement. The value of the attribute must be a \ -string.\"", 2, 13, 44, 18903955032461245653, "Local"}, + "\"\\!\\(\\*RowBox[{\\\"626586037\\\"}]\\) in \ +\\!\\(\\*RowBox[{\\\"\\\\\\\"id\\\\\\\"\\\", \\\"\[Rule]\\\", \\\"626586037\\\ +\"}]\\) is not a valid value for an attribute in an XMLElement. The value of \ +the attribute must be a string.\"", 2, 14, 125, 18903955032461245653, "Local"}, "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943466001711547*^9}, + 3.9434659905361137`*^9, 3.9434712022763147`*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"a63cb99d-fb82-4e2b-b1a5-a850aa903852"], +In[14]:=",ExpressionUUID->"4f5b589e-8789-4186-9465-4d1711bb3a9b"], Cell[BoxData[ TemplateBox[{ "Export", "autofix", "\"Malformed symbolic XML expression encountered. This may result in \ -unexpected XML data.\"", 2, 13, 45, 18903955032461245653, "Local"}, +unexpected XML data.\"", 2, 14, 126, 18903955032461245653, "Local"}, "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943466001738283*^9}, + 3.9434659905361137`*^9, 3.9434712024195843`*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"06561b34-fd56-4855-a7cb-6cf2a7bc8bd8"], +In[14]:=",ExpressionUUID->"62bca5ca-9a9d-4168-819d-b985991d8e7a"], Cell[BoxData[ TemplateBox[{ @@ -627,42 +653,43 @@ Cell[BoxData[ "\"String expected at position \\!\\(\\*RowBox[{\\\"2\\\"}]\\) in \ \\!\\(\\*RowBox[{\\\"\\\\\\\"Loao highlightPosList = \\\\\\\"\\\", \ \\\"<>\\\", RowBox[{\\\"format\\\", \\\"[\\\", RowBox[{\\\"{\\\", \ -\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 13, 46, 18903955032461245653, "Local"}, +\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 14, 127, 18903955032461245653, "Local"}, + "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943466002091748*^9}, + 3.9434659905361137`*^9, 3.943471202905491*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"50b25707-935f-4473-bc29-6426511911c2"], +In[14]:=",ExpressionUUID->"258117c5-4dc6-4764-9bcc-80fab03ed1fc"], Cell[BoxData[ TemplateBox[{ "XMLElement", "attrhs", - "\"\\!\\(\\*RowBox[{\\\"1825973306\\\"}]\\) in \\!\\(\\*RowBox[{\\\"\\\\\\\ -\"id\\\\\\\"\\\", \\\"\[Rule]\\\", \\\"1825973306\\\"}]\\) is not a valid \ + "\"\\!\\(\\*RowBox[{\\\"1379090238\\\"}]\\) in \\!\\(\\*RowBox[{\\\"\\\\\\\ +\"id\\\\\\\"\\\", \\\"\[Rule]\\\", \\\"1379090238\\\"}]\\) is not a valid \ value for an attribute in an XMLElement. The value of the attribute must be a \ -string.\"", 2, 13, 47, 18903955032461245653, "Local"}, +string.\"", 2, 14, 128, 18903955032461245653, "Local"}, "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943466002430438*^9}, + 3.9434659905361137`*^9, 3.943471203242385*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"6571e6dd-f304-428c-9f57-0d9633a9422c"], +In[14]:=",ExpressionUUID->"2755b9ba-eda9-4712-bebc-206eceb5fafd"], Cell[BoxData[ TemplateBox[{ "Export", "autofix", "\"Malformed symbolic XML expression encountered. This may result in \ -unexpected XML data.\"", 2, 13, 48, 18903955032461245653, "Local"}, +unexpected XML data.\"", 2, 14, 129, 18903955032461245653, "Local"}, "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.9434660024604816`*^9}, + 3.9434659905361137`*^9, 3.943471203385997*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"335cc20c-92c1-4a12-aeff-75ae9d6cfaa7"], +In[14]:=",ExpressionUUID->"8427a86a-8e36-4f61-b714-c9f79d7aca38"], Cell[BoxData[ TemplateBox[{ @@ -670,42 +697,43 @@ Cell[BoxData[ "\"String expected at position \\!\\(\\*RowBox[{\\\"2\\\"}]\\) in \ \\!\\(\\*RowBox[{\\\"\\\\\\\"Loao highlightPosList = \\\\\\\"\\\", \ \\\"<>\\\", RowBox[{\\\"format\\\", \\\"[\\\", RowBox[{\\\"{\\\", \ -\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 13, 49, 18903955032461245653, "Local"}, +\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 14, 130, 18903955032461245653, "Local"}, + "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943466002824829*^9}, + 3.9434659905361137`*^9, 3.943471203876522*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"8a100b24-c256-4d77-bb5a-fa9a86604a3e"], +In[14]:=",ExpressionUUID->"13b3fb51-5169-43f4-a023-3df95c4b5411"], Cell[BoxData[ TemplateBox[{ "XMLElement", "attrhs", - "\"\\!\\(\\*RowBox[{\\\"1353948588\\\"}]\\) in \\!\\(\\*RowBox[{\\\"\\\\\\\ -\"id\\\\\\\"\\\", \\\"\[Rule]\\\", \\\"1353948588\\\"}]\\) is not a valid \ -value for an attribute in an XMLElement. The value of the attribute must be a \ -string.\"", 2, 13, 50, 18903955032461245653, "Local"}, + "\"\\!\\(\\*RowBox[{\\\"403498169\\\"}]\\) in \ +\\!\\(\\*RowBox[{\\\"\\\\\\\"id\\\\\\\"\\\", \\\"\[Rule]\\\", \\\"403498169\\\ +\"}]\\) is not a valid value for an attribute in an XMLElement. The value of \ +the attribute must be a string.\"", 2, 14, 131, 18903955032461245653, "Local"}, "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943466003127054*^9}, + 3.9434659905361137`*^9, 3.9434712042045307`*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"35a75676-d580-4747-92c9-f52d1037b94e"], +In[14]:=",ExpressionUUID->"b8dca42c-2c09-40b2-aad2-ba50eab34f65"], Cell[BoxData[ TemplateBox[{ "Export", "autofix", "\"Malformed symbolic XML expression encountered. This may result in \ -unexpected XML data.\"", 2, 13, 51, 18903955032461245653, "Local"}, +unexpected XML data.\"", 2, 14, 132, 18903955032461245653, "Local"}, "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943466003155154*^9}, + 3.9434659905361137`*^9, 3.9434712043471127`*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"65cb9385-8976-4271-b163-64f31a47f3e3"], +In[14]:=",ExpressionUUID->"f22bd5eb-81ad-4e2c-9aa0-162e7e6fa01a"], Cell[BoxData[ TemplateBox[{ @@ -713,42 +741,43 @@ Cell[BoxData[ "\"String expected at position \\!\\(\\*RowBox[{\\\"2\\\"}]\\) in \ \\!\\(\\*RowBox[{\\\"\\\\\\\"Loao highlightPosList = \\\\\\\"\\\", \ \\\"<>\\\", RowBox[{\\\"format\\\", \\\"[\\\", RowBox[{\\\"{\\\", \ -\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 13, 52, 18903955032461245653, "Local"}, +\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 14, 133, 18903955032461245653, "Local"}, + "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943466003755834*^9}, + 3.9434659905361137`*^9, 3.9434712048394403`*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"5b89da28-8d7c-4090-a4c4-a3351c3e4e09"], +In[14]:=",ExpressionUUID->"60a2f26e-72e6-4cb1-bf96-7c2f69d35a23"], Cell[BoxData[ TemplateBox[{ "XMLElement", "attrhs", - "\"\\!\\(\\*RowBox[{\\\"1253267563\\\"}]\\) in \\!\\(\\*RowBox[{\\\"\\\\\\\ -\"id\\\\\\\"\\\", \\\"\[Rule]\\\", \\\"1253267563\\\"}]\\) is not a valid \ + "\"\\!\\(\\*RowBox[{\\\"1949763224\\\"}]\\) in \\!\\(\\*RowBox[{\\\"\\\\\\\ +\"id\\\\\\\"\\\", \\\"\[Rule]\\\", \\\"1949763224\\\"}]\\) is not a valid \ value for an attribute in an XMLElement. The value of the attribute must be a \ -string.\"", 2, 13, 53, 18903955032461245653, "Local"}, +string.\"", 2, 14, 134, 18903955032461245653, "Local"}, "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.9434660039297237`*^9}, + 3.9434659905361137`*^9, 3.9434712051575727`*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"8ff64884-beb9-4c32-a8f8-9c3cbcfca14d"], +In[14]:=",ExpressionUUID->"3e9fac4c-f71d-478b-a865-c9742088209b"], Cell[BoxData[ TemplateBox[{ "Export", "autofix", "\"Malformed symbolic XML expression encountered. This may result in \ -unexpected XML data.\"", 2, 13, 54, 18903955032461245653, "Local"}, +unexpected XML data.\"", 2, 14, 135, 18903955032461245653, "Local"}, "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943466003977887*^9}, + 3.9434659905361137`*^9, 3.943471205302045*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"7c399979-50a1-4cb3-b0c1-3ae18de7acd9"], +In[14]:=",ExpressionUUID->"e2195d6f-5721-4190-b4c2-559a9955885e"], Cell[BoxData[ TemplateBox[{ @@ -756,42 +785,43 @@ Cell[BoxData[ "\"String expected at position \\!\\(\\*RowBox[{\\\"2\\\"}]\\) in \ \\!\\(\\*RowBox[{\\\"\\\\\\\"Loao highlightPosList = \\\\\\\"\\\", \ \\\"<>\\\", RowBox[{\\\"format\\\", \\\"[\\\", RowBox[{\\\"{\\\", \ -\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 13, 55, 18903955032461245653, "Local"}, +\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 14, 136, 18903955032461245653, "Local"}, + "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943466004619328*^9}, + 3.9434659905361137`*^9, 3.943471205792028*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"b1967ccd-9aca-477d-a7f4-27b2553a3373"], +In[14]:=",ExpressionUUID->"d5e595c2-1382-42c3-bce3-10018967e56c"], Cell[BoxData[ TemplateBox[{ "XMLElement", "attrhs", - "\"\\!\\(\\*RowBox[{\\\"1662354278\\\"}]\\) in \\!\\(\\*RowBox[{\\\"\\\\\\\ -\"id\\\\\\\"\\\", \\\"\[Rule]\\\", \\\"1662354278\\\"}]\\) is not a valid \ -value for an attribute in an XMLElement. The value of the attribute must be a \ -string.\"", 2, 13, 56, 18903955032461245653, "Local"}, + "\"\\!\\(\\*RowBox[{\\\"666354705\\\"}]\\) in \ +\\!\\(\\*RowBox[{\\\"\\\\\\\"id\\\\\\\"\\\", \\\"\[Rule]\\\", \\\"666354705\\\ +\"}]\\) is not a valid value for an attribute in an XMLElement. The value of \ +the attribute must be a string.\"", 2, 14, 137, 18903955032461245653, "Local"}, "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943466004938694*^9}, + 3.9434659905361137`*^9, 3.94347120618437*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"ef85c9ce-6ffc-4e45-a0ec-2bdd3791a911"], +In[14]:=",ExpressionUUID->"b38a126a-7dc9-4f82-8ee6-b3e706437d97"], Cell[BoxData[ TemplateBox[{ "Export", "autofix", "\"Malformed symbolic XML expression encountered. This may result in \ -unexpected XML data.\"", 2, 13, 57, 18903955032461245653, "Local"}, +unexpected XML data.\"", 2, 14, 138, 18903955032461245653, "Local"}, "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943466004972807*^9}, + 3.9434659905361137`*^9, 3.943471206330325*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"5d4e74b0-0596-4f31-b7b1-0834ba1f08c8"], +In[14]:=",ExpressionUUID->"f82933bc-8899-46ac-aef6-469702f25d64"], Cell[BoxData[ TemplateBox[{ @@ -799,55 +829,56 @@ Cell[BoxData[ "\"String expected at position \\!\\(\\*RowBox[{\\\"2\\\"}]\\) in \ \\!\\(\\*RowBox[{\\\"\\\\\\\"Loao highlightPosList = \\\\\\\"\\\", \ \\\"<>\\\", RowBox[{\\\"format\\\", \\\"[\\\", RowBox[{\\\"{\\\", \ -\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 13, 58, 18903955032461245653, "Local"}, +\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 14, 139, 18903955032461245653, "Local"}, + "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943466005329095*^9}, + 3.9434659905361137`*^9, 3.9434712068220882`*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"6e847f17-8c91-484e-87c2-bc39348ef3dd"], +In[14]:=",ExpressionUUID->"581b191f-144d-432a-af81-06cc2bfc0077"], Cell[BoxData[ TemplateBox[{ "XMLElement", "attrhs", - "\"\\!\\(\\*RowBox[{\\\"1933254513\\\"}]\\) in \\!\\(\\*RowBox[{\\\"\\\\\\\ -\"id\\\\\\\"\\\", \\\"\[Rule]\\\", \\\"1933254513\\\"}]\\) is not a valid \ + "\"\\!\\(\\*RowBox[{\\\"1776757730\\\"}]\\) in \\!\\(\\*RowBox[{\\\"\\\\\\\ +\"id\\\\\\\"\\\", \\\"\[Rule]\\\", \\\"1776757730\\\"}]\\) is not a valid \ value for an attribute in an XMLElement. The value of the attribute must be a \ -string.\"", 2, 13, 59, 18903955032461245653, "Local"}, +string.\"", 2, 14, 140, 18903955032461245653, "Local"}, "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943466005762434*^9}, + 3.9434659905361137`*^9, 3.94347120717415*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"5b46e7e8-d489-40fe-9aee-9f75f221bf16"], +In[14]:=",ExpressionUUID->"7ed1c5b2-9b9d-4f5e-af11-ff923f4c8013"], Cell[BoxData[ TemplateBox[{ "Export", "autofix", "\"Malformed symbolic XML expression encountered. This may result in \ -unexpected XML data.\"", 2, 13, 60, 18903955032461245653, "Local"}, +unexpected XML data.\"", 2, 14, 141, 18903955032461245653, "Local"}, "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943466005789297*^9}, + 3.9434659905361137`*^9, 3.9434712073201923`*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"c36a5525-09a6-4cb5-8d01-6bb648cba777"], +In[14]:=",ExpressionUUID->"65101ae5-5b14-4961-a228-78219e92dd81"], Cell[BoxData[ TemplateBox[{ - "CreateInputForm", "str", "\"Incorrect output: \"", 2, 13, 61, + "CreateInputForm", "str", "\"Incorrect output: \"", 2, 14, 142, 18903955032461245653, "Local", "DocumentationBuild`Utils`CreateInputForm"}, "MessageTemplate2"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943466005805298*^9}, + 3.9434659905361137`*^9, 3.943471207326974*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"d2544bc6-d7c1-45a0-b7ad-7a0c5601e2a3"], +In[14]:=",ExpressionUUID->"35196a5a-ba4b-4443-86a5-bb16af6139ed"], Cell[BoxData[ TemplateBox[{ @@ -857,28 +888,28 @@ RowBox[{\\\"\\\\\\\"\\\\\\\"\\\", \\\",\\\", \\\"\\\\\\\"Usage\\\\\\\"\\\", \ \\\",\\\", RowBox[{\\\"CellID\\\", \\\"\[Rule]\\\", \\\"1876352339\\\"}], \ \\\",\\\", RowBox[{\\\"ExpressionUUID\\\", \\\"\[Rule]\\\", \ \\\"\\\\\\\"9b9afd29-cb72-4716-a7f5-30880fc97b27\\\\\\\"\\\"}]}], \\\"]\\\"}]\ -\\))\"", 2, 13, 62, 18903955032461245653, "Local", +\\))\"", 2, 14, 143, 18903955032461245653, "Local", "DocumentationBuild`Utils`CreateInputForm"}, "MessageTemplate2"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943466005828491*^9}, + 3.9434659905361137`*^9, 3.943471207330474*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"127b5172-8614-4334-adf8-556ba3d22148"], +In[14]:=",ExpressionUUID->"ad4e652e-c83d-47a5-bf15-249677872f52"], Cell[BoxData[ TemplateBox[{ - "CreateInputForm", "str", "\"Incorrect output: \"", 2, 13, 63, + "CreateInputForm", "str", "\"Incorrect output: \"", 2, 14, 144, 18903955032461245653, "Local", "DocumentationBuild`Utils`CreateInputForm"}, "MessageTemplate2"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.94346600585398*^9}, + 3.9434659905361137`*^9, 3.9434712075818367`*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"e3cf663c-3ff6-4717-8343-d32af26ed720"], +In[14]:=",ExpressionUUID->"dea1c314-e8d3-4a3d-8b77-efefefebc1a4"], Cell[BoxData[ TemplateBox[{ @@ -888,28 +919,28 @@ RowBox[{\\\"\\\\\\\"\\\\\\\"\\\", \\\",\\\", \\\"\\\\\\\"Usage\\\\\\\"\\\", \ \\\",\\\", RowBox[{\\\"CellID\\\", \\\"\[Rule]\\\", \\\"1876352339\\\"}], \ \\\",\\\", RowBox[{\\\"ExpressionUUID\\\", \\\"\[Rule]\\\", \ \\\"\\\\\\\"9b9afd29-cb72-4716-a7f5-30880fc97b27\\\\\\\"\\\"}]}], \\\"]\\\"}]\ -\\))\"", 2, 13, 64, 18903955032461245653, "Local", +\\))\"", 2, 14, 145, 18903955032461245653, "Local", "DocumentationBuild`Utils`CreateInputForm"}, "MessageTemplate2"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943466005857976*^9}, + 3.9434659905361137`*^9, 3.943471207616686*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"082db0c7-c8ff-4822-b36b-5673dec96952"], +In[14]:=",ExpressionUUID->"1d1749ad-6dfa-4edf-9f74-cdc7dd178061"], Cell[BoxData[ TemplateBox[{ - "CreateInputForm", "str", "\"Incorrect output: \"", 2, 13, 65, + "CreateInputForm", "str", "\"Incorrect output: \"", 2, 14, 146, 18903955032461245653, "Local", "DocumentationBuild`Utils`CreateInputForm"}, "MessageTemplate2"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943466006117025*^9}, + 3.9434659905361137`*^9, 3.943471207636834*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"b04dff8c-14c8-4f7e-881d-02f4be6134b8"], +In[14]:=",ExpressionUUID->"22bff617-7a88-48b5-aa1a-8caee9ab9170"], Cell[BoxData[ TemplateBox[{ @@ -919,15 +950,15 @@ RowBox[{\\\"\\\\\\\"\\\\\\\"\\\", \\\",\\\", \\\"\\\\\\\"Usage\\\\\\\"\\\", \ \\\",\\\", RowBox[{\\\"CellID\\\", \\\"\[Rule]\\\", \\\"1876352339\\\"}], \ \\\",\\\", RowBox[{\\\"ExpressionUUID\\\", \\\"\[Rule]\\\", \ \\\"\\\\\\\"9b9afd29-cb72-4716-a7f5-30880fc97b27\\\\\\\"\\\"}]}], \\\"]\\\"}]\ -\\))\"", 2, 13, 66, 18903955032461245653, "Local", +\\))\"", 2, 14, 147, 18903955032461245653, "Local", "DocumentationBuild`Utils`CreateInputForm"}, "MessageTemplate2"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943466006163129*^9}, + 3.9434659905361137`*^9, 3.943471207689034*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"d2cf36ac-e634-40be-939f-2b9bb8861e2d"], +In[14]:=",ExpressionUUID->"1df18998-11e2-4b3b-bfbf-4cdfdbd96b1d"], Cell[BoxData[ TemplateBox[{ @@ -935,43 +966,44 @@ Cell[BoxData[ "\"String expected at position \\!\\(\\*RowBox[{\\\"2\\\"}]\\) in \ \\!\\(\\*RowBox[{\\\"\\\\\\\"Loao highlightPosList = \\\\\\\"\\\", \ \\\"<>\\\", RowBox[{\\\"format\\\", \\\"[\\\", RowBox[{\\\"{\\\", \ -\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 13, 67, 18903955032461245653, "Local"}, +\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 14, 148, 18903955032461245653, "Local"}, + "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943466006538753*^9}, + 3.9434659905361137`*^9, 3.943471208063458*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"c6db952f-6e07-4f97-a547-a805a615a35f"], +In[14]:=",ExpressionUUID->"a86de5df-3106-4b85-81c1-46bca21ce265"], Cell[BoxData[ TemplateBox[{ "XMLElement", "attrhs", - "\"\\!\\(\\*RowBox[{\\\"763876598\\\"}]\\) in \ -\\!\\(\\*RowBox[{\\\"\\\\\\\"id\\\\\\\"\\\", \\\"\[Rule]\\\", \\\"763876598\\\ -\"}]\\) is not a valid value for an attribute in an XMLElement. The value of \ -the attribute must be a string.\"", 2, 13, 68, 18903955032461245653, "Local"}, - + "\"\\!\\(\\*RowBox[{\\\"43391334\\\"}]\\) in \ +\\!\\(\\*RowBox[{\\\"\\\\\\\"id\\\\\\\"\\\", \\\"\[Rule]\\\", \ +\\\"43391334\\\"}]\\) is not a valid value for an attribute in an XMLElement. \ +The value of the attribute must be a string.\"", 2, 14, 149, + 18903955032461245653, "Local"}, "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943466006818246*^9}, + 3.9434659905361137`*^9, 3.943471208385311*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"8c2621db-55ad-4dfe-9eea-c49776902567"], +In[14]:=",ExpressionUUID->"a7a1a988-5763-46f8-9e98-9c08e5cab54b"], Cell[BoxData[ TemplateBox[{ "Export", "autofix", "\"Malformed symbolic XML expression encountered. This may result in \ -unexpected XML data.\"", 2, 13, 69, 18903955032461245653, "Local"}, +unexpected XML data.\"", 2, 14, 150, 18903955032461245653, "Local"}, "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943466006867231*^9}, + 3.9434659905361137`*^9, 3.94347120852984*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"1babff0c-7090-4546-9fcd-ccacf91b6631"], +In[14]:=",ExpressionUUID->"dd750fa4-b48c-4574-a813-d30dc361f088"], Cell[BoxData[ TemplateBox[{ @@ -979,43 +1011,43 @@ Cell[BoxData[ "\"String expected at position \\!\\(\\*RowBox[{\\\"2\\\"}]\\) in \ \\!\\(\\*RowBox[{\\\"\\\\\\\"Loao highlightPosList = \\\\\\\"\\\", \ \\\"<>\\\", RowBox[{\\\"format\\\", \\\"[\\\", RowBox[{\\\"{\\\", \ -\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 13, 70, 18903955032461245653, "Local"}, +\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 14, 151, 18903955032461245653, "Local"}, + "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943466007215691*^9}, + 3.9434659905361137`*^9, 3.9434712090196333`*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"3f9e5e9e-0155-4619-bc52-74405436c793"], +In[14]:=",ExpressionUUID->"15036944-e3c3-481a-8a42-c9360c239c7e"], Cell[BoxData[ TemplateBox[{ "XMLElement", "attrhs", - "\"\\!\\(\\*RowBox[{\\\"530654336\\\"}]\\) in \ -\\!\\(\\*RowBox[{\\\"\\\\\\\"id\\\\\\\"\\\", \\\"\[Rule]\\\", \\\"530654336\\\ -\"}]\\) is not a valid value for an attribute in an XMLElement. The value of \ -the attribute must be a string.\"", 2, 13, 71, 18903955032461245653, "Local"}, - + "\"\\!\\(\\*RowBox[{\\\"1988017381\\\"}]\\) in \\!\\(\\*RowBox[{\\\"\\\\\\\ +\"id\\\\\\\"\\\", \\\"\[Rule]\\\", \\\"1988017381\\\"}]\\) is not a valid \ +value for an attribute in an XMLElement. The value of the attribute must be a \ +string.\"", 2, 14, 152, 18903955032461245653, "Local"}, "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943466007529552*^9}, + 3.9434659905361137`*^9, 3.943471209349332*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"96188db3-6cb6-4f66-a295-91e54fa0726b"], +In[14]:=",ExpressionUUID->"77f2098a-a7f8-499a-9c9d-286ac4fc80ec"], Cell[BoxData[ TemplateBox[{ "Export", "autofix", "\"Malformed symbolic XML expression encountered. This may result in \ -unexpected XML data.\"", 2, 13, 72, 18903955032461245653, "Local"}, +unexpected XML data.\"", 2, 14, 153, 18903955032461245653, "Local"}, "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943466007557515*^9}, + 3.9434659905361137`*^9, 3.943471209494279*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"8a6b906d-74e4-4e3c-ad1d-fd3ea40a84fe"], +In[14]:=",ExpressionUUID->"703f5917-a1df-435e-a9f5-77ef79747250"], Cell[BoxData[ TemplateBox[{ @@ -1023,43 +1055,43 @@ Cell[BoxData[ "\"String expected at position \\!\\(\\*RowBox[{\\\"2\\\"}]\\) in \ \\!\\(\\*RowBox[{\\\"\\\\\\\"Loao highlightPosList = \\\\\\\"\\\", \ \\\"<>\\\", RowBox[{\\\"format\\\", \\\"[\\\", RowBox[{\\\"{\\\", \ -\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 13, 73, 18903955032461245653, "Local"}, +\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 14, 154, 18903955032461245653, "Local"}, + "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943466008234997*^9}, + 3.9434659905361137`*^9, 3.94347120999205*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"29fa2497-6f1b-4892-9920-9b7fdd01f390"], +In[14]:=",ExpressionUUID->"4c74da73-a97d-45d3-9972-89935aeb2c6f"], Cell[BoxData[ TemplateBox[{ "XMLElement", "attrhs", - "\"\\!\\(\\*RowBox[{\\\"124995948\\\"}]\\) in \ -\\!\\(\\*RowBox[{\\\"\\\\\\\"id\\\\\\\"\\\", \\\"\[Rule]\\\", \\\"124995948\\\ -\"}]\\) is not a valid value for an attribute in an XMLElement. The value of \ -the attribute must be a string.\"", 2, 13, 74, 18903955032461245653, "Local"}, - + "\"\\!\\(\\*RowBox[{\\\"1291346226\\\"}]\\) in \\!\\(\\*RowBox[{\\\"\\\\\\\ +\"id\\\\\\\"\\\", \\\"\[Rule]\\\", \\\"1291346226\\\"}]\\) is not a valid \ +value for an attribute in an XMLElement. The value of the attribute must be a \ +string.\"", 2, 14, 155, 18903955032461245653, "Local"}, "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.94346600867239*^9}, + 3.9434659905361137`*^9, 3.9434712103182487`*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"af1b84c6-6d3d-4d33-9258-286ba3c88e5f"], +In[14]:=",ExpressionUUID->"862f0a5f-fc51-4efb-a6e5-6fb9123c8f95"], Cell[BoxData[ TemplateBox[{ "Export", "autofix", "\"Malformed symbolic XML expression encountered. This may result in \ -unexpected XML data.\"", 2, 13, 75, 18903955032461245653, "Local"}, +unexpected XML data.\"", 2, 14, 156, 18903955032461245653, "Local"}, "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943466008707862*^9}, + 3.9434659905361137`*^9, 3.943471210467229*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"706152df-9541-4738-9553-6a2185dfa059"], +In[14]:=",ExpressionUUID->"91d42f34-4956-4869-b30e-8810129c683e"], Cell[BoxData[ TemplateBox[{ @@ -1067,43 +1099,43 @@ Cell[BoxData[ "\"String expected at position \\!\\(\\*RowBox[{\\\"2\\\"}]\\) in \ \\!\\(\\*RowBox[{\\\"\\\\\\\"Loao highlightPosList = \\\\\\\"\\\", \ \\\"<>\\\", RowBox[{\\\"format\\\", \\\"[\\\", RowBox[{\\\"{\\\", \ -\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 13, 76, 18903955032461245653, "Local"}, +\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 14, 157, 18903955032461245653, "Local"}, + "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943466009290328*^9}, + 3.9434659905361137`*^9, 3.943471210975265*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"2d806b04-56c5-42cf-9bdc-30c8d22eaeb5"], +In[14]:=",ExpressionUUID->"5c4256b1-c57e-40a4-b268-9345e46b0536"], Cell[BoxData[ TemplateBox[{ "XMLElement", "attrhs", - "\"\\!\\(\\*RowBox[{\\\"287476811\\\"}]\\) in \ -\\!\\(\\*RowBox[{\\\"\\\\\\\"id\\\\\\\"\\\", \\\"\[Rule]\\\", \\\"287476811\\\ + "\"\\!\\(\\*RowBox[{\\\"792619697\\\"}]\\) in \ +\\!\\(\\*RowBox[{\\\"\\\\\\\"id\\\\\\\"\\\", \\\"\[Rule]\\\", \\\"792619697\\\ \"}]\\) is not a valid value for an attribute in an XMLElement. The value of \ -the attribute must be a string.\"", 2, 13, 77, 18903955032461245653, "Local"}, - +the attribute must be a string.\"", 2, 14, 158, 18903955032461245653, "Local"}, "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943466009695228*^9}, + 3.9434659905361137`*^9, 3.943471211368351*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"9ed4188c-4a29-45ff-9df4-f8b59f578c5f"], +In[14]:=",ExpressionUUID->"ae25f69f-4e31-4351-8091-b18df30fc410"], Cell[BoxData[ TemplateBox[{ "Export", "autofix", "\"Malformed symbolic XML expression encountered. This may result in \ -unexpected XML data.\"", 2, 13, 78, 18903955032461245653, "Local"}, +unexpected XML data.\"", 2, 14, 159, 18903955032461245653, "Local"}, "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943466009741962*^9}, + 3.9434659905361137`*^9, 3.9434712115141773`*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"affcdd47-b888-4ddd-a14b-7b026eddbb2b"], +In[14]:=",ExpressionUUID->"f70bec81-c8a1-4e4e-926d-4d8d0b6db5db"], Cell[BoxData[ TemplateBox[{ @@ -1111,43 +1143,43 @@ Cell[BoxData[ "\"String expected at position \\!\\(\\*RowBox[{\\\"2\\\"}]\\) in \ \\!\\(\\*RowBox[{\\\"\\\\\\\"Loao highlightPosList = \\\\\\\"\\\", \ \\\"<>\\\", RowBox[{\\\"format\\\", \\\"[\\\", RowBox[{\\\"{\\\", \ -\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 13, 79, 18903955032461245653, "Local"}, +\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 14, 160, 18903955032461245653, "Local"}, + "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943466010152522*^9}, + 3.9434659905361137`*^9, 3.943471212022644*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"252982c7-0262-4b70-9d72-db63ed6e4d20"], +In[14]:=",ExpressionUUID->"e0302b4b-557d-45c7-8a0a-ce817d351528"], Cell[BoxData[ TemplateBox[{ "XMLElement", "attrhs", - "\"\\!\\(\\*RowBox[{\\\"74808385\\\"}]\\) in \ -\\!\\(\\*RowBox[{\\\"\\\\\\\"id\\\\\\\"\\\", \\\"\[Rule]\\\", \ -\\\"74808385\\\"}]\\) is not a valid value for an attribute in an XMLElement. \ -The value of the attribute must be a string.\"", 2, 13, 80, - 18903955032461245653, "Local"}, + "\"\\!\\(\\*RowBox[{\\\"1541756955\\\"}]\\) in \\!\\(\\*RowBox[{\\\"\\\\\\\ +\"id\\\\\\\"\\\", \\\"\[Rule]\\\", \\\"1541756955\\\"}]\\) is not a valid \ +value for an attribute in an XMLElement. The value of the attribute must be a \ +string.\"", 2, 14, 161, 18903955032461245653, "Local"}, "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943466010533339*^9}, + 3.9434659905361137`*^9, 3.943471212394601*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"d0a26d81-e853-494a-be1f-c7b07135ec3a"], +In[14]:=",ExpressionUUID->"9859598e-fd95-4447-9a45-a5b292608a20"], Cell[BoxData[ TemplateBox[{ "Export", "autofix", "\"Malformed symbolic XML expression encountered. This may result in \ -unexpected XML data.\"", 2, 13, 81, 18903955032461245653, "Local"}, +unexpected XML data.\"", 2, 14, 162, 18903955032461245653, "Local"}, "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943466010561912*^9}, + 3.9434659905361137`*^9, 3.943471212541274*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"41f3ab7a-f095-461b-913e-4261ffbe87cc"], +In[14]:=",ExpressionUUID->"cde8812e-2fcb-424a-aee9-3ae51f4ce88e"], Cell[BoxData[ TemplateBox[{ @@ -1155,42 +1187,71 @@ Cell[BoxData[ "\"String expected at position \\!\\(\\*RowBox[{\\\"2\\\"}]\\) in \ \\!\\(\\*RowBox[{\\\"\\\\\\\"Loao highlightPosList = \\\\\\\"\\\", \ \\\"<>\\\", RowBox[{\\\"format\\\", \\\"[\\\", RowBox[{\\\"{\\\", \ -\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 13, 82, 18903955032461245653, "Local"}, +\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 14, 163, 18903955032461245653, "Local"}, + "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943466010919435*^9}, + 3.9434659905361137`*^9, 3.943471213033927*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"9a249e5b-fcb2-459d-8506-28a081e9bfd3"], +In[14]:=",ExpressionUUID->"b18b5d28-9832-4f1f-9b2c-533977e6b578"], Cell[BoxData[ TemplateBox[{ "XMLElement", "attrhs", - "\"\\!\\(\\*RowBox[{\\\"1475286088\\\"}]\\) in \\!\\(\\*RowBox[{\\\"\\\\\\\ -\"id\\\\\\\"\\\", \\\"\[Rule]\\\", \\\"1475286088\\\"}]\\) is not a valid \ -value for an attribute in an XMLElement. The value of the attribute must be a \ -string.\"", 2, 13, 83, 18903955032461245653, "Local"}, + "\"\\!\\(\\*RowBox[{\\\"279331352\\\"}]\\) in \ +\\!\\(\\*RowBox[{\\\"\\\\\\\"id\\\\\\\"\\\", \\\"\[Rule]\\\", \\\"279331352\\\ +\"}]\\) is not a valid value for an attribute in an XMLElement. The value of \ +the attribute must be a string.\"", 2, 14, 164, 18903955032461245653, "Local"}, "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943466011199729*^9}, + 3.9434659905361137`*^9, 3.943471213385213*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"d2e1dd28-2d4d-430e-8fa6-4153fc6eed25"], +In[14]:=",ExpressionUUID->"68e79482-b0c9-4501-92b5-df694d891b14"], Cell[BoxData[ TemplateBox[{ "Export", "autofix", "\"Malformed symbolic XML expression encountered. This may result in \ -unexpected XML data.\"", 2, 13, 84, 18903955032461245653, "Local"}, +unexpected XML data.\"", 2, 14, 165, 18903955032461245653, "Local"}, + "MessageTemplate"]], "Message", "MSG", + CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { + 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, + 3.9434659905361137`*^9, 3.943471213532488*^9}, + CellLabel-> + "During evaluation of \ +In[14]:=",ExpressionUUID->"f287514d-02b7-4d21-a8ac-5bd6b86bab77"], + +Cell[BoxData[ + TemplateBox[{ + "Part", "partd", + "\"Part specification \\!\\(\\*RowBox[{\\\"$Failed\\\", \\\"\ +\[LeftDoubleBracket]\\\", \\\"1\\\", \\\"\[RightDoubleBracket]\\\"}]\\) is \ +longer than depth of object.\"", 2, 14, 166, 18903955032461245653, "Local"}, "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943466011239275*^9}, + 3.9434659905361137`*^9, 3.9434712137204723`*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"cc0b47fa-c8ba-4e75-9a39-7b5823246dc1"], +In[14]:=",ExpressionUUID->"50bd5175-da60-4a79-ba13-ea3dae776e26"], + +Cell[BoxData[ + TemplateBox[{ + "Part", "partd", + "\"Part specification \\!\\(\\*RowBox[{\\\"$Failed\\\", \\\"\ +\[LeftDoubleBracket]\\\", \\\"1\\\", \\\"\[RightDoubleBracket]\\\"}]\\) is \ +longer than depth of object.\"", 2, 14, 167, 18903955032461245653, "Local"}, + "MessageTemplate"]], "Message", "MSG", + CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { + 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, + 3.9434659905361137`*^9, 3.94347121394158*^9}, + CellLabel-> + "During evaluation of \ +In[14]:=",ExpressionUUID->"9ee0c62c-4eee-4b7b-a26f-990163ee0210"], Cell[BoxData[ TemplateBox[{ @@ -1198,14 +1259,15 @@ Cell[BoxData[ "\"String expected at position \\!\\(\\*RowBox[{\\\"2\\\"}]\\) in \ \\!\\(\\*RowBox[{\\\"\\\\\\\"Loao highlightPosList = \\\\\\\"\\\", \ \\\"<>\\\", RowBox[{\\\"format\\\", \\\"[\\\", RowBox[{\\\"{\\\", \ -\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 13, 85, 18903955032461245653, "Local"}, +\\\"}\\\"}], \\\"]\\\"}]}]\\).\"", 2, 14, 168, 18903955032461245653, "Local"}, + "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{{3.943461751721263*^9, 3.943461757311246*^9}, { 3.943461791667754*^9, 3.9434618097029676`*^9}, 3.9434620594296618`*^9, - 3.943466011486861*^9}, + 3.9434659905361137`*^9, 3.943471214259841*^9}, CellLabel-> "During evaluation of \ -In[13]:=",ExpressionUUID->"2a1f402c-b403-4e0c-afb8-9a8852d6adb7"], +In[14]:=",ExpressionUUID->"39536385-83ed-49a9-9ea3-6fbbfa87234c"], Cell[BoxData[ InterpretationBox[ @@ -1258,6 +1320,12 @@ Mathematica/DiFfRG/doc_built/html/guide/DiFfRG.html\""}, "FileArgument"], "]"}], ",", RowBox[{"File", "[", + TemplateBox[{ + "\"/home/franz/Documents/Uni/Code/DiFfRG_github/\ +Mathematica/DiFfRG/doc_built/html/guide/DiFfRGCodeTools.html\""}, + "FileArgument"], "]"}], ",", + RowBox[{"File", "[", + TemplateBox[{ "\"/home/franz/Documents/Uni/Code/DiFfRG_github/\ Mathematica/DiFfRG/doc_built/html/tutorial/UsingtheDiFfRGpackage.html\""}, @@ -1461,6 +1529,12 @@ Mathematica/DiFfRG/doc_built/html/guide/DiFfRG.html\""}, "FileArgument"], "]"}], ",", RowBox[{"File", "[", + TemplateBox[{ + "\"/home/franz/Documents/Uni/Code/DiFfRG_github/\ +Mathematica/DiFfRG/doc_built/html/guide/DiFfRGCodeTools.html\""}, + "FileArgument"], "]"}], ",", + RowBox[{"File", "[", + TemplateBox[{ "\"/home/franz/Documents/Uni/Code/DiFfRG_github/\ Mathematica/DiFfRG/doc_built/html/tutorial/UsingtheDiFfRGpackage.html\""}, @@ -1520,6 +1594,7 @@ Mathematica/DiFfRG/doc_built/html/ref/FormMomentumExpansion.html\""}, Mathematica/DiFfRG/doc_built/html/ref/GetDirectory.html\""}, "FileArgument"], "]"}], ",", RowBox[{"File", "[", + TemplateBox[{ "\"/home/franz/Documents/Uni/Code/DiFfRG_github/\ Mathematica/DiFfRG/doc_built/html/ref/GetFTSynonym.html\""}, "FileArgument"], @@ -1615,7 +1690,7 @@ Mathematica/DiFfRG/doc_built/html/ref/UseSU3GellMannTrace.html\""}, TagBox[ TemplateBox[{ - "22.118316`", "\"s\"", "seconds", "\"Seconds\""}, + "26.504145`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}, { RowBox[{ TagBox[ @@ -1626,12 +1701,13 @@ Mathematica/DiFfRG/doc_built/html/ref/UseSU3GellMannTrace.html\""}, TagBox[ RowBox[{"{", RowBox[{ + TemplateBox[{ - "1.496895`", "\"s\"", "seconds", "\"Seconds\""}, + "1.21043`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], ",", "\"/home/franz/Documents/Uni/Code/DiFfRG_github/\ -Mathematica/DiFfRG/Documentation/English/Guides/DiFfRG.nb\""}], "}"}], - "SummaryItem"]}]}, { +Mathematica/DiFfRG/Documentation/English/ReferencePages/Symbols/\ +SeparateScalarProductsFiniteT.nb\""}], "}"}], "SummaryItem"]}]}, { RowBox[{ TagBox[ TemplateBox[{"\"ProcessedFiles\"", "\": \""}, "RowDefault"], @@ -1640,6 +1716,137 @@ Mathematica/DiFfRG/Documentation/English/Guides/DiFfRG.nb\""}], "}"}], RowBox[{"\[LeftAssociation]", RowBox[{ + RowBox[{ + "\"/home/franz/Documents/Uni/Code/DiFfRG_github/\ +Mathematica/DiFfRG/Documentation/English/Guides/DiFfRGCodeTools.nb\"", + "\[Rule]", + InterpretationBox[ + RowBox[{ + TagBox["Success", "SummaryHead"], "[", + + DynamicModuleBox[{ + Typeset`open$$ = False, Typeset`embedState$$ = "Ready"}, + TemplateBox[{ + PaneSelectorBox[{False -> GridBox[{{ + PaneBox[ + ButtonBox[ + DynamicBox[ + FEPrivate`FrontEndResource[ + "FEBitmaps", "SummaryBoxOpener"]], + ButtonFunction :> (Typeset`open$$ = True), Appearance -> + None, BaseStyle -> {}, Evaluator -> Automatic, Method -> + "Preemptive"], Alignment -> {Center, Center}, ImageSize -> + Dynamic[{Automatic, 3.5 (CurrentValue["FontCapHeight"]/ + AbsoluteCurrentValue[Magnification])}]], + FrameBox[ + StyleBox["\"\[Checkmark]\"", + Directive[ + RGBColor[ + 0.3607843137254902, 0.596078431372549, + 0.3803921568627451], 25], StripOnInput -> False], + ContentPadding -> False, FrameStyle -> None, + FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], + + GridBox[{{ + RowBox[{ + TagBox[ + TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], + "SummaryItemAnnotation"], "\[InvisibleSpace]", + TagBox["\"Build\"", "SummaryItem"]}]}, { + RowBox[{ + TagBox[ + TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], + "SummaryItemAnnotation"], "\[InvisibleSpace]", + TagBox[ + + TemplateBox[{"0.942003`", "\"s\"", "seconds", + "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], + "SummaryItem"]}]}}, + GridBoxAlignment -> { + "Columns" -> {{Left}}, "Rows" -> {{Automatic}}}, + AutoDelete -> False, + GridBoxItemSize -> { + "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, + GridBoxSpacings -> { + "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, + BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> + False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, + GridBoxAlignment -> { + "Columns" -> {{Left}}, "Rows" -> {{Top}}}, AutoDelete -> + False, GridBoxItemSize -> { + "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, + BaselinePosition -> {1, 1}], True -> GridBox[{{ + PaneBox[ + ButtonBox[ + DynamicBox[ + FEPrivate`FrontEndResource[ + "FEBitmaps", "SummaryBoxCloser"]], + ButtonFunction :> (Typeset`open$$ = False), Appearance -> + None, BaseStyle -> {}, Evaluator -> Automatic, Method -> + "Preemptive"], Alignment -> {Center, Center}, ImageSize -> + Dynamic[{Automatic, 3.5 (CurrentValue["FontCapHeight"]/ + AbsoluteCurrentValue[Magnification])}]], + FrameBox[ + StyleBox["\"\[Checkmark]\"", + Directive[ + RGBColor[ + 0.3607843137254902, 0.596078431372549, + 0.3803921568627451], 25], StripOnInput -> False], + ContentPadding -> False, FrameStyle -> None, + FrameMargins -> {{0, 0}, {0, 0}}, StripOnInput -> False], + + GridBox[{{ + RowBox[{ + TagBox[ + TemplateBox[{"\"Action\"", "\": \""}, "RowDefault"], + "SummaryItemAnnotation"], "\[InvisibleSpace]", + TagBox["\"Build\"", "SummaryItem"]}]}, { + RowBox[{ + TagBox[ + TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], + "SummaryItemAnnotation"], "\[InvisibleSpace]", + TagBox[ + + TemplateBox[{"0.942003`", "\"s\"", "seconds", + "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], + "SummaryItem"]}]}, { + RowBox[{ + TagBox[ + TemplateBox[{"\"HTML\"", "\": \""}, "RowDefault"], + "SummaryItemAnnotation"], "\[InvisibleSpace]", + TagBox[ + "\"/home/franz/Documents/Uni/Code/DiFfRG_github/\ +Mathematica/DiFfRG/doc_built/html/guide/DiFfRGCodeTools.html\"", + "SummaryItem"]}]}, { + RowBox[{ + TagBox[ + TemplateBox[{"\"Tag\"", "\": \""}, "RowDefault"], + "SummaryItemAnnotation"], "\[InvisibleSpace]", + TagBox["\"ProcessedNotebook\"", "SummaryItem"]}]}}, + GridBoxAlignment -> { + "Columns" -> {{Left}}, "Rows" -> {{Automatic}}}, + AutoDelete -> False, + GridBoxItemSize -> { + "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, + GridBoxSpacings -> { + "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, + BaseStyle -> {ShowStringCharacters -> False, NumberMarks -> + False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, + GridBoxAlignment -> { + "Columns" -> {{Left}}, "Rows" -> {{Top}}}, AutoDelete -> + False, GridBoxItemSize -> { + "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, + BaselinePosition -> {1, 1}]}, + Dynamic[Typeset`open$$], ImageSize -> Automatic]}, + "SummaryPanel"], DynamicModuleValues :> {}], "]"}], + Success[ + "ProcessedNotebook", <| + "Action" -> "Build", "Time" -> + Quantity[0.942003, "Seconds"], "HTML" -> + "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/\ +DiFfRG/doc_built/html/guide/DiFfRGCodeTools.html"|>], Selectable -> False, + Editable -> False, SelectWithContents -> True]}], ",", + RowBox[{ "\"/home/franz/Documents/Uni/Code/DiFfRG_github/\ Mathematica/DiFfRG/Documentation/English/Guides/DiFfRG.nb\"", "\[Rule]", @@ -1682,7 +1889,7 @@ Mathematica/DiFfRG/Documentation/English/Guides/DiFfRG.nb\"", "\[Rule]", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ - TemplateBox[{"1.496895`", "\"s\"", "seconds", + TemplateBox[{"0.780503`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}}, GridBoxAlignment -> { @@ -1730,7 +1937,7 @@ Mathematica/DiFfRG/Documentation/English/Guides/DiFfRG.nb\"", "\[Rule]", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ - TemplateBox[{"1.496895`", "\"s\"", "seconds", + TemplateBox[{"0.780503`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}, { RowBox[{ @@ -1764,11 +1971,10 @@ Mathematica/DiFfRG/doc_built/html/guide/DiFfRG.html\"", "SummaryItem"]}]}, { Success[ "ProcessedNotebook", <| "Action" -> "Build", "Time" -> - Quantity[1.496895, "Seconds"], "HTML" -> + Quantity[0.780503, "Seconds"], "HTML" -> "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/\ DiFfRG/doc_built/html/guide/DiFfRG.html"|>], Selectable -> False, Editable -> False, SelectWithContents -> True]}], ",", - RowBox[{ "\"/home/franz/Documents/Uni/Code/DiFfRG_github/\ Mathematica/DiFfRG/Documentation/English/ReferencePages/Symbols/AutoExport.nb\ @@ -1812,7 +2018,7 @@ Mathematica/DiFfRG/Documentation/English/ReferencePages/Symbols/AutoExport.nb\ "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ - TemplateBox[{"0.824417`", "\"s\"", "seconds", + TemplateBox[{"0.697365`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}}, GridBoxAlignment -> { @@ -1860,7 +2066,7 @@ Mathematica/DiFfRG/Documentation/English/ReferencePages/Symbols/AutoExport.nb\ "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ - TemplateBox[{"0.824417`", "\"s\"", "seconds", + TemplateBox[{"0.697365`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}, { RowBox[{ @@ -1895,7 +2101,7 @@ Mathematica/DiFfRG/doc_built/html/ref/AutoExport.html\"", "SummaryItem"]}]}, { Success[ "ProcessedNotebook", <| "Action" -> "Build", "Time" -> - Quantity[0.824417, "Seconds"], "HTML" -> + Quantity[0.697365, "Seconds"], "HTML" -> "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/\ DiFfRG/doc_built/html/ref/AutoExport.html"|>], Selectable -> False, Editable -> False, SelectWithContents -> True]}], ",", @@ -1907,6 +2113,7 @@ AutoSaveRestore.nb\"", "\[Rule]", InterpretationBox[ RowBox[{ TagBox["Success", "SummaryHead"], "[", + DynamicModuleBox[{ Typeset`open$$ = False, Typeset`embedState$$ = "Ready"}, TemplateBox[{ @@ -1942,7 +2149,7 @@ AutoSaveRestore.nb\"", "\[Rule]", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ - TemplateBox[{"0.925828`", "\"s\"", "seconds", + TemplateBox[{"1.059945`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}}, GridBoxAlignment -> { @@ -1990,7 +2197,7 @@ AutoSaveRestore.nb\"", "\[Rule]", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ - TemplateBox[{"0.925828`", "\"s\"", "seconds", + TemplateBox[{"1.059945`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}, { RowBox[{ @@ -2025,7 +2232,7 @@ Mathematica/DiFfRG/doc_built/html/ref/AutoSaveRestore.html\"", Success[ "ProcessedNotebook", <| "Action" -> "Build", "Time" -> - Quantity[0.925828, "Seconds"], "HTML" -> + Quantity[1.059945, "Seconds"], "HTML" -> "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/\ DiFfRG/doc_built/html/ref/AutoSaveRestore.html"|>], Selectable -> False, Editable -> False, SelectWithContents -> True]}], ",", @@ -2073,7 +2280,7 @@ ClearTraceCache.nb\"", "\[Rule]", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ - TemplateBox[{"0.93455`", "\"s\"", "seconds", + TemplateBox[{"0.99002`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}}, GridBoxAlignment -> { @@ -2121,7 +2328,7 @@ ClearTraceCache.nb\"", "\[Rule]", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ - TemplateBox[{"0.93455`", "\"s\"", "seconds", + TemplateBox[{"0.99002`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}, { RowBox[{ @@ -2156,7 +2363,7 @@ Mathematica/DiFfRG/doc_built/html/ref/ClearTraceCache.html\"", Success[ "ProcessedNotebook", <| "Action" -> "Build", "Time" -> - Quantity[0.93455, "Seconds"], "HTML" -> + Quantity[0.99002, "Seconds"], "HTML" -> "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/\ DiFfRG/doc_built/html/ref/ClearTraceCache.html"|>], Selectable -> False, Editable -> False, SelectWithContents -> True]}], ",", @@ -2204,7 +2411,7 @@ ExpandScalarProductsFiniteT.nb\"", "\[Rule]", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ - TemplateBox[{"0.917813`", "\"s\"", "seconds", + TemplateBox[{"0.951035`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}}, GridBoxAlignment -> { @@ -2252,7 +2459,7 @@ ExpandScalarProductsFiniteT.nb\"", "\[Rule]", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ - TemplateBox[{"0.917813`", "\"s\"", "seconds", + TemplateBox[{"0.951035`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}, { RowBox[{ @@ -2287,7 +2494,7 @@ Mathematica/DiFfRG/doc_built/html/ref/ExpandScalarProductsFiniteT.html\"", Success[ "ProcessedNotebook", <| "Action" -> "Build", "Time" -> - Quantity[0.917813, "Seconds"], "HTML" -> + Quantity[0.951035, "Seconds"], "HTML" -> "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/\ DiFfRG/doc_built/html/ref/ExpandScalarProductsFiniteT.html"|>], Selectable -> False, Editable -> False, SelectWithContents -> True]}], @@ -2336,7 +2543,7 @@ ExpandScalarProducts.nb\"", "\[Rule]", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ - TemplateBox[{"1.076125`", "\"s\"", "seconds", + TemplateBox[{"1.034627`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}}, GridBoxAlignment -> { @@ -2384,7 +2591,7 @@ ExpandScalarProducts.nb\"", "\[Rule]", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ - TemplateBox[{"1.076125`", "\"s\"", "seconds", + TemplateBox[{"1.034627`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}, { RowBox[{ @@ -2419,7 +2626,7 @@ Mathematica/DiFfRG/doc_built/html/ref/ExpandScalarProducts.html\"", Success[ "ProcessedNotebook", <| "Action" -> "Build", "Time" -> - Quantity[1.076125, "Seconds"], "HTML" -> + Quantity[1.034627, "Seconds"], "HTML" -> "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/\ DiFfRG/doc_built/html/ref/ExpandScalarProducts.html"|>], Selectable -> False, Editable -> False, SelectWithContents -> True]}], ",", @@ -2467,7 +2674,7 @@ ExtendedFormTrace.nb\"", "\[Rule]", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ - TemplateBox[{"0.708348`", "\"s\"", "seconds", + TemplateBox[{"0.962529`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}}, GridBoxAlignment -> { @@ -2515,7 +2722,7 @@ ExtendedFormTrace.nb\"", "\[Rule]", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ - TemplateBox[{"0.708348`", "\"s\"", "seconds", + TemplateBox[{"0.962529`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}, { RowBox[{ @@ -2550,7 +2757,7 @@ Mathematica/DiFfRG/doc_built/html/ref/ExtendedFormTrace.html\"", Success[ "ProcessedNotebook", <| "Action" -> "Build", "Time" -> - Quantity[0.708348, "Seconds"], "HTML" -> + Quantity[0.962529, "Seconds"], "HTML" -> "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/\ DiFfRG/doc_built/html/ref/ExtendedFormTrace.html"|>], Selectable -> False, Editable -> False, SelectWithContents -> True]}], ",", @@ -2598,7 +2805,7 @@ FiniteTFormMomentumExpansion.nb\"", "\[Rule]", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ - TemplateBox[{"0.678544`", "\"s\"", "seconds", + TemplateBox[{"0.955761`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}}, GridBoxAlignment -> { @@ -2646,7 +2853,7 @@ FiniteTFormMomentumExpansion.nb\"", "\[Rule]", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ - TemplateBox[{"0.678544`", "\"s\"", "seconds", + TemplateBox[{"0.955761`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}, { RowBox[{ @@ -2681,7 +2888,7 @@ Mathematica/DiFfRG/doc_built/html/ref/FiniteTFormMomentumExpansion.html\"", Success[ "ProcessedNotebook", <| "Action" -> "Build", "Time" -> - Quantity[0.678544, "Seconds"], "HTML" -> + Quantity[0.955761, "Seconds"], "HTML" -> "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/\ DiFfRG/doc_built/html/ref/FiniteTFormMomentumExpansion.html"|>], Selectable -> False, Editable -> False, SelectWithContents -> True]}], @@ -2730,7 +2937,7 @@ FormMomentumExpansion.nb\"", "\[Rule]", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ - TemplateBox[{"0.729655`", "\"s\"", "seconds", + TemplateBox[{"0.951737`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}}, GridBoxAlignment -> { @@ -2778,7 +2985,7 @@ FormMomentumExpansion.nb\"", "\[Rule]", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ - TemplateBox[{"0.729655`", "\"s\"", "seconds", + TemplateBox[{"0.951737`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}, { RowBox[{ @@ -2813,7 +3020,7 @@ Mathematica/DiFfRG/doc_built/html/ref/FormMomentumExpansion.html\"", Success[ "ProcessedNotebook", <| "Action" -> "Build", "Time" -> - Quantity[0.729655, "Seconds"], "HTML" -> + Quantity[0.951737, "Seconds"], "HTML" -> "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/\ DiFfRG/doc_built/html/ref/FormMomentumExpansion.html"|>], Selectable -> False, Editable -> False, SelectWithContents -> True]}], ",", @@ -2861,7 +3068,7 @@ nb\"", "\[Rule]", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ - TemplateBox[{"0.824495`", "\"s\"", "seconds", + TemplateBox[{"0.95334`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}}, GridBoxAlignment -> { @@ -2909,7 +3116,7 @@ nb\"", "\[Rule]", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ - TemplateBox[{"0.824495`", "\"s\"", "seconds", + TemplateBox[{"0.95334`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}, { RowBox[{ @@ -2944,7 +3151,7 @@ Mathematica/DiFfRG/doc_built/html/ref/GetDirectory.html\"", Success[ "ProcessedNotebook", <| "Action" -> "Build", "Time" -> - Quantity[0.824495, "Seconds"], "HTML" -> + Quantity[0.95334, "Seconds"], "HTML" -> "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/\ DiFfRG/doc_built/html/ref/GetDirectory.html"|>], Selectable -> False, Editable -> False, SelectWithContents -> True]}], ",", @@ -2991,8 +3198,7 @@ nb\"", "\[Rule]", TemplateBox[{"\"Time\"", "\": \""}, "RowDefault"], "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ - - TemplateBox[{"0.702527`", "\"s\"", "seconds", + TemplateBox[{"0.946368`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}}, GridBoxAlignment -> { @@ -3040,7 +3246,7 @@ nb\"", "\[Rule]", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ - TemplateBox[{"0.702527`", "\"s\"", "seconds", + TemplateBox[{"0.946368`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}, { RowBox[{ @@ -3075,7 +3281,7 @@ Mathematica/DiFfRG/doc_built/html/ref/GetFTSynonym.html\"", Success[ "ProcessedNotebook", <| "Action" -> "Build", "Time" -> - Quantity[0.702527, "Seconds"], "HTML" -> + Quantity[0.946368, "Seconds"], "HTML" -> "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/\ DiFfRG/doc_built/html/ref/GetFTSynonym.html"|>], Selectable -> False, Editable -> False, SelectWithContents -> True]}], ",", @@ -3123,7 +3329,7 @@ MakeP0FormRule.nb\"", "\[Rule]", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ - TemplateBox[{"0.877179`", "\"s\"", "seconds", + TemplateBox[{"1.104828`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}}, GridBoxAlignment -> { @@ -3171,7 +3377,7 @@ MakeP0FormRule.nb\"", "\[Rule]", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ - TemplateBox[{"0.877179`", "\"s\"", "seconds", + TemplateBox[{"1.104828`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}, { RowBox[{ @@ -3206,7 +3412,7 @@ Mathematica/DiFfRG/doc_built/html/ref/MakeP0FormRule.html\"", Success[ "ProcessedNotebook", <| "Action" -> "Build", "Time" -> - Quantity[0.877179, "Seconds"], "HTML" -> + Quantity[1.104828, "Seconds"], "HTML" -> "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/\ DiFfRG/doc_built/html/ref/MakeP0FormRule.html"|>], Selectable -> False, Editable -> False, SelectWithContents -> True]}], ",", @@ -3254,7 +3460,7 @@ MakeSPFiniteTFormRule.nb\"", "\[Rule]", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ - TemplateBox[{"0.682698`", "\"s\"", "seconds", + TemplateBox[{"0.944452`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}}, GridBoxAlignment -> { @@ -3302,7 +3508,7 @@ MakeSPFiniteTFormRule.nb\"", "\[Rule]", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ - TemplateBox[{"0.682698`", "\"s\"", "seconds", + TemplateBox[{"0.944452`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}, { RowBox[{ @@ -3337,7 +3543,7 @@ Mathematica/DiFfRG/doc_built/html/ref/MakeSPFiniteTFormRule.html\"", Success[ "ProcessedNotebook", <| "Action" -> "Build", "Time" -> - Quantity[0.682698, "Seconds"], "HTML" -> + Quantity[0.944452, "Seconds"], "HTML" -> "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/\ DiFfRG/doc_built/html/ref/MakeSPFiniteTFormRule.html"|>], Selectable -> False, Editable -> False, SelectWithContents -> True]}], ",", @@ -3385,7 +3591,7 @@ MakeSPFormRule.nb\"", "\[Rule]", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ - TemplateBox[{"0.71105`", "\"s\"", "seconds", + TemplateBox[{"0.946988`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}}, GridBoxAlignment -> { @@ -3433,7 +3639,7 @@ MakeSPFormRule.nb\"", "\[Rule]", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ - TemplateBox[{"0.71105`", "\"s\"", "seconds", + TemplateBox[{"0.946988`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}, { RowBox[{ @@ -3468,7 +3674,7 @@ Mathematica/DiFfRG/doc_built/html/ref/MakeSPFormRule.html\"", Success[ "ProcessedNotebook", <| "Action" -> "Build", "Time" -> - Quantity[0.71105, "Seconds"], "HTML" -> + Quantity[0.946988, "Seconds"], "HTML" -> "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/\ DiFfRG/doc_built/html/ref/MakeSPFormRule.html"|>], Selectable -> False, Editable -> False, SelectWithContents -> True]}], ",", @@ -3516,7 +3722,7 @@ nb\"", "\[Rule]", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ - TemplateBox[{"0.719616`", "\"s\"", "seconds", + TemplateBox[{"0.965166`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}}, GridBoxAlignment -> { @@ -3564,7 +3770,7 @@ nb\"", "\[Rule]", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ - TemplateBox[{"0.719616`", "\"s\"", "seconds", + TemplateBox[{"0.965166`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}, { RowBox[{ @@ -3599,7 +3805,7 @@ Mathematica/DiFfRG/doc_built/html/ref/MatsubaraSum.html\"", Success[ "ProcessedNotebook", <| "Action" -> "Build", "Time" -> - Quantity[0.719616, "Seconds"], "HTML" -> + Quantity[0.965166, "Seconds"], "HTML" -> "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/\ DiFfRG/doc_built/html/ref/MatsubaraSum.html"|>], Selectable -> False, Editable -> False, SelectWithContents -> True]}], ",", @@ -3647,7 +3853,7 @@ Mathematica/DiFfRG/Documentation/English/ReferencePages/Symbols/PreTrace.nb\"\ "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ - TemplateBox[{"0.692764`", "\"s\"", "seconds", + TemplateBox[{"0.961206`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}}, GridBoxAlignment -> { @@ -3695,7 +3901,7 @@ Mathematica/DiFfRG/Documentation/English/ReferencePages/Symbols/PreTrace.nb\"\ "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ - TemplateBox[{"0.692764`", "\"s\"", "seconds", + TemplateBox[{"0.961206`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}, { RowBox[{ @@ -3729,7 +3935,7 @@ Mathematica/DiFfRG/doc_built/html/ref/PreTrace.html\"", "SummaryItem"]}]}, { Success[ "ProcessedNotebook", <| "Action" -> "Build", "Time" -> - Quantity[0.692764, "Seconds"], "HTML" -> + Quantity[0.961206, "Seconds"], "HTML" -> "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/\ DiFfRG/doc_built/html/ref/PreTrace.html"|>], Selectable -> False, Editable -> False, SelectWithContents -> True]}], ",", @@ -3777,7 +3983,7 @@ ProjectToSymmetricPointFiniteT.nb\"", "\[Rule]", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ - TemplateBox[{"0.70897`", "\"s\"", "seconds", + TemplateBox[{"0.954605`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}}, GridBoxAlignment -> { @@ -3825,7 +4031,7 @@ ProjectToSymmetricPointFiniteT.nb\"", "\[Rule]", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ - TemplateBox[{"0.70897`", "\"s\"", "seconds", + TemplateBox[{"0.954605`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}, { RowBox[{ @@ -3860,7 +4066,7 @@ Mathematica/DiFfRG/doc_built/html/ref/ProjectToSymmetricPointFiniteT.html\"", Success[ "ProcessedNotebook", <| "Action" -> "Build", "Time" -> - Quantity[0.70897, "Seconds"], "HTML" -> + Quantity[0.954605, "Seconds"], "HTML" -> "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/\ DiFfRG/doc_built/html/ref/ProjectToSymmetricPointFiniteT.html"|>], Selectable -> False, Editable -> False, SelectWithContents -> True]}], @@ -3909,7 +4115,7 @@ ProjectToSymmetricPoint.nb\"", "\[Rule]", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ - TemplateBox[{"1.109297`", "\"s\"", "seconds", + TemplateBox[{"1.024605`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}}, GridBoxAlignment -> { @@ -3957,7 +4163,7 @@ ProjectToSymmetricPoint.nb\"", "\[Rule]", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ - TemplateBox[{"1.109297`", "\"s\"", "seconds", + TemplateBox[{"1.024605`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}, { RowBox[{ @@ -3992,7 +4198,7 @@ Mathematica/DiFfRG/doc_built/html/ref/ProjectToSymmetricPoint.html\"", Success[ "ProcessedNotebook", <| "Action" -> "Build", "Time" -> - Quantity[1.109297, "Seconds"], "HTML" -> + Quantity[1.024605, "Seconds"], "HTML" -> "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/\ DiFfRG/doc_built/html/ref/ProjectToSymmetricPoint.html"|>], Selectable -> False, Editable -> False, SelectWithContents -> True]}], @@ -4041,7 +4247,7 @@ nb\"", "\[Rule]", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ - TemplateBox[{"0.813733`", "\"s\"", "seconds", + TemplateBox[{"0.988971`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}}, GridBoxAlignment -> { @@ -4089,7 +4295,7 @@ nb\"", "\[Rule]", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ - TemplateBox[{"0.813733`", "\"s\"", "seconds", + TemplateBox[{"0.988971`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}, { RowBox[{ @@ -4124,7 +4330,7 @@ Mathematica/DiFfRG/doc_built/html/ref/QuickSimplify.html\"", Success[ "ProcessedNotebook", <| "Action" -> "Build", "Time" -> - Quantity[0.813733, "Seconds"], "HTML" -> + Quantity[0.988971, "Seconds"], "HTML" -> "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/\ DiFfRG/doc_built/html/ref/QuickSimplify.html"|>], Selectable -> False, Editable -> False, SelectWithContents -> True]}], ",", @@ -4172,7 +4378,7 @@ SeparateScalarProductsFiniteT.nb\"", "\[Rule]", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ - TemplateBox[{"1.077557`", "\"s\"", "seconds", + TemplateBox[{"1.21043`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}}, GridBoxAlignment -> { @@ -4220,7 +4426,7 @@ SeparateScalarProductsFiniteT.nb\"", "\[Rule]", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ - TemplateBox[{"1.077557`", "\"s\"", "seconds", + TemplateBox[{"1.21043`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}, { RowBox[{ @@ -4255,8 +4461,7 @@ Mathematica/DiFfRG/doc_built/html/ref/SeparateScalarProductsFiniteT.html\"", Success[ "ProcessedNotebook", <| "Action" -> "Build", "Time" -> - Quantity[1.077557, "Seconds"], "HTML" -> - + Quantity[1.21043, "Seconds"], "HTML" -> "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/\ DiFfRG/doc_built/html/ref/SeparateScalarProductsFiniteT.html"|>], Selectable -> False, Editable -> False, SelectWithContents -> True]}], @@ -4305,7 +4510,7 @@ SetDisentangle.nb\"", "\[Rule]", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ - TemplateBox[{"0.689996`", "\"s\"", "seconds", + TemplateBox[{"0.964557`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}}, GridBoxAlignment -> { @@ -4353,7 +4558,7 @@ SetDisentangle.nb\"", "\[Rule]", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ - TemplateBox[{"0.689996`", "\"s\"", "seconds", + TemplateBox[{"0.964557`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}, { RowBox[{ @@ -4388,7 +4593,7 @@ Mathematica/DiFfRG/doc_built/html/ref/SetDisentangle.html\"", Success[ "ProcessedNotebook", <| "Action" -> "Build", "Time" -> - Quantity[0.689996, "Seconds"], "HTML" -> + Quantity[0.964557, "Seconds"], "HTML" -> "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/\ DiFfRG/doc_built/html/ref/SetDisentangle.html"|>], Selectable -> False, Editable -> False, SelectWithContents -> True]}], ",", @@ -4436,7 +4641,7 @@ SimplifyAllMomenta.nb\"", "\[Rule]", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ - TemplateBox[{"1.035959`", "\"s\"", "seconds", + TemplateBox[{"0.967643`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}}, GridBoxAlignment -> { @@ -4484,7 +4689,7 @@ SimplifyAllMomenta.nb\"", "\[Rule]", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ - TemplateBox[{"1.035959`", "\"s\"", "seconds", + TemplateBox[{"0.967643`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}, { RowBox[{ @@ -4519,7 +4724,7 @@ Mathematica/DiFfRG/doc_built/html/ref/SimplifyAllMomenta.html\"", Success[ "ProcessedNotebook", <| "Action" -> "Build", "Time" -> - Quantity[1.035959, "Seconds"], "HTML" -> + Quantity[0.967643, "Seconds"], "HTML" -> "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/\ DiFfRG/doc_built/html/ref/SimplifyAllMomenta.html"|>], Selectable -> False, Editable -> False, SelectWithContents -> True]}], ",", @@ -4567,7 +4772,7 @@ nb\"", "\[Rule]", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ - TemplateBox[{"1.145321`", "\"s\"", "seconds", + TemplateBox[{"1.05359`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}}, GridBoxAlignment -> { @@ -4615,7 +4820,7 @@ nb\"", "\[Rule]", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ - TemplateBox[{"1.145321`", "\"s\"", "seconds", + TemplateBox[{"1.05359`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}, { RowBox[{ @@ -4649,7 +4854,7 @@ Mathematica/DiFfRG/doc_built/html/ref/SumDiagrams.html\"", "SummaryItem"]}]}, { Success[ "ProcessedNotebook", <| "Action" -> "Build", "Time" -> - Quantity[1.145321, "Seconds"], "HTML" -> + Quantity[1.05359, "Seconds"], "HTML" -> "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/\ DiFfRG/doc_built/html/ref/SumDiagrams.html"|>], Selectable -> False, Editable -> False, SelectWithContents -> True]}], ",", @@ -4697,7 +4902,7 @@ nb\"", "\[Rule]", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ - TemplateBox[{"0.822833`", "\"s\"", "seconds", + TemplateBox[{"1.030181`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}}, GridBoxAlignment -> { @@ -4745,7 +4950,7 @@ nb\"", "\[Rule]", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ - TemplateBox[{"0.822833`", "\"s\"", "seconds", + TemplateBox[{"1.030181`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}, { RowBox[{ @@ -4780,7 +4985,7 @@ Mathematica/DiFfRG/doc_built/html/ref/TraceDiagrams.html\"", Success[ "ProcessedNotebook", <| "Action" -> "Build", "Time" -> - Quantity[0.822833, "Seconds"], "HTML" -> + Quantity[1.030181, "Seconds"], "HTML" -> "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/\ DiFfRG/doc_built/html/ref/TraceDiagrams.html"|>], Selectable -> False, Editable -> False, SelectWithContents -> True]}], ",", @@ -4828,7 +5033,7 @@ UseSU3GellMannTrace.nb\"", "\[Rule]", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ - TemplateBox[{"0.674856`", "\"s\"", "seconds", + TemplateBox[{"0.981905`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}}, GridBoxAlignment -> { @@ -4876,7 +5081,7 @@ UseSU3GellMannTrace.nb\"", "\[Rule]", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ - TemplateBox[{"0.674856`", "\"s\"", "seconds", + TemplateBox[{"0.981905`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}, { RowBox[{ @@ -4911,10 +5116,11 @@ Mathematica/DiFfRG/doc_built/html/ref/UseSU3GellMannTrace.html\"", Success[ "ProcessedNotebook", <| "Action" -> "Build", "Time" -> - Quantity[0.674856, "Seconds"], "HTML" -> + Quantity[0.981905, "Seconds"], "HTML" -> "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/\ DiFfRG/doc_built/html/ref/UseSU3GellMannTrace.html"|>], Selectable -> False, Editable -> False, SelectWithContents -> True]}], ",", + RowBox[{ "\"/home/franz/Documents/Uni/Code/DiFfRG_github/\ Mathematica/DiFfRG/Documentation/English/Tutorials/UsingtheDiFfRGpackage.nb\"\ @@ -4958,7 +5164,7 @@ Mathematica/DiFfRG/Documentation/English/Tutorials/UsingtheDiFfRGpackage.nb\"\ "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ - TemplateBox[{"0.486465`", "\"s\"", "seconds", + TemplateBox[{"1.145964`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}}, GridBoxAlignment -> { @@ -5006,7 +5212,7 @@ Mathematica/DiFfRG/Documentation/English/Tutorials/UsingtheDiFfRGpackage.nb\"\ "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox[ - TemplateBox[{"0.486465`", "\"s\"", "seconds", + TemplateBox[{"1.145964`", "\"s\"", "seconds", "\"Seconds\""}, "Quantity", SyntaxForm -> Mod], "SummaryItem"]}]}, { RowBox[{ @@ -5041,7 +5247,7 @@ Mathematica/DiFfRG/doc_built/html/tutorial/UsingtheDiFfRGpackage.html\"", Success[ "ProcessedNotebook", <| "Action" -> "Build", "Time" -> - Quantity[0.486465, "Seconds"], "HTML" -> + Quantity[1.145964, "Seconds"], "HTML" -> "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/\ DiFfRG/doc_built/html/tutorial/UsingtheDiFfRGpackage.html"|>], Selectable -> False, Editable -> False, SelectWithContents -> True]}]}], @@ -5066,18 +5272,17 @@ DiFfRG/doc_built/html/tutorial/UsingtheDiFfRGpackage.html"|>], Selectable -> RowBox[{ TagBox[ - TemplateBox[{"\"ProcessedFilesCount\"", "\": \""}, "RowDefault"], "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["26", "SummaryItem"]}]}, { + TagBox["27", "SummaryItem"]}]}, { RowBox[{ TagBox[ TemplateBox[{"\"SuccessfulFilesCount\"", "\": \""}, "RowDefault"], "SummaryItemAnnotation"], "\[InvisibleSpace]", - TagBox["26", "SummaryItem"]}]}, { + TagBox["27", "SummaryItem"]}]}, { RowBox[{ TagBox[ @@ -5112,6 +5317,9 @@ DiFfRG/doc_built/html/tutorial/UsingtheDiFfRGpackage.html"|>], Selectable -> built/html/guide/DiFfRG.html"], File[ "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/doc_\ +built/html/guide/DiFfRGCodeTools.html"], + File[ + "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/doc_\ built/html/tutorial/UsingtheDiFfRGpackage.html"], File[ "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/doc_\ @@ -5185,171 +5393,179 @@ built/html/ref/TraceDiagrams.html"], File[ "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/doc_\ built/html/ref/UseSU3GellMannTrace.html"]}, "TotalTime" -> - Quantity[22.118316, "Seconds"], "MaximumFileTime" -> { - Quantity[1.496895, "Seconds"], + Quantity[26.504145, "Seconds"], "MaximumFileTime" -> { + Quantity[1.21043, "Seconds"], "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/\ -Documentation/English/Guides/DiFfRG.nb"}, - "ProcessedFiles" -> <| +Documentation/English/ReferencePages/Symbols/SeparateScalarProductsFiniteT.\ +nb"}, "ProcessedFiles" -> <| "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/\ +Documentation/English/Guides/DiFfRGCodeTools.nb" -> + Success["ProcessedNotebook", <| + "Action" -> "Build", "Time" -> Quantity[0.942003, "Seconds"], "HTML" -> + "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/doc_\ +built/html/guide/DiFfRGCodeTools.html"|>], + "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/\ Documentation/English/Guides/DiFfRG.nb" -> Success["ProcessedNotebook", <| - "Action" -> "Build", "Time" -> Quantity[1.496895, "Seconds"], "HTML" -> + "Action" -> "Build", "Time" -> Quantity[0.780503, "Seconds"], "HTML" -> "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/doc_\ built/html/guide/DiFfRG.html"|>], "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/\ Documentation/English/ReferencePages/Symbols/AutoExport.nb" -> Success["ProcessedNotebook", <| - "Action" -> "Build", "Time" -> Quantity[0.824417, "Seconds"], "HTML" -> + "Action" -> "Build", "Time" -> Quantity[0.697365, "Seconds"], "HTML" -> "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/doc_\ built/html/ref/AutoExport.html"|>], "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/\ Documentation/English/ReferencePages/Symbols/AutoSaveRestore.nb" -> Success["ProcessedNotebook", <| - "Action" -> "Build", "Time" -> Quantity[0.925828, "Seconds"], "HTML" -> + "Action" -> "Build", "Time" -> Quantity[1.059945, "Seconds"], "HTML" -> "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/doc_\ built/html/ref/AutoSaveRestore.html"|>], "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/\ Documentation/English/ReferencePages/Symbols/ClearTraceCache.nb" -> Success["ProcessedNotebook", <| - "Action" -> "Build", "Time" -> Quantity[0.93455, "Seconds"], "HTML" -> + "Action" -> "Build", "Time" -> Quantity[0.99002, "Seconds"], "HTML" -> "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/doc_\ built/html/ref/ClearTraceCache.html"|>], "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/\ Documentation/English/ReferencePages/Symbols/ExpandScalarProductsFiniteT.nb" -> Success["ProcessedNotebook", <| - "Action" -> "Build", "Time" -> Quantity[0.917813, "Seconds"], "HTML" -> + "Action" -> "Build", "Time" -> Quantity[0.951035, "Seconds"], "HTML" -> "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/doc_\ built/html/ref/ExpandScalarProductsFiniteT.html"|>], "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/\ Documentation/English/ReferencePages/Symbols/ExpandScalarProducts.nb" -> Success["ProcessedNotebook", <| - "Action" -> "Build", "Time" -> Quantity[1.076125, "Seconds"], "HTML" -> + "Action" -> "Build", "Time" -> Quantity[1.034627, "Seconds"], "HTML" -> "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/doc_\ built/html/ref/ExpandScalarProducts.html"|>], "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/\ Documentation/English/ReferencePages/Symbols/ExtendedFormTrace.nb" -> - Success["ProcessedNotebook", <| - "Action" -> "Build", "Time" -> Quantity[0.708348, "Seconds"], "HTML" -> + Success[ + "ProcessedNotebook", <| + "Action" -> "Build", "Time" -> Quantity[0.962529, "Seconds"], "HTML" -> "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/doc_\ built/html/ref/ExtendedFormTrace.html"|>], "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/\ Documentation/English/ReferencePages/Symbols/FiniteTFormMomentumExpansion.nb" -> Success["ProcessedNotebook", <| - "Action" -> "Build", "Time" -> Quantity[0.678544, "Seconds"], "HTML" -> + "Action" -> "Build", "Time" -> Quantity[0.955761, "Seconds"], "HTML" -> "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/doc_\ built/html/ref/FiniteTFormMomentumExpansion.html"|>], "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/\ Documentation/English/ReferencePages/Symbols/FormMomentumExpansion.nb" -> Success["ProcessedNotebook", <| - "Action" -> "Build", "Time" -> Quantity[0.729655, "Seconds"], "HTML" -> + "Action" -> "Build", "Time" -> Quantity[0.951737, "Seconds"], "HTML" -> "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/doc_\ built/html/ref/FormMomentumExpansion.html"|>], "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/\ Documentation/English/ReferencePages/Symbols/GetDirectory.nb" -> Success["ProcessedNotebook", <| - "Action" -> "Build", "Time" -> Quantity[0.824495, "Seconds"], "HTML" -> + "Action" -> "Build", "Time" -> Quantity[0.95334, "Seconds"], "HTML" -> "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/doc_\ built/html/ref/GetDirectory.html"|>], "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/\ Documentation/English/ReferencePages/Symbols/GetFTSynonym.nb" -> Success["ProcessedNotebook", <| - "Action" -> "Build", "Time" -> Quantity[0.702527, "Seconds"], "HTML" -> + "Action" -> "Build", "Time" -> Quantity[0.946368, "Seconds"], "HTML" -> "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/doc_\ built/html/ref/GetFTSynonym.html"|>], "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/\ Documentation/English/ReferencePages/Symbols/MakeP0FormRule.nb" -> Success["ProcessedNotebook", <| - "Action" -> "Build", "Time" -> Quantity[0.877179, "Seconds"], "HTML" -> + "Action" -> "Build", "Time" -> Quantity[1.104828, "Seconds"], "HTML" -> "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/doc_\ built/html/ref/MakeP0FormRule.html"|>], "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/\ Documentation/English/ReferencePages/Symbols/MakeSPFiniteTFormRule.nb" -> Success["ProcessedNotebook", <| - "Action" -> "Build", "Time" -> Quantity[0.682698, "Seconds"], "HTML" -> + "Action" -> "Build", "Time" -> Quantity[0.944452, "Seconds"], "HTML" -> "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/doc_\ built/html/ref/MakeSPFiniteTFormRule.html"|>], "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/\ Documentation/English/ReferencePages/Symbols/MakeSPFormRule.nb" -> Success["ProcessedNotebook", <| - "Action" -> "Build", "Time" -> Quantity[0.71105, "Seconds"], "HTML" -> + "Action" -> "Build", "Time" -> Quantity[0.946988, "Seconds"], "HTML" -> "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/doc_\ built/html/ref/MakeSPFormRule.html"|>], "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/\ Documentation/English/ReferencePages/Symbols/MatsubaraSum.nb" -> Success["ProcessedNotebook", <| - "Action" -> "Build", "Time" -> Quantity[0.719616, "Seconds"], "HTML" -> + "Action" -> "Build", "Time" -> Quantity[0.965166, "Seconds"], "HTML" -> "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/doc_\ built/html/ref/MatsubaraSum.html"|>], "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/\ Documentation/English/ReferencePages/Symbols/PreTrace.nb" -> Success["ProcessedNotebook", <| - "Action" -> "Build", "Time" -> Quantity[0.692764, "Seconds"], "HTML" -> + "Action" -> "Build", "Time" -> Quantity[0.961206, "Seconds"], "HTML" -> "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/doc_\ built/html/ref/PreTrace.html"|>], "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/\ Documentation/English/ReferencePages/Symbols/ProjectToSymmetricPointFiniteT.\ nb" -> Success[ "ProcessedNotebook", <| - "Action" -> "Build", "Time" -> Quantity[0.70897, "Seconds"], "HTML" -> + "Action" -> "Build", "Time" -> Quantity[0.954605, "Seconds"], "HTML" -> "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/doc_\ built/html/ref/ProjectToSymmetricPointFiniteT.html"|>], "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/\ Documentation/English/ReferencePages/Symbols/ProjectToSymmetricPoint.nb" -> - Success["ProcessedNotebook", <| - "Action" -> "Build", "Time" -> Quantity[1.109297, "Seconds"], "HTML" -> + Success[ + "ProcessedNotebook", <| + "Action" -> "Build", "Time" -> Quantity[1.024605, "Seconds"], "HTML" -> "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/doc_\ built/html/ref/ProjectToSymmetricPoint.html"|>], "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/\ Documentation/English/ReferencePages/Symbols/QuickSimplify.nb" -> Success["ProcessedNotebook", <| - "Action" -> "Build", "Time" -> Quantity[0.813733, "Seconds"], "HTML" -> + "Action" -> "Build", "Time" -> Quantity[0.988971, "Seconds"], "HTML" -> "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/doc_\ built/html/ref/QuickSimplify.html"|>], "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/\ Documentation/English/ReferencePages/Symbols/SeparateScalarProductsFiniteT.\ nb" -> Success[ "ProcessedNotebook", <| - "Action" -> "Build", "Time" -> Quantity[1.077557, "Seconds"], "HTML" -> + "Action" -> "Build", "Time" -> Quantity[1.21043, "Seconds"], "HTML" -> "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/doc_\ built/html/ref/SeparateScalarProductsFiniteT.html"|>], "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/\ Documentation/English/ReferencePages/Symbols/SetDisentangle.nb" -> Success["ProcessedNotebook", <| - "Action" -> "Build", "Time" -> Quantity[0.689996, "Seconds"], "HTML" -> + "Action" -> "Build", "Time" -> Quantity[0.964557, "Seconds"], "HTML" -> "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/doc_\ built/html/ref/SetDisentangle.html"|>], "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/\ Documentation/English/ReferencePages/Symbols/SimplifyAllMomenta.nb" -> Success["ProcessedNotebook", <| - "Action" -> "Build", "Time" -> Quantity[1.035959, "Seconds"], "HTML" -> + "Action" -> "Build", "Time" -> Quantity[0.967643, "Seconds"], "HTML" -> "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/doc_\ built/html/ref/SimplifyAllMomenta.html"|>], "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/\ Documentation/English/ReferencePages/Symbols/SumDiagrams.nb" -> Success["ProcessedNotebook", <| - "Action" -> "Build", "Time" -> Quantity[1.145321, "Seconds"], "HTML" -> + "Action" -> "Build", "Time" -> Quantity[1.05359, "Seconds"], "HTML" -> "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/doc_\ built/html/ref/SumDiagrams.html"|>], "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/\ Documentation/English/ReferencePages/Symbols/TraceDiagrams.nb" -> Success["ProcessedNotebook", <| - "Action" -> "Build", "Time" -> Quantity[0.822833, "Seconds"], "HTML" -> + "Action" -> "Build", "Time" -> Quantity[1.030181, "Seconds"], "HTML" -> "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/doc_\ built/html/ref/TraceDiagrams.html"|>], "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/\ Documentation/English/ReferencePages/Symbols/UseSU3GellMannTrace.nb" -> Success["ProcessedNotebook", <| - "Action" -> "Build", "Time" -> Quantity[0.674856, "Seconds"], "HTML" -> + "Action" -> "Build", "Time" -> Quantity[0.981905, "Seconds"], "HTML" -> "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/doc_\ built/html/ref/UseSU3GellMannTrace.html"|>], "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/\ Documentation/English/Tutorials/UsingtheDiFfRGpackage.nb" -> Success["ProcessedNotebook", <| - "Action" -> "Build", "Time" -> Quantity[0.486465, "Seconds"], "HTML" -> + "Action" -> "Build", "Time" -> Quantity[1.145964, "Seconds"], "HTML" -> "/home/franz/Documents/Uni/Code/DiFfRG_github/Mathematica/DiFfRG/doc_\ built/html/tutorial/UsingtheDiFfRGpackage.html"|>]|>, "FailedFilesCount" -> 0, "PercentSucceeded" -> Quantity[100., "Percent"], "ProcessedFilesCount" -> - 26, "SuccessfulFilesCount" -> 26, "SkippedFilesCount" -> 0, + 27, "SuccessfulFilesCount" -> 27, "SkippedFilesCount" -> 0, "MessageTemplate" -> "Documentation build completed successfully."|>], Editable->False, SelectWithContents->True, @@ -5357,11 +5573,11 @@ built/html/tutorial/UsingtheDiFfRGpackage.html"|>]|>, "FailedFilesCount" -> 0, CellChangeTimes->{{3.9434616370557337`*^9, 3.943461666696136*^9}, 3.943461707093501*^9, {3.9434617460946503`*^9, 3.943461758414316*^9}, { 3.943461792745199*^9, 3.943461810782683*^9}, 3.943462061800313*^9, - 3.943466012069825*^9}, - CellLabel->"Out[13]=",ExpressionUUID->"07615885-98d0-4779-8f23-5e1d5926b927"] + 3.943466012069825*^9, 3.943471214883439*^9}, + CellLabel->"Out[14]=",ExpressionUUID->"756ca18a-f38e-47e1-a1de-f3f7b03b9b75"] }, Open ]] }, -WindowSize->{1185, 714}, +WindowSize->{588.75, 714}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, FrontEndVersion->"14.1 for Linux x86 (64-bit) (July 16, 2024)", StyleDefinitions->"Default.nb", @@ -5379,89 +5595,93 @@ CellTagsIndex->{} (*NotebookFileOutline Notebook[{ Cell[554, 20, 352, 7, 53, "Input",ExpressionUUID->"7ce7eba8-a2f6-48df-b652-8ad543e09ad1"], +Cell[909, 29, 152, 3, 29, "Input",ExpressionUUID->"44690bb6-98ce-4f1a-97f2-990ac3a593ec"], Cell[CellGroupData[{ -Cell[931, 31, 494, 10, 30, "Input",ExpressionUUID->"45069c6f-fe56-41ee-9cb9-16603edb4c05"], -Cell[1428, 43, 656, 13, 26, "Message",ExpressionUUID->"1db2a9b2-8899-4e2b-8a70-bf7163237da6"], -Cell[2087, 58, 654, 13, 26, "Message",ExpressionUUID->"0d11bb83-cea4-4fd6-8fea-0d769c3440f9"], -Cell[2744, 73, 660, 13, 26, "Message",ExpressionUUID->"5b875149-58ce-48f6-bad2-13158519b381"], -Cell[3407, 88, 507, 11, 26, "Message",ExpressionUUID->"37ea0f6b-45ed-4dba-8eab-5ba31bdba3ed"], -Cell[3917, 101, 655, 13, 26, "Message",ExpressionUUID->"a6b2acdc-841a-442d-8261-6174d6556f1a"], -Cell[4575, 116, 662, 14, 26, "Message",ExpressionUUID->"9552e2dd-bd08-4b1d-92f0-e7fcd7e6e6af"], -Cell[5240, 132, 510, 11, 26, "Message",ExpressionUUID->"664917b2-315a-49cd-a947-95e0b05854ca"], -Cell[5753, 145, 657, 13, 26, "Message",ExpressionUUID->"bb137d49-5e33-459c-9fa3-423282074a9d"], -Cell[6413, 160, 659, 13, 26, "Message",ExpressionUUID->"b19b97f5-fb04-4a50-acf6-d77cb0636961"], -Cell[7075, 175, 510, 11, 26, "Message",ExpressionUUID->"173737db-794c-40eb-98fd-f53acc95b352"], -Cell[7588, 188, 657, 13, 26, "Message",ExpressionUUID->"8490962c-96fe-422d-9c29-134f5b793fe4"], -Cell[8248, 203, 662, 14, 26, "Message",ExpressionUUID->"731a0c5c-024d-465e-bbfd-00b1f7e30f65"], -Cell[8913, 219, 510, 11, 26, "Message",ExpressionUUID->"87d6a010-ac0f-463e-afa4-694ae60cc2fe"], -Cell[9426, 232, 655, 13, 26, "Message",ExpressionUUID->"a7a125c1-f44b-42b5-ad83-1e26ef0b7b63"], -Cell[10084, 247, 660, 14, 26, "Message",ExpressionUUID->"1393ce0e-5dd7-4eee-97ca-7f12d24ceeee"], -Cell[10747, 263, 510, 11, 26, "Message",ExpressionUUID->"64124752-e6f1-47ca-b673-12e7f4eb8ff6"], -Cell[11260, 276, 655, 13, 26, "Message",ExpressionUUID->"18b17391-5a5d-4216-99c7-6f05ff7550b3"], -Cell[11918, 291, 659, 14, 26, "Message",ExpressionUUID->"184c2dd0-2113-4b1d-b386-d2a8808acfcf"], -Cell[12580, 307, 510, 11, 26, "Message",ExpressionUUID->"dc2a76b8-94a3-402e-a2f5-3b8aa60ee2ed"], -Cell[13093, 320, 655, 13, 26, "Message",ExpressionUUID->"6941c093-4402-4c85-9b53-40ab96c887e1"], -Cell[13751, 335, 657, 13, 26, "Message",ExpressionUUID->"51944e2d-e605-43ac-8a35-8ebce0851f73"], -Cell[14411, 350, 508, 11, 26, "Message",ExpressionUUID->"0b413847-eecf-48d6-ae1a-fc4f2d9e1b93"], -Cell[14922, 363, 654, 13, 26, "Message",ExpressionUUID->"572f19ab-ca39-4353-911f-c2108bf81b50"], -Cell[15579, 378, 659, 13, 26, "Message",ExpressionUUID->"1c0fa09b-1f50-4052-adbd-59b956ccd11d"], -Cell[16241, 393, 508, 11, 26, "Message",ExpressionUUID->"5700e447-86a2-43b7-89c8-532d6925c628"], -Cell[16752, 406, 655, 13, 26, "Message",ExpressionUUID->"8727b7fa-f5c3-4023-8a47-95b5874f2b79"], -Cell[17410, 421, 662, 14, 26, "Message",ExpressionUUID->"9cc6c6ec-96ef-435b-abcf-a6f291417160"], -Cell[18075, 437, 508, 11, 26, "Message",ExpressionUUID->"dd897ce5-553e-4f71-a3a1-a0bd1d99c1a2"], -Cell[18586, 450, 655, 13, 26, "Message",ExpressionUUID->"b8f441f7-cf84-4385-a797-3f1f978544ad"], -Cell[19244, 465, 661, 13, 26, "Message",ExpressionUUID->"cd1a6dd6-06ee-4cb2-894e-ee10f7902ecf"], -Cell[19908, 480, 510, 11, 26, "Message",ExpressionUUID->"6cbf65cd-6f1a-4f53-b059-f94d600f5df8"], -Cell[20421, 493, 657, 13, 26, "Message",ExpressionUUID->"51ea572b-1c20-4c8d-82c9-cdb69013bbfe"], -Cell[21081, 508, 659, 13, 26, "Message",ExpressionUUID->"04815c8f-8723-4b34-a266-a295812de6af"], -Cell[21743, 523, 508, 11, 26, "Message",ExpressionUUID->"7b517c19-7273-4e5e-b6a6-e079b6de8885"], -Cell[22254, 536, 657, 13, 26, "Message",ExpressionUUID->"2a5514ef-a4b7-4e58-b81b-4a0352a019f1"], -Cell[22914, 551, 660, 14, 26, "Message",ExpressionUUID->"56115f21-10e4-4749-8386-d45a561f242f"], -Cell[23577, 567, 510, 11, 26, "Message",ExpressionUUID->"b7c0bcc6-a4d2-476e-a45d-82fa701c667f"], -Cell[24090, 580, 657, 13, 26, "Message",ExpressionUUID->"9ff3dc01-0686-4b6b-8be7-b0795f06b2d2"], -Cell[24750, 595, 659, 13, 26, "Message",ExpressionUUID->"a63cb99d-fb82-4e2b-b1a5-a850aa903852"], -Cell[25412, 610, 508, 11, 26, "Message",ExpressionUUID->"06561b34-fd56-4855-a7cb-6cf2a7bc8bd8"], -Cell[25923, 623, 655, 13, 26, "Message",ExpressionUUID->"50b25707-935f-4473-bc29-6426511911c2"], -Cell[26581, 638, 659, 13, 26, "Message",ExpressionUUID->"6571e6dd-f304-428c-9f57-0d9633a9422c"], -Cell[27243, 653, 510, 11, 26, "Message",ExpressionUUID->"335cc20c-92c1-4a12-aeff-75ae9d6cfaa7"], -Cell[27756, 666, 655, 13, 26, "Message",ExpressionUUID->"8a100b24-c256-4d77-bb5a-fa9a86604a3e"], -Cell[28414, 681, 659, 13, 26, "Message",ExpressionUUID->"35a75676-d580-4747-92c9-f52d1037b94e"], -Cell[29076, 696, 508, 11, 26, "Message",ExpressionUUID->"65cb9385-8976-4271-b163-64f31a47f3e3"], -Cell[29587, 709, 655, 13, 26, "Message",ExpressionUUID->"5b89da28-8d7c-4090-a4c4-a3351c3e4e09"], -Cell[30245, 724, 661, 13, 26, "Message",ExpressionUUID->"8ff64884-beb9-4c32-a8f8-9c3cbcfca14d"], -Cell[30909, 739, 508, 11, 26, "Message",ExpressionUUID->"7c399979-50a1-4cb3-b0c1-3ae18de7acd9"], -Cell[31420, 752, 655, 13, 26, "Message",ExpressionUUID->"b1967ccd-9aca-477d-a7f4-27b2553a3373"], -Cell[32078, 767, 659, 13, 26, "Message",ExpressionUUID->"ef85c9ce-6ffc-4e45-a0ec-2bdd3791a911"], -Cell[32740, 782, 508, 11, 26, "Message",ExpressionUUID->"5d4e74b0-0596-4f31-b7b1-0834ba1f08c8"], -Cell[33251, 795, 655, 13, 26, "Message",ExpressionUUID->"6e847f17-8c91-484e-87c2-bc39348ef3dd"], -Cell[33909, 810, 659, 13, 26, "Message",ExpressionUUID->"5b46e7e8-d489-40fe-9aee-9f75f221bf16"], -Cell[34571, 825, 508, 11, 26, "Message",ExpressionUUID->"c36a5525-09a6-4cb5-8d01-6bb648cba777"], -Cell[35082, 838, 491, 11, 26, "Message",ExpressionUUID->"d2544bc6-d7c1-45a0-b7ad-7a0c5601e2a3"], -Cell[35576, 851, 847, 16, 26, "Message",ExpressionUUID->"127b5172-8614-4334-adf8-556ba3d22148"], -Cell[36426, 869, 490, 11, 26, "Message",ExpressionUUID->"e3cf663c-3ff6-4717-8343-d32af26ed720"], -Cell[36919, 882, 847, 16, 26, "Message",ExpressionUUID->"082db0c7-c8ff-4822-b36b-5673dec96952"], -Cell[37769, 900, 491, 11, 26, "Message",ExpressionUUID->"b04dff8c-14c8-4f7e-881d-02f4be6134b8"], -Cell[38263, 913, 847, 16, 26, "Message",ExpressionUUID->"d2cf36ac-e634-40be-939f-2b9bb8861e2d"], -Cell[39113, 931, 655, 13, 26, "Message",ExpressionUUID->"c6db952f-6e07-4f97-a547-a805a615a35f"], -Cell[39771, 946, 660, 14, 26, "Message",ExpressionUUID->"8c2621db-55ad-4dfe-9eea-c49776902567"], -Cell[40434, 962, 508, 11, 26, "Message",ExpressionUUID->"1babff0c-7090-4546-9fcd-ccacf91b6631"], -Cell[40945, 975, 655, 13, 26, "Message",ExpressionUUID->"3f9e5e9e-0155-4619-bc52-74405436c793"], -Cell[41603, 990, 660, 14, 26, "Message",ExpressionUUID->"96188db3-6cb6-4f66-a295-91e54fa0726b"], -Cell[42266, 1006, 508, 11, 26, "Message",ExpressionUUID->"8a6b906d-74e4-4e3c-ad1d-fd3ea40a84fe"], -Cell[42777, 1019, 655, 13, 26, "Message",ExpressionUUID->"29fa2497-6f1b-4892-9920-9b7fdd01f390"], -Cell[43435, 1034, 659, 14, 26, "Message",ExpressionUUID->"af1b84c6-6d3d-4d33-9258-286ba3c88e5f"], -Cell[44097, 1050, 508, 11, 26, "Message",ExpressionUUID->"706152df-9541-4738-9553-6a2185dfa059"], -Cell[44608, 1063, 655, 13, 26, "Message",ExpressionUUID->"2d806b04-56c5-42cf-9bdc-30c8d22eaeb5"], -Cell[45266, 1078, 660, 14, 26, "Message",ExpressionUUID->"9ed4188c-4a29-45ff-9df4-f8b59f578c5f"], -Cell[45929, 1094, 508, 11, 26, "Message",ExpressionUUID->"affcdd47-b888-4ddd-a14b-7b026eddbb2b"], -Cell[46440, 1107, 655, 13, 26, "Message",ExpressionUUID->"252982c7-0262-4b70-9d72-db63ed6e4d20"], -Cell[47098, 1122, 659, 14, 26, "Message",ExpressionUUID->"d0a26d81-e853-494a-be1f-c7b07135ec3a"], -Cell[47760, 1138, 508, 11, 26, "Message",ExpressionUUID->"41f3ab7a-f095-461b-913e-4261ffbe87cc"], -Cell[48271, 1151, 655, 13, 26, "Message",ExpressionUUID->"9a249e5b-fcb2-459d-8506-28a081e9bfd3"], -Cell[48929, 1166, 659, 13, 26, "Message",ExpressionUUID->"d2e1dd28-2d4d-430e-8fa6-4153fc6eed25"], -Cell[49591, 1181, 508, 11, 26, "Message",ExpressionUUID->"cc0b47fa-c8ba-4e75-9a39-7b5823246dc1"], -Cell[50102, 1194, 655, 13, 26, "Message",ExpressionUUID->"2a1f402c-b403-4e0c-afb8-9a8852d6adb7"], -Cell[50760, 1209, 217849, 4151, 706, "Output",ExpressionUUID->"07615885-98d0-4779-8f23-5e1d5926b927"] +Cell[1086, 36, 494, 10, 53, "Input",ExpressionUUID->"45069c6f-fe56-41ee-9cb9-16603edb4c05"], +Cell[1583, 48, 679, 13, 26, "Message",ExpressionUUID->"074c5c22-fbb6-46f8-8fa8-da8fb81914c5"], +Cell[2265, 63, 679, 13, 26, "Message",ExpressionUUID->"979e065b-4f30-40bf-8f37-e58dc7c340d8"], +Cell[2947, 78, 679, 13, 26, "Message",ExpressionUUID->"a7b852ee-8dd5-4de1-979c-895fd6b60579"], +Cell[3629, 93, 684, 14, 45, "Message",ExpressionUUID->"5064e95a-42b6-47bd-bc57-6878ed734134"], +Cell[4316, 109, 532, 11, 45, "Message",ExpressionUUID->"f3a3a856-c00e-4cd6-8615-5da4dadcd845"], +Cell[4851, 122, 679, 13, 26, "Message",ExpressionUUID->"6813236b-3e70-4e6b-8347-d9ac90f5ba32"], +Cell[5533, 137, 682, 13, 45, "Message",ExpressionUUID->"8b5fe051-46a6-4e3a-9059-ec6305b80574"], +Cell[6218, 152, 534, 11, 45, "Message",ExpressionUUID->"e0bf7b4f-81c2-47d3-840f-f6bc45d590c3"], +Cell[6755, 165, 679, 13, 26, "Message",ExpressionUUID->"6285a3bd-e1ef-4aa8-ab75-480bd5d82aff"], +Cell[7437, 180, 684, 14, 45, "Message",ExpressionUUID->"e91e43f2-a61f-40d1-b98d-1e664dccfb4a"], +Cell[8124, 196, 531, 11, 45, "Message",ExpressionUUID->"70045059-5701-408c-9d6e-152137a1f389"], +Cell[8658, 209, 679, 13, 26, "Message",ExpressionUUID->"b511a4ab-115e-4054-b66a-373f5ad0101a"], +Cell[9340, 224, 685, 13, 45, "Message",ExpressionUUID->"2aef96b1-1c49-4a98-a6cf-d2e56c629fbd"], +Cell[10028, 239, 532, 11, 45, "Message",ExpressionUUID->"20519763-f63c-4553-8d52-8e76393a1510"], +Cell[10563, 252, 683, 14, 26, "Message",ExpressionUUID->"1425a4ce-2962-4d85-bf84-7314c2440a5d"], +Cell[11249, 268, 682, 13, 45, "Message",ExpressionUUID->"08699944-ddc9-439b-80ee-4f6e689e1f38"], +Cell[11934, 283, 535, 11, 45, "Message",ExpressionUUID->"a832dab1-5b48-4e5e-88cd-b1ccca58e1ab"], +Cell[12472, 296, 683, 14, 26, "Message",ExpressionUUID->"5787bfe7-b44d-4f32-8f2b-f02271021111"], +Cell[13158, 312, 686, 13, 45, "Message",ExpressionUUID->"b1f27d99-28cd-4b5a-8aaf-6048bdbf403d"], +Cell[13847, 327, 533, 11, 45, "Message",ExpressionUUID->"c7d4fadb-1ca3-4759-87b6-fd2bb9cfc877"], +Cell[14383, 340, 685, 14, 26, "Message",ExpressionUUID->"d6c8e415-3665-4381-b6fb-ff39bfca122b"], +Cell[15071, 356, 684, 13, 45, "Message",ExpressionUUID->"80248bbe-b331-49b3-9cb5-c2efa38b2191"], +Cell[15758, 371, 535, 11, 45, "Message",ExpressionUUID->"3272e7d9-161c-4a26-b1fc-d8d923244eab"], +Cell[16296, 384, 685, 14, 26, "Message",ExpressionUUID->"24c1b373-dcad-4b02-857a-035fad261e5b"], +Cell[16984, 400, 682, 13, 45, "Message",ExpressionUUID->"a76939ef-61f1-4220-87f2-0641b65525b6"], +Cell[17669, 415, 533, 11, 45, "Message",ExpressionUUID->"49565d8b-67fa-491d-9ada-d2ba0f11762a"], +Cell[18205, 428, 685, 14, 26, "Message",ExpressionUUID->"e931ccf6-9245-4575-a394-d7244ed33bb4"], +Cell[18893, 444, 686, 14, 45, "Message",ExpressionUUID->"224f542e-a1e7-4031-bf61-7089431cbb5e"], +Cell[19582, 460, 535, 11, 45, "Message",ExpressionUUID->"ad35354a-81ab-40f7-a189-c592136177d9"], +Cell[20120, 473, 683, 14, 26, "Message",ExpressionUUID->"b55081ec-0405-4d13-9418-ad424fb69a27"], +Cell[20806, 489, 682, 13, 45, "Message",ExpressionUUID->"a5906539-9202-4b57-874c-9b5abba04927"], +Cell[21491, 504, 535, 11, 45, "Message",ExpressionUUID->"37397902-e069-41d4-9d43-556ee396e9b0"], +Cell[22029, 517, 683, 14, 26, "Message",ExpressionUUID->"db32078c-d9bc-4a82-95bd-111f2b768806"], +Cell[22715, 533, 686, 13, 45, "Message",ExpressionUUID->"7a137e23-8990-4e7c-8c52-edffa426044b"], +Cell[23404, 548, 533, 11, 45, "Message",ExpressionUUID->"e67c563c-0bab-440a-9832-c6598b536789"], +Cell[23940, 561, 685, 14, 26, "Message",ExpressionUUID->"f1d961fd-61e2-48d1-b69a-d157108a0542"], +Cell[24628, 577, 684, 13, 45, "Message",ExpressionUUID->"3dfdbce5-2838-44c4-b0de-636c765eba4d"], +Cell[25315, 592, 533, 11, 45, "Message",ExpressionUUID->"82ae7292-7e9f-4396-9959-b4f59b83584b"], +Cell[25851, 605, 683, 14, 26, "Message",ExpressionUUID->"7e3b4991-e8a8-468e-af46-8138aaed6306"], +Cell[26537, 621, 684, 13, 45, "Message",ExpressionUUID->"4f5b589e-8789-4186-9465-4d1711bb3a9b"], +Cell[27224, 636, 535, 11, 45, "Message",ExpressionUUID->"62bca5ca-9a9d-4168-819d-b985991d8e7a"], +Cell[27762, 649, 683, 14, 26, "Message",ExpressionUUID->"258117c5-4dc6-4764-9bcc-80fab03ed1fc"], +Cell[28448, 665, 684, 13, 45, "Message",ExpressionUUID->"2755b9ba-eda9-4712-bebc-206eceb5fafd"], +Cell[29135, 680, 533, 11, 45, "Message",ExpressionUUID->"8427a86a-8e36-4f61-b714-c9f79d7aca38"], +Cell[29671, 693, 683, 14, 26, "Message",ExpressionUUID->"13b3fb51-5169-43f4-a023-3df95c4b5411"], +Cell[30357, 709, 684, 13, 45, "Message",ExpressionUUID->"b8dca42c-2c09-40b2-aad2-ba50eab34f65"], +Cell[31044, 724, 535, 11, 45, "Message",ExpressionUUID->"f22bd5eb-81ad-4e2c-9aa0-162e7e6fa01a"], +Cell[31582, 737, 685, 14, 26, "Message",ExpressionUUID->"60a2f26e-72e6-4cb1-bf96-7c2f69d35a23"], +Cell[32270, 753, 686, 13, 45, "Message",ExpressionUUID->"3e9fac4c-f71d-478b-a865-c9742088209b"], +Cell[32959, 768, 533, 11, 45, "Message",ExpressionUUID->"e2195d6f-5721-4190-b4c2-559a9955885e"], +Cell[33495, 781, 683, 14, 26, "Message",ExpressionUUID->"d5e595c2-1382-42c3-bce3-10018967e56c"], +Cell[34181, 797, 681, 13, 45, "Message",ExpressionUUID->"b38a126a-7dc9-4f82-8ee6-b3e706437d97"], +Cell[34865, 812, 533, 11, 45, "Message",ExpressionUUID->"f82933bc-8899-46ac-aef6-469702f25d64"], +Cell[35401, 825, 685, 14, 26, "Message",ExpressionUUID->"581b191f-144d-432a-af81-06cc2bfc0077"], +Cell[36089, 841, 683, 13, 45, "Message",ExpressionUUID->"7ed1c5b2-9b9d-4f5e-af11-ff923f4c8013"], +Cell[36775, 856, 535, 11, 45, "Message",ExpressionUUID->"65101ae5-5b14-4961-a228-78219e92dd81"], +Cell[37313, 869, 516, 11, 26, "Message",ExpressionUUID->"35196a5a-ba4b-4443-86a5-bb16af6139ed"], +Cell[37832, 882, 872, 16, 64, "Message",ExpressionUUID->"ad4e652e-c83d-47a5-bf15-249677872f52"], +Cell[38707, 900, 518, 11, 26, "Message",ExpressionUUID->"dea1c314-e8d3-4a3d-8b77-efefefebc1a4"], +Cell[39228, 913, 872, 16, 64, "Message",ExpressionUUID->"1d1749ad-6dfa-4edf-9f74-cdc7dd178061"], +Cell[40103, 931, 516, 11, 26, "Message",ExpressionUUID->"22bff617-7a88-48b5-aa1a-8caee9ab9170"], +Cell[40622, 944, 872, 16, 64, "Message",ExpressionUUID->"1df18998-11e2-4b3b-bfbf-4cdfdbd96b1d"], +Cell[41497, 962, 683, 14, 26, "Message",ExpressionUUID->"a86de5df-3106-4b85-81c1-46bca21ce265"], +Cell[42183, 978, 684, 14, 45, "Message",ExpressionUUID->"a7a1a988-5763-46f8-9e98-9c08e5cab54b"], +Cell[42870, 994, 532, 11, 45, "Message",ExpressionUUID->"dd750fa4-b48c-4574-a813-d30dc361f088"], +Cell[43405, 1007, 685, 14, 26, "Message",ExpressionUUID->"15036944-e3c3-481a-8a42-c9360c239c7e"], +Cell[44093, 1023, 684, 13, 45, "Message",ExpressionUUID->"77f2098a-a7f8-499a-9c9d-286ac4fc80ec"], +Cell[44780, 1038, 533, 11, 45, "Message",ExpressionUUID->"703f5917-a1df-435e-a9f5-77ef79747250"], +Cell[45316, 1051, 682, 14, 26, "Message",ExpressionUUID->"4c74da73-a97d-45d3-9972-89935aeb2c6f"], +Cell[46001, 1067, 686, 13, 45, "Message",ExpressionUUID->"862f0a5f-fc51-4efb-a6e5-6fb9123c8f95"], +Cell[46690, 1082, 533, 11, 45, "Message",ExpressionUUID->"91d42f34-4956-4869-b30e-8810129c683e"], +Cell[47226, 1095, 683, 14, 26, "Message",ExpressionUUID->"5c4256b1-c57e-40a4-b268-9345e46b0536"], +Cell[47912, 1111, 682, 13, 45, "Message",ExpressionUUID->"ae25f69f-4e31-4351-8091-b18df30fc410"], +Cell[48597, 1126, 535, 11, 45, "Message",ExpressionUUID->"f70bec81-c8a1-4e4e-926d-4d8d0b6db5db"], +Cell[49135, 1139, 683, 14, 26, "Message",ExpressionUUID->"e0302b4b-557d-45c7-8a0a-ce817d351528"], +Cell[49821, 1155, 684, 13, 45, "Message",ExpressionUUID->"9859598e-fd95-4447-9a45-a5b292608a20"], +Cell[50508, 1170, 533, 11, 45, "Message",ExpressionUUID->"cde8812e-2fcb-424a-aee9-3ae51f4ce88e"], +Cell[51044, 1183, 683, 14, 26, "Message",ExpressionUUID->"b18b5d28-9832-4f1f-9b2c-533977e6b578"], +Cell[51730, 1199, 682, 13, 45, "Message",ExpressionUUID->"68e79482-b0c9-4501-92b5-df694d891b14"], +Cell[52415, 1214, 533, 11, 45, "Message",ExpressionUUID->"f287514d-02b7-4d21-a8ac-5bd6b86bab77"], +Cell[52951, 1227, 607, 12, 26, "Message",ExpressionUUID->"50bd5175-da60-4a79-ba13-ea3dae776e26"], +Cell[53561, 1241, 604, 12, 26, "Message",ExpressionUUID->"9ee0c62c-4eee-4b7b-a26f-990163ee0210"], +Cell[54168, 1255, 683, 14, 26, "Message",ExpressionUUID->"39536385-83ed-49a9-9ea3-6fbbfa87234c"], +Cell[54854, 1271, 225953, 4305, 151, "Output",ExpressionUUID->"756ca18a-f38e-47e1-a1de-f3f7b03b9b75"] }, Open ]] } ]