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

`PrepSelPrep` template works with `torch` #6191

Closed willjmax closed 2 months ago

willjmax commented 2 months ago

This PR fixes bug #6185

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 99.65%. Comparing base (1f55c88) to head (e09f6e3). Report is 43 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6191 +/- ## ========================================== - Coverage 99.67% 99.65% -0.02% ========================================== Files 432 447 +15 Lines 41839 42388 +549 ========================================== + Hits 41702 42241 +539 - Misses 137 147 +10 ```

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

KetpuntoG commented 2 months ago

Awesome! Feel free to merge