-
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
Introduce Specialunitary and use in VQE workflow #689
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]>
Thanks so much @KetpuntoG for your reviews and nice suggestions! :) |
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 nice! I left some small comments but that's it.
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.
Nice demo @dwierichs! Very methodical and easy to follow 😃. Mainly grammar suggestions!
tutorial_unitary_designs Unitary designs and their uses in quantum computing | ||
|
||
|
||
*Author: David Wierichs — Posted: xx March 2023.* |
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.
Just a reminder to change the date here when it's ready 😃
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.
Put the 28th, the planned date.
Co-authored-by: Isaac De Vlugt <[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.
Thanks David! Looks awesome!
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.
Again, Great job! 🚀😊
Title:
Here comes the SU(N): multivariate quantum gates and gradients
Summary:
The special unitary gate
SpecialUnitary
, which is subject of new investigations and recently was added to PennyLane, is showcased. This includes a short discussion of parametrizations of the group SU(N), a comparison of hardware-ready differentiation techniques, and a VQE workflow comparing three parametrizations for a random toy Hamiltonian.The contents more precisely are
Relevant references:
from future import paper
Possible Drawbacks:
N/A
Related GitHub Issues:
N/A