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 d4373b9 commit 4d28314Copy full SHA for 4d28314
src/tensors/tensoroperations.jl
@@ -192,7 +192,7 @@ function TK.trace_permute!(
192
)
193
# some input checks
194
_check_spacetype(spacetype(tdst), spacetype(tsrc))
195
- if !(BraidingStyle(sectortype(S)) isa SymmetricBraiding)
+ if !(BraidingStyle(sectortype(tdst)) isa SymmetricBraiding)
196
throw(
197
SectorMismatch(
198
"only tensors with symmetric braiding rules can be contracted; try `@planar` instead",
0 commit comments