-
Notifications
You must be signed in to change notification settings - Fork 59
fix: update deprecated QNode.transform_program code
#2385
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
base: main
Are you sure you want to change the base?
Conversation
QNode.transform_program codeQNode.transform_program code
kipawaa
left a comment
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.
I think there's also a reference to transform_program in jax_extras/tracing, transform_program = getattr(qnode, "transform_program", []). I think that's all though, looks good!
|
Hello. You may have forgotten to update the changelog!
|
Nice catch! |
Done: a46e508 |
kipawaa
left a comment
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! 💯
See associated deprecation PR in PennyLane: PennyLaneAI/pennylane#8906
[sc-105439]