Skip to content
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

MeasurementCriteria for readout error to target measurement operations #973

Open
yitchen-tim opened this issue May 9, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@yitchen-tim
Copy link
Contributor

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.

How would this feature be used? Please describe.

noise_model = NoiseModel()
noise_model.add_noise(BitFlip(0.1), MeasurementCriteria(qubits=[0,1,2]))

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.

@rmshaffer rmshaffer added the good first issue Good for newcomers label May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants