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.36k stars 604 forks source link

Fix `compute_decomposition` docs #6294

Closed Jaybsoni closed 1 month ago

Jaybsoni commented 1 month ago

Context: The example in the doc-string for qml.QFT.compute_decomposition() was incorrect.

github-actions[bot] commented 1 month ago

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

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 99.70%. Comparing base (1070104) to head (713b1d8). Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6294 +/- ## ======================================= Coverage 99.70% 99.70% ======================================= Files 444 444 Lines 42236 42236 ======================================= Hits 42113 42113 Misses 123 123 ```

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