Skip to content

Commit

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

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

# CircuitRunner run and measure circuit
Expand Down

0 comments on commit 8e52dc3

Please sign in to comment.