-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
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 arrayCis permuted twice: first to fitA * B, then back to its initial format. This is suboptimal, especially for non-abelian tensors wherepermutedimsis 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
-
contractshould allow a biperm as input - ideally, the compiler should be able to predict
contractoutput type
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request