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
Describe the feature you'd like
Currently, the readout error in noise model only can targets observables result types through ObservableCriteria. This issue proposes to add MeasurementCriteria for applying readout error to circuits without observables result types.
Describe alternatives you've considered
Simply add the readout noise to the end of the circuit. When there are observables, this implementation will add noise before the basis rotation gates, not truly at the end of the circuit.
The text was updated successfully, but these errors were encountered:
Describe the feature you'd like
Currently, the readout error in noise model only can targets observables result types through
ObservableCriteria
. This issue proposes to addMeasurementCriteria
for applying readout error to circuits without observables result types.How would this feature be used? Please describe.
Describe alternatives you've considered
Simply add the readout noise to the end of the circuit. When there are observables, this implementation will add noise before the basis rotation gates, not truly at the end of the circuit.
The text was updated successfully, but these errors were encountered: