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.
SectorDict
1 parent a2f1ec1 commit 04bac3dCopy full SHA for 04bac3d
src/bimodulesector.jl
@@ -310,7 +310,7 @@ end
310
Base.zero(S::Type{<:GradedSpace{<:BimoduleSector}}) = S()
311
312
function TensorKit.fuse(V₁::GradedSpace{I}, V₂::GradedSpace{I}) where {I<:BimoduleSector}
313
- dims = SectorDict{I,Int}()
+ dims = TensorKit.SectorDict{I,Int}()
314
for a in sectors(V₁), b in sectors(V₂)
315
a.j == b.i || continue # skip if not compatible
316
for c in a ⊗ b
0 commit comments