-
Couldn't load subscription status.
- Fork 706
QROM subroutine func decomp #7941
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
Conversation
Co-authored-by: Astral Cai <[email protected]>
…ps' into feature/q1_subroutine_func_decomps
Co-authored-by: Astral Cai <[email protected]>
Co-authored-by: Astral Cai <[email protected]>
…ps' into feature/q1_subroutine_func_decomps
Co-authored-by: Astral Cai <[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.
One stylistic request, otherwise ready to approve.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7941 +/- ##
=======================================
Coverage 99.68% 99.68%
=======================================
Files 543 543
Lines 55966 56063 +97
=======================================
+ Hits 55791 55888 +97
Misses 175 175 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Impressive work 🚀
Context: We would like to make the QROM subroutine template compatible with the new decompositions system.
Description of the Change: Adds a qfunc decomposition for QROM.
Benefits: The QROM template is now compatible with the new system.
Possible Drawbacks:
Related Shortcut Stories: [sc-96017]