Skip to content

Commit

Permalink
must me -> must be
Browse files Browse the repository at this point in the history
  • Loading branch information
daehiff committed Aug 11, 2024
1 parent 299db09 commit a4ff1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pauliopt/gates.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def __init__(self, *qubits):
@abstractmethod
def get_h_s_cx_decomposition(self) -> List[Union["H", "S", "CX"]]:
"""
Every clifford must me decomposable into a list of H, S and CX gates.
Every clifford must be decomposable into a list of H, S and CX gates.
Returns:
"""
Expand Down

0 comments on commit a4ff1cf

Please sign in to comment.