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