Skip to content

Commit f165066

Browse files
committed
add comment on convention
1 parent 9d54770 commit f165066

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

NDTensors/src/lib/GradedAxes/src/fusion.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ function tensor_product(a1::UnitRangeDual, a2::AbstractUnitRange)
4747
return tensor_product(flip(a1), a2)
4848
end
4949

50+
# TBD change convention to tensor(dual, dual) -> dual?
5051
function tensor_product(a1::UnitRangeDual, a2::UnitRangeDual)
5152
return tensor_product(flip(a1), flip(a2))
5253
end

0 commit comments

Comments
 (0)