From b0c3923dbe4f0f9553b4587d777e8c763f88740d Mon Sep 17 00:00:00 2001 From: "Franz R. Sattler" Date: Wed, 18 Dec 2024 01:41:02 +0100 Subject: [PATCH] doc: update mathematica documentation --- Mathematica/DiFfRG/CodeTools.m | 3 - Mathematica/DiFfRG/CodeTools.nb | 203 ++- .../Documentation/English/Guides/DiFfRG.nb | 123 +- .../English/Guides/DiFfRGCodeTools.nb | 622 ++++++++ .../DiFfRG/doc_built/html/guide/DiFfRG.html | 4 +- .../doc_built/html/guide/DiFfRGCodeTools.html | 50 + .../DiFfRG/doc_built/html/ref/AutoExport.html | 2 +- .../doc_built/html/ref/AutoSaveRestore.html | 2 +- .../doc_built/html/ref/ClearTraceCache.html | 2 +- .../html/ref/ExpandScalarProducts.html | 2 +- .../html/ref/ExpandScalarProductsFiniteT.html | 2 +- .../doc_built/html/ref/ExtendedFormTrace.html | 2 +- .../html/ref/Files/AutoExport.en/I_1.png | Bin 3701 -> 3703 bytes .../html/ref/Files/AutoSaveRestore.en/I_1.png | Bin 3701 -> 3702 bytes .../html/ref/Files/ClearTraceCache.en/I_1.png | Bin 3701 -> 3702 bytes .../ref/Files/ExpandScalarProducts.en/I_1.png | Bin 3702 -> 3702 bytes .../ExpandScalarProductsFiniteT.en/I_1.png | Bin 3702 -> 3702 bytes .../ref/Files/ExtendedFormTrace.en/I_1.png | Bin 3702 -> 3702 bytes .../FiniteTFormMomentumExpansion.en/I_1.png | Bin 4108 -> 4107 bytes .../Files/FormMomentumExpansion.en/I_1.png | Bin 3702 -> 3702 bytes .../html/ref/Files/GetDirectory.en/I_1.png | Bin 3701 -> 3701 bytes .../html/ref/Files/GetFTSynonym.en/I_1.png | Bin 3702 -> 3702 bytes .../html/ref/Files/MakeP0FormRule.en/I_1.png | Bin 3703 -> 3702 bytes .../Files/MakeSPFiniteTFormRule.en/I_1.png | Bin 3703 -> 3701 bytes .../html/ref/Files/MakeSPFormRule.en/I_1.png | Bin 3702 -> 3702 bytes .../html/ref/Files/MatsubaraSum.en/I_1.png | Bin 3702 -> 3701 bytes .../html/ref/Files/PreTrace.en/I_1.png | Bin 3702 -> 3701 bytes .../Files/ProjectToSymmetricPoint.en/I_1.png | Bin 3703 -> 3701 bytes .../ProjectToSymmetricPointFiniteT.en/I_1.png | Bin 3702 -> 3701 bytes .../html/ref/Files/QuickSimplify.en/I_1.png | Bin 3702 -> 3701 bytes .../SeparateScalarProductsFiniteT.en/I_1.png | Bin 3702 -> 3702 bytes .../html/ref/Files/SetDisentangle.en/I_1.png | Bin 3702 -> 3701 bytes .../ref/Files/SimplifyAllMomenta.en/I_1.png | Bin 3702 -> 3701 bytes .../html/ref/Files/SumDiagrams.en/I_1.png | Bin 3702 -> 3702 bytes .../html/ref/Files/TraceDiagrams.en/I_1.png | Bin 3701 -> 3700 bytes .../ref/Files/UseSU3GellMannTrace.en/I_1.png | Bin 3702 -> 3701 bytes .../ref/FiniteTFormMomentumExpansion.html | 2 +- .../html/ref/FormMomentumExpansion.html | 2 +- .../doc_built/html/ref/GetDirectory.html | 2 +- .../doc_built/html/ref/GetFTSynonym.html | 2 +- .../doc_built/html/ref/MakeP0FormRule.html | 2 +- .../html/ref/MakeSPFiniteTFormRule.html | 2 +- .../doc_built/html/ref/MakeSPFormRule.html | 2 +- .../doc_built/html/ref/MatsubaraSum.html | 2 +- .../DiFfRG/doc_built/html/ref/PreTrace.html | 2 +- .../html/ref/ProjectToSymmetricPoint.html | 2 +- .../ref/ProjectToSymmetricPointFiniteT.html | 2 +- .../doc_built/html/ref/QuickSimplify.html | 2 +- .../ref/SeparateScalarProductsFiniteT.html | 2 +- .../doc_built/html/ref/SetDisentangle.html | 2 +- .../html/ref/SimplifyAllMomenta.html | 2 +- .../doc_built/html/ref/SumDiagrams.html | 2 +- .../doc_built/html/ref/TraceDiagrams.html | 2 +- .../html/ref/UseSU3GellMannTrace.html | 2 +- .../Files/UsingtheDiFfRGpackage.en/I_1.png | Bin 731 -> 730 bytes .../Files/UsingtheDiFfRGpackage.en/O_1.png | Bin 1854 -> 1853 bytes .../html/tutorial/UsingtheDiFfRGpackage.html | 2 +- Mathematica/DiFfRG/export.nb | 1274 ++++++++++------- 58 files changed, 1607 insertions(+), 722 deletions(-) create mode 100644 Mathematica/DiFfRG/Documentation/English/Guides/DiFfRGCodeTools.nb create mode 100644 Mathematica/DiFfRG/doc_built/html/guide/DiFfRGCodeTools.html diff --git a/Mathematica/DiFfRG/CodeTools.m b/Mathematica/DiFfRG/CodeTools.m index a98cc47..3772834 100644 --- a/Mathematica/DiFfRG/CodeTools.m +++ b/Mathematica/DiFfRG/CodeTools.m @@ -81,9 +81,6 @@ This Function creates an integrator that evaluates (constantFlow + \[Integral]in DeclareAnglesP34Dpqr::usage=""; SafeFiniteTFunctions::usage=""; -SetDevice::usage=""; -ShowFlowDir::usage="Show Directory for flow export"; -ShowDevice::usage=""; ShowTypes::usage=""; AddCodeOptimizeFunctions::usage=""; ShowCodeOptimizeFunctions::usage=""; diff --git a/Mathematica/DiFfRG/CodeTools.nb b/Mathematica/DiFfRG/CodeTools.nb index 765b56e..fa8b348 100644 --- a/Mathematica/DiFfRG/CodeTools.nb +++ b/Mathematica/DiFfRG/CodeTools.nb @@ -10,10 +10,10 @@ NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 325545, 7376] -NotebookOptionsPosition[ 314096, 7165] -NotebookOutlinePosition[ 314889, 7191] -CellTagsIndexPosition[ 314846, 7188] +NotebookDataLength[ 325316, 7367] +NotebookOptionsPosition[ 313870, 7156] +NotebookOutlinePosition[ 314660, 7182] +CellTagsIndexPosition[ 314617, 7179] WindowFrame->Normal*) (* Beginning of Notebook Content *) @@ -189,16 +189,6 @@ the flow code.\>\""}], ";"}], "\n"}], "\n", RowBox[{ RowBox[{"SafeFiniteTFunctions", "::", "usage"}], "=", "\"\<\>\""}], ";"}], "\n", - RowBox[{ - RowBox[{ - RowBox[{"SetDevice", "::", "usage"}], "=", "\"\<\>\""}], ";"}], "\n", - RowBox[{ - RowBox[{ - RowBox[{"ShowFlowDir", "::", "usage"}], "=", - "\"\\""}], ";"}], "\n", - RowBox[{ - RowBox[{ - RowBox[{"ShowDevice", "::", "usage"}], "=", "\"\<\>\""}], ";"}], "\n", RowBox[{ RowBox[{ RowBox[{"ShowTypes", "::", "usage"}], "=", "\"\<\>\""}], ";"}], "\n", @@ -256,8 +246,9 @@ definitions to the standard.\>\""}], ";"}], "\n", 3.938670466135729*^9, 3.9386704700980473`*^9}, {3.9433561222163143`*^9, 3.943356212474441*^9}, {3.943356244052917*^9, 3.943356507237863*^9}, { 3.9434347923639927`*^9, 3.943434867234779*^9}, 3.943442716581128*^9, { - 3.943458754267728*^9, - 3.943458757107253*^9}},ExpressionUUID->"e967b969-bd44-41d7-8598-\ + 3.943458754267728*^9, 3.943458757107253*^9}, {3.943470327366053*^9, + 3.943470334723653*^9}, {3.943470521450267*^9, + 3.943470522810153*^9}},ExpressionUUID->"e967b969-bd44-41d7-8598-\ 8812e1394d8a"], Cell[BoxData[ @@ -1240,7 +1231,7 @@ Cell[BoxData["\<\"Flow output directory: \ "During evaluation of \ In[195]:=",ExpressionUUID->"65d59a2b-50e4-43c5-9ad1-e9e34093a585"] }, Open ]] -}, Closed]], +}, Open ]], Cell[CellGroupData[{ @@ -7166,7 +7157,7 @@ Cell[BoxData[ AutoGeneratedPackage->Automatic, InitializationCellEvaluation->False, InitializationCellWarning->False, -WindowSize->{588.75, 353.25}, +WindowSize->{588.75, 714}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, Magnification:>0.8 Inherited, FrontEndVersion->"14.1 for Linux x86 (64-bit) (July 16, 2024)", @@ -7197,185 +7188,185 @@ Cell[774, 29, 158, 3, 53, "Chapter",ExpressionUUID->"2d5f9f27-5490-4bea-8ecf-1b3 Cell[CellGroupData[{ Cell[957, 36, 161, 3, 53, "Section",ExpressionUUID->"61eae6f8-8864-4150-9158-1ce7d9f393be"], Cell[1121, 41, 611, 15, 93, "Code",ExpressionUUID->"61eeed29-b199-412c-9a91-f659c54d031c"], -Cell[1735, 58, 8921, 202, 1068, "Code",ExpressionUUID->"e967b969-bd44-41d7-8598-8812e1394d8a"], -Cell[10659, 262, 193, 5, 42, "Code",ExpressionUUID->"334e210a-0008-4f8a-aa82-905e18a840c0"] +Cell[1735, 58, 8695, 193, 1022, "Code",ExpressionUUID->"e967b969-bd44-41d7-8598-8812e1394d8a"], +Cell[10433, 253, 193, 5, 42, "Code",ExpressionUUID->"334e210a-0008-4f8a-aa82-905e18a840c0"] }, Open ]] }, Open ]], Cell[CellGroupData[{ -Cell[10901, 273, 270, 4, 53, "Chapter",ExpressionUUID->"337028bb-22a5-4c7a-abf1-dfc7beb47d0a"], +Cell[10675, 264, 270, 4, 53, "Chapter",ExpressionUUID->"337028bb-22a5-4c7a-abf1-dfc7beb47d0a"], Cell[CellGroupData[{ -Cell[11196, 281, 162, 3, 42, "Subsection",ExpressionUUID->"34fe5e06-f143-4bae-9984-5a15e1d8db32"], -Cell[11361, 286, 18689, 435, 1679, "Code",ExpressionUUID->"f7ee6a73-23f9-402d-9c49-abbbd26f22a2"] +Cell[10970, 272, 162, 3, 42, "Subsection",ExpressionUUID->"34fe5e06-f143-4bae-9984-5a15e1d8db32"], +Cell[11135, 277, 18689, 435, 1679, "Code",ExpressionUUID->"f7ee6a73-23f9-402d-9c49-abbbd26f22a2"] }, Closed]], Cell[CellGroupData[{ -Cell[30087, 726, 213, 4, 30, "Subsection",ExpressionUUID->"29098e2f-31ba-446a-a213-aaa815f78386"], -Cell[30303, 732, 1976, 48, 158, "Input",ExpressionUUID->"42b022cb-f051-410f-a221-65fb432fa6f1", +Cell[29861, 717, 213, 4, 30, "Subsection",ExpressionUUID->"29098e2f-31ba-446a-a213-aaa815f78386"], +Cell[30077, 723, 1976, 48, 158, "Input",ExpressionUUID->"42b022cb-f051-410f-a221-65fb432fa6f1", InitializationCell->True] }, Closed]], Cell[CellGroupData[{ -Cell[32316, 785, 200, 3, 30, "Subsection",ExpressionUUID->"948177c6-784c-493a-a7ca-2aa9f473b46c"], -Cell[32519, 790, 6528, 178, 235, "Code",ExpressionUUID->"d9f5e016-4e8a-496b-b503-a2aecdf57df3"] +Cell[32090, 776, 200, 3, 30, "Subsection",ExpressionUUID->"948177c6-784c-493a-a7ca-2aa9f473b46c"], +Cell[32293, 781, 6528, 178, 235, "Code",ExpressionUUID->"d9f5e016-4e8a-496b-b503-a2aecdf57df3"] }, Closed]] }, Open ]], Cell[CellGroupData[{ -Cell[39096, 974, 187, 3, 53, "Chapter",ExpressionUUID->"e84729ed-8582-435d-b0b5-b57d953a283a"], +Cell[38870, 965, 187, 3, 53, "Chapter",ExpressionUUID->"e84729ed-8582-435d-b0b5-b57d953a283a"], Cell[CellGroupData[{ -Cell[39308, 981, 161, 3, 53, "Section",ExpressionUUID->"fe336611-c5eb-4640-8785-3416a0106c98"], -Cell[39472, 986, 9192, 205, 1175, "Input",ExpressionUUID->"e0865668-fd95-406e-8d16-597ffc83cce7", +Cell[39082, 972, 161, 3, 53, "Section",ExpressionUUID->"fe336611-c5eb-4640-8785-3416a0106c98"], +Cell[39246, 977, 9192, 205, 1175, "Input",ExpressionUUID->"e0865668-fd95-406e-8d16-597ffc83cce7", InitializationCell->True] }, Closed]], Cell[CellGroupData[{ -Cell[48701, 1196, 157, 3, 42, "Section",ExpressionUUID->"e3370f84-23df-49af-8ad2-b13a8cd01695"], +Cell[48475, 1187, 157, 3, 42, "Section",ExpressionUUID->"e3370f84-23df-49af-8ad2-b13a8cd01695"], Cell[CellGroupData[{ -Cell[48883, 1203, 1214, 29, 109, "Input",ExpressionUUID->"bd614719-a216-4b2c-9de9-a8b815cc9ea5", +Cell[48657, 1194, 1214, 29, 109, "Input",ExpressionUUID->"bd614719-a216-4b2c-9de9-a8b815cc9ea5", InitializationCell->True], -Cell[50100, 1234, 289, 6, 18, "Print",ExpressionUUID->"65d59a2b-50e4-43c5-9ad1-e9e34093a585"] +Cell[49874, 1225, 289, 6, 33, "Print",ExpressionUUID->"65d59a2b-50e4-43c5-9ad1-e9e34093a585"] }, Open ]] -}, Closed]], +}, Open ]], Cell[CellGroupData[{ -Cell[50438, 1246, 156, 3, 42, "Section",ExpressionUUID->"44bbcb70-c7f7-442b-8def-82fff8bd0ea7"], -Cell[50597, 1251, 3751, 86, 471, "Input",ExpressionUUID->"fcb4101e-cf09-4b05-8515-2708e798aaeb", +Cell[50212, 1237, 156, 3, 53, "Section",ExpressionUUID->"44bbcb70-c7f7-442b-8def-82fff8bd0ea7"], +Cell[50371, 1242, 3751, 86, 471, "Input",ExpressionUUID->"fcb4101e-cf09-4b05-8515-2708e798aaeb", InitializationCell->True] }, Closed]], Cell[CellGroupData[{ -Cell[54385, 1342, 159, 3, 42, "Section",ExpressionUUID->"a0be1f2b-f273-4a1e-8a34-31c5569270ec"], -Cell[54547, 1347, 1209, 30, 111, "Input",ExpressionUUID->"4651bebd-71bd-4a97-92b5-5351611f6050"], -Cell[55759, 1379, 3569, 94, 313, "Input",ExpressionUUID->"2ea8b7a0-b679-4c15-8bdc-98e6abdfdf6f"], -Cell[59331, 1475, 3132, 69, 344, "Input",ExpressionUUID->"281add74-3e82-4da2-b304-04fcb894fbc5", +Cell[54159, 1333, 159, 3, 42, "Section",ExpressionUUID->"a0be1f2b-f273-4a1e-8a34-31c5569270ec"], +Cell[54321, 1338, 1209, 30, 111, "Input",ExpressionUUID->"4651bebd-71bd-4a97-92b5-5351611f6050"], +Cell[55533, 1370, 3569, 94, 313, "Input",ExpressionUUID->"2ea8b7a0-b679-4c15-8bdc-98e6abdfdf6f"], +Cell[59105, 1466, 3132, 69, 344, "Input",ExpressionUUID->"281add74-3e82-4da2-b304-04fcb894fbc5", InitializationCell->True], Cell[CellGroupData[{ -Cell[62488, 1548, 993, 25, 148, "Input",ExpressionUUID->"a02f1dce-8481-4dda-a767-41c3938ad776"], -Cell[63484, 1575, 176, 2, 26, "Output",ExpressionUUID->"0cc19047-5efd-446b-b394-e1fec94a1c13"] +Cell[62262, 1539, 993, 25, 148, "Input",ExpressionUUID->"a02f1dce-8481-4dda-a767-41c3938ad776"], +Cell[63258, 1566, 176, 2, 26, "Output",ExpressionUUID->"0cc19047-5efd-446b-b394-e1fec94a1c13"] }, Open ]], -Cell[63675, 1580, 2405, 58, 390, "Input",ExpressionUUID->"abcfc1d3-2e59-4f0a-89d2-0541b475bac8", +Cell[63449, 1571, 2405, 58, 390, "Input",ExpressionUUID->"abcfc1d3-2e59-4f0a-89d2-0541b475bac8", InitializationCell->True] }, Closed]], Cell[CellGroupData[{ -Cell[66117, 1643, 241, 4, 42, "Section",ExpressionUUID->"c33c8252-d769-4f2c-a755-55e259430a36"], +Cell[65891, 1634, 241, 4, 42, "Section",ExpressionUUID->"c33c8252-d769-4f2c-a755-55e259430a36"], Cell[CellGroupData[{ -Cell[66383, 1651, 247, 4, 42, "Subsection",ExpressionUUID->"3055f86e-1202-4f7c-82d7-f4a1322b935a"], -Cell[66633, 1657, 5965, 132, 655, "Input",ExpressionUUID->"c4e780f8-15b6-40cb-8a1d-2bd5bf49ac16"], -Cell[72601, 1791, 8188, 188, 480, "Input",ExpressionUUID->"a0d59af2-759a-487a-b63e-d2d14b73cd1d", +Cell[66157, 1642, 247, 4, 42, "Subsection",ExpressionUUID->"3055f86e-1202-4f7c-82d7-f4a1322b935a"], +Cell[66407, 1648, 5965, 132, 655, "Input",ExpressionUUID->"c4e780f8-15b6-40cb-8a1d-2bd5bf49ac16"], +Cell[72375, 1782, 8188, 188, 480, "Input",ExpressionUUID->"a0d59af2-759a-487a-b63e-d2d14b73cd1d", InitializationCell->True], -Cell[80792, 1981, 6255, 146, 443, "Input",ExpressionUUID->"7f2c99fd-a79f-46c2-854f-98e61ebec777"] +Cell[80566, 1972, 6255, 146, 443, "Input",ExpressionUUID->"7f2c99fd-a79f-46c2-854f-98e61ebec777"] }, Closed]], Cell[CellGroupData[{ -Cell[87084, 2132, 249, 4, 30, "Subsection",ExpressionUUID->"b9fc50c2-dc66-4696-839b-23e9ccbcf6cb"], -Cell[87336, 2138, 6830, 154, 443, "Input",ExpressionUUID->"02076b1d-a114-4058-b10c-0074b1c0bf44", +Cell[86858, 2123, 249, 4, 30, "Subsection",ExpressionUUID->"b9fc50c2-dc66-4696-839b-23e9ccbcf6cb"], +Cell[87110, 2129, 6830, 154, 443, "Input",ExpressionUUID->"02076b1d-a114-4058-b10c-0074b1c0bf44", InitializationCell->True], -Cell[94169, 2294, 6863, 163, 480, "Input",ExpressionUUID->"3f57e62b-c21b-46a5-aac5-5e869eaa87ee"] +Cell[93943, 2285, 6863, 163, 480, "Input",ExpressionUUID->"3f57e62b-c21b-46a5-aac5-5e869eaa87ee"] }, Closed]], Cell[CellGroupData[{ -Cell[101069, 2462, 275, 5, 30, "Subsection",ExpressionUUID->"81cfd11a-63a8-4205-8e64-8f4881ece817"], -Cell[101347, 2469, 6065, 135, 443, "Input",ExpressionUUID->"a7b5ee41-8585-4441-b62c-89d022f47a1c", +Cell[100843, 2453, 275, 5, 30, "Subsection",ExpressionUUID->"81cfd11a-63a8-4205-8e64-8f4881ece817"], +Cell[101121, 2460, 6065, 135, 443, "Input",ExpressionUUID->"a7b5ee41-8585-4441-b62c-89d022f47a1c", InitializationCell->True], -Cell[107415, 2606, 5248, 120, 431, "Input",ExpressionUUID->"3329a8ad-9322-4b94-9584-392b163bb430"] +Cell[107189, 2597, 5248, 120, 431, "Input",ExpressionUUID->"3329a8ad-9322-4b94-9584-392b163bb430"] }, Closed]] }, Open ]], Cell[CellGroupData[{ -Cell[112712, 2732, 231, 4, 53, "Section",ExpressionUUID->"5a9c695d-a2e4-42c7-b625-3ac877f31cbd"], -Cell[112946, 2738, 410, 8, 36, "Input",ExpressionUUID->"b02fa6fa-1e5a-47f7-ac5f-07bf58b8badf", +Cell[112486, 2723, 231, 4, 53, "Section",ExpressionUUID->"5a9c695d-a2e4-42c7-b625-3ac877f31cbd"], +Cell[112720, 2729, 410, 8, 36, "Input",ExpressionUUID->"b02fa6fa-1e5a-47f7-ac5f-07bf58b8badf", InitializationCell->True], -Cell[113359, 2748, 1720, 42, 218, "Input",ExpressionUUID->"5f8052cc-3463-4c0e-bb13-e8dfd09bc056"], -Cell[115082, 2792, 691, 19, 54, "Input",ExpressionUUID->"10cdcfac-f1bb-4dd7-b72a-645465a2bbed"], -Cell[115776, 2813, 736, 22, 37, "Input",ExpressionUUID->"d9615112-8698-41b1-a04a-431fb17c1340"], -Cell[116515, 2837, 14922, 344, 793, "Input",ExpressionUUID->"5d6c55e3-f445-4d4a-86cc-4fd8d11ac6db"], -Cell[131440, 3183, 829, 22, 37, "Input",ExpressionUUID->"7660f901-71c0-46ff-a682-2ff9c7d62cb3"] +Cell[113133, 2739, 1720, 42, 218, "Input",ExpressionUUID->"5f8052cc-3463-4c0e-bb13-e8dfd09bc056"], +Cell[114856, 2783, 691, 19, 54, "Input",ExpressionUUID->"10cdcfac-f1bb-4dd7-b72a-645465a2bbed"], +Cell[115550, 2804, 736, 22, 37, "Input",ExpressionUUID->"d9615112-8698-41b1-a04a-431fb17c1340"], +Cell[116289, 2828, 14922, 344, 793, "Input",ExpressionUUID->"5d6c55e3-f445-4d4a-86cc-4fd8d11ac6db"], +Cell[131214, 3174, 829, 22, 37, "Input",ExpressionUUID->"7660f901-71c0-46ff-a682-2ff9c7d62cb3"] }, Closed]] }, Open ]], Cell[CellGroupData[{ -Cell[132318, 3211, 163, 3, 53, "Chapter",ExpressionUUID->"b45359a4-435a-48f5-938f-6624251f7dc8"], +Cell[132092, 3202, 163, 3, 53, "Chapter",ExpressionUUID->"b45359a4-435a-48f5-938f-6624251f7dc8"], Cell[CellGroupData[{ -Cell[132506, 3218, 205, 4, 53, "Section",ExpressionUUID->"97b4fbb0-92d9-4885-b408-2eee17007491"], -Cell[132714, 3224, 2094, 43, 430, "Input",ExpressionUUID->"f5928534-0655-4f1b-bfed-3dd38a332088"], +Cell[132280, 3209, 205, 4, 53, "Section",ExpressionUUID->"97b4fbb0-92d9-4885-b408-2eee17007491"], +Cell[132488, 3215, 2094, 43, 430, "Input",ExpressionUUID->"f5928534-0655-4f1b-bfed-3dd38a332088"], Cell[CellGroupData[{ -Cell[134833, 3271, 152, 3, 42, "Subsection",ExpressionUUID->"30a15baf-c80b-4b54-9185-3459472d17b7"], -Cell[134988, 3276, 10899, 209, 1211, "Input",ExpressionUUID->"343ea549-3ec9-4b86-9bc0-73c18f46ff9e", +Cell[134607, 3262, 152, 3, 42, "Subsection",ExpressionUUID->"30a15baf-c80b-4b54-9185-3459472d17b7"], +Cell[134762, 3267, 10899, 209, 1211, "Input",ExpressionUUID->"343ea549-3ec9-4b86-9bc0-73c18f46ff9e", InitializationCell->True] }, Closed]], Cell[CellGroupData[{ -Cell[145924, 3490, 158, 3, 30, "Subsection",ExpressionUUID->"4444b3ad-10a7-4edc-b924-bcbc2ab9b259"], -Cell[146085, 3495, 15267, 300, 1402, "Input",ExpressionUUID->"1ef8a59a-d834-40ef-86a8-99dc4a1d5a67", +Cell[145698, 3481, 158, 3, 30, "Subsection",ExpressionUUID->"4444b3ad-10a7-4edc-b924-bcbc2ab9b259"], +Cell[145859, 3486, 15267, 300, 1402, "Input",ExpressionUUID->"1ef8a59a-d834-40ef-86a8-99dc4a1d5a67", InitializationCell->True] }, Closed]] }, Open ]], Cell[CellGroupData[{ -Cell[161401, 3801, 232, 4, 53, "Section",ExpressionUUID->"e1a8482c-beb3-4c41-b9f2-3acff2f366ec"], +Cell[161175, 3792, 232, 4, 53, "Section",ExpressionUUID->"e1a8482c-beb3-4c41-b9f2-3acff2f366ec"], Cell[CellGroupData[{ -Cell[161658, 3809, 162, 3, 42, "Subsection",ExpressionUUID->"ebed9ee4-492f-48c9-a56c-dfac586c917f"], -Cell[161823, 3814, 4054, 96, 317, "Input",ExpressionUUID->"04ce6368-058c-4e24-b1ce-462b609a1e25"], -Cell[165880, 3912, 5152, 109, 317, "Input",ExpressionUUID->"edd3ec15-a535-47c7-8995-12f62cc99a8a", +Cell[161432, 3800, 162, 3, 42, "Subsection",ExpressionUUID->"ebed9ee4-492f-48c9-a56c-dfac586c917f"], +Cell[161597, 3805, 4054, 96, 317, "Input",ExpressionUUID->"04ce6368-058c-4e24-b1ce-462b609a1e25"], +Cell[165654, 3903, 5152, 109, 317, "Input",ExpressionUUID->"edd3ec15-a535-47c7-8995-12f62cc99a8a", InitializationCell->True], -Cell[171035, 4023, 3913, 92, 319, "Input",ExpressionUUID->"814b8edf-c0ef-4ddf-a457-f04ed08a9fd7"], -Cell[174951, 4117, 3992, 93, 319, "Input",ExpressionUUID->"e2db6879-74a3-42e6-be87-6f113e5ec7af"], -Cell[178946, 4212, 3995, 93, 319, "Input",ExpressionUUID->"f22375e1-43dd-4190-a425-5a521600f912"], -Cell[182944, 4307, 4028, 94, 336, "Input",ExpressionUUID->"844d1ae0-39fa-48c5-a378-1a543ed454ba"], -Cell[186975, 4403, 3797, 91, 319, "Input",ExpressionUUID->"c8c30020-0969-4ec0-90cc-af86941facd1"] +Cell[170809, 4014, 3913, 92, 319, "Input",ExpressionUUID->"814b8edf-c0ef-4ddf-a457-f04ed08a9fd7"], +Cell[174725, 4108, 3992, 93, 319, "Input",ExpressionUUID->"e2db6879-74a3-42e6-be87-6f113e5ec7af"], +Cell[178720, 4203, 3995, 93, 319, "Input",ExpressionUUID->"f22375e1-43dd-4190-a425-5a521600f912"], +Cell[182718, 4298, 4028, 94, 336, "Input",ExpressionUUID->"844d1ae0-39fa-48c5-a378-1a543ed454ba"], +Cell[186749, 4394, 3797, 91, 319, "Input",ExpressionUUID->"c8c30020-0969-4ec0-90cc-af86941facd1"] }, Closed]], Cell[CellGroupData[{ -Cell[190809, 4499, 218, 4, 30, "Subsection",ExpressionUUID->"2a678e8d-3220-4dc3-80ad-773d02937bfb"], -Cell[191030, 4505, 7254, 168, 516, "Input",ExpressionUUID->"78f3c9b2-0d02-4f66-a3ed-0f1df4a47e07", +Cell[190583, 4490, 218, 4, 30, "Subsection",ExpressionUUID->"2a678e8d-3220-4dc3-80ad-773d02937bfb"], +Cell[190804, 4496, 7254, 168, 516, "Input",ExpressionUUID->"78f3c9b2-0d02-4f66-a3ed-0f1df4a47e07", InitializationCell->True] }, Closed]], Cell[CellGroupData[{ -Cell[198321, 4678, 271, 4, 30, "Subsection",ExpressionUUID->"d54528b8-9b38-43bf-b3a0-0dccee03210a"], -Cell[198595, 4684, 9021, 202, 821, "Input",ExpressionUUID->"da14ce31-034e-4146-8d7e-2340b570b679"], -Cell[207619, 4888, 20974, 409, 2919, "Input",ExpressionUUID->"8bba18f0-70fd-41ef-a392-7beb10564454", +Cell[198095, 4669, 271, 4, 30, "Subsection",ExpressionUUID->"d54528b8-9b38-43bf-b3a0-0dccee03210a"], +Cell[198369, 4675, 9021, 202, 821, "Input",ExpressionUUID->"da14ce31-034e-4146-8d7e-2340b570b679"], +Cell[207393, 4879, 20974, 409, 2919, "Input",ExpressionUUID->"8bba18f0-70fd-41ef-a392-7beb10564454", InitializationCell->True] }, Closed]] }, Open ]], Cell[CellGroupData[{ -Cell[228642, 5303, 281, 4, 53, "Section",ExpressionUUID->"03e96b37-b52f-4974-83b1-695c05f14530"], +Cell[228416, 5294, 281, 4, 53, "Section",ExpressionUUID->"03e96b37-b52f-4974-83b1-695c05f14530"], Cell[CellGroupData[{ -Cell[228948, 5311, 160, 3, 42, "Subsection",ExpressionUUID->"dbcf0267-f7e0-47d9-a3eb-7005ac3f385f"], -Cell[229111, 5316, 3862, 94, 284, "Input",ExpressionUUID->"50e025ea-da4b-4de0-8f86-cfda892049f5"], -Cell[232976, 5412, 5056, 109, 317, "Input",ExpressionUUID->"c246c71a-f789-4d44-a75b-9c973c7c6cb1", +Cell[228722, 5302, 160, 3, 42, "Subsection",ExpressionUUID->"dbcf0267-f7e0-47d9-a3eb-7005ac3f385f"], +Cell[228885, 5307, 3862, 94, 284, "Input",ExpressionUUID->"50e025ea-da4b-4de0-8f86-cfda892049f5"], +Cell[232750, 5403, 5056, 109, 317, "Input",ExpressionUUID->"c246c71a-f789-4d44-a75b-9c973c7c6cb1", InitializationCell->True], -Cell[238035, 5523, 4034, 96, 336, "Input",ExpressionUUID->"180f0c58-0e42-4c7e-9924-cf2dbe745111"], -Cell[242072, 5621, 4161, 97, 319, "Input",ExpressionUUID->"a2a15171-3b3b-44eb-af19-055925dc8f2b"] +Cell[237809, 5514, 4034, 96, 336, "Input",ExpressionUUID->"180f0c58-0e42-4c7e-9924-cf2dbe745111"], +Cell[241846, 5612, 4161, 97, 319, "Input",ExpressionUUID->"a2a15171-3b3b-44eb-af19-055925dc8f2b"] }, Closed]], Cell[CellGroupData[{ -Cell[246270, 5723, 217, 4, 30, "Subsection",ExpressionUUID->"603ba85b-8322-4460-bc76-e0fcaaeb2244"], -Cell[246490, 5729, 5627, 126, 425, "Input",ExpressionUUID->"90778445-d71e-4d13-b03a-7313cb6faf0a", +Cell[246044, 5714, 217, 4, 30, "Subsection",ExpressionUUID->"603ba85b-8322-4460-bc76-e0fcaaeb2244"], +Cell[246264, 5720, 5627, 126, 425, "Input",ExpressionUUID->"90778445-d71e-4d13-b03a-7313cb6faf0a", InitializationCell->True] }, Closed]], Cell[CellGroupData[{ -Cell[252154, 5860, 271, 4, 30, "Subsection",ExpressionUUID->"14dced2c-440b-4ab2-acc6-6e5d0c8a7c99"], +Cell[251928, 5851, 271, 4, 30, "Subsection",ExpressionUUID->"14dced2c-440b-4ab2-acc6-6e5d0c8a7c99"], Cell[CellGroupData[{ -Cell[252450, 5868, 153, 3, 34, "Subsubsection",ExpressionUUID->"d2cff38d-c13c-4061-b3c7-4409245852c9"], -Cell[252606, 5873, 25001, 498, 3413, "Input",ExpressionUUID->"e9663e6c-dbd3-4d06-b4b4-493a2a25aa69", +Cell[252224, 5859, 153, 3, 34, "Subsubsection",ExpressionUUID->"d2cff38d-c13c-4061-b3c7-4409245852c9"], +Cell[252380, 5864, 25001, 498, 3413, "Input",ExpressionUUID->"e9663e6c-dbd3-4d06-b4b4-493a2a25aa69", InitializationCell->True] }, Closed]], Cell[CellGroupData[{ -Cell[277644, 6376, 202, 4, 29, "Subsubsection",ExpressionUUID->"ffdd5553-b19d-4f0e-9d22-641bc500d1c8"], -Cell[277849, 6382, 24802, 495, 3395, "Input",ExpressionUUID->"90c440bd-8851-4d99-8b6a-87f8d45c9c8b", +Cell[277418, 6367, 202, 4, 29, "Subsubsection",ExpressionUUID->"ffdd5553-b19d-4f0e-9d22-641bc500d1c8"], +Cell[277623, 6373, 24802, 495, 3395, "Input",ExpressionUUID->"90c440bd-8851-4d99-8b6a-87f8d45c9c8b", InitializationCell->True] }, Closed]] }, Open ]], Cell[CellGroupData[{ -Cell[302700, 6883, 293, 5, 42, "Subsection",ExpressionUUID->"6ea80819-2f04-4cf3-9d12-6071a959cc79"], +Cell[302474, 6874, 293, 5, 42, "Subsection",ExpressionUUID->"6ea80819-2f04-4cf3-9d12-6071a959cc79"], Cell[CellGroupData[{ -Cell[303018, 6892, 176, 3, 34, "Subsubsection",ExpressionUUID->"b820afee-780d-4038-9cff-988452aa73bd"], -Cell[303197, 6897, 2068, 50, 146, "Input",ExpressionUUID->"680e463c-392c-444d-8a5c-f57a6d753dd9", +Cell[302792, 6883, 176, 3, 34, "Subsubsection",ExpressionUUID->"b820afee-780d-4038-9cff-988452aa73bd"], +Cell[302971, 6888, 2068, 50, 146, "Input",ExpressionUUID->"680e463c-392c-444d-8a5c-f57a6d753dd9", InitializationCell->True] }, Closed]], Cell[CellGroupData[{ -Cell[305302, 6952, 153, 3, 29, "Subsubsection",ExpressionUUID->"f4f6219d-714c-4a07-86fa-614b099b6a7d"], -Cell[305458, 6957, 3419, 68, 146, "Input",ExpressionUUID->"e3e4e5d4-de8d-499b-9e24-01bf02de9488", +Cell[305076, 6943, 153, 3, 29, "Subsubsection",ExpressionUUID->"f4f6219d-714c-4a07-86fa-614b099b6a7d"], +Cell[305232, 6948, 3419, 68, 146, "Input",ExpressionUUID->"e3e4e5d4-de8d-499b-9e24-01bf02de9488", InitializationCell->True] }, Closed]] }, Open ]] }, Open ]], Cell[CellGroupData[{ -Cell[308938, 7032, 162, 3, 53, "Section",ExpressionUUID->"b0ca16fa-d1ce-49c2-8007-a99748c5bfcf"], -Cell[309103, 7037, 4205, 95, 462, "Input",ExpressionUUID->"acd711e6-eb37-47c3-88e1-92ee78df7635"] +Cell[308712, 7023, 162, 3, 53, "Section",ExpressionUUID->"b0ca16fa-d1ce-49c2-8007-a99748c5bfcf"], +Cell[308877, 7028, 4205, 95, 462, "Input",ExpressionUUID->"acd711e6-eb37-47c3-88e1-92ee78df7635"] }, Open ]] }, Open ]], Cell[CellGroupData[{ -Cell[313357, 7138, 162, 3, 53, "Chapter",ExpressionUUID->"e8c3cc19-732d-4100-ba41-4f741977ed46"], -Cell[313522, 7143, 231, 6, 37, "Input",ExpressionUUID->"9b9ea4fc-21b7-44a7-a56c-9624eb86aa03"], -Cell[313756, 7151, 151, 4, 41, "Code",ExpressionUUID->"404ab529-fa01-4a17-8d30-d78a744d6275"], -Cell[313910, 7157, 158, 4, 41, "Code",ExpressionUUID->"71cbb145-c03b-495b-a560-6fe322da1f14"] +Cell[313131, 7129, 162, 3, 53, "Chapter",ExpressionUUID->"e8c3cc19-732d-4100-ba41-4f741977ed46"], +Cell[313296, 7134, 231, 6, 37, "Input",ExpressionUUID->"9b9ea4fc-21b7-44a7-a56c-9624eb86aa03"], +Cell[313530, 7142, 151, 4, 41, "Code",ExpressionUUID->"404ab529-fa01-4a17-8d30-d78a744d6275"], +Cell[313684, 7148, 158, 4, 41, "Code",ExpressionUUID->"71cbb145-c03b-495b-a560-6fe322da1f14"] }, Closed]] }, Open ]] } diff --git a/Mathematica/DiFfRG/Documentation/English/Guides/DiFfRG.nb b/Mathematica/DiFfRG/Documentation/English/Guides/DiFfRG.nb index eab9bcd..ccbf94e 100644 --- a/Mathematica/DiFfRG/Documentation/English/Guides/DiFfRG.nb +++ b/Mathematica/DiFfRG/Documentation/English/Guides/DiFfRG.nb @@ -10,10 +10,10 @@ NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 154, 7] -NotebookDataLength[ 28181, 687] -NotebookOptionsPosition[ 21239, 544] -NotebookOutlinePosition[ 21747, 562] -CellTagsIndexPosition[ 21704, 559] +NotebookDataLength[ 28397, 692] +NotebookOptionsPosition[ 21456, 549] +NotebookOutlinePosition[ 21961, 567] +CellTagsIndexPosition[ 21918, 564] WindowFrame->Normal*) (* Beginning of Notebook Content *) @@ -23,11 +23,16 @@ Cell[CellGroupData[{ Cell["DiFfRG", "GuideTitle", CellID->1526028691,ExpressionUUID->"e3491027-a04a-4e24-a910-4b83aae97e21"], -Cell["\<\ -The Mathematica package of the DiFfRG (Discretization framework for \ -functional Renormalization Group flows)\ -\>", "GuideAbstract", - CellChangeTimes->{{3.943456160730627*^9, 3.943456180749528*^9}}, +Cell[TextData[{ + "The Mathematica package of the DiFfRG (Discretization framework for \ +functional Renormalization Group flows). See also the ", + ButtonBox["Code generation documentation", + BaseStyle->"Link", + ButtonData->"paclet:DiFfRG/guide/DiFfRGCodeTools"], + "." +}], "GuideAbstract", + CellChangeTimes->{{3.943456160730627*^9, 3.943456180749528*^9}, { + 3.943470882606194*^9, 3.9434708990302*^9}, 3.943470930382545*^9}, CellID->712655660,ExpressionUUID->"155c8cc4-812b-452b-9346-d214304ba881"] }, Open ]], @@ -542,7 +547,7 @@ Cell["XXXX", "Keywords", }, Closed]] }, Open ]] }, -WindowSize->{1185, 353.25}, +WindowSize->{1200, 750}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, TaggingRules-><|"Paclet" -> "DiFfRG"|>, FrontEndVersion->"14.1 for Linux x86 (64-bit) (July 16, 2024)", @@ -564,128 +569,128 @@ Notebook[{ Cell[CellGroupData[{ Cell[576, 22, 104, 1, 87, "GuideTitle",ExpressionUUID->"e3491027-a04a-4e24-a910-4b83aae97e21", CellID->1526028691], -Cell[683, 25, 283, 5, 45, "GuideAbstract",ExpressionUUID->"155c8cc4-812b-452b-9346-d214304ba881", +Cell[683, 25, 500, 10, 45, "GuideAbstract",ExpressionUUID->"155c8cc4-812b-452b-9346-d214304ba881", CellID->712655660] }, Open ]], Cell[CellGroupData[{ -Cell[1003, 35, 109, 1, 71, "GuideFunctionsSection",ExpressionUUID->"76296d5a-098e-4963-bd37-4bdbad1581a9", +Cell[1220, 40, 109, 1, 71, "GuideFunctionsSection",ExpressionUUID->"76296d5a-098e-4963-bd37-4bdbad1581a9", CellID->1235827507], Cell[CellGroupData[{ -Cell[1137, 40, 193, 2, 36, "GuideFunctionsSubsection",ExpressionUUID->"2ee0206c-6223-4a62-8f56-c439c4bb8e9d", +Cell[1354, 45, 193, 2, 36, "GuideFunctionsSubsection",ExpressionUUID->"2ee0206c-6223-4a62-8f56-c439c4bb8e9d", CellID->653192655], -Cell[1333, 44, 646, 14, 24, "GuideText",ExpressionUUID->"3a2a82a7-9edc-4918-99a4-7385648ec419", +Cell[1550, 49, 646, 14, 24, "GuideText",ExpressionUUID->"3a2a82a7-9edc-4918-99a4-7385648ec419", CellID->1947205570], -Cell[1982, 60, 653, 14, 24, "GuideText",ExpressionUUID->"d96b605a-af98-4ca8-b930-60ec879beb53", +Cell[2199, 65, 653, 14, 24, "GuideText",ExpressionUUID->"d96b605a-af98-4ca8-b930-60ec879beb53", CellID->1407212935], -Cell[2638, 76, 642, 13, 24, "GuideText",ExpressionUUID->"8479071a-8a92-4f24-928a-75991f0e127a", +Cell[2855, 81, 642, 13, 24, "GuideText",ExpressionUUID->"8479071a-8a92-4f24-928a-75991f0e127a", CellID->2027190914], -Cell[3283, 91, 688, 14, 24, "GuideText",ExpressionUUID->"114cfdd9-00f0-462f-bed9-e2e04ed6b38e", +Cell[3500, 96, 688, 14, 24, "GuideText",ExpressionUUID->"114cfdd9-00f0-462f-bed9-e2e04ed6b38e", CellID->125786693], -Cell[3974, 107, 622, 13, 24, "GuideText",ExpressionUUID->"690c6212-0b98-4371-8776-475be12efe21", +Cell[4191, 112, 622, 13, 24, "GuideText",ExpressionUUID->"690c6212-0b98-4371-8776-475be12efe21", CellID->1912190941] }, Open ]] }, Open ]], Cell[CellGroupData[{ -Cell[4645, 126, 108, 1, 71, "GuideFunctionsSection",ExpressionUUID->"e611765a-4a2f-4e83-bb43-c621de627cfe", +Cell[4862, 131, 108, 1, 71, "GuideFunctionsSection",ExpressionUUID->"e611765a-4a2f-4e83-bb43-c621de627cfe", CellID->110138506], Cell[CellGroupData[{ -Cell[4778, 131, 245, 3, 36, "GuideFunctionsSubsection",ExpressionUUID->"73409def-ca56-4ee2-8811-4dd2fcc6108c", +Cell[4995, 136, 245, 3, 36, "GuideFunctionsSubsection",ExpressionUUID->"73409def-ca56-4ee2-8811-4dd2fcc6108c", CellID->833227651], -Cell[5026, 136, 654, 14, 24, "GuideText",ExpressionUUID->"ab71124b-e1ac-4069-98e6-e672b3f130c8", +Cell[5243, 141, 654, 14, 24, "GuideText",ExpressionUUID->"ab71124b-e1ac-4069-98e6-e672b3f130c8", CellID->1951754814], -Cell[5683, 152, 643, 13, 24, "GuideText",ExpressionUUID->"42c3b16c-393d-4f60-817f-5fa25206f151", +Cell[5900, 157, 643, 13, 24, "GuideText",ExpressionUUID->"42c3b16c-393d-4f60-817f-5fa25206f151", CellID->1925956334], -Cell[6329, 167, 637, 13, 24, "GuideText",ExpressionUUID->"af650782-e5f0-43fa-a481-83af33d63284", +Cell[6546, 172, 637, 13, 24, "GuideText",ExpressionUUID->"af650782-e5f0-43fa-a481-83af33d63284", CellID->89463034] }, Open ]], Cell[CellGroupData[{ -Cell[7003, 185, 104, 1, 26, "GuideDelimiter",ExpressionUUID->"5942cd5d-8fce-4abb-97a4-6a5fdd6b907b", +Cell[7220, 190, 104, 1, 26, "GuideDelimiter",ExpressionUUID->"5942cd5d-8fce-4abb-97a4-6a5fdd6b907b", CellID->1097787171], -Cell[7110, 188, 652, 13, 24, "GuideText",ExpressionUUID->"0db7db89-e2e6-456c-b408-730663729fab", +Cell[7327, 193, 652, 13, 24, "GuideText",ExpressionUUID->"0db7db89-e2e6-456c-b408-730663729fab", CellID->131037245], -Cell[7765, 203, 711, 14, 24, "GuideText",ExpressionUUID->"fc52f35f-cb1a-4dfe-89f4-51b66c44ab6d", +Cell[7982, 208, 711, 14, 24, "GuideText",ExpressionUUID->"fc52f35f-cb1a-4dfe-89f4-51b66c44ab6d", CellID->949033189], -Cell[8479, 219, 659, 14, 24, "GuideText",ExpressionUUID->"413e9332-53ec-4337-88f8-44a33e011b9f", +Cell[8696, 224, 659, 14, 24, "GuideText",ExpressionUUID->"413e9332-53ec-4337-88f8-44a33e011b9f", CellID->247923483], -Cell[9141, 235, 696, 15, 41, "GuideText",ExpressionUUID->"ba09ddec-1c0f-492a-9125-d4a0ffffa397", +Cell[9358, 240, 696, 15, 41, "GuideText",ExpressionUUID->"ba09ddec-1c0f-492a-9125-d4a0ffffa397", CellID->296387168], -Cell[9840, 252, 660, 14, 24, "GuideText",ExpressionUUID->"7df4ce97-ef96-424d-89b4-bf8dc82a85a4", +Cell[10057, 257, 660, 14, 24, "GuideText",ExpressionUUID->"7df4ce97-ef96-424d-89b4-bf8dc82a85a4", CellID->1870879545], -Cell[10503, 268, 636, 13, 24, "GuideText",ExpressionUUID->"fb54e8ee-828a-4ee7-9f42-8aedbfe04e56", +Cell[10720, 273, 636, 13, 24, "GuideText",ExpressionUUID->"fb54e8ee-828a-4ee7-9f42-8aedbfe04e56", CellID->1130608833] }, Open ]], Cell[CellGroupData[{ -Cell[11176, 286, 103, 1, 26, "GuideDelimiter",ExpressionUUID->"0ef499ce-7486-47b8-8c6c-a6b080bcdec9", +Cell[11393, 291, 103, 1, 26, "GuideDelimiter",ExpressionUUID->"0ef499ce-7486-47b8-8c6c-a6b080bcdec9", CellID->221138907], -Cell[11282, 289, 697, 15, 41, "GuideText",ExpressionUUID->"ca5c406e-a59b-4806-b28c-b9e6119fade2", +Cell[11499, 294, 697, 15, 41, "GuideText",ExpressionUUID->"ca5c406e-a59b-4806-b28c-b9e6119fade2", CellID->1436105585], -Cell[11982, 306, 629, 13, 24, "GuideText",ExpressionUUID->"67e79b2b-20be-4b82-b88b-468918b712d9", +Cell[12199, 311, 629, 13, 24, "GuideText",ExpressionUUID->"67e79b2b-20be-4b82-b88b-468918b712d9", CellID->169643559], -Cell[12614, 321, 649, 13, 24, "GuideText",ExpressionUUID->"ec1e0960-6198-455d-b66c-79322e282d82", +Cell[12831, 326, 649, 13, 24, "GuideText",ExpressionUUID->"ec1e0960-6198-455d-b66c-79322e282d82", CellID->268819697] }, Open ]] }, Open ]], Cell[CellGroupData[{ -Cell[13312, 340, 109, 1, 71, "GuideFunctionsSection",ExpressionUUID->"248294cc-5120-4bf8-ba48-f79bc97cfc0a", +Cell[13529, 345, 109, 1, 71, "GuideFunctionsSection",ExpressionUUID->"248294cc-5120-4bf8-ba48-f79bc97cfc0a", CellID->1135714037], Cell[CellGroupData[{ -Cell[13446, 345, 291, 4, 36, "GuideFunctionsSubsection",ExpressionUUID->"ea293193-e3d7-403d-aa32-2df65e6b89fb", +Cell[13663, 350, 291, 4, 36, "GuideFunctionsSubsection",ExpressionUUID->"ea293193-e3d7-403d-aa32-2df65e6b89fb", CellID->1465124065], -Cell[13740, 351, 666, 13, 24, "GuideText",ExpressionUUID->"a4f8c059-6a02-4c5f-a15f-8c4db9316445", +Cell[13957, 356, 666, 13, 24, "GuideText",ExpressionUUID->"a4f8c059-6a02-4c5f-a15f-8c4db9316445", CellID->1980204206], -Cell[14409, 366, 731, 14, 41, "GuideText",ExpressionUUID->"ba4aee14-d046-429a-a9fe-6bbe80f0fbd4", +Cell[14626, 371, 731, 14, 41, "GuideText",ExpressionUUID->"ba4aee14-d046-429a-a9fe-6bbe80f0fbd4", CellID->959664899], -Cell[15143, 382, 771, 15, 41, "GuideText",ExpressionUUID->"1b33f425-674a-461e-951d-276cd7605f05", +Cell[15360, 387, 771, 15, 41, "GuideText",ExpressionUUID->"1b33f425-674a-461e-951d-276cd7605f05", CellID->513630695], -Cell[15917, 399, 701, 14, 24, "GuideText",ExpressionUUID->"896aa926-cfcc-4671-8a7d-8ef8138135da", +Cell[16134, 404, 701, 14, 24, "GuideText",ExpressionUUID->"896aa926-cfcc-4671-8a7d-8ef8138135da", CellID->631896413], -Cell[16621, 415, 726, 14, 41, "GuideText",ExpressionUUID->"88ecc3f1-1cfe-41f0-9928-d88515914c41", +Cell[16838, 420, 726, 14, 41, "GuideText",ExpressionUUID->"88ecc3f1-1cfe-41f0-9928-d88515914c41", CellID->1819096991], -Cell[17350, 431, 654, 14, 24, "GuideText",ExpressionUUID->"48efa749-6f4a-410f-9af1-e9f9a8d56582", +Cell[17567, 436, 654, 14, 24, "GuideText",ExpressionUUID->"48efa749-6f4a-410f-9af1-e9f9a8d56582", CellID->916652863], -Cell[18007, 447, 676, 14, 41, "GuideText",ExpressionUUID->"d353881a-450b-4bae-9f10-10b826553a40", +Cell[18224, 452, 676, 14, 41, "GuideText",ExpressionUUID->"d353881a-450b-4bae-9f10-10b826553a40", CellID->899602962] }, Open ]] }, Open ]], Cell[CellGroupData[{ -Cell[18732, 467, 118, 1, 73, "GuideTutorialsSection",ExpressionUUID->"44c6817d-8304-4a1f-8d07-a990c8d13343", +Cell[18949, 472, 118, 1, 73, "GuideTutorialsSection",ExpressionUUID->"44c6817d-8304-4a1f-8d07-a990c8d13343", CellID->791363407], -Cell[18853, 470, 104, 1, 23, "GuideTutorial",ExpressionUUID->"102ce0c4-788e-489f-9e98-3362bb6555bd", +Cell[19070, 475, 104, 1, 23, "GuideTutorial",ExpressionUUID->"102ce0c4-788e-489f-9e98-3362bb6555bd", CellID->419963188], -Cell[18960, 473, 104, 1, 23, "GuideTutorial",ExpressionUUID->"b3589b2b-2c37-41e3-82a0-6b44d6104b63", +Cell[19177, 478, 104, 1, 23, "GuideTutorial",ExpressionUUID->"b3589b2b-2c37-41e3-82a0-6b44d6104b63", CellID->633241635] }, Open ]], Cell[CellGroupData[{ -Cell[19101, 479, 190, 2, 73, "GuideMoreAboutSection",ExpressionUUID->"6f6ec9b9-3f57-4cf1-8ea0-acb866806d7f", +Cell[19318, 484, 190, 2, 73, "GuideMoreAboutSection",ExpressionUUID->"6f6ec9b9-3f57-4cf1-8ea0-acb866806d7f", CellID->919011920], -Cell[19294, 483, 106, 1, 23, "GuideMoreAbout",ExpressionUUID->"7756db0e-0c01-4679-8eb5-c41979e88625", +Cell[19511, 488, 106, 1, 23, "GuideMoreAbout",ExpressionUUID->"7756db0e-0c01-4679-8eb5-c41979e88625", CellID->1502450254], -Cell[19403, 486, 105, 1, 23, "GuideMoreAbout",ExpressionUUID->"7009fe77-cac1-4ca6-b7a8-40f6f4c9e98a", +Cell[19620, 491, 105, 1, 23, "GuideMoreAbout",ExpressionUUID->"7009fe77-cac1-4ca6-b7a8-40f6f4c9e98a", CellID->232455657] }, Open ]], -Cell[19523, 490, 125, 1, 73, "GuideRelatedLinksSection",ExpressionUUID->"046f45d3-165a-41e6-b401-863b5ad1e772", +Cell[19740, 495, 125, 1, 73, "GuideRelatedLinksSection",ExpressionUUID->"046f45d3-165a-41e6-b401-863b5ad1e772", CellID->1518408020], Cell[CellGroupData[{ -Cell[19673, 495, 111, 1, 71, "MetadataSection",ExpressionUUID->"93494e87-f7e1-44cd-bca8-e013ae5ab3e1", +Cell[19890, 500, 111, 1, 71, "MetadataSection",ExpressionUUID->"93494e87-f7e1-44cd-bca8-e013ae5ab3e1", CellID->1040315642], -Cell[19787, 498, 477, 12, 25, "History",ExpressionUUID->"297bdd84-72bd-4903-bbea-76f52c5c30b7", +Cell[20004, 503, 477, 12, 25, "History",ExpressionUUID->"297bdd84-72bd-4903-bbea-76f52c5c30b7", CellID->1113909853], Cell[CellGroupData[{ -Cell[20289, 514, 123, 1, 20, "CategorizationSection",ExpressionUUID->"93830816-7a87-4c82-9f86-6cca452c7a08", +Cell[20506, 519, 123, 1, 20, "CategorizationSection",ExpressionUUID->"93830816-7a87-4c82-9f86-6cca452c7a08", CellID->1782111254], -Cell[20415, 517, 134, 2, 70, "Categorization",ExpressionUUID->"d0eba2c3-6a5f-49f1-a36e-8d96d61898f3", +Cell[20632, 522, 134, 2, 70, "Categorization",ExpressionUUID->"d0eba2c3-6a5f-49f1-a36e-8d96d61898f3", CellID->1719453373], -Cell[20552, 521, 134, 2, 70, "Categorization",ExpressionUUID->"883a62cf-1eb6-4b5a-a107-bdc19f24a90b", +Cell[20769, 526, 134, 2, 70, "Categorization",ExpressionUUID->"883a62cf-1eb6-4b5a-a107-bdc19f24a90b", CellID->646543801], -Cell[20689, 525, 131, 2, 70, "Categorization",ExpressionUUID->"a7ae94cf-02f4-46ef-bd78-4ac49db5a7fd", +Cell[20906, 530, 131, 2, 70, "Categorization",ExpressionUUID->"a7ae94cf-02f4-46ef-bd78-4ac49db5a7fd", CellID->656787320], -Cell[20823, 529, 139, 2, 70, "Categorization",ExpressionUUID->"ab85b793-db3c-4846-8960-1403a8c1e50c", +Cell[21040, 534, 139, 2, 70, "Categorization",ExpressionUUID->"ab85b793-db3c-4846-8960-1403a8c1e50c", CellID->306870422] }, Closed]], Cell[CellGroupData[{ -Cell[20999, 536, 110, 1, 20, "KeywordsSection",ExpressionUUID->"13f3750f-0fe4-4e31-8b3c-95ce02c04eac", +Cell[21216, 541, 110, 1, 20, "KeywordsSection",ExpressionUUID->"13f3750f-0fe4-4e31-8b3c-95ce02c04eac", CellID->944570717], -Cell[21112, 539, 99, 1, 70, "Keywords",ExpressionUUID->"def3f7f0-6d6b-49d6-a454-355d6df94a69", +Cell[21329, 544, 99, 1, 70, "Keywords",ExpressionUUID->"def3f7f0-6d6b-49d6-a454-355d6df94a69", CellID->923683465] }, Closed]] }, Open ]] diff --git a/Mathematica/DiFfRG/Documentation/English/Guides/DiFfRGCodeTools.nb b/Mathematica/DiFfRG/Documentation/English/Guides/DiFfRGCodeTools.nb new file mode 100644 index 0000000..943b91f --- /dev/null +++ b/Mathematica/DiFfRG/Documentation/English/Guides/DiFfRGCodeTools.nb @@ -0,0 +1,622 @@ +(* Content-type: application/vnd.wolfram.mathematica *) + +(*** Wolfram Notebook File ***) +(* http://www.wolfram.com/nb *) + +(* CreatedBy='Wolfram 14.1' *) + +(*CacheID: 234*) +(* Internal cache information: +NotebookFileLineBreakTest +NotebookFileLineBreakTest +NotebookDataPosition[ 154, 7] +NotebookDataLength[ 25414, 614] +NotebookOptionsPosition[ 19124, 483] +NotebookOutlinePosition[ 19629, 501] +CellTagsIndexPosition[ 19586, 498] +WindowFrame->Normal*) + +(* Beginning of Notebook Content *) +Notebook[{ + +Cell[CellGroupData[{ +Cell["DiFfRG`CodeTools`", "GuideTitle", + CellID->1588950100,ExpressionUUID->"595ee471-bf64-43c0-ab8c-6708b13ee53b"], + +Cell[TextData[{ + "The code-generation sub-package of ", + ButtonBox["DiFfRG", + BaseStyle->"Link", + ButtonData->"paclet:DiFfRG/guide/DiFfRG"] +}], "GuideAbstract", + CellChangeTimes->{{3.9434708290218897`*^9, 3.943470836202002*^9}, + 3.9434708673599863`*^9}, + CellID->1876200119,ExpressionUUID->"90f477e5-7b5a-4cce-ac25-1362723b7801"] +}, Open ]], + +Cell[CellGroupData[{ + +Cell["", "GuideFunctionsSection", + CellID->1980402368,ExpressionUUID->"ad9f3419-d10c-427d-a910-8812f5e22167"], + +Cell[CellGroupData[{ + +Cell["Auto-Generating C++ Code", "GuideFunctionsSubsection", + CellChangeTimes->{{3.943470810638348*^9, 3.943470827153997*^9}}, + CellID->1827706316,ExpressionUUID->"c6be0f0b-f954-4f0e-ba3b-451b328d1a35"], + +Cell[TextData[{ + Cell[BoxData["MakeFlowClass"], "InlineGuideFunction", + TaggingRules->{"PageType" -> "Function"}, + CellTags->"1d2f4a43-5019-4122-99ee-f10c94b33ef4",ExpressionUUID-> + "b986585a-aeb8-4a7f-b290-2ff85bb9baa6"], + " \[LongDash] Create a base class that holds all integration kernel objects \ +and generate CMake information." +}], "GuideText", + CellChangeTimes->{{3.943470277542139*^9, 3.9434702775421543`*^9}, { + 3.943470969573077*^9, 3.943470997498674*^9}}, + CellID->1985301020,ExpressionUUID->"e380765b-a30e-4115-bc50-c68d9b41d4e8"], + +Cell[TextData[{ + Cell[BoxData["MakeFlowClassFiniteT"], "InlineGuideFunction", + TaggingRules->{"PageType" -> "Function"}, + CellTags->"1d2f4a43-5019-4122-99ee-f10c94b33ef4",ExpressionUUID-> + "ad724e4f-5e0b-4fa9-913f-8eb48ee01ca6"], + " \[LongDash] Create a base class that holds all integration kernel objects \ +and generate CMake information." +}], "GuideText", + CellChangeTimes->{{3.943470285646022*^9, 3.943470285646037*^9}, { + 3.9434710017285767`*^9, 3.943471002694435*^9}}, + CellID->902934030,ExpressionUUID->"8db6f6b3-4f25-4462-a7d9-72a9da73a28e"], + +Cell[TextData[{ + Cell[BoxData["MakeKernel"], "InlineGuideFunction", + TaggingRules->{"PageType" -> "Function"}, + CellTags->"1d2f4a43-5019-4122-99ee-f10c94b33ef4",ExpressionUUID-> + "41650b3b-22d9-4b81-b44b-3eba1ac39908"], + " \[LongDash] Generate code for an integration kernel." +}], "GuideText", + CellChangeTimes->{{3.9434702885196257`*^9, 3.943470288519642*^9}, { + 3.943471006311479*^9, 3.9434710225986013`*^9}}, + CellID->213186801,ExpressionUUID->"4b1f619f-97c6-4fbe-b8bd-6a295fb23f6c"], + +Cell[TextData[{ + Cell[BoxData["CodeForm"], "InlineGuideFunction", + TaggingRules->{"PageType" -> "Function"}, + CellTags->"c40ac8e4-27e1-4161-a8df-4d4f38357a23",ExpressionUUID-> + "ac3139f7-1fa1-4a90-9e2c-f44236e6662f"], + " \[LongDash] Convert an expression to a C++ string." +}], "GuideText", + CellChangeTimes->{{3.9434702524345303`*^9, 3.943470252434547*^9}, { + 3.9434710252636547`*^9, 3.943471032758588*^9}}, + CellID->1199000698,ExpressionUUID->"400dc45a-cdce-4455-b1e8-50f034539bf0"], + +Cell[TextData[{ + Cell[BoxData["SafeFiniteTFunctions"], "InlineGuideFunction", + TaggingRules->{"PageType" -> "Function"}, + CellTags->"1d2f4a43-5019-4122-99ee-f10c94b33ef4",ExpressionUUID-> + "502c15d2-5f2b-4c7b-b37a-d777774f7de5"], + " \[LongDash] Replace mathematical functions by alternatives with built-in \ +safety." +}], "GuideText", + CellChangeTimes->{{3.943470323670216*^9, 3.943470323670231*^9}, { + 3.9434710371352053`*^9, 3.94347105800276*^9}}, + CellID->2011523411,ExpressionUUID->"093c7239-99c7-404e-89b5-2cd8a6951eb6"] +}, Open ]] +}, Open ]], + +Cell[CellGroupData[{ + +Cell["", "GuideFunctionsSection", + CellID->1468393213,ExpressionUUID->"b9246364-e0a0-468a-901f-d10f1fcdeb39"], + +Cell[CellGroupData[{ + +Cell["Declaring angular configurations", "GuideFunctionsSubsection", + CellChangeTimes->{{3.9434704104666967`*^9, 3.943470424212636*^9}}, + CellID->166074364,ExpressionUUID->"fcaedf3d-2e1f-47ec-b198-bba702808a61"], + +Cell[TextData[{ + Cell[BoxData["DeclareSymmetricPoints4DP4"], "InlineGuideFunction", + TaggingRules->{"PageType" -> "Function"}, + CellTags->"1d2f4a43-5019-4122-99ee-f10c94b33ef4",ExpressionUUID-> + "625c16c8-3687-4bfb-a2df-3d1058f3085c"], + " \[LongDash] Declare angles for a four-point symmetric point in 4D" +}], "GuideText", + CellChangeTimes->{{3.943470296829486*^9, 3.943470296829502*^9}, { + 3.943471095671453*^9, 3.943471111570883*^9}}, + CellID->512800718,ExpressionUUID->"63dee7f2-6b16-442f-a5e7-4beca92f3911"], + +Cell[TextData[{ + Cell[BoxData["DeclareSymmetricPoints4DP3"], "InlineGuideFunction", + TaggingRules->{"PageType" -> "Function"}, + CellTags->"1d2f4a43-5019-4122-99ee-f10c94b33ef4",ExpressionUUID-> + "957bd53a-60af-41fb-ad77-88456c23c42d"], + " \[LongDash] Declare angles for a three-point symmetric point in 4D" +}], "GuideText", + CellChangeTimes->{{3.9434703049544277`*^9, 3.943470304954444*^9}, { + 3.9434711154607286`*^9, 3.943471117566824*^9}}, + CellID->1927091195,ExpressionUUID->"120a0c1c-44d8-456f-b229-07425ecc7daa"], + +Cell[TextData[{ + Cell[BoxData["DeclareSymmetricPoints3DP4"], "InlineGuideFunction", + TaggingRules->{"PageType" -> "Function"}, + CellTags->"1d2f4a43-5019-4122-99ee-f10c94b33ef4",ExpressionUUID-> + "599f90f5-0b47-416a-a5a7-bd030862c9c4"], + " \[LongDash] Declare angles for a four-point symmetric point in 3D" +}], "GuideText", + CellChangeTimes->{{3.943470307366281*^9, 3.943470307366296*^9}, { + 3.943471118848485*^9, 3.943471124319231*^9}}, + CellID->1020453959,ExpressionUUID->"d94e7f15-4f02-446c-8fe0-34fa29aa2502"], + +Cell[TextData[{ + Cell[BoxData["DeclareSymmetricPoints3DP3"], "InlineGuideFunction", + TaggingRules->{"PageType" -> "Function"}, + CellTags->"1d2f4a43-5019-4122-99ee-f10c94b33ef4",ExpressionUUID-> + "9c2f81af-fcb5-45fe-9b94-bb08f2bd6167"], + " \[LongDash] Declare angles for a three-point symmetric point in 3D" +}], "GuideText", + CellChangeTimes->{{3.9434703112025642`*^9, 3.943470311202579*^9}, { + 3.943471127048608*^9, 3.943471129206831*^9}}, + CellID->1004755025,ExpressionUUID->"75ebc166-fee4-4b04-9ce2-aa42ee44bf2f"], + +Cell[TextData[{ + Cell[BoxData["DeclareSymmetricPoints2DP4"], "InlineGuideFunction", + TaggingRules->{"PageType" -> "Function"}, + CellTags->"1d2f4a43-5019-4122-99ee-f10c94b33ef4",ExpressionUUID-> + "4f8f68e5-c3ea-4bcb-9024-1fd463b0e59f"], + " \[LongDash] Declare angles for a four-point symmetric point in 2D" +}], "GuideText", + CellChangeTimes->{{3.943470313579976*^9, 3.9434703135799923`*^9}, { + 3.943471139200636*^9, 3.943471143382763*^9}}, + CellID->1342673521,ExpressionUUID->"522973d0-a6bb-47ea-9b72-61a5232b6897"], + +Cell[TextData[{ + Cell[BoxData["DeclareSymmetricPoints2DP3"], "InlineGuideFunction", + TaggingRules->{"PageType" -> "Function"}, + CellTags->"1d2f4a43-5019-4122-99ee-f10c94b33ef4",ExpressionUUID-> + "df5987e6-6320-449c-834e-6495d4eca626"], + " \[LongDash] Declare angles for a three-point symmetric point in 2D" +}], "GuideText", + CellChangeTimes->{{3.943470315946206*^9, 3.9434703159462223`*^9}, { + 3.9434711322731047`*^9, 3.943471134683065*^9}}, + CellID->1009221507,ExpressionUUID->"3225f240-47b5-42f7-9555-4306df31272a"], + +Cell[TextData[{ + Cell[BoxData["DeclareAnglesP34Dpqr"], "InlineGuideFunction", + TaggingRules->{"PageType" -> "Function"}, + CellTags->"1d2f4a43-5019-4122-99ee-f10c94b33ef4",ExpressionUUID-> + "0f2ab0bd-23b1-4235-86e2-aeed340da761"], + " \[LongDash] Declare angles for a full three-point vertex in 4D" +}], "GuideText", + CellChangeTimes->{{3.943470319130477*^9, 3.943470319130492*^9}, { + 3.9434711511688766`*^9, 3.943471162679124*^9}}, + CellID->688717433,ExpressionUUID->"ef2cb4b7-2faa-4b70-8c74-31b34f07c059"] +}, Open ]] +}, Open ]], + +Cell[CellGroupData[{ + +Cell["", "GuideFunctionsSection", + CellID->2056651249,ExpressionUUID->"a1bcaef4-bc6b-472c-872f-6f906b34f6e5"], + +Cell[CellGroupData[{ + +Cell["Setting the global output directory", "GuideFunctionsSubsection", + CellChangeTimes->{{3.9434704104666967`*^9, 3.943470435240849*^9}, { + 3.9434707329696283`*^9, 3.943470739013652*^9}}, + CellID->1681748365,ExpressionUUID->"e151ac59-2435-439d-b6cf-40716a449d34"], + +Cell[TextData[{ + Cell[BoxData[ + "SetFlowDirectory"], "InlineGuideFunction",ExpressionUUID-> + "7fc4c714-be41-403c-b308-3b71ceee36de"], + StyleBox[" \[FilledVerySmallSquare] ", "InlineSeparator"], + Cell[BoxData["ShowFlowDirectory"], "InlineGuideFunction", + TaggingRules->{"PageType" -> "Function"}, + CellTags->"3302c39e-6261-41fd-a218-0f654137882f",ExpressionUUID-> + "094eeaa4-584b-42a6-b512-3925e5c56253"], + Cell[BoxData[ + RowBox[{ + Cell[TextData[StyleBox[ + " \[FilledVerySmallSquare] ", "InlineSeparator"]],ExpressionUUID-> + "ccf43f39-6488-4158-9f8c-b64359788466"], + DynamicModuleBox[{$CellContext`nbobj$$ = NotebookObject[ + "f250e296-90c4-4679-b83b-aa46f7521457", + "dc4a7a3a-f8c2-4cfc-8184-8fd5f9c4640f"], $CellContext`cellobj$$ = + CellObject[ + "dbf46e0c-e9b9-4997-b553-cde8c31a3b90", + "844f504f-6bfa-4814-9064-b57a8418cf01"]}, + TemplateBox[{ + GraphicsBox[{{ + Thickness[0.06], + StrokeForm[ + Hue[0.4167, 0.406, 0.502]], + CircleBox[{0, 0}]}, { + Thickness[0.06], + StrokeForm[ + Hue[0.4167, 0.406, 0.502]], + LineBox[{{0, 0.62}, {0, -0.62}}]}, { + Thickness[0.06], + StrokeForm[ + Hue[0.4167, 0.406, 0.502]], + LineBox[{{-0.62, 0}, {0.62, 0}}]}}, + ImagePadding -> {{1., 1.}, {2.4, 1.}}, ImageSize -> 16, + PlotRange -> {{-1.06, 1.06}, {-1.06, 1.06}}, + BaselinePosition -> (Center -> + Center)], $CellContext`nbobj$$, $CellContext`cellobj$$}, + "InlineListingAddButton"], + Initialization:>($CellContext`nbobj$$ = + EvaluationNotebook[]; $CellContext`cellobj$$ = EvaluationCell[])]}]], + "InlineListingAddButton",ExpressionUUID-> + "dbf46e0c-e9b9-4997-b553-cde8c31a3b90"] +}], "InlineGuideFunctionListing", + CellChangeTimes->{{3.9434706100756397`*^9, 3.9434706156479816`*^9}}, + CellID->791635117,ExpressionUUID->"e1625e35-eac2-4c1b-a7ba-2b13c1556a4a"], + +Cell[TextData[{ + Cell[BoxData["ShowTypes"], "InlineGuideFunction", + TaggingRules->{"PageType" -> "Function"}, + CellTags->"1d2f4a43-5019-4122-99ee-f10c94b33ef4",ExpressionUUID-> + "c175d216-56ad-450f-97ec-36021ad76ecd"], + " \[LongDash] Information about the usable types." +}], "GuideText", + CellChangeTimes->{{3.943470341102487*^9, 3.943470341102502*^9}, + 3.943470647472731*^9, 3.943471093942814*^9}, + CellID->1430134266,ExpressionUUID->"1d8161cc-f9c9-44e9-b329-0035d5a19558"] +}, Open ]], + +Cell[CellGroupData[{ + +Cell["Configure code optimizations", "GuideFunctionsSubsection", + CellChangeTimes->{{3.943470760690219*^9, 3.943470764921973*^9}}, + CellID->1719506283,ExpressionUUID->"f9378498-c29e-49da-9430-f68ed56a70fe"], + +Cell[TextData[{ + Cell[BoxData[ + "AddCodeOptimizeFunctions"], "InlineGuideFunction",ExpressionUUID-> + "38f1012c-a0a7-4326-8b3e-f2a35c6f751a"], + StyleBox[" \[FilledVerySmallSquare] ", "InlineSeparator"], + Cell[BoxData["ShowCodeOptimizeFunctions"], "InlineGuideFunction", + TaggingRules->{"PageType" -> "Function"}, + CellTags->"cc021dcf-b3ad-4310-bce6-a587f8407304",ExpressionUUID-> + "8da1652e-2b01-46ac-a1fb-03aaf9a83c0d"], + StyleBox[" \[FilledVerySmallSquare] ", "InlineSeparator"], + Cell[BoxData["ClearCodeOptimizeFunctions"], "InlineGuideFunction", + TaggingRules->{"PageType" -> "Function"}, + CellTags->"f55bb4fb-fef0-4c3f-844f-be48cf67825f",ExpressionUUID-> + "60213689-08e1-4b74-afef-511b77008843"], + Cell[BoxData[ + RowBox[{ + Cell[TextData[StyleBox[ + " \[FilledVerySmallSquare] ", "InlineSeparator"]],ExpressionUUID-> + "84178443-0cb8-4829-9660-a9763f27ab56"], + DynamicModuleBox[{$CellContext`nbobj$$ = NotebookObject[ + "f250e296-90c4-4679-b83b-aa46f7521457", + "dc4a7a3a-f8c2-4cfc-8184-8fd5f9c4640f"], $CellContext`cellobj$$ = + CellObject[ + "578ddae0-6788-4671-99d3-5e550a46763d", + "3e8f2b47-e26c-41c1-96ca-bd92f1d49d1e"]}, + TemplateBox[{ + GraphicsBox[{{ + Thickness[0.06], + StrokeForm[ + Hue[0.4167, 0.406, 0.502]], + CircleBox[{0, 0}]}, { + Thickness[0.06], + StrokeForm[ + Hue[0.4167, 0.406, 0.502]], + LineBox[{{0, 0.62}, {0, -0.62}}]}, { + Thickness[0.06], + StrokeForm[ + Hue[0.4167, 0.406, 0.502]], + LineBox[{{-0.62, 0}, {0.62, 0}}]}}, + ImagePadding -> {{1., 1.}, {2.4, 1.}}, ImageSize -> 16, + PlotRange -> {{-1.06, 1.06}, {-1.06, 1.06}}, + BaselinePosition -> (Center -> + Center)], $CellContext`nbobj$$, $CellContext`cellobj$$}, + "InlineListingAddButton"], + Initialization:>($CellContext`nbobj$$ = + EvaluationNotebook[]; $CellContext`cellobj$$ = EvaluationCell[])]}]], + "InlineListingAddButton",ExpressionUUID-> + "578ddae0-6788-4671-99d3-5e550a46763d"] +}], "InlineGuideFunctionListing", + CellChangeTimes->{{3.9434705669757853`*^9, 3.9434705766678133`*^9}}, + CellID->260420587,ExpressionUUID->"97635ea8-c79a-410c-8d83-25965a82f9e5"], + +Cell[TextData[{ + Cell[BoxData["UseKernelOptimizations"], "InlineGuideFunction", + TaggingRules->{"PageType" -> "Function"}, + CellTags->"1d2f4a43-5019-4122-99ee-f10c94b33ef4",ExpressionUUID-> + "3aecb144-65c4-478b-ae47-b8b34c6d13b8"], + " \[LongDash] Toggle kernel optimizations." +}], "GuideText", + CellChangeTimes->{{3.9434703510704403`*^9, 3.943470351070457*^9}, { + 3.94347107713968*^9, 3.943471092670747*^9}}, + CellID->250037707,ExpressionUUID->"edab38b0-ff05-4cd7-917b-2bb7ad743ab9"] +}, Open ]], + +Cell[CellGroupData[{ + +Cell["Configure C++ and kernel export", "GuideFunctionsSubsection", + CellChangeTimes->{{3.943470775530295*^9, 3.9434707891137953`*^9}}, + CellID->1650693706,ExpressionUUID->"df64b3fa-ac84-462d-bd47-36358d867ad8"], + +Cell[TextData[{ + Cell[BoxData[ + "SetKernelDefinitions"], "InlineGuideFunction",ExpressionUUID-> + "e254dbe6-189a-4eba-b13b-ee7ef5b47b61"], + StyleBox[" \[FilledVerySmallSquare] ", "InlineSeparator"], + Cell[BoxData["ShowKernelDefinitions"], "InlineGuideFunction", + TaggingRules->{"PageType" -> "Function"}, + CellTags->"2c677163-6c7e-4b2c-8c32-510ab58f77bd",ExpressionUUID-> + "089d439c-e56a-4ceb-93ab-cb7b1664d1c9"], + Cell[BoxData[ + RowBox[{ + Cell[TextData[StyleBox[ + " \[FilledVerySmallSquare] ", "InlineSeparator"]],ExpressionUUID-> + "379ee9f4-9f3c-49e0-8641-bef51b6019fa"], + DynamicModuleBox[{$CellContext`nbobj$$ = NotebookObject[ + "f250e296-90c4-4679-b83b-aa46f7521457", + "dc4a7a3a-f8c2-4cfc-8184-8fd5f9c4640f"], $CellContext`cellobj$$ = + CellObject[ + "8c61bca4-a080-4718-9162-5374858e419d", + "aaa7a32d-6ece-42ba-a678-f19be4b10891"]}, + TemplateBox[{ + GraphicsBox[{{ + Thickness[0.06], + StrokeForm[ + Hue[0.4167, 0.406, 0.502]], + CircleBox[{0, 0}]}, { + Thickness[0.06], + StrokeForm[ + Hue[0.4167, 0.406, 0.502]], + LineBox[{{0, 0.62}, {0, -0.62}}]}, { + Thickness[0.06], + StrokeForm[ + Hue[0.4167, 0.406, 0.502]], + LineBox[{{-0.62, 0}, {0.62, 0}}]}}, + ImagePadding -> {{1., 1.}, {2.4, 1.}}, ImageSize -> 16, + PlotRange -> {{-1.06, 1.06}, {-1.06, 1.06}}, + BaselinePosition -> (Center -> + Center)], $CellContext`nbobj$$, $CellContext`cellobj$$}, + "InlineListingAddButton"], + Initialization:>($CellContext`nbobj$$ = + EvaluationNotebook[]; $CellContext`cellobj$$ = EvaluationCell[])]}]], + "InlineListingAddButton",ExpressionUUID-> + "8c61bca4-a080-4718-9162-5374858e419d"] +}], "InlineGuideFunctionListing", + CellChangeTimes->{{3.943470595263998*^9, 3.9434705987879744`*^9}}, + CellID->276437412,ExpressionUUID->"7d2f474e-1032-4ceb-a735-78e88affe013"], + +Cell[TextData[{ + Cell[BoxData["SetCppNames"], "InlineGuideFunction", + TaggingRules->{"PageType" -> "Function"}, + CellTags->"1d2f4a43-5019-4122-99ee-f10c94b33ef4",ExpressionUUID-> + "4b2cb1df-8f61-4a62-8a82-d7209d5e889c"], + " \[LongDash] Set additional replacements for C++ generation." +}], "GuideText", + CellChangeTimes->{{3.943470377148115*^9, 3.9434703771481333`*^9}, { + 3.9434710834835167`*^9, 3.943471090410831*^9}}, + CellID->1911454445,ExpressionUUID->"4e7286be-eb5e-45f7-88d0-2fb17ff38960"] +}, Open ]] +}, Open ]], + +Cell[CellGroupData[{ + +Cell["Tech Notes", "GuideTutorialsSection", + CellID->838449780,ExpressionUUID->"24d5c448-e3b2-42b4-944b-357df0b4f0a0"], + +Cell["XXXX", "GuideTutorial", + CellID->1061657468,ExpressionUUID->"0e2f2608-b532-4743-a378-85300f71af24"], + +Cell["XXXX", "GuideTutorial", + CellID->1196336423,ExpressionUUID->"90a9a732-fe8b-4665-92ae-bf1098621ae6"] +}, Open ]], + +Cell[CellGroupData[{ + +Cell["Related Guides", "GuideMoreAboutSection", + CellChangeTimes->{{3.8430423939366693`*^9, 3.843042395176153*^9}}, + CellID->1114761936,ExpressionUUID->"077f3915-27e6-4a50-a532-25548adc045e"], + +Cell["XXXX", "GuideMoreAbout", + CellID->1408039568,ExpressionUUID->"ff2832ef-6cb2-4c9c-ba64-99a7ec8b05ab"], + +Cell["XXXX", "GuideMoreAbout", + CellID->2003867982,ExpressionUUID->"2ea30688-1b4d-4d6b-94c5-3935d2dc288b"] +}, Open ]], + +Cell["Related Links", "GuideRelatedLinksSection", + CellID->308504528,ExpressionUUID->"70c79b1a-3e1f-44a9-be9a-3da3fa32dea5"], + +Cell[CellGroupData[{ + +Cell["Metadata", "MetadataSection", + CellID->862180961,ExpressionUUID->"602ebbf2-2fbb-4343-8f8d-5ef68496956c"], + +Cell[TextData[{ + "New in: ", + Cell["XX", "HistoryData", + CellTags->"New",ExpressionUUID->"881cd741-9020-4d63-95be-382271de1028"], + " | Modified in: ", + Cell[" ", "HistoryData", + CellTags->"Modified",ExpressionUUID->"d7144974-9779-4a98-aa64-9b8b004fd64a"], + " | Obsolete in: ", + Cell[" ", "HistoryData", + CellTags->"Obsolete",ExpressionUUID-> + "1b56395b-aa45-4526-a5bc-b957588a232f"] +}], "History", + CellID->14456839,ExpressionUUID->"4640c7ef-4e83-47b9-bbcb-26fb8688bc14"], + +Cell[CellGroupData[{ + +Cell["Categorization", "CategorizationSection", + CellID->283907518,ExpressionUUID->"67f81579-8b30-4d85-9639-8caf7c6cc283"], + +Cell["Guide", "Categorization", + CellLabel->"Entity Type", + CellID->310277889,ExpressionUUID->"05ddb164-7b67-420e-b96c-6ce6328ccd15"], + +Cell["DiFfRG", "Categorization", + CellLabel->"Paclet Name", + CellID->477497468,ExpressionUUID->"bb0308e5-ff46-4b95-a9ef-3d10cfc60af5"], + +Cell["DiFfRG`", "Categorization", + CellLabel->"Context", + CellID->1563065974,ExpressionUUID->"265f6237-e4a3-43ff-8261-4e69dd7cb3c8"], + +Cell["DiFfRG/guide/DiFfRGCodeTools", "Categorization", + CellLabel->"URI", + CellID->2136251196,ExpressionUUID->"fd64b738-3d5f-4b14-a2c9-5f363746710e"] +}, Closed]], + +Cell[CellGroupData[{ + +Cell["Keywords", "KeywordsSection", + CellID->1831446056,ExpressionUUID->"8c486262-cb26-4481-b2f5-b9c12046f172"], + +Cell["XXXX", "Keywords", + CellID->668849890,ExpressionUUID->"e574a479-d06f-4fcc-8535-da1300dc4d6a"] +}, Closed]] +}, Open ]] +}, +WindowSize->{1200, 750}, +WindowMargins->{{0, Automatic}, {Automatic, 0}}, +TaggingRules-><|"Paclet" -> "DiFfRG"|>, +FrontEndVersion->"14.1 for Linux x86 (64-bit) (July 16, 2024)", +StyleDefinitions->FrontEnd`FileName[{"Wolfram"}, "GuidePageStylesExt.nb", + CharacterEncoding -> "UTF-8"], +ExpressionUUID->"f250e296-90c4-4679-b83b-aa46f7521457" +] +(* End of Notebook Content *) + +(* Internal cache information *) +(*CellTagsOutline +CellTagsIndex->{} +*) +(*CellTagsIndex +CellTagsIndex->{} +*) +(*NotebookFileOutline +Notebook[{ +Cell[CellGroupData[{ +Cell[576, 22, 115, 1, 87, "GuideTitle",ExpressionUUID->"595ee471-bf64-43c0-ab8c-6708b13ee53b", + CellID->1588950100], +Cell[694, 25, 334, 8, 28, "GuideAbstract",ExpressionUUID->"90f477e5-7b5a-4cce-ac25-1362723b7801", + CellID->1876200119] +}, Open ]], +Cell[CellGroupData[{ +Cell[1065, 38, 109, 1, 71, "GuideFunctionsSection",ExpressionUUID->"ad9f3419-d10c-427d-a910-8812f5e22167", + CellID->1980402368], +Cell[CellGroupData[{ +Cell[1199, 43, 202, 2, 36, "GuideFunctionsSubsection",ExpressionUUID->"c6be0f0b-f954-4f0e-ba3b-451b328d1a35", + CellID->1827706316], +Cell[1404, 47, 547, 10, 41, "GuideText",ExpressionUUID->"e380765b-a30e-4115-bc50-c68d9b41d4e8", + CellID->1985301020], +Cell[1954, 59, 553, 10, 41, "GuideText",ExpressionUUID->"8db6f6b3-4f25-4462-a7d9-72a9da73a28e", + CellID->902934030], +Cell[2510, 71, 490, 9, 24, "GuideText",ExpressionUUID->"4b1f619f-97c6-4fbe-b8bd-6a295fb23f6c", + CellID->213186801], +Cell[3003, 82, 487, 9, 24, "GuideText",ExpressionUUID->"400dc45a-cdce-4455-b1e8-50f034539bf0", + CellID->1199000698], +Cell[3493, 93, 528, 10, 41, "GuideText",ExpressionUUID->"093c7239-99c7-404e-89b5-2cd8a6951eb6", + CellID->2011523411] +}, Open ]] +}, Open ]], +Cell[CellGroupData[{ +Cell[4070, 109, 109, 1, 71, "GuideFunctionsSection",ExpressionUUID->"b9246364-e0a0-468a-901f-d10f1fcdeb39", + CellID->1468393213], +Cell[CellGroupData[{ +Cell[4204, 114, 211, 2, 36, "GuideFunctionsSubsection",ExpressionUUID->"fcaedf3d-2e1f-47ec-b198-bba702808a61", + CellID->166074364], +Cell[4418, 118, 515, 9, 24, "GuideText",ExpressionUUID->"63dee7f2-6b16-442f-a5e7-4beca92f3911", + CellID->512800718], +Cell[4936, 129, 521, 9, 24, "GuideText",ExpressionUUID->"120a0c1c-44d8-456f-b229-07425ecc7daa", + CellID->1927091195], +Cell[5460, 140, 516, 9, 24, "GuideText",ExpressionUUID->"d94e7f15-4f02-446c-8fe0-34fa29aa2502", + CellID->1020453959], +Cell[5979, 151, 519, 9, 24, "GuideText",ExpressionUUID->"75ebc166-fee4-4b04-9ce2-aa42ee44bf2f", + CellID->1004755025], +Cell[6501, 162, 518, 9, 24, "GuideText",ExpressionUUID->"522973d0-a6bb-47ea-9b72-61a5232b6897", + CellID->1342673521], +Cell[7022, 173, 521, 9, 24, "GuideText",ExpressionUUID->"3225f240-47b5-42f7-9555-4306df31272a", + CellID->1009221507], +Cell[7546, 184, 508, 9, 24, "GuideText",ExpressionUUID->"ef2cb4b7-2faa-4b70-8c74-31b34f07c059", + CellID->688717433] +}, Open ]] +}, Open ]], +Cell[CellGroupData[{ +Cell[8103, 199, 109, 1, 71, "GuideFunctionsSection",ExpressionUUID->"a1bcaef4-bc6b-472c-872f-6f906b34f6e5", + CellID->2056651249], +Cell[CellGroupData[{ +Cell[8237, 204, 266, 3, 36, "GuideFunctionsSubsection",ExpressionUUID->"e151ac59-2435-439d-b6cf-40716a449d34", + CellID->1681748365], +Cell[8506, 209, 1925, 45, 26, "InlineGuideFunctionListing",ExpressionUUID->"e1625e35-eac2-4c1b-a7ba-2b13c1556a4a", + CellID->791635117], +Cell[10434, 256, 480, 9, 24, "GuideText",ExpressionUUID->"1d8161cc-f9c9-44e9-b329-0035d5a19558", + CellID->1430134266] +}, Open ]], +Cell[CellGroupData[{ +Cell[10951, 270, 206, 2, 36, "GuideFunctionsSubsection",ExpressionUUID->"f9378498-c29e-49da-9430-f68ed56a70fe", + CellID->1719506283], +Cell[11160, 274, 2224, 50, 44, "InlineGuideFunctionListing",ExpressionUUID->"97635ea8-c79a-410c-8d83-25965a82f9e5", + CellID->260420587], +Cell[13387, 326, 487, 9, 24, "GuideText",ExpressionUUID->"edab38b0-ff05-4cd7-917b-2bb7ad743ab9", + CellID->250037707] +}, Open ]], +Cell[CellGroupData[{ +Cell[13911, 340, 211, 2, 36, "GuideFunctionsSubsection",ExpressionUUID->"df64b3fa-ac84-462d-bd47-36358d867ad8", + CellID->1650693706], +Cell[14125, 344, 1931, 45, 26, "InlineGuideFunctionListing",ExpressionUUID->"7d2f474e-1032-4ceb-a735-78e88affe013", + CellID->276437412], +Cell[16059, 391, 499, 9, 24, "GuideText",ExpressionUUID->"4e7286be-eb5e-45f7-88d0-2fb17ff38960", + CellID->1911454445] +}, Open ]] +}, Open ]], +Cell[CellGroupData[{ +Cell[16607, 406, 118, 1, 73, "GuideTutorialsSection",ExpressionUUID->"24d5c448-e3b2-42b4-944b-357df0b4f0a0", + CellID->838449780], +Cell[16728, 409, 105, 1, 23, "GuideTutorial",ExpressionUUID->"0e2f2608-b532-4743-a378-85300f71af24", + CellID->1061657468], +Cell[16836, 412, 105, 1, 23, "GuideTutorial",ExpressionUUID->"90a9a732-fe8b-4665-92ae-bf1098621ae6", + CellID->1196336423] +}, Open ]], +Cell[CellGroupData[{ +Cell[16978, 418, 191, 2, 73, "GuideMoreAboutSection",ExpressionUUID->"077f3915-27e6-4a50-a532-25548adc045e", + CellID->1114761936], +Cell[17172, 422, 106, 1, 23, "GuideMoreAbout",ExpressionUUID->"ff2832ef-6cb2-4c9c-ba64-99a7ec8b05ab", + CellID->1408039568], +Cell[17281, 425, 106, 1, 23, "GuideMoreAbout",ExpressionUUID->"2ea30688-1b4d-4d6b-94c5-3935d2dc288b", + CellID->2003867982] +}, Open ]], +Cell[17402, 429, 124, 1, 73, "GuideRelatedLinksSection",ExpressionUUID->"70c79b1a-3e1f-44a9-be9a-3da3fa32dea5", + CellID->308504528], +Cell[CellGroupData[{ +Cell[17551, 434, 110, 1, 71, "MetadataSection",ExpressionUUID->"602ebbf2-2fbb-4343-8f8d-5ef68496956c", + CellID->862180961], +Cell[17664, 437, 475, 12, 25, "History",ExpressionUUID->"4640c7ef-4e83-47b9-bbcb-26fb8688bc14", + CellID->14456839], +Cell[CellGroupData[{ +Cell[18164, 453, 122, 1, 20, "CategorizationSection",ExpressionUUID->"67f81579-8b30-4d85-9639-8caf7c6cc283", + CellID->283907518], +Cell[18289, 456, 133, 2, 70, "Categorization",ExpressionUUID->"05ddb164-7b67-420e-b96c-6ce6328ccd15", + CellID->310277889], +Cell[18425, 460, 134, 2, 70, "Categorization",ExpressionUUID->"bb0308e5-ff46-4b95-a9ef-3d10cfc60af5", + CellID->477497468], +Cell[18562, 464, 132, 2, 70, "Categorization",ExpressionUUID->"265f6237-e4a3-43ff-8261-4e69dd7cb3c8", + CellID->1563065974], +Cell[18697, 468, 149, 2, 70, "Categorization",ExpressionUUID->"fd64b738-3d5f-4b14-a2c9-5f363746710e", + CellID->2136251196] +}, Closed]], +Cell[CellGroupData[{ +Cell[18883, 475, 111, 1, 20, "KeywordsSection",ExpressionUUID->"8c486262-cb26-4481-b2f5-b9c12046f172", + CellID->1831446056], +Cell[18997, 478, 99, 1, 70, "Keywords",ExpressionUUID->"e574a479-d06f-4fcc-8535-da1300dc4d6a", + CellID->668849890] +}, Closed]] +}, Open ]] +} +] +*) + diff --git a/Mathematica/DiFfRG/doc_built/html/guide/DiFfRG.html b/Mathematica/DiFfRG/doc_built/html/guide/DiFfRG.html index cde41a0..08bd569 100644 --- a/Mathematica/DiFfRG/doc_built/html/guide/DiFfRG.html +++ b/Mathematica/DiFfRG/doc_built/html/guide/DiFfRG.html @@ -13,7 +13,7 @@ - + @@ -98,7 +98,7 @@ -

DiFfRG

The Mathematica package of the DiFfRG (Discretization framework for functional Renormalization Group flows)

Utility functions

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.

Tracing functionality

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.

Momentum handling

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.

+

DiFfRG

The Mathematica package of the DiFfRG (Discretization framework for functional Renormalization Group flows). See also the Code generation documentation.

Utility functions

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.

Tracing functionality

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.

Momentum handling

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.

diff --git a/Mathematica/DiFfRG/doc_built/html/guide/DiFfRGCodeTools.html b/Mathematica/DiFfRG/doc_built/html/guide/DiFfRGCodeTools.html new file mode 100644 index 0000000..d616df0 --- /dev/null +++ b/Mathematica/DiFfRG/doc_built/html/guide/DiFfRGCodeTools.html @@ -0,0 +1,50 @@ + + + + + + + + + + +DiFfRG`CodeTools`—Wolfram Language Documentation + + + + + + + + + + +
+

DiFfRG`CodeTools`

The code-generation sub-package of DiFfRG

Auto-Generating C++ Code

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.

Declaring angular configurations

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

Setting the global output directory

+ + SetFlowDirectory +  ▪  + ShowFlowDirectory +

ShowTypes Information about the usable types.

Configure code optimizations

+ + AddCodeOptimizeFunctions +  ▪  + ShowCodeOptimizeFunctions +  ▪  + ClearCodeOptimizeFunctions +

UseKernelOptimizations Toggle kernel optimizations.

Configure C++ and kernel export

+ + SetKernelDefinitions +  ▪  + ShowKernelDefinitions +

SetCppNames Set additional replacements for C++ generation.

+ + + +
+ + + + + + \ No newline at end of file diff --git a/Mathematica/DiFfRG/doc_built/html/ref/AutoExport.html b/Mathematica/DiFfRG/doc_built/html/ref/AutoExport.html index 86b7dd3..20ce0cb 100644 --- a/Mathematica/DiFfRG/doc_built/html/ref/AutoExport.html +++ b/Mathematica/DiFfRG/doc_built/html/ref/AutoExport.html @@ -36,7 +36,7 @@

Turns on automatic export of the current notebook to a .m file.

-

Examples

+

Examples

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.

-

Examples

+

Examples

Removes the folder TraceBuffer/name/

-

Examples

+

Examples

Write all scalar products in expr into their angular form, i.e. sp[a,b] is replaced by a b cos[a,b]

-

Examples

+

Examples

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]

-

Examples

+

Examples

Trace an expression with DiFfRG extensions to FormTrace. Specify additional FORM rules

-

Examples

+

Examples

Al;v^Ut}uPLJAtwN=jKxHc?J&c2{sEpTTIxM7sP2*c Ve+w}>GdVgnFn^3^ptFVn?+hLxXx#t+ delta 217 zcmV;~04D$U9Q7QKBmvKnB_Ds=5yK!1`)7)dfFIZ}4oT=;H|Y4418pz8io=qHZ6J;3 zE z!`#tk9u?A~F~GyG)gzg}IN}QuTcrzuBUZG=3N2?O-jEYCe0=8xogrG@Dy{_IccoZ?y6^fxi6h>N_S&`56>t3LP&{ ztF4ALNM-t|&HJ|MrIm6Ww8R@$K41TTR~KX?H%61_j!InuB?(z#cAPrc0Tw145^X1U zxU&sDDzuHp0qK6N?g2{U7%S*FrcD!h#KKmtOs!fOvnJV=!wlDX0-iZq>vU#*+L8Q! U3o$w~IXX2l2#Z%XvxWih48=oX$N&HU delta 217 zcmV;~04D$T9Q7QKBmvKnB_Ds$jYA;}`)7(90g~XrIJ{RX-3B-QIfb@*RgH)plLScf z@Asa50#b6a>J1&pgmvpOC|X`vTylTJ2hL-km8+kmZhz3K?*q*3A6MV8SlY*+EK6wI zK&`eL_8^tzm$C9=*UM<_I%tb0ti7K8Jy#c06gNhb?2b;|5+w;$a&f#Y}28I9I>%AR%l(m9Lx(feSYU3oiSS9y=yVOk^O%Q TFgh_aIx#XvIccoZ?y6^fxi6h>N_S&`56>t3LP&{ ztF4ALNM-t|&HJ|MrIm6Ww8R@$K41TTR~KX?H%61_j!InuB?(z#cAPrc0Tw145^X1U zxU&sDDzuHp0qK6N?g2{U7%S*FrcD!h#KKmtOs!fOvx;oXVTS8G0iH=(?A~U$*pd8y U3o$w~IXX2mk%9({vxWih4BjYX8vpJ1&pgmvpOC|X`vTylTJ2hL-km8+kmZhz3K?*q*3A6MV8SlY*+EK6wI zK&`eL_8^tzm$C9=*UM<_I%tb0ti7K8Jy#c06gNhb?2b;|5+w;$a&f#Y}28I9I>%AR%l&O4(5fLKELx1ok3dQqzecwk^O%Q TFgh_aIx#ab<4dlyhXL;lc}-?y diff --git a/Mathematica/DiFfRG/doc_built/html/ref/Files/ExpandScalarProducts.en/I_1.png b/Mathematica/DiFfRG/doc_built/html/ref/Files/ExpandScalarProducts.en/I_1.png index 730789ff4ada289647c9ce6b15b863a08c9d2898..13b7e6da932476de33d5587c41da0d4b31ea67c8 100644 GIT binary patch delta 213 zcmV;`04o3X9QGWLM1R{210f9iXNryhNpN5s?v9hXLC3EtwAEF$L~NV~B=pDq47UME zF3*&50ZQW-E9f|;O%r*$UfFQc{lpe=r2?f2=Qb9F&Qabq;e?&#DlQIb$4S31WFC&0pjr(`?H6Ygw- zM}>}P49N6*^-NG2&-jAIHXT~X5gS`$h1M%pIhYq}`uxrtonczy$3*&50ZQW-E9f|;O%r*^M$t#$UfFQc{lpe=r2?f2=Qb9F&Qabq;e?&#DlQIb$4S31WFC&0pjr(`?H6Ygw- zM}>}P49N6*^-NG2&-jAIHXT~X5gS`$h1M&Y9Lx(feSYT+ol#ohq8Cbwk^O%QFgh_a PIx#e_hu#gdhXL;l#LH+( diff --git a/Mathematica/DiFfRG/doc_built/html/ref/Files/ExtendedFormTrace.en/I_1.png b/Mathematica/DiFfRG/doc_built/html/ref/Files/ExtendedFormTrace.en/I_1.png index 0fbdf84e1efc5d63da7e40aa8689c68b41457e01..e9379c51ab7af45c289ca6524a1d2f0784aac8b2 100644 GIT binary patch delta 213 zcmV;`04o3X9QGWLM1R{210f9iXNryhNpN5s?v9hXLC3EtwAEF$L~NV~B=pDq47UME zF3*&50ZQW-E9f|;O%r* delta 213 zcmV;`04o3X9QGWLM1R3?1R)IjQ^l14wvnM6c8{A$2PyyLg(S0?6N4oS+d!J%U$68C zNXf~nH*_Eq)~(B+XnA3A$^D8K&SRgIyPu?Pf6%Ib2bkMG?!IHOw10!LETM4&wc2jj zgH)DZ#>$UfFQc{lpe=r2?f2=Qb9F&Qabq;e?&#DlQIb$4S31WFC&0pjr(`?H6Ygw- zM}>}P49N6*^-NG2&-jAIHXT~X5gS`$h1M%V4(5fLKELw@opD;@;+b4tk^O%QFgh_a PIx#juiN7JUhXL;l=6-27 diff --git a/Mathematica/DiFfRG/doc_built/html/ref/Files/FiniteTFormMomentumExpansion.en/I_1.png b/Mathematica/DiFfRG/doc_built/html/ref/Files/FiniteTFormMomentumExpansion.en/I_1.png index 28b4ca2bb6e90c9d9ba71bfee79c87bdfe55a996..6480d44e03834f9c82fc305174847c3b6f44e2f4 100644 GIT binary patch delta 217 zcmV;~04D#8Ad4W7BmvKnB_Ds=4Fe$z`)7)d07-CQ9InSn-Js*w9JJL{wM1;32PE|8 z;|R9_NikUVf(k^!s#R$eB~DCEv7Yh7zOP)m`ayj8jaL39(3ihmeaB=eKZBx7q2mQ= zwbif&sZ2k$dEZvOv{J5vmUzR;=j;FP>Vk~q#%L1VQK?IyBq2-8jsrP&fQ1RWM7xta z+}Q>n71~DQfONlB_W-4_j}>$r)24|$Vqq&+rdF+tSs~kUnBh7vrL|i1zUw1}k^O%Q TF*-9jIyE+y@4}U{hXI8StIKKh delta 218 zcmV<0044v6AdDc8BmvNoB_DsmaRea@`%}f00Jf2#9QKx*Ne3za_IBaFJtA$u9wl;eb5#^u=e}(&$+swqPQ`dWOsDxmMBT6lB+u7g(twmf>W|R z$rJ8ugGYsqXbi~od-Y6E8fSb#W19{w3*&50ZQW-E9f|;O%r*$UfFQc{lpe=r2?f2=Qb9F&Qabq;e?&#DlQIb$4S31WFC&0pjr(`?H6Ygw- zM}>}P49N6*^-NG2&-jAIHXT~X5gS`$h1M&&9Lx(feSYT+oq<~9?25p_k^O%QFgh_a PIx#mkj*qvqhXL;l?1gFa diff --git a/Mathematica/DiFfRG/doc_built/html/ref/Files/GetDirectory.en/I_1.png b/Mathematica/DiFfRG/doc_built/html/ref/Files/GetDirectory.en/I_1.png index d649214f9f45fd9b53ab747900255b2968571ac1..3cc1b15208be3e57cf04ee9e914dfb1414348531 100644 GIT binary patch delta 212 zcmV;_04x9X9Q7QKM1R{210f9iXNryhNpN5s?v9hXLC3EtwAEF$L~NV~B=pDq47UME zF3*&50ZQW-E9f|;O%r*m%#QPs{C^8EIx{&s OH8^os?~=2I0q+bgGhy-o delta 212 zcmV;_04x9X9Q7QKM1RqZLm>?NXNnsElHkBNyjLpS1~>jWg|>QCjffqS1W5Dm_nv+N zQgX8D4IRjYb?Y)HT3%ROa(~1J&SRgItDmH9f6%J$1I+CoSKqN%+Q*bvfK|0xT@JNw$+b;m$UA zROpDtfK0zu&jh7$i!W$w)1ieNv9UE)Xx+}iyin8Ucm4sLky_<{pi+F1{C^8DIx#ak OF*v3%k|wi;0q+cr@n@+3 diff --git a/Mathematica/DiFfRG/doc_built/html/ref/Files/GetFTSynonym.en/I_1.png b/Mathematica/DiFfRG/doc_built/html/ref/Files/GetFTSynonym.en/I_1.png index b35680dd442369035d1f7d6a1a040ab8394ca82c..4e90e28326a35d0ce88bb3d2fe1c62a7d430f4c3 100644 GIT binary patch delta 213 zcmV;`04o3X9QGWLM1R{210f9iXNryhNpN5s?v9hXLC3EtwAEF$L~NV~B=pDq47UME zF3*&50ZQW-E9f|;O%r*$UfFQc{lpe=r2?f2=Qb9F&Qabq;e?&#DlQIb$4S31WFC&0pjr(`?H6Ygw- zM}>}P49N6*^-NG2&-jAIHXT~X5gS`$h1M%}IhYq}`uxrtouOLh>}*B>k^O%QFgh_a PIx#uXHlnbzhXL;l?`CP^ diff --git a/Mathematica/DiFfRG/doc_built/html/ref/Files/MakeP0FormRule.en/I_1.png b/Mathematica/DiFfRG/doc_built/html/ref/Files/MakeP0FormRule.en/I_1.png index 8cbffb73bee36edd1a87d4e6fbfa962b725407e4..8542459d659685a075365d0e6936281859b38eb7 100644 GIT binary patch delta 218 zcmV<0044wT9QGWLBmvNoB_DrVjsqbK`{xvUgpdRWj>Al;v^Ut}uPLJAtwNvXvxouj46+z#Qvd(} delta 219 zcmV<103`qR9QPcMBmvQpB_Dr5lEWYjyYq^D0@y}|=a7`n><{+&D;L^MI#ni?EMzC7 z`S*KIKLIH@S@nhvWWu_285AuqEH1e}>I3Jo&&t(LQnx>7)%OAB_K&OYSS;;hQI;h% zzCf+E2lgVB<(IMgW9MbGc3rf^6V_h8{=HWhR1`N>lkAR8-4Z1URdPFZ+;IX77ThG; zNuF@$7(5a>VlW`nuj!efG;VPPjn{N&AxCW-jVH9SG9d^1LQS97`3IdNTHXPVc{P#! Ve+w`=F*7<{+&D;L^MI#ni?EMzC7 z`S*KIKLIH@S@nhvWWu_285AuqEH1e}>I3Jo&&t(LQnx>7)%OAB_K&OYSS;;hQI;h% zzCf+E2lgVB<(IMgW9MbGc3rf^6V_h8{=HWhR1`N>lkAR8-4Z1URdPFZ+;IX77ThG; zNuF@$7(5a>VlW`nuj!efG;VPPjn{N&AxCW-jVH9SG9d^1LQS97`3IdNTHXPVc{P#z Ve+w`=F*7CfQE%gge{d zQK2Im12X+uJrk71EmqJtrb7!kVq+^;rZ)13yd2wMhU@$Tok3dPU6Z}mk^O%QF*-Cb PIxsRL-C3q1&!EgxNZbG|x*FCX z;ptPK`L^o0*Loea#2Z>aPye5bvlSy(MCI&m4Z0>skQL6w?K-sG425I|XWhZW+|gzp z71EIccoZ?y6^fxi6h>N_S&`56>t3LP&{ ztF4ALNM-t|&HJ|MrIm6Ww8R@$K41TTR~KX?H%61_j!InuB?(z#cAPob0Tw145^X1U zxU&sDDzuHp0qK6N?g2{U7%S*FrcD!h#KKmtOl{=Gqp~fB8LsmLol#ogHvAq!k^O%Q TF*-CbIxsU-+EK-`hXL;ldBI|$ delta 218 zcmV<0044wR9QGWLBmvNoB_Ds$jYA;}`)7(90g~XrIJ{RX-3B-QIfb@*RgH)plLScf z@Asa50#b6a>J1&pgmvpOC|X`vTylTJ2hL-km8+kmZhz3K?*q*3A6MV8SlY*+EK6wI zK&`eL_8^tzm$C9=*UM<_I%tb0ti7K8Jy#c06gNhb?2b;|5+w;$a&f#Y}28I9I>%AR%m4u6*-s}YWn=nKb=Eb;Pby@%8~qk U3otq{GdeOdZOJJ6vxWih3<6zf&;S4c diff --git a/Mathematica/DiFfRG/doc_built/html/ref/Files/PreTrace.en/I_1.png b/Mathematica/DiFfRG/doc_built/html/ref/Files/PreTrace.en/I_1.png index 24adde417e9c7443f1f9994b2de8312cfd743f55..4af3d1e3522c79ae3a67bfe635c000b164e2c174 100644 GIT binary patch delta 217 zcmV;~04D$T9Q7QKBmvKnB_Ds=4Fe$z`)7)d07-CQ9PW;jxIccoZ?y6^fxi6h>N_S&`56>t3LP&{ ztF4ALNM-t|&HJ|MrIm6Ww8R@$K41TTR~KX?H%61_j!InuB?(z#cAPob0Tw145^X1U zxU&sDDzuHp0qK6N?g2{U7%S*FrcD!h#KKmtOl{=GW3nxW8LsmLonczxH8c}ck^O%Q TF*-CbIxsZKzQks;hXL;lWj$gb delta 218 zcmV<0044wR9QGWLBmvNoB_Ds$jYA;}`)7(90g~XrIJ{RX-3B-QIfb@*RgH)plLScf z@Asa50#b6a>J1&pgmvpOC|X`vTylTJ2hL-km8+kmZhz3K?*q*3A6MV8SlY*+EK6wI zK&`eL_8^tzm$C9=*UM<_I%tb0ti7K8Jy#c06gNhb?2b;|5+w;$a&f#Y}28I9I>%AR%m4uRXLa!YWn=nKb=!r;UyDchmrh$ U3otq{GdeOe8qOGPvxWih4Bl&IcK`qY diff --git a/Mathematica/DiFfRG/doc_built/html/ref/Files/ProjectToSymmetricPoint.en/I_1.png b/Mathematica/DiFfRG/doc_built/html/ref/Files/ProjectToSymmetricPoint.en/I_1.png index daebd2b58cf0bbe96b1d115870adbc58b7ba4220..a58035fab48356e6ad097bf50f724c08ef612db0 100644 GIT binary patch delta 217 zcmV;~04D$U9Q7QKBmvKnB_Ds=4Fe$z`)7)d07-CQ9PW;jxIccoZ?y6^fxi6h>N_S&`56>t3LP&{ ztF4ALNM-t|&HJ|MrIm6Ww8R@$K41TTR~KX?H%61_j!InuB?(z#cAPob0Tw145^X1U zxU&sDDzuHp0qK6N?g2{U7%S*FrcD!h#KKmtOl{=G1KF0t4A*%Aoq<~8q1Tnbk^X-R TF*-CbIxsdQu%$|~hym{mku76k delta 219 zcmV<103`qQ9QPcMBmvQpB_DrVjsqbK`{xvU1W1Ad$6=;a+8gZg*D18sRP~71aUKI{ z{{7z5Pe4jeR=uGEnXqnM21UyYi%ag0_`rGWTDkg3>h=e%`YvE@|G4^&#nL_&Wm!Vw z57cUVU@uZxeiP}Apg{sEn1TH>aBN+pr} Ve+w`=F*7+&a;LA?+nWTYw`d9 diff --git a/Mathematica/DiFfRG/doc_built/html/ref/Files/ProjectToSymmetricPointFiniteT.en/I_1.png b/Mathematica/DiFfRG/doc_built/html/ref/Files/ProjectToSymmetricPointFiniteT.en/I_1.png index 24adde417e9c7443f1f9994b2de8312cfd743f55..56751c57fb85178548a3cf4dd494d70a0e648eb2 100644 GIT binary patch delta 217 zcmV;~04D$T9Q7QKBmvKnB_Ds=4Fe$z`)7)d07-CQ9PW;jxIccoZ?y6^fxi6h>N_S&`56>t3LP&{ ztF4ALNM-t|&HJ|MrIm6Ww8R@$K41TTR~KX?H%61_j!InuB?(z#cAPob0Tw145^X1U zxU&sDDzuHp0qK6N?g2{U7%S*FrcD!h#KKmtOl{=GlVw{DGhF8hopD;?7}H=Yk^O%Q TF*-CbIxsc8x%BX}hXL;lWe8%~ delta 218 zcmV<0044wR9QGWLBmvNoB_Ds$jYA;}`)7(90g~XrIJ{RX-3B-QIfb@*RgH)plLScf z@Asa50#b6a>J1&pgmvpOC|X`vTylTJ2hL-km8+kmZhz3K?*q*3A6MV8SlY*+EK6wI zK&`eL_8^tzm$C9=*UM<_I%tb0ti7K8Jy#c06gNhb?2b;|5+w;$a&f#Y}28I9I>%AR%m4uRXLa!YWn=nKb=!r;UyDchmrh$ U3otq{GdeOe8qOGPvxWih4Bl&IcK`qY diff --git a/Mathematica/DiFfRG/doc_built/html/ref/Files/QuickSimplify.en/I_1.png b/Mathematica/DiFfRG/doc_built/html/ref/Files/QuickSimplify.en/I_1.png index 628c709234d15b640e33b703d67f92c62b800560..3e49fbb446fdb8ac836e8ed20105346ebe40dd11 100644 GIT binary patch delta 217 zcmV;~04D$T9Q7QKBmvKnB_Ds=4Fe$z`)7)d07-CQ9PW;jxIccoZ?y6^fxi6h>N_S&`56>t3LP&{ ztF4ALNM-t|&HJ|MrIm6Ww8R@$K41TTR~KX?H%61_j!InuB?(z#cAPob0Tw145^X1U zxU&sDDzuHp0qK6N?g2{U7%S*FrcD!h#KKmtOl{=G8LsmLosnAPkX`%hk^O%Q TF*-CbIxsg=x0T$phXL;lrc`92 delta 218 zcmV<0044wR9QGWLBmvNoB_Ds$jYA;}`)7(90g~XrIJ{RX-3B-QIfb@*RgH)plLScf z@Asa50#b6a>J1&pgmvpOC|X`vTylTJ2hL-km8+kmZhz3K?*q*3A6MV8SlY*+EK6wI zK&`eL_8^tzm$C9=*UM<_I%tb0ti7K8Jy#c06gNhb?2b;|5+w;$a&f#Y}28I9I>%AR%m4ut#U9g)b#nCf1Pt$TYX)~rdVh`g}4?NXNnsElHkBNyjLpS1~>jWg|>QCjffqS1W5Dm_nv+N zQgX8D4IRjYb?Y)HT3%ROa(~1J&SRgItDmH9f6%J$1I+CoSKqN%+Q*bvoQ}0xT@JNw$+b;m$UA zROpDtfK0zu&jh7$i!W$w)1ieNv9UE)Xk`?I9Lx(feSYU3or7BB4vAAUk^O%QFgh_a PIx;qDr0n9ehXL;lf=OkX diff --git a/Mathematica/DiFfRG/doc_built/html/ref/Files/SetDisentangle.en/I_1.png b/Mathematica/DiFfRG/doc_built/html/ref/Files/SetDisentangle.en/I_1.png index 9d8bae979d9600064ea01c41c0c6a25dc1c32ba1..696dfebbc584e30db6e6f4d10eb2e2c03c084fed 100644 GIT binary patch delta 217 zcmV;~04D$T9Q7QKBmvKnB_Ds=4Fe$z`)7)d07-CQ9PW;jxIccoZ?y6^fxi6h>N_S&`56>t3LP&{ ztF4ALNM-t|&HJ|MrIm6Ww8R@$K41TTR~KX?H%61_j!InuB?(z#cAPob0Tw145^X1U zxU&sDDzuHp0qK6N?g2{U7%S*FrcD!h#KKmtOl{=GQ)OEYGhF8hov~Wx-nHstk^O%Q TF*-CbIxso354hX2hXL;ld(LA< delta 218 zcmV<0044wR9QGWLBmvNoB_Ds$jYA;}`)7(90g~XrIJ{RX-3B-QIfb@*RgH)plLScf z@Asa50#b6a>J1&pgmvpOC|X`vTylTJ2hL-km8+kmZhz3K?*q*3A6MV8SlY*+EK6wI zK&`eL_8^tzm$C9=*UM<_I%tb0ti7K8Jy#c06gNhb?2b;|5+w;$a&f#Y}28I9I>%AR%m4uKIULvsOj@N|DBUsL)JC@36`@VPpB*)pwiB^=A`(>NO=0W&-=FOxz~Cfw8R@)KVScU7iTM$T@jVZ-5PXFkRU5e#qBw?-3*1<4kq2f z!`#tk9u?A~F~GyG)gzg}IAR5fqtYdVBUZFxWoQM5L%b~q8LaaJoikeArv(R8k^O%Q TF*-CbIx#TR$T2>%hXL;la&~5Z delta 218 zcmV<0044wR9QGWLBmvNoB_Ds$jYA;}`)7(90g~XrIJ{RX-3B-QIfb@*RgH)plLScf z@Asa50#b6a>J1&pgmvpOC|X`vTylTJ2hL-km8+kmZhz3K?*q*3A6MV8SlY*+EK6wI zK&`eL_8^tzm$C9=*UM<_I%tb0ti7K8Jy#c06gNhb?2b;|5+w;$a&f#Y}28I9I>%AR%m4uItTMYO`qTS2c4r@=KcVe6OsIX U3otq{GdeOjjU2({vxWih4DNwv(f|Me diff --git a/Mathematica/DiFfRG/doc_built/html/ref/Files/SumDiagrams.en/I_1.png b/Mathematica/DiFfRG/doc_built/html/ref/Files/SumDiagrams.en/I_1.png index 472dba36809a75e8cc06688dbf7966a241a60f9a..15133f8635148516d9508d9f6cc98bf423a93d4d 100644 GIT binary patch delta 213 zcmV;`04o3X9QGWLM1Nb310f9i=M;McNP+{$VWw2t8|?AdDYVs8wM1;32PDnE-+THA zNXf~nH*_Eq)~(B+XnA3A$^8)@IFFqxS3gPJ{-9Og3C!&uSKqN%+Q*CfQE%gge{d zQK2Im12X+uJrk71EmqJtrb7!kVq+^;rZ#doMUL$-!*%`vokLpR%Wg)yk^O%QF*-Cb PIx#V$&jF~jhXL;lDAQ)q delta 213 zcmV;`04o3X9QGWLM1RqZLm>?NXNnsElHkBNyjLpS1~>jWg|>QCjffqS1W5Dm_nv+N zQgX8D4IRjYb?Y)HT3%ROa(~1J&SRgItDmH9f6%J$1I+CoSKqN%+Q*bvoQ}0xT@JNw$+b;m$UA zROpDtfK0zu&jh7$i!W$w)1ieNv9UE)Xk`@baxgE{^!c5CowHi!{1k!mk^O%QFgh_a PIx;!>8}W0qhXL;l;dRjbk{N}QOSVm;%DeOtM7^@HT)H(L3dKwtiL^&OL?{0xdRg^m}f z)mFnAq%!@~=6zfB(n`4wTH*~WpRfPFs|zxc8>2~dN2M--l7uWVJMK8x0Tw145^X1U zxU&sDDzuHp0qK6N?g2{U7%S*FrcD!h#KKmtOl{=Tmu)%BaGe*OQ(EA+38(9k{C^8E SIy5jkF)}*FP!h9-0q+dnTV;^| delta 217 zcmV;~04D$R9Q7QKBmvKnB_Dsm5d$Fz{98pzKtRxPygP3u9i;p$(Ij)3tRuUufSShR zex_T1GbJrvt(g&^O&fQJN)wYawO4#$-_}{a`iaZ(JFN0Ou(AB@>bp(m`ZI`l3W*z_ zMOVWbBs~4xXTGg^?zLVAE%Aod&(r_s;%vpTE21*FTZ66%5@dy`xSct+o1rk{I4Z|>nBhAAonuL)JC@36}Ez{c{otM4|M>(8LfQ%KwZ zExH=kAmQm#pZT`xxz~Cfw8R@)KTrRki?bCYS48FPZVkF7NRSoI#qBz@-3*0f2WQ>E z!`#tk9u?A~F~GyG)gzg}IN}QuTcrzuBUZG=3N45t#2a#ghL7(&0i8u!;8rxZFOmFz U3otq{GdeRd?b}EIvxWih49zQSfdBvi diff --git a/Mathematica/DiFfRG/doc_built/html/ref/FiniteTFormMomentumExpansion.html b/Mathematica/DiFfRG/doc_built/html/ref/FiniteTFormMomentumExpansion.html index 83cd236..b9c3856 100644 --- a/Mathematica/DiFfRG/doc_built/html/ref/FiniteTFormMomentumExpansion.html +++ b/Mathematica/DiFfRG/doc_built/html/ref/FiniteTFormMomentumExpansion.html @@ -36,7 +36,7 @@

Create a Form rule to try and simplify all scalar products involving p1, p2, ... This method also expands scalar products into spatial and temporal parts.

-

Examples

+

Examples

Create a Form rule to try and simplify all scalar products involving p1, p2, ...

-

Examples

+

Examples

Returns the directory in which either the package file or notebook is located.

-

Examples

+

Examples

Obtain the FormTracer-internal symbol name for the given symbol, for use with custom FORM rules.

-

Examples

+

Examples

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,....

-

Examples

+

Examples

Make a FORM rule for use with FormTrace or ExtendedFormTrace, which projects the given momenta onto a spatial symmetric-point rule associated with them.

-

Examples

+

Examples

Make a FORM rule for use with FormTrace or ExtendedFormTrace, which projects the given momenta onto a symmetric-point rule associated with them.

-

Examples

+

Examples

Sums the expression expr over p0, with p0=2π T n, where n

-

Examples

+

Examples

Resolve charge conjugation and perform possibly the explicit color trace.

-

Examples

+

Examples

Project expr to a symmetric point involving the given momenta. p is the resulting average momentum and q is the loop momentum.

-

Examples

+

Examples

Project expr to a spatial symmetric point involving the given momenta. p is the resulting average momentum and q is the loop momentum.

-

Examples

+

Examples

Simplify the expression with a small time constraint.

-

Examples

+

Examples

-
DiFfRG`
DiFfRG`

SeparateScalarProductsFiniteT

Examples

+
DiFfRG`
DiFfRG`

SeparateScalarProductsFiniteT

Examples

Set whether TraceDiagrams uses DisentangleLorentzStructures from FormTracer or not.

-

Examples

+

Examples

Replace all angles between momenta cos[p1,p2] by auto-generated symbols. This step is necessary for code export.

-

Examples

+

Examples

Save the diagram to outputName instead of the standard "sum.m".

-

Examples

+

Examples

Use the function func on the result from FormTracer instead of the $StandardSimplify used otherwise.

-

Examples

+

Examples

Toggle the use of the explicit tracing for the color group.

-

Examples

+

Examples

r(~Nt%@VP39*{Jj zk0ae2RC1DPO}lCaq)Vp((elFLlKUA?@D{mp^%GI}16KVebcVlOebdF%eg@?j#Qp*_ zOEknFrsbEh?pxH;Xze;E#2eB+U;lq+BduCY5QVatcIcKML0TzS(?dA#swgbFQNa6-) z(bcd92~VH;%(qp~z1HiXCEn2bdHVlcoUItSA}VKhYtS`8f~;^ZZihMD%}_|TbJja} zm^<3cqe6N#26*_jdL$DVdwfA+t8^i7#ERBfp#@QdctcLm@bR4&Qbk&=ADQ41k^6rO TFgh_aIx{it+eiSjg#lFoy+$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 ]] } ]