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 24be2ea commit 13af986Copy full SHA for 13af986
src/spaces/gradedspace.jl
@@ -12,7 +12,7 @@ isomorphism classes of simple objects of a unitary and pivotal (pre-)fusion cate
12
13
Here `dims` represents the degeneracy or multiplicity of every sector.
14
15
-The data structure `D` of `dims` will depend on the result `Base.IteratorElsize(values(I))`;
+The data structure `D` of `dims` will depend on the result `Base.IteratorSize(values(I))`;
16
if the result is of type `HasLength` or `HasShape`, `dims` will be stored in a
17
`NTuple{N,Int}` with `N = length(values(I))`. This requires that a sector `s::I` can be
18
transformed into an index via `s == getindex(values(I), i)` and
0 commit comments