Skip to content

Commit

Permalink
fix(examples_tests): update ibm runner name
Browse files Browse the repository at this point in the history
  • Loading branch information
AthenaCaesura committed Oct 19, 2023
1 parent 8e52dc3 commit 161bc4e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/quantum/examples/guides/circuit_runners_guide.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@
# Inherit BaseCircuitRunner
from orquestra.integrations.qiskit.runner import create_ibmq_runner

backend = create_ibmq_runner(
LOOKMORTYITURNEDMYSELFINTOANAPITOKENIMAPIRICK, "ibmq_perth"
)
backend = create_ibmq_runner(LOOKMORTYITURNEDMYSELFINTOANAPITOKENIMAPIRICK, "ibm_perth")
# End Inherit BaseCircuitRunner

# CircuitRunner run and measure circuit
Expand Down

0 comments on commit 161bc4e

Please sign in to comment.