result from HybridSampler has empty info dict
Hello!
I'm using the python 'hybrid' module to do some problems.
However, I need to measure the QPU runtime.
However, the result of `hybrid.HybridSampler(...).sample_qubo(...)` always has an empty dict for the `info` property.
Am I missing something to be able to get the timing info?
Thanks,
James
Comments
Hi James,
You are right! Currently, the info dictionary for the sampleset returned by the statement above is empty. Thank you for bringing this to our attention.
We have opened an issue to enable this functionality for the ease of use. Here is the link to the GitHub issue: https://github.com/dwavesystems/dwave-hybrid/issues/254.
In the meantime, this community post provides a detailed explanation on how you can retrieve the timing information using the counters: https://support.dwavesys.com/hc/en-us/community/posts/360026065734/comments/360004169033.
Additionally, you can find the breakdown of QPU usage on your dashboard.
I hope this helps as an alternate!
Please sign in to leave a comment.