-
Notifications
You must be signed in to change notification settings - Fork 625
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
[Capture] add eval_jaxpr
method to null.qubit
#6924
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6924 +/- ##
=======================================
Coverage 99.59% 99.59%
=======================================
Files 480 480
Lines 45496 45505 +9
=======================================
+ Hits 45311 45320 +9
Misses 185 185 ☔ View full report in Codecov by Sentry. |
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 comment, otherwise ready to approve.
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! 🚀
Context:
I'm starting to some information about the pros and cons of program capture and how to use it.
I'd like to just demonstrate some basics about the classical overheads and scaling, and would like to use null.qubit to do so.
Description of the Change:
Adds an
eval_jaxpr
method tonull.qubit
.Benefits:
We can examine the classical overheads associated with null.qubit.
Possible Drawbacks:
Related GitHub Issues:
[sc-83829]