Skip to content

Commit 28bb84f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quantum/grover_search_algorithm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
qc.measure(range(n), range(n))
2828

2929
# Run on simulator
30-
backend = Aer.get_backend('qasm_simulator')
30+
backend = Aer.get_backend("qasm_simulator")
3131
result = execute(qc, backend, shots=1024).result()
3232
counts = result.get_counts()
3333

0 commit comments

Comments
 (0)