You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When both should be subtypes of NDTensors.TensorAlgebra.BlockedPermutation{2}
We previously discussed about removing this type and replacing it with a Tuple{Tuple} type. We need to decide whether to fix this or refactor the type.
The text was updated successfully, but these errors were encountered:
Seems like fixing this breaks some of the contract code since it is implicitly depending on this logic. I think some of the logic handling corner cases of fully contracted tensors is a bit misdesigned (related to #1428) so this will need to be fixed in conjunction with rewriting that logic.
When both should be subtypes of
NDTensors.TensorAlgebra.BlockedPermutation{2}
We previously discussed about removing this type and replacing it with a
Tuple{Tuple}
type. We need to decide whether to fix this or refactor the type.The text was updated successfully, but these errors were encountered: