Skip to content

Commit

Permalink
add comment on convention
Browse files Browse the repository at this point in the history
  • Loading branch information
ogauthe committed Sep 26, 2024
1 parent 9d54770 commit f165066
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NDTensors/src/lib/GradedAxes/src/fusion.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ function tensor_product(a1::UnitRangeDual, a2::AbstractUnitRange)
return tensor_product(flip(a1), a2)
end

# TBD change convention to tensor(dual, dual) -> dual?
function tensor_product(a1::UnitRangeDual, a2::UnitRangeDual)
return tensor_product(flip(a1), flip(a2))
end
Expand Down

0 comments on commit f165066

Please sign in to comment.