bsc-quantic / Tenet.jl

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

Open indices are not shown on plots #32

Closed mofeing closed 1 year ago

mofeing commented 1 year ago

Open indices are not shown on plots. This is due to the generation of the graph in the plot! method, because Graphs.SimpleGraph does not support open edges.

One solution is to introduces mock nodes with size 0 so edges can be created and represented in the plots.