-
Notifications
You must be signed in to change notification settings - Fork 603
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
qml.Qubitization
template
#5500
Conversation
[sc-61135] |
Hello. You may have forgotten to update the changelog!
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5500 +/- ##
==========================================
- Coverage 99.69% 99.69% -0.01%
==========================================
Files 410 412 +2
Lines 38278 38147 -131
==========================================
- Hits 38161 38029 -132
- Misses 117 118 +1 ☔ View full report in Codecov by Sentry. |
… into qubitization
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.
Mind adding a test running an instance through qml.ops.functions.assert_valid
?
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.
Quick review: looks good to me in general. I left some suggestions on minor changes to the docs.
Will try to take another look and test it before the feature freeze. But no blockers from my end.
Co-authored-by: Diego <67476785+DSGuala@users.noreply.github.com> Co-authored-by: soranjh <40344468+soranjh@users.noreply.github.com>
… into qubitization
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 go.
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.
Great work with this one! Happy to approve, just a few questions to clarify!
Adding
qml.Qubitization
operator.