Closed albi3ro closed 1 month ago
Hello. You may have forgotten to update the changelog!
Please edit doc/releases/changelog-dev.md
with:
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 99.70%. Comparing base (
9bd2f5d
) to head (9192894
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Context:
We have tests to check that the device works with various differentiation methods, (backprop, param shift, and hadamard). But we were skipping the test if the device didn't natively support that differentiation method. parameter shift and hadamard shouldn't need to be natively supported. Pennylane itself handles that. So we should always be checking parameter shift and hadamard grad with any device.
Description of the Change:
Benefits:
Possible Drawbacks:
Related GitHub Issues: