-
Notifications
You must be signed in to change notification settings - Fork 706
qml.draw supports drawing of PPMs #8623
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: master
Are you sure you want to change the base?
Conversation
|
Hello. You may have forgotten to update the changelog!
|
comp-phys-marc
left a comment
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 few questions to start!
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #8623 +/- ##
=======================================
Coverage 99.43% 99.43%
=======================================
Files 587 587
Lines 61930 61945 +15
=======================================
+ Hits 61577 61592 +15
Misses 353 353 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@astralcai this looks awesome! I ran the following without problems: |
gabrielasd
left a comment
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.
LGTM! Thanks @astralcai
Context:
Description of the Change:
Benefits:
Now this is possible
>>> print(qml.draw(circuit)()) 0: ──H─╭┤↗X├────┤ 1: ────╰┤↗Y├────┤ 2: ──H───║────Z─┤ ╚════╝Possible Drawbacks:
Related GitHub Issues:
[sc-99882]