-
Notifications
You must be signed in to change notification settings - Fork 628
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 shadow doc fix #3076
Classical shadow doc fix #3076
Conversation
Hello. You may have forgotten to update the changelog!
|
Codecov Report
@@ Coverage Diff @@
## v0.26.0-rc0 #3076 +/- ##
==============================================
Coverage ? 99.67%
==============================================
Files ? 272
Lines ? 23135
Branches ? 0
==============================================
Hits ? 23059
Misses ? 76
Partials ? 0 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
Looks good 💯
* compute math.dot when num_wires > 11 (#3046) * flaky test_single_argument_step (#3055) * `Exp` matrix computation bugfix (#3057) * Incrementing the version number to `v0.27.0-dev` (#3044) * Update * Bump * re-add dev changelog * Update doc/development/release_notes.md * docs section * flaky test_single_argument_step Co-authored-by: Antal Szava <antalszava@gmail.com> * fix exp bug * rebase onto release candidate * Update doc/releases/changelog-0.26.0.md * Update tests/optimize/test_optimize_shot_adapative.py * add additional test parametrization Co-authored-by: Romain Moyard <rmoyard@gmail.com> Co-authored-by: Antal Szava <antalszava@gmail.com> * Update Error message non commuting ops are measured (#3065) * Update error message to be more descriptive * bug fix * Update doc/releases/changelog-0.26.0.md * split test and checked for more verbose error message * update error message to mention splitting of execution * Update docs for v0.26 (#3072) * simplify output updates * is_hermitian dagger update * dagger for is_unitary * fix docs (#3074) Co-authored-by: antalszava <antalszava@gmail.com> * Fix shape of shadow measurement processes (#3077) * Qutrit docs of the release (#3073) * add qutrit docs * Update doc/introduction/operations.rst Co-authored-by: Romain Moyard <rmoyard@gmail.com> * Classical shadow doc fix (#3076) * check * more * More updates * Remove problematic case * typo Co-authored-by: Edward Jiang <eddy3.14159@gmail.com> * Consistent docstring for Hadamard and other docs (#3075) * hadamard compute_sparse_matrix should also use parent docstring; wording * noop to re-trigger ci Co-authored-by: Romain Moyard <rmoyard@gmail.com> * Release notes `0.26.0` (#3048) * Organize entries * Minor * Apply suggestions from code review * Better example for 3028 entry * Removed TF entry * Apply suggestions from code review Co-authored-by: Josh Izaac <josh146@gmail.com> * things from Josh's code review * Link to QNSPSA optimizer demo * QNSPSA optimizer copy Co-authored-by: Josh Izaac <josh146@gmail.com> * minor * Update Co-authored-by: antalszava <antalszava@gmail.com> Co-authored-by: Isaac De Vlugt <isaacdevlugt@gmail.com> Co-authored-by: Isaac De Vlugt <34751083+isaacdevlugt@users.noreply.github.com> Co-authored-by: Josh Izaac <josh146@gmail.com> * removed inconsistent doc-string, use operator defined default (#3080) * Fixes to Quickstart documentation (#3078) * circuits quickstart fix * more updates * a couple more changes * found additional thing to fix Co-authored-by: Romain Moyard <rmoyard@gmail.com> * Added some more classes to unsupported ops (#3079) * Added some more classes to unsupported ops * added tests * added tests * lint Co-authored-by: Romain Moyard <rmoyard@gmail.com> * exclude files from pr Co-authored-by: Albert Mitjans <a.mitjanscoma@gmail.com> Co-authored-by: antalszava <antalszava@gmail.com> Co-authored-by: Christina Lee <christina@xanadu.ai> Co-authored-by: Romain Moyard <rmoyard@gmail.com> Co-authored-by: Jay Soni <jbsoni@uwaterloo.ca> Co-authored-by: Edward Jiang <34989448+eddddddy@users.noreply.github.com> Co-authored-by: Edward Jiang <eddy3.14159@gmail.com> Co-authored-by: Matthew Silverman <matthews@xanadu.ai> Co-authored-by: Isaac De Vlugt <isaacdevlugt@gmail.com> Co-authored-by: Isaac De Vlugt <34751083+isaacdevlugt@users.noreply.github.com> Co-authored-by: Josh Izaac <josh146@gmail.com> Co-authored-by: GitHub Actions Bot <>
* compute math.dot when num_wires > 11 (#3046) * flaky test_single_argument_step (#3055) * `Exp` matrix computation bugfix (#3057) * Incrementing the version number to `v0.27.0-dev` (#3044) * Update * Bump * re-add dev changelog * Update doc/development/release_notes.md * docs section * flaky test_single_argument_step Co-authored-by: Antal Szava <antalszava@gmail.com> * fix exp bug * rebase onto release candidate * Update doc/releases/changelog-0.26.0.md * Update tests/optimize/test_optimize_shot_adapative.py * add additional test parametrization Co-authored-by: Romain Moyard <rmoyard@gmail.com> Co-authored-by: Antal Szava <antalszava@gmail.com> * Update Error message non commuting ops are measured (#3065) * Update error message to be more descriptive * bug fix * Update doc/releases/changelog-0.26.0.md * split test and checked for more verbose error message * update error message to mention splitting of execution * Update docs for v0.26 (#3072) * simplify output updates * is_hermitian dagger update * dagger for is_unitary * fix docs (#3074) Co-authored-by: antalszava <antalszava@gmail.com> * Fix shape of shadow measurement processes (#3077) * Qutrit docs of the release (#3073) * add qutrit docs * Update doc/introduction/operations.rst Co-authored-by: Romain Moyard <rmoyard@gmail.com> * Classical shadow doc fix (#3076) * check * more * More updates * Remove problematic case * typo Co-authored-by: Edward Jiang <eddy3.14159@gmail.com> * Consistent docstring for Hadamard and other docs (#3075) * hadamard compute_sparse_matrix should also use parent docstring; wording * noop to re-trigger ci Co-authored-by: Romain Moyard <rmoyard@gmail.com> * Release notes `0.26.0` (#3048) * Organize entries * Minor * Apply suggestions from code review * Better example for 3028 entry * Removed TF entry * Apply suggestions from code review Co-authored-by: Josh Izaac <josh146@gmail.com> * things from Josh's code review * Link to QNSPSA optimizer demo * QNSPSA optimizer copy Co-authored-by: Josh Izaac <josh146@gmail.com> * minor * Update Co-authored-by: antalszava <antalszava@gmail.com> Co-authored-by: Isaac De Vlugt <isaacdevlugt@gmail.com> Co-authored-by: Isaac De Vlugt <34751083+isaacdevlugt@users.noreply.github.com> Co-authored-by: Josh Izaac <josh146@gmail.com> * removed inconsistent doc-string, use operator defined default (#3080) * Fixes to Quickstart documentation (#3078) * circuits quickstart fix * more updates * a couple more changes * found additional thing to fix Co-authored-by: Romain Moyard <rmoyard@gmail.com> * Added some more classes to unsupported ops (#3079) * Added some more classes to unsupported ops * added tests * added tests * lint Co-authored-by: Romain Moyard <rmoyard@gmail.com> * Update lightning * missing ) * Muscle * Trigger CI Co-authored-by: Albert Mitjans <a.mitjanscoma@gmail.com> Co-authored-by: antalszava <antalszava@gmail.com> Co-authored-by: Christina Lee <christina@xanadu.ai> Co-authored-by: Jay Soni <jbsoni@uwaterloo.ca> Co-authored-by: Edward Jiang <34989448+eddddddy@users.noreply.github.com> Co-authored-by: Edward Jiang <eddy3.14159@gmail.com> Co-authored-by: Matthew Silverman <matthews@xanadu.ai> Co-authored-by: Isaac De Vlugt <isaacdevlugt@gmail.com> Co-authored-by: Isaac De Vlugt <34751083+isaacdevlugt@users.noreply.github.com> Co-authored-by: Josh Izaac <josh146@gmail.com>
No description provided.