-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Increase coverage of clifford protocols to parity_gates #6338
Conversation
cirq-core/cirq/ops/parity_gates.py
Outdated
).on(*qubits) | ||
] + clifford_gate.SingleQubitCliffordGate.Z_sqrt.on_each(*qubits) |
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.
NIT - for the sake of symmetry with XX and YY pow gates
).on(*qubits) | |
] + clifford_gate.SingleQubitCliffordGate.Z_sqrt.on_each(*qubits) | |
).on(*qubits), | |
clifford_gate.SingleQubitCliffordGate.Z_sqrt.on_each(*qubits), | |
] |
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 with a few small nits.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6338 +/- ##
=======================================
Coverage 97.83% 97.84%
=======================================
Files 1108 1108
Lines 96372 96398 +26
=======================================
+ Hits 94285 94317 +32
+ Misses 2087 2081 -6
☔ View full report in Codecov by Sentry. |
part of #5906 (comment)