Skip to content

Commit 5cc3167

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3cd52a6 commit 5cc3167

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
@@ -28,7 +28,7 @@
2828
qc.measure(range(n), range(n))
2929

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

0 commit comments

Comments
 (0)