rigetti / qcs-sdk-rust

Rust SDK for Rigetti Quantum Cloud Services (QCS)
https://docs.rs/qcs
12 stars 5 forks source link

Python: retrieve_results should return a more ergonomic data structure #457

Open MarquessV opened 5 months ago

MarquessV commented 5 months ago

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.