-
Notifications
You must be signed in to change notification settings - Fork 187
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 code being deprecated in v0.39 #1220
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! |
The build failure here seems to come from |
Hey @mudit2812, how come the demos were updated to use While we have been using |
Thanks @josh146 , I'll revert the change. Though for the |
I don't think we've been in a position where we've had to do this in a demo before 🤔
Interesting! do we know why MPS doesn't work with PL numpy (sounds like a bug?) In the meantime, I think it's okay to import vanilla numpy here (since original numpy is only being used to patch a bug/issue, we could import it as |
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. |
[sc-73935]
from pennylane import numpy as np
toimport numpy as np
.