Skip to content

Commit 97fb433

Browse files
committed
Explicit overloaded import
1 parent 6954c4f commit 97fb433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/operators/jordanmpotensor.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ BlockTensorKit.issparse(W::JordanMPOTensor) = true
163163

164164
# Converters
165165
# ----------
166-
function SparseBlockTensorMap(W::JordanMPOTensor)
166+
function BlockTensorKit.SparseBlockTensorMap(W::JordanMPOTensor)
167167
τ = BraidingTensor{scalartype(W)}(eachspace(W)[1])
168168
W′ = SparseBlockTensorMap{AbstractTensorMap{scalartype(W), spacetype(W), 2, 2}}(
169169
undef_blocks, space(W)

0 commit comments

Comments
 (0)