Replies: 6 comments 5 replies
-
Interesting.. If I perform some optimisation (modification) of this circuit, I instead get this:
No valid path... What are the constraints the message is telling me? Number of samples? |
Beta Was this translation helpful? Give feedback.
-
Double-checked: number of requested samples doesn't matter, it obviously fails on the first sample. |
Beta Was this translation helpful? Give feedback.
-
I tried to revv up the reconfiguration settings:
it took way longer, but, alas, same failure ("No valid path could be found with specified constraints.") and (seemingly randomly) this |
Beta Was this translation helpful? Give feedback.
-
@yapolyak do you still have any questions related to this topic? |
Beta Was this translation helpful? Give feedback.
-
Dear @yapolyak, One trick to speed it up a little bit the pathfinder is to set CUTENSORNET_CONTRACTION_OPTIMIZER_CONFIG_RECONFIG_NUM_LEAVES=6. |
Beta Was this translation helpful? Give feedback.
-
@yapolyak |
Beta Was this translation helpful? Give feedback.
-
Dear cuQuantum devs,
My turn to report a strange crash of a circuit contraction :)
Basically I am doing a super-simple thing in serial - try to find the contraction path for some circuit tensor network representation:
where
ovl
is my circuit tensor-network interleaved representation.When I run above, I get a strange assertion error, saying that I have less than 1 slice. I tried using Logger level 6, and got enormous amount of printouts, with the final n lines being not very informative (at least to me):
Since this are commands directly from your manual/example, I can only suggest there is something wrong with my tensor network, although it Should be fine. I am converting other circuits in the same way and they work fine. I am currently trying to figure out if I can share the TN representation of this (unfortunately massive) circuit with you.
Thanks!!
Beta Was this translation helpful? Give feedback.
All reactions