PennyLaneAI / pennylane-lightning

The PennyLane-Lightning plugin provides a fast state-vector simulator written in C++ for use with PennyLane
https://docs.pennylane.ai/projects/lightning
Apache License 2.0
86 stars 35 forks source link

Import QubitDevice from devices module #897

Closed albi3ro closed 3 weeks ago

albi3ro commented 3 weeks ago

Context:

In PennyLane PR #6238 we will be deprecating top level access to QubitDevice.

Description of the Change:

Imports QubitDevice from pennylane.devices instead.

Benefits:

Possible Drawbacks:

Related GitHub Issues:

[sc-71519]

github-actions[bot] commented 3 weeks ago

Hello. You may have forgotten to update the changelog! Please edit .github/CHANGELOG.md with:

codecov[bot] commented 3 weeks ago

Codecov Report

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

Project coverage is 82.70%. Comparing base (ee561f6) to head (a9a9567). Report is 1 commits behind head on master.

:exclamation: There is a different number of reports uploaded between BASE (ee561f6) and HEAD (a9a9567). Click for more details.

HEAD has 32 uploads less than BASE | Flag | BASE (ee561f6) | HEAD (a9a9567) | |------|------|------| ||40|8|
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #897 +/- ## =========================================== - Coverage 96.60% 82.70% -13.90% =========================================== Files 212 24 -188 Lines 29301 2180 -27121 =========================================== - Hits 28306 1803 -26503 + Misses 995 377 -618 ```

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