-
Notifications
You must be signed in to change notification settings - Fork 603
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
Fix qml.gradients
docs examples
#5596
Conversation
Hello. You may have forgotten to update the changelog!
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## v0.36.0-rc0 #5596 +/- ##
==============================================
Coverage ? 99.69%
==============================================
Files ? 412
Lines ? 38280
Branches ? 0
==============================================
Hits ? 38162
Misses ? 118
Partials ? 0 ☔ View full report in Codecov by Sentry. |
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.
Hope these comments help with reviewing swiftly.
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.
Great update @dwierichs !
Looks good to me, just two minor things
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 for doing this pass 🎉
**Context:** **Description of the Change:** As title says. Also reverts a few invalid changes from #5596 in `qml.kernels` docs. **Benefits:** **Possible Drawbacks:** **Related GitHub Issues:** --------- Co-authored-by: Thomas R. Bromley <49409390+trbromley@users.noreply.github.com>
Context:
Docs get out of sync over time.
In particular, the output shape of gradient transforms applied to QNodes was changed in #4945 but not updated in the docs.
Description of the Change:
Update examples in docs of
qml.gradients
module.Also updates the
qml.kernels
docs, with a few very small changes.Benefits:
Possible Drawbacks:
Related GitHub Issues: