PennyLaneAI / pennylane-qiskit

The PennyLane-Qiskit plugin integrates the Qiskit quantum computing framework and IBM Q with PennyLane.
https://docs.pennylane.ai/projects/qiskit
Apache License 2.0
194 stars 66 forks source link

Fix deprecated import path for `QubitDevice` #584

Closed astralcai closed 2 months ago

astralcai commented 2 months ago

pennylane.QubitDevice is deprecated in v0.39, importing QubitDevice from pennylane.devices instead.

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 100.00%. Comparing base (ebe7d90) to head (a2924e7). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #584 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 9 9 Lines 866 867 +1 ========================================= + Hits 866 867 +1 ```

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