Skip to content

Commit e5c0461

Browse files
committed
Forgot to move the dims check
1 parent d6096a1 commit e5c0461

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/src/appendix/symmetric_tutorial.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,11 +305,13 @@ V = 1 \cdot V^{(0)} \oplus 1 \cdot V^{(1)},
305305
which can be constructed in the following way,
306306
```@example symmetric_tutorial
307307
V = Z2Space(0 => 1, 1 => 1)
308-
dim(V)
309308
```
310309
As a consistency check, we can inspect its dimension as well as the degeneracies of the
311310
individual irreps:
312311
```@example symmetric_tutorial
312+
dim(V)
313+
```
314+
```@example symmetric_tutorial
313315
dim(V, Z2Irrep(0))
314316
```
315317
```@example symmetric_tutorial

0 commit comments

Comments
 (0)