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 6528b63 commit cc9c7dcCopy full SHA for cc9c7dc
src/fusiontensor/fusedaxes.jl
@@ -54,7 +54,6 @@ end
54
function fusion_trees_external_multiplicities(
55
outer_legs::Tuple{Vararg{AbstractGradedUnitRange}}
56
)
57
- N = length(outer_legs)
58
tree_arrows = isdual.(outer_legs)
59
return mapreduce(vcat, CartesianIndices(blocklength.(outer_legs))) do it
60
block_sectors = map((g, i) -> blocklabels(g)[i], outer_legs, Tuple(it))
0 commit comments