-
Notifications
You must be signed in to change notification settings - Fork 621
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
Remove qml.broadcast
template
#6527
Conversation
qml.broadcast
templateqml.broadcast
template
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.
There's a from .broadcast import *
in templates/__init__.py
that will need to go as well, and a section in the Templates documentation (see this page)
Co-authored-by: Mudit Pandey <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6527 +/- ##
==========================================
- Coverage 99.29% 99.29% -0.01%
==========================================
Files 457 456 -1
Lines 43413 43358 -55
==========================================
- Hits 43109 43054 -55
Misses 304 304 ☔ 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.
The CodeCov complaint looks like the recurring one since the legacy opmath deprecation - hopefully that will stop showing up once the removal is merged. Not sure what's going on with the dependency deps upload, but it looks unrelated.
Seems good to me, apart from the weird CI issues 🙈
This was fixed in #6556 |
**Context:** Completing the deprecation cycle of `qml.broadcast` (see PennyLaneAI/pennylane#6527) **Description of the Change:** Removed all references to the deprecated source code. [sc-77484]
Context:
Completing the deprecation cycle of
qml.broadcast
.Description of the Change:
Found references in Catalyst: PennyLaneAI/catalyst#1290
No references found in Lightning and QML.
[sc-77484]