We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5861432 commit a16698eCopy full SHA for a16698e
1 file changed
docs/src/appendix/symmetric_tutorial.md
@@ -968,7 +968,7 @@ end
968
```
969
If we use the adjoint representation of ``\mathsf{SU}_3`` as physical space, the Heisenberg exchange interaction can then be constructed as
970
```@example symmetric_tutorial
971
-V = Vect[SUNIrrep{3}](SU3Irrep("8") => 1)
+V = Vect[SU3Irrep](SU3Irrep("8") => 1)
972
TT = zeros(ComplexF64, V ⊗ V ← V ⊗ V)
973
for (s, f) in fusiontrees(TT)
974
l3 = f.uncoupled[1]
0 commit comments