We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a66d10 commit b60fd69Copy full SHA for b60fd69
src/planar/planaroperations.jl
@@ -68,7 +68,7 @@ function planartrace!(C::AbstractTensorMap,
68
(S = spacetype(C)) == spacetype(A) ||
69
throw(SpaceMismatch("incompatible spacetypes"))
70
if BraidingStyle(sectortype(S)) == Bosonic()
71
- return trace_permute!(C, A, p, q, α, β, backend)
+ return trace_permute!(C, A, (p₁, p₂), (q₁, q₂), α, β, backend)
72
end
73
(N₃ = length(q₁)) == length(q₂) ||
74
throw(IndexError("number of trace indices does not match"))
0 commit comments