Commit f29d8cd
Simplify TreeTensorNetwork(ITensorNetwork{Any}(tensors)) test pattern
`Dict{Any, ITensor}` has `keytype = Any`, so `TreeTensorNetwork(tensors)`
already produces a TTN with `V = Any` — the explicit
`ITensorNetwork{Any}(...)` wrap is redundant.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent c634c01 commit f29d8cd
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
0 commit comments