-
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
Differentiable pulse programming with qubits in PennyLane #686
Conversation
* Bumped jax versions * Updated neural-tangents
* Development branch * Bumped requirement package versions (#667) * Bumped jax versions * Updated neural-tangents * Apply suggestions from code review Co-authored-by: Josh Izaac <[email protected]> Co-authored-by: GitHub Nightly Merge Action <[email protected]> Co-authored-by: Rashid N H M <[email protected]> Co-authored-by: Jay Soni <[email protected]> Co-authored-by: Josh Izaac <[email protected]> Co-authored-by: GitHub Nightly Merge Action <[email protected]>
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.
Really good tutorial that I'll be referencing quite a bit 😃
- Minor changes in style and some grammar/typos
Co-authored-by: Alvaro Ballon <[email protected]>
Thanks for the quick and helpful review @alvaro-at-xanadu and @KetpuntoG . I updated the demo with your suggestions |
Edit: Just updated the requirements |
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.
Ready to go!
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.
Great! ready to go @Qottmann 😉
Pulse programming in PennyLane demonstration with the following table of contents
a) Introduction to pulse gates, relates it to channels and other hardware terms. Explains time-dependent Schrodinger equation and such
b) Demonstrate how this can be done in PennyLane
c) Explains gradients (maybe mention parameter shift, showcase backprop capabilities for now)
d) runs ctrl-VQE
TODO