-
Notifications
You must be signed in to change notification settings - Fork 615
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
Qubitization reformat #6182
Qubitization reformat #6182
Conversation
[sc-71962] |
Pending on this issue to be solved |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6182 +/- ##
==========================================
- Coverage 99.65% 99.65% -0.01%
==========================================
Files 446 446
Lines 42536 42239 -297
==========================================
- Hits 42390 42092 -298
- Misses 146 147 +1 ☔ 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.
@KetpuntoG Looks good other than one concern about the equality function
Co-authored-by: Utkarsh <utkarshazad98@gmail.com>
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, thanks @KetpuntoG!
This PR updates `Qubitization` to use `qml.PrepSelPrep`. It also fixes this [bug](#6175) Note that we are changing from decompose Qubitization in PrepSelPrep . Reflection to Reflection.PrepSelPrep --------- Co-authored-by: Utkarsh <utkarshazad98@gmail.com>
This PR updates `Qubitization` to use `qml.PrepSelPrep`. It also fixes this [bug](#6175) Note that we are changing from decompose Qubitization in PrepSelPrep . Reflection to Reflection.PrepSelPrep --------- Co-authored-by: Utkarsh <utkarshazad98@gmail.com>
This PR updates
Qubitization
to useqml.PrepSelPrep
. It also fixes this bugNote that we are changing from decompose Qubitization in PrepSelPrep . Reflection to Reflection.PrepSelPrep
Related GitHub Issues:
#6175
Related Shortcut Stories:
[sc-72403]