Skip to content

Commit 9a1203a

Browse files
committed
Add headers for toc and setup, and switch order
1 parent e5c0461 commit 9a1203a

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

docs/src/appendix/symmetric_tutorial.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ intuition behind them to your specific problem at hand.
1919
[TensorKitTensors.jl package](https://github.com/QuantumKitHub/TensorKitTensors.jl), in
2020
which case we basically provide a narrated walk-through of the corresponding code.
2121

22+
#### Contents of the tutorial
23+
24+
```@contents
25+
Pages = ["symmetric_tutorial.md"]
26+
Depth = 2:3
27+
```
28+
29+
#### Setup
2230

2331
```@example symmetric_tutorial
2432
using LinearAlgebra
@@ -28,11 +36,6 @@ using SUNRepresentations
2836
using Test # for showcase testing
2937
```
3038

31-
```@contents
32-
Pages = ["symmetric_tutorial.md"]
33-
Depth = 2:3
34-
```
35-
3639
## Level 0: The transverse-field Ising model
3740

3841
As the most basic example, we consider the

0 commit comments

Comments
 (0)