-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Review qiskit.Result API #830
Comments
Reviving this issue after closing #1023 and marking it as From the mentioned issue and conversations, it would be great if we could "stabilize" the Result "API" along with the upcoming releases - deciding which methods are to be deprecated, which ones stay, which ones need to be added, and a timeline for the changes:
An alternative hinted by @delapuente is to make use of |
i agree with changing get_* to just *. |
After internal conversation with Jay, here is a summary of the changes:
(1) this was decided seeing that it was not used by the tests, and that it had not so clear semantics (as in, users can access There are also some still to be decided issues:
|
After #1360, updated the table below - the consensus is that the |
What is the expected enhancement?
After merging #773, review the
qiskit.Result
API to ensure it offers all the necessary now there is a new, more-powerful result format.The text was updated successfully, but these errors were encountered: