dwave-hybrid icon indicating copy to clipboard operation
dwave-hybrid copied to clipboard

Expose QPU timing info in `timers`

Open randomir opened this issue 3 years ago • 0 comments

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.

randomir avatar Oct 18 '21 11:10 randomir