Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mofeing committed Nov 23, 2024
1 parent a38bb2e commit a7b18ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Visualization.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
using Graphs: Graphs, vertices, edges

function graph_representation(tn::AbstractTensorNetwork)
tn = TensorNetwork(tn)
hypermap = Tenet.hyperflatten(tn)
if !isempty(hypermap)
tn = transform(tn, Tenet.HyperFlatten)
Expand Down

0 comments on commit a7b18ac

Please sign in to comment.