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
-
Hi Johnnie,
I'm trying to compare a tensor network contraction I've custom-built in
igraph
with a contraction usingquimb
andcotengra
. I'm beginning with theigraph
tensor networktn
as 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
cotengra
using a snippet of code I found from your documentation (and defining aquimb
tensor networkquimbTN
):Then, my expectation is that
ssa_path
andtree.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