Skip to content

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

Merged
maffoo merged 3 commits intoquantumlib:mainfrom
tanujkhattar:speed_up_pauli_init
Dec 20, 2023
Merged

Speed up construction of single qubit pauli operations - cirq.X(q)#6316
maffoo merged 3 commits intoquantumlib:mainfrom
tanujkhattar:speed_up_pauli_init

Conversation

@tanujkhattar
Copy link
Copy Markdown
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 a team, cduck and vtomole 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
Copy Markdown

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
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