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

Clean up stim.Tableau.from_stabilizers a bit #716

Merged
merged 3 commits into from
Mar 15, 2024
Merged

Clean up stim.Tableau.from_stabilizers a bit #716

merged 3 commits into from
Mar 15, 2024

Conversation

Strilanc
Copy link
Collaborator

  • Switch to streaming computations of the gates
  • Improve the anticommutation check from O(n^2) additional work to O(n) additional work
  • Fix a sizing error and test that it's fixed
  • Cut costs on slowest test

- Switch to streaming computations of the gates
- Improve the anticommutation check from O(n^2) additional work to O(n) additional work
- Fix a sizing error and test that it's fixed
@Strilanc Strilanc enabled auto-merge (squash) March 15, 2024 19:58
@Strilanc Strilanc merged commit 2161fc9 into main Mar 15, 2024
54 checks passed
@Strilanc Strilanc deleted the cle branch March 15, 2024 23:54
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