bsc-quantic / Tenet.jl

Composable Tensor Network library in Julia
https://bsc-quantic.github.io/Tenet.jl/
Apache License 2.0
17 stars 1 forks source link

Refactor `TensorNetwork` internals to encode the dual graph of the Tensor Network #104

Closed mofeing closed 8 months ago

mofeing commented 8 months ago

Current approach with incidence matrix allows trivially to view the dual TN, as its incidence matrix is the transpose of the original.