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
Pythons retrieve_results should return a more ergonomic data structure. It currently maps to ExecutionResults which is a trimmed down version of the controller service response. However, it's API requires manual composure of result data and is overall just a less ergonomic version of QPUResultData. We should return that instead.
The text was updated successfully, but these errors were encountered:
Pythons retrieve_results should return a more ergonomic data structure. It currently maps to
ExecutionResults
which is a trimmed down version of the controller service response. However, it's API requires manual composure of result data and is overall just a less ergonomic version of QPUResultData. We should return that instead.The text was updated successfully, but these errors were encountered: