bsc-quantic / Tenet.jl

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

Consider integration with `MetaGraphs.jl` #13

Closed mofeing closed 1 year ago

mofeing commented 1 year ago

A MetaGraph is a concrete subtype of Graphs.jl AbstractGraph abstract type that allows metadata on all of its components. https://github.com/JuliaGraphs/MetaGraphs.jl

In this sense, it looks like a TensorNetwork would be a particular case of MetaGraph.

Some questions:

mofeing commented 1 year ago

Superseded by #55