Skip to content

Commit decc1df

Browse files
committed
fix to example
1 parent 9082eb4 commit decc1df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/man/implementation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Consider a quantum lattice model with its symmetries determing the phase diagram
133133
````julia
134134
module_numlabels(i) = MultiTensorKit._numlabels(A4Object, i, 6)
135135
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
136+
Vb = Vect[A4Object](first(sectors(V)) => 1) # not all charges on boundary, play around with what is there
137137
````
138138

139139
#TODO: show all the plots

0 commit comments

Comments
 (0)