Commit 8ffec9f
authored
Support TensorAlgebra 0.16 (#189)
## Summary
Widens the TensorAlgebra compat to `0.15, 0.16`. TensorAlgebra 0.16
(ITensor/TensorAlgebra.jl#199) changes the
`unmatricize` domain-axis convention to codomain-facing (un-dualized),
but the sparse extension forwards `unmatricize` to `ReshapeFusion` over
dense ranges where that change is a no-op, so both versions work with no
code change.1 parent 2e6b8ac commit 8ffec9f
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
0 commit comments