-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Import QubitDevice from devices module #897
Conversation
Hello. You may have forgotten to update the changelog!
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ 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 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As this is a straightforward change, and all other CIs were successful, I will approve and consider that we can merge it without the last 4 GPU tests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @albi3ro! 🪂
Context:
In PennyLane PR #6238 we will be deprecating top level access to
QubitDevice
.Description of the Change:
Imports
QubitDevice
frompennylane.devices
instead.Benefits:
Possible Drawbacks:
Related GitHub Issues:
[sc-71519]