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
It would be nice if this information was included in the backend.target so that (at least in this instance) users can get all information from a single object.
Acceptance criteria
The 2 readout error rates are in the Target
The text was updated successfully, but these errors were encountered:
For reference the pattern to do this is to make a custom InstructionProperties subclass that extends it with custom properties for a given backend. There is an example of how to do this in qiskit's unit tests here:
What is the expected feature or enhancement?
It is possible to grab the two independent readout error rates from the
backend.properties
:It would be nice if this information was included in the
backend.target
so that (at least in this instance) users can get all information from a single object.Acceptance criteria
The 2 readout error rates are in the
Target
The text was updated successfully, but these errors were encountered: