We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5c0461 commit 9a1203aCopy full SHA for 9a1203a
docs/src/appendix/symmetric_tutorial.md
@@ -19,6 +19,14 @@ intuition behind them to your specific problem at hand.
19
[TensorKitTensors.jl package](https://github.com/QuantumKitHub/TensorKitTensors.jl), in
20
which case we basically provide a narrated walk-through of the corresponding code.
21
22
+#### Contents of the tutorial
23
+
24
+```@contents
25
+Pages = ["symmetric_tutorial.md"]
26
+Depth = 2:3
27
+```
28
29
+#### Setup
30
31
```@example symmetric_tutorial
32
using LinearAlgebra
@@ -28,11 +36,6 @@ using SUNRepresentations
36
using Test # for showcase testing
37
```
38
-```@contents
-Pages = ["symmetric_tutorial.md"]
33
-Depth = 2:3
34
-```
35
-
39
## Level 0: The transverse-field Ising model
40
41
As the most basic example, we consider the
0 commit comments