Skip to content

Commit 4ca0529

Browse files
committed
Small change
1 parent 10cade0 commit 4ca0529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pauliopt/circuits.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def inverse(self):
119119
inverted.add_gates(inv_gates)
120120
return inverted
121121

122-
def apply_permutation(self, permutation: list):
122+
def apply_permutation(self, permutation: list[int]):
123123
for gate in self._gates:
124124
gate.apply_permutation(permutation)
125125

0 commit comments

Comments
 (0)