-
Notifications
You must be signed in to change notification settings - Fork 627
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
Add method for tapering gate operations #3002
Conversation
Hello. You may have forgotten to update the changelog!
|
Codecov Report
@@ Coverage Diff @@
## master #3002 +/- ##
=======================================
Coverage 99.67% 99.67%
=======================================
Files 273 273
Lines 23138 23175 +37
=======================================
+ Hits 23062 23099 +37
Misses 76 76
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Based on the feedback, I have updated the previous |
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.
Hey, left some comments, some suggestions and some small fixes.
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 👍🏼, Nice work!
…o taper_excitations
…nnylane into taper_excitations
Context:
This PR adds the final missing piece 🧩 for the tapered variational routine.
Description of the Change:
Adds a function for tapering the gate operations, which are then exponentiated using
qml.PauliRot
.Benefits:
One can now taper individual gate operations and build tapered variants of templates.
Possible Drawbacks:
N/A
Related GitHub Issues:
N/A