Skip to content

Commit 04bac3d

Browse files
committed
specify TensorKit module for SectorDict
1 parent a2f1ec1 commit 04bac3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bimodulesector.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ end
310310
Base.zero(S::Type{<:GradedSpace{<:BimoduleSector}}) = S()
311311

312312
function TensorKit.fuse(V₁::GradedSpace{I}, V₂::GradedSpace{I}) where {I<:BimoduleSector}
313-
dims = SectorDict{I,Int}()
313+
dims = TensorKit.SectorDict{I,Int}()
314314
for a in sectors(V₁), b in sectors(V₂)
315315
a.j == b.i || continue # skip if not compatible
316316
for c in a b

0 commit comments

Comments
 (0)