Skip to content

Commit

Permalink
fix typo in planarcontract!
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos committed Oct 6, 2023
1 parent 9a11b93 commit e941830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/planar/planaroperations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function planarcontract!(C::AbstractTensorMap{S,N₁,N₂},
β::Number,
backend::Backend...) where {S,N₁,N₂}
if BraidingStyle(sectortype(S)) == Bosonic()
return contract(C, A, pA, B, pB, pAB, α, β, backend...)
return contract!(C, A, pA, B, pB, pAB, α, β, backend...)
end

codA, domA = codomainind(A), domainind(A)
Expand Down

0 comments on commit e941830

Please sign in to comment.