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

implement sSQRTXX, sInvSQRTXX, sSQRTYY, sInvSQRTYY #368

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Fe-r-oz
Copy link
Contributor

@Fe-r-oz Fe-r-oz commented Sep 24, 2024

This PR completes all the last remaining two qubit gates that were missing from https://github.com/quantumlib/Stim/blob/main/doc/gates.md.

  • The code is properly formatted and commented.
  • Substantial new functionality is documented within the docs.
  • All new functionality is tested.
  • All of the automated tests on github pass.

@Fe-r-oz Fe-r-oz changed the title add SQRTXX, SQRTYY, and their inverses implement sSQRTXX, sInvSQRTXX, sSQRTYY, sInvSQRTYY Sep 24, 2024
@Fe-r-oz
Copy link
Contributor Author

Fe-r-oz commented Sep 24, 2024

The PR is ready. There will be merge conflicts after merging #336, so after that is merged, I will update this and request for review. Thank you!

This PR along with #336 completes all the two qubit symbolic gates w.r.t to stim so maybe #45 can be considered for closing now?

For stim reference

SQRTXX: https://github.com/quantumlib/Stim/blob/main/doc/gates.md#SQRT_XX
InvSQRTXX: https://github.com/quantumlib/Stim/blob/main/doc/gates.md#the-sqrt_xx_dag-gate

SQRTYY: https://github.com/quantumlib/Stim/blob/main/doc/gates.md#the-sqrt_yy-gate
InvSQRTYY: https://github.com/quantumlib/Stim/blob/main/doc/gates.md#the-sqrt_yy_dag-gate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant