Replies: 1 comment 3 replies
-
|
I think probably its just that the In general, for exact contraction, the cost is entirely decided by the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Johnnie,
I'm trying to compare a tensor network contraction I've custom-built in
igraphwith a contraction usingquimbandcotengra. I'm beginning with theigraphtensor networktnas the ground truth, and I'm contracting based on the following dendrogram:dendrogram = tn.community_edge_betweenness()Then, my plan was to feed the series of merges into
cotengrausing a snippet of code I found from your documentation (and defining aquimbtensor networkquimbTN):Then, my expectation is that
ssa_pathandtree.get_ssa_path()should be the same object, right? However, they do not coincide. Am I misunderstanding what these two objects are? Thanks!Beta Was this translation helpful? Give feedback.
All reactions