-
Notifications
You must be signed in to change notification settings - Fork 604
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
Remove expand_depth
in compile
transform and max_expansion
in clifford_t_decomposition
transform
#6531
Conversation
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! 🚀
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.
Very minor comment, otherwise LGTM
Co-authored-by: Mudit Pandey <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6531 +/- ##
==========================================
+ Coverage 99.17% 99.29% +0.12%
==========================================
Files 456 457 +1
Lines 43254 43413 +159
==========================================
+ Hits 42899 43109 +210
+ Misses 355 304 -51 ☔ View full report in Codecov by Sentry. |
Context:
Completing the deprecation cycle of
expand_depth
incompile
transform andmax_expansion
inclifford_t_decomposition
transform.Description of the Change:
No references found in Catalyst, Lightning, or QML.
[sc-77499]