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

Add noise model #180

Closed
wants to merge 10 commits into from
Closed

Conversation

WingCode
Copy link
Contributor

@WingCode WingCode commented Jun 6, 2024

Summary

closes #89

Details and comments

@WingCode WingCode marked this pull request as ready for review June 6, 2024 10:44
@yitchen-tim
Copy link
Collaborator

Hi @WingCode, thanks for the contribution! This qiskit-braket-provider package is designed for using Qiskit as frontend and Braket as backend. Therefore, the user experience is that user would create a Qiskit circuit and Qiskit noise model to run on a Braket backend. Users do not pass Braket noise model from the frontend. So, not only does the Qiskit noise model needs to propagate to the backend, the noise operations or the noise model need to be translated in some way. Because the Braket noise model and the Qiskit noise model does not support the same set of noise operations, some conversion may be needed based on physics.

The issue #89 is about support Qiskit noise model with Braket backends in QIskit.

The list of noises that the Braket local density matrix simulator supports can be found here. The definition of Braket noise operations can be found through this mapping.

@WingCode WingCode closed this Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support noise models
2 participants