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

Classical shadow doc fix #3076

Merged
merged 7 commits into from
Sep 16, 2022
Merged

Classical shadow doc fix #3076

merged 7 commits into from
Sep 16, 2022

Conversation

rmoyard
Copy link
Contributor

@rmoyard rmoyard commented Sep 16, 2022

No description provided.

@github-actions
Copy link
Contributor

Hello. You may have forgotten to update the changelog!
Please edit doc/releases/changelog-dev.md with:

  • A one-to-two sentence description of the change. You may include a small working example for new features.
  • A link back to this PR.
  • Your name (or GitHub username) in the contributors section.

@rmoyard rmoyard added this to the v0.26.0 milestone Sep 16, 2022
@codecov
Copy link

codecov bot commented Sep 16, 2022

Codecov Report

❗ No coverage uploaded for pull request base (v0.26.0-rc0@210f8ca). Click here to learn what that means.
The diff coverage is n/a.

@@              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.

Copy link
Contributor

@eddddddy eddddddy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good 💯

@rmoyard rmoyard merged commit c5c7324 into v0.26.0-rc0 Sep 16, 2022
@rmoyard rmoyard deleted the shadow_doc branch September 16, 2022 17:42
antalszava added a commit that referenced this pull request Sep 19, 2022
* 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 <>
rmoyard added a commit that referenced this pull request Sep 19, 2022
* 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>
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.

2 participants