You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, SampleSet.info['timing'] as returned by the QPU sampler is discarded by our QPU hybrid samplers (like QPUSubproblemAutoEmbeddingSampler and others).
It would be useful to expose/store this info in hybrid sampler's timers structure, so it can be easily accessed and inspected.
An alternative is to subclass or reimplement the sampler, like here.
The text was updated successfully, but these errors were encountered:
Currently,
SampleSet.info['timing']
as returned by the QPU sampler is discarded by our QPU hybrid samplers (likeQPUSubproblemAutoEmbeddingSampler
and others).It would be useful to expose/store this info in hybrid sampler's
timers
structure, so it can be easily accessed and inspected.An alternative is to subclass or reimplement the sampler, like here.
The text was updated successfully, but these errors were encountered: