-
Notifications
You must be signed in to change notification settings - Fork 368
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
Noise model inserter #239
Noise model inserter #239
Conversation
Quick update - testing cannot proceed due to a blocker bug in Terra, Qiskit/qiskit#2751. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good @gadial, just a couple of minor changes to some names and if you could add something to the CHANGELOG then it should be good to merge!
It might be good to add a couple of tests using the DensityMatrix
class recently merged into Terra master too.
Summary
A utility addressing issue #212 : Inserting to a circuit Kraus gates representing the noises from a given noise model.
Details and comments