Replies: 1 comment 3 replies
-
Hello Sbtq, Please file a feature request if you would like the same behavior in NVQC. |
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
-
We are currently trying to integrate nvqc for sampling circuits.
However we do not expect the results to be back immediately but rather want to retrieve them after a short while.
It seems like some target providers of cudaq support to do this by being able to reconstruct the
AsyncSampleResult
sionq e.g..
However when trying to do this with the target set to
nvqc
the error we are seeing isCould someone help me here? Job execution can take up to 60 minutes (and potentially longer with queue times) and I need to be able to reconstruct the results even after the process where I got the results got killed.
Would appreciate any help here 🙏
Beta Was this translation helpful? Give feedback.
All reactions