Skip to content

Commit

Permalink
Remove certain things as per comments from James
Browse files Browse the repository at this point in the history
  • Loading branch information
stand-by committed Jul 16, 2024
1 parent 1c1351e commit 060ab5e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
7 changes: 0 additions & 7 deletions benchmarks/pauli_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,6 @@ def dense(self) -> np.ndarray:
return matrix


@dataclass
class SparseMatrix:
rows: np.ndarray
columns: np.ndarray
values: np.ndarray


class PauliComposer:
def __init__(self, pauli: PauliString) -> None:
self.pauli = pauli
Expand Down
4 changes: 0 additions & 4 deletions requirements-dev.txt

This file was deleted.

0 comments on commit 060ab5e

Please sign in to comment.