We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb3c0f4 commit 020ccc3Copy full SHA for 020ccc3
learning/courses/quantum-chem-with-vqe/ground-state.ipynb
@@ -189,7 +189,7 @@
189
"# To run on hardware, select the backend with the fewest number of jobs in the queue\n",
190
"from qiskit_ibm_runtime import QiskitRuntimeService\n",
191
"\n",
192
- "service = QiskitRuntimeService(channel=\"ibm_quantum\")\n",
+ "service = QiskitRuntimeService(channel=\"ibm_quantum_platform\")\n",
193
"backend = service.least_busy(operational=True, simulator=False)\n",
194
"backend.name"
195
]
0 commit comments