Skip to content

Commit ed920a3

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 65c0e39 commit ed920a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

quantum/simons_algorithm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ def xor_bits(a: list[int], b: list[int]) -> list[int]:
2929

3030

3131
def simons_algorithm(f: Callable[[list[int]], list[int]], n: int) -> list[int]:
32-
3332
"""
3433
Simulate Simon's algorithm classically to find the hidden bitstring s.
3534

0 commit comments

Comments
 (0)