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 c189284 commit bdbd2e6Copy full SHA for bdbd2e6
src/tensors/tensoroperations.jl
@@ -52,7 +52,7 @@ end
52
53
function TO.tensoradd_type(TC, A::AbstractTensorMap, ::Index2Tuple{N₁,N₂},
54
::Bool) where {N₁,N₂}
55
- I = sectortype(A)
+ I = sectortype(A)
56
M = similarstoragetype(A, sectorscalartype(I) <: Real ? TC : complex(TC))
57
return tensormaptype(spacetype(A), N₁, N₂, M)
58
end
0 commit comments