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
From #1023 (please check for longer discussion), the process for finally instantiating a qiskit.Result would benefit from being more straightforward, specially as it is a class that is of relevance to backend implementators (including AER and third-party) and for for end users. That streamlining would imply relaxing a bit the idea that all schema-defined instances are "light containers", which in this case might be justified - specially depending on the outcome of #830.
Proposed checklist:
unify the Results object, making use of qiskit.validation classes
What is the expected enhancement?
From #1023 (please check for longer discussion), the process for finally instantiating a
qiskit.Result
would benefit from being more straightforward, specially as it is a class that is of relevance to backend implementators (including AER and third-party) and for for end users. That streamlining would imply relaxing a bit the idea that all schema-defined instances are "light containers", which in this case might be justified - specially depending on the outcome of #830.Proposed checklist:
qiskit.validation
classesRelated issues:
The text was updated successfully, but these errors were encountered: