-
-
Notifications
You must be signed in to change notification settings - Fork 162
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
[Classical Shadows 1] utils for shadows and unit test #1907
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1907 +/- ##
==========================================
- Coverage 98.47% 98.46% -0.02%
==========================================
Files 79 81 +2
Lines 3682 3717 +35
==========================================
+ Hits 3626 3660 +34
- Misses 56 57 +1
|
It looks like some of the tests are failing on python 3.8 due to a failure in subscripting |
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.
Minor comments/suggestions
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.
Thanks @Min-Li, looks good to me, besides @andreamari's comments.
Co-authored-by: Andrea Mari <andreamari84@gmail.com>
Co-authored-by: Andrea Mari <andreamari84@gmail.com>
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.
Nice work. Just some small clean up items from me.
Co-authored-by: nate stemen <nate@stemen.email>
Co-authored-by: nate stemen <nate@stemen.email>
…urements_opts_expectation_bound` as a standalone function
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.
From my side, LGTM! Thanks Min!
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.
Looking good! A few minor questions/comments.
Description
utils for shadows and unit test from #1899
License
Before opening the PR, please ensure you have completed the following where appropriate.