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 9082eb4 commit decc1dfCopy full SHA for decc1df
docs/src/man/implementation.md
@@ -133,7 +133,7 @@ Consider a quantum lattice model with its symmetries determing the phase diagram
133
````julia
134
module_numlabels(i) = MultiTensorKit._numlabels(A4Object, i, 6)
135
V = Vect[A4Object](A4Object(i, 6, label) => D for label in 1:module_numlabels(i))
136
-Vb = Vect[A4Object](c => 1 for c in first(sectors(V))) # not all charges on boundary, play around with what is there
+Vb = Vect[A4Object](first(sectors(V)) => 1) # not all charges on boundary, play around with what is there
137
````
138
139
#TODO: show all the plots
0 commit comments