We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62ce15b commit 2a96235Copy full SHA for 2a96235
1 file changed
src/factorizations/truncation.jl
@@ -25,7 +25,7 @@ function truncspace(space::ElementarySpace; by = abs, rev::Bool = true)
25
return TruncationSpace(space, by, rev)
26
end
27
28
-spacetype(::Type{<:TruncationSpace{S}}) where {S} = S
+TensorKit.spacetype(::Type{<:TruncationSpace{S}}) where {S} = S
29
30
# truncate!
31
# ---------
0 commit comments