-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
This issue lists functionalities and feature requests for TensorAlgebra
.
Issues
- perf: when
β
is given tocontract
, the input arrayC
is permuted twice: first to fitA * B
, then back to its initial format. This is suboptimal, especially for non-abelian tensors wherepermutedims
is the bottleneck and contractions are fast. -
contracting zero axis crashes. I think it should return the outer product of two tensors.(Crossing this off since it is now being tracked in [BUG] Outer product tensor contractions are broken #13.)
Feature requests
-
contract
should allow a biperm as input - ideally, the compiler should be able to predict
contract
output type
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request