-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
define __getstate__ and __setstate__ for OneQubitGateErrorMap #10092
Conversation
One or more of the the following people are requested to review this:
|
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.
Overall this LGTM, just one small comment in the tests. Also do you mind adding a release note so we can document this fix when we publish 0.24.1?
Pull Request Test Coverage Report for Build 4931482641
💛 - Coveralls |
release note added, comment addressed |
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.
LGTM, thanks for the quick update
* define __getstate__ and __setstate__ for OneQubitGateErrorMap * add test * fix test docstrings * add assert in test * add release note (cherry picked from commit 06a5b9e)
#10095) * define __getstate__ and __setstate__ for OneQubitGateErrorMap * add test * fix test docstrings * add assert in test * add release note (cherry picked from commit 06a5b9e) Co-authored-by: Kevin J. Sung <[email protected]>
…#10092) * define __getstate__ and __setstate__ for OneQubitGateErrorMap * add test * fix test docstrings * add assert in test * add release note
Summary
Fixes #10091
Details and comments