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

Speed up construction of single qubit pauli operations - cirq.X(q) #6316

Merged
merged 3 commits into from
Dec 20, 2023

Conversation

tanujkhattar
Copy link
Collaborator

@tanujkhattar tanujkhattar commented Oct 13, 2023

Fixes #6274

See #6274 (comment) for an explanation of the performance improvement.

cc @zchen088

@tanujkhattar tanujkhattar requested review from vtomole, cduck and a team as code owners October 13, 2023 19:42
@tanujkhattar tanujkhattar requested a review from dabacon October 13, 2023 19:42
@CirqBot CirqBot added the size: S 10< lines changed <50 label Oct 13, 2023
@codecov
Copy link

codecov bot commented Oct 13, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (181d7aa) 97.81% compared to head (1dd1cf9) 97.80%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6316      +/-   ##
==========================================
- Coverage   97.81%   97.80%   -0.01%     
==========================================
  Files        1111     1111              
  Lines       97037    97038       +1     
==========================================
- Hits        94914    94911       -3     
- Misses       2123     2127       +4     

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

@maffoo maffoo enabled auto-merge (squash) December 20, 2023 02:42
@maffoo maffoo merged commit a2530fe into quantumlib:main Dec 20, 2023
35 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: S 10< lines changed <50
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pauli gate initialization is slower than other gates
5 participants