PennyLaneAI / pennylane

PennyLane is a cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry. Train a quantum computer the same way as a neural network.
https://pennylane.ai
Apache License 2.0
2.17k stars 568 forks source link

Add `dynamic_one_shot` tensorflow support + expanded testing #5861

Open mudit2812 opened 1 week ago

mudit2812 commented 1 week ago

Context: As name says. Gradient workflows no longer raise errors after the merge of #5791 , but their correctness is yet to be verified.

Description of the Change:

Benefits:

Possible Drawbacks:

Related GitHub Issues: Fixes #5736, #5710

mudit2812 commented 1 week ago

[sc-63943] [sc-63618]

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.66%. Comparing base (ab8b6d5) to head (35235b5). Report is 13 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #5861 +/- ## ========================================== - Coverage 99.68% 99.66% -0.02% ========================================== Files 421 422 +1 Lines 40499 40369 -130 ========================================== - Hits 40370 40235 -135 - Misses 129 134 +5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.