TensorNetwork icon indicating copy to clipboard operation
TensorNetwork copied to clipboard

Fix trace for PyTorch backend

Open merajhashemi opened this issue 3 years ago • 3 comments

Currently, the trace operator for PyTorch only supports up to 25-dimensional inputs due to using einsum. This PR fixes this issue.

merajhashemi avatar Mar 25 '21 22:03 merajhashemi