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
Sometimes the problem/solution is not explicitly available in user's code. Thanks to low-level data capturing we still have access to these (in dwave.inspector.storage), but the interface is quite awkward. For example to visualize one QMI:
Sometimes the problem/solution is not explicitly available in user's code. Thanks to low-level data capturing we still have access to these (in
dwave.inspector.storage
), but the interface is quite awkward. For example to visualize one QMI:Few fixes possible:
show
to acceptproblem_index: int
(or maybe even strings like"last"
and"first"
?)Note this can handle only QMIs for now. For fully automated logical problem inspection, we need to extend data capture to samplesets.
The text was updated successfully, but these errors were encountered: