Skip to content

Commit a16698e

Browse files
committed
Fix for SUNRepresentations type parameter change
1 parent 5861432 commit a16698e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/appendix/symmetric_tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -968,7 +968,7 @@ end
968968
```
969969
If we use the adjoint representation of ``\mathsf{SU}_3`` as physical space, the Heisenberg exchange interaction can then be constructed as
970970
```@example symmetric_tutorial
971-
V = Vect[SUNIrrep{3}](SU3Irrep("8") => 1)
971+
V = Vect[SU3Irrep](SU3Irrep("8") => 1)
972972
TT = zeros(ComplexF64, V ⊗ V ← V ⊗ V)
973973
for (s, f) in fusiontrees(TT)
974974
l3 = f.uncoupled[1]

0 commit comments

Comments
 (0)