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

Added jax support to private function `_qsp_to_qsvt()` which handles convention changes. #5853

Closed Jaybsoni closed 1 week ago

Jaybsoni commented 2 weeks ago

Context: Allow for qml.qsvt() to accept phase angles as jax arrays and perform convention conversions.

github-actions[bot] commented 2 weeks ago

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

codecov[bot] commented 2 weeks ago

Codecov Report

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

Project coverage is 99.66%. Comparing base (96a3d56) to head (f4caa0a).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #5853 +/- ## ========================================== - Coverage 99.67% 99.66% -0.01% ========================================== Files 425 425 Lines 40751 40457 -294 ========================================== - Hits 40618 40323 -295 - Misses 133 134 +1 ```

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