-
Notifications
You must be signed in to change notification settings - Fork 57
[Unified Compiler] Renaming python_compiler
into unified_compiler
#1997
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
base: main
Are you sure you want to change the base?
Conversation
python_compiler
into unified_compiler
python_compiler
into unified_compiler
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1997 +/- ##
=======================================
Coverage 97.35% 97.35%
=======================================
Files 88 88
Lines 9919 9919
Branches 945 945
=======================================
Hits 9657 9657
Misses 207 207
Partials 55 55 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Based on conversations in-person, we decided to name this module compiler.interface
. We may choose to revisit this in the future when the features become more public.
@PietropaoloFrisoni looks good! I would change the title of the PR—that's it :)
This PR should be merged along with this PR in PennyLane
Context: This PR updates Catalyst since the
python.compiler
module in PennyLane has been renamedunified.compiler
Description of the Change: As above.
Benefits: Better name.
Possible Drawbacks: None that I can think of.
Related GitHub Issues: None.
[sc-98172]