Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashaener committed Feb 13, 2018
1 parent 15d363b commit 1ff2909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ibm16.py
Expand Up @@ -48,7 +48,7 @@ def run_test(eng):
if __name__ == "__main__":
# create main compiler engine for the 16-qubit IBM back-end
eng = MainEngine(IBMBackend(use_hardware=True, num_runs=1024,
verbose=False, device='ibmqx5')
verbose=False, device='ibmqx5'),
setup=projectq.setups.ibm16)
# run the circuit and print the result
print(run_test(eng))

0 comments on commit 1ff2909

Please sign in to comment.