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

Brute force clifford #33

Merged
merged 8 commits into from
Jan 22, 2025
Merged

Conversation

daehiff
Copy link
Collaborator

@daehiff daehiff commented Jan 7, 2025

No description provided.

Signed-off-by: David Winderl <winderl13@gmail.com>
Signed-off-by: David Winderl <winderl13@gmail.com>
Signed-off-by: David Winderl <winderl13@gmail.com>
Signed-off-by: David Winderl <winderl13@gmail.com>
Signed-off-by: David Winderl <winderl13@gmail.com>
Signed-off-by: David Winderl <winderl13@gmail.com>
Signed-off-by: David Winderl <winderl13@gmail.com>
@@ -202,6 +202,30 @@ def z_out(self, row, col):
+ 2 * self.tableau[row + self.n_qubits, col + self.n_qubits]
)

@property
def x_matrix(self):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should do a vectorised version of this

@@ -1,4 +1,7 @@
from typing import List, Tuple, Optional, Callable
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tuple and Optional unused

@y-richie-y y-richie-y merged commit 3c5a347 into hashberg-io:main Jan 22, 2025
3 checks passed
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.

2 participants