Skip to content
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

remove partial CZs if allow_partial_czs=False #6436

Merged
merged 9 commits into from
Feb 2, 2024
Merged

Conversation

NoureldinYosri
Copy link
Collaborator

fixes #6428

At the point where the function gets called no partial CZs should be there excpet CZ**-1 which gets replaced by CZ

@CirqBot CirqBot added the size: M 50< lines changed <250 label Feb 1, 2024
@NoureldinYosri NoureldinYosri marked this pull request as ready for review February 1, 2024 21:49
@NoureldinYosri NoureldinYosri requested review from vtomole, cduck and a team as code owners February 1, 2024 21:49
@NoureldinYosri NoureldinYosri changed the title remove partial CZs if allow_partial_czs remove partial CZs if allow_partial_czs=False Feb 1, 2024
Copy link

codecov bot commented Feb 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ee56c59) 97.81% compared to head (3f15e1e) 97.81%.
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6436      +/-   ##
==========================================
- Coverage   97.81%   97.81%   -0.01%     
==========================================
  Files        1111     1111              
  Lines       97121    97163      +42     
==========================================
+ Hits        95000    95040      +40     
- Misses       2121     2123       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@NoureldinYosri NoureldinYosri enabled auto-merge (squash) February 2, 2024 19:13
@NoureldinYosri NoureldinYosri merged commit e9e12ee into main Feb 2, 2024
37 checks passed
harry-phasecraft pushed a commit to PhaseCraft/Cirq that referenced this pull request Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: M 50< lines changed <250
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cleanup_operations replaces CZ with CZ**-1
3 participants