-
Notifications
You must be signed in to change notification settings - Fork 625
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
[Compiler] Add Catalyst jacobian and grad methods #4709
Conversation
Hello. You may have forgotten to update the changelog!
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## maa/integrate-catalyst-2 #4709 +/- ##
============================================================
- Coverage 99.57% 99.55% -0.02%
============================================================
Files 383 382 -1
Lines 34046 33919 -127
============================================================
- Hits 33901 33768 -133
- Misses 145 151 +6
☔ 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.
Looks good from my end @maliasadi! Just minor updates
Co-authored-by: Josh Izaac <[email protected]>
Co-authored-by: Josh Izaac <[email protected]>
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 it looks good to me 💯
Context:
This PR adds support for QJIT compatible
qml.jacobian
andqml.grad
. Please see ADR 74 for implementation details.[sc-46406]