-
Notifications
You must be signed in to change notification settings - Fork 188
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
Update demos to use new opmath #1067
Conversation
👋 Hey, looks like you've updated some demos! 🐘 Don't forget to update the Please hide this comment once the field(s) are updated. Thanks! |
Thank you for opening this pull request. You can find the built site at this link. Deployment Info:
Note: It may take several minutes for updates to this pull request to be reflected on the deployed site. |
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.
LGTM, cheers @Qottmann .
Because deprecation warnings are treated as failures, I just pushed another change removing all occurences of explicit edit: now with all demos running, there seems to be more work required. I will tag again for review once I fix all of them 👍 |
Currently blocked by PennyLaneAI/pennylane#5475 and PennyLaneAI/pennylane-qulacs#64 to be merged Any way to skip that demo for the moment to make sure the others pass? |
[sc-53506] |
Currently blocked by Edit: Doing a work-around to not be blocked by this for the moment. Left a Todo in the PR description to change it back once that issue is resolved |
…the pennylane side
…transform instead
Just noticed a bug in another demo with the latest updates to pennylane. Should be fixed now 🤞 |
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.
Looks good to me! To be sure, have we checked that all of these still run without error?
Yes, this PR is in fact building all demos due to the tag |
Remove explicit
qml.operation.Tensor
instances, as well asqml.ops.Hamiltonian
usagebranching against
dev
as new opmath will be default only inv0.36
(scheduled for 07. May)tutorial_qubit_tapering
when [BUG] Cannot run qnode with sum that containsI()
(Identity with empty wires) pennylane#5532 is fixed