Skip to content

Commit

Permalink
Remove custom instance in patterns demo (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElePT authored Apr 2, 2024
1 parent 2209a12 commit ced5c0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions demos/qiskit_patterns/2_qiskit_patterns.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -998,11 +998,11 @@
"source": [
"if team == 1:\n",
" # Eagle = Osaka\n",
" service = QiskitRuntimeService(channel='ibm_quantum', instance=\"ibm-tech-event/ibm-tech-2024/team-1\")\n",
" service = QiskitRuntimeService(channel='ibm_quantum')\n",
" backend = service.get_backend('ibm_osaka')\n",
"elif team == 2:\n",
" # Heron = Torino\n",
" service = QiskitRuntimeService(channel='ibm_quantum', instance=\"ibm-tech-event/ibm-tech-2024/team-2\")\n",
" service = QiskitRuntimeService(channel='ibm_quantum')\n",
" backend = service.get_backend('ibm_torino')"
]
},
Expand Down Expand Up @@ -1344,4 +1344,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}

0 comments on commit ced5c0a

Please sign in to comment.