|
18 | 18 | "id": "1de4634b",
|
19 | 19 | "metadata": {},
|
20 | 20 | "source": [
|
21 |
| - "# Legacy Qiskit Runtime" |
| 21 | + "# Qiskit Runtime on IBM Quantum" |
22 | 22 | ]
|
23 | 23 | },
|
24 | 24 | {
|
25 | 25 | "cell_type": "markdown",
|
26 | 26 | "id": "5affe56b",
|
27 | 27 | "metadata": {},
|
28 | 28 | "source": [
|
29 |
| - "Prior to becoming an IBM Cloud service, Qiskit Runtime was offered on IBM Quantum. If you have an existing IBM Quantum account, you can continue using Qiskit Runtime on IBM Quantum, which is referred to as _legacy runtime_. \n" |
| 29 | + "Prior to becoming an IBM Cloud service, Qiskit Runtime was offered on IBM Quantum. If you have an existing IBM Quantum account, you can continue using Qiskit Runtime on IBM Quantum. \n" |
30 | 30 | ]
|
31 | 31 | },
|
32 | 32 | {
|
|
80 | 80 | "source": [
|
81 | 81 | "Before you can start using Qiskit Runtime, you need to initialize your account. You can do this by calling `IBMRuntimeService` with your IBM Quantum API token, which can be found on the [IBM Quantum accounts page](https://quantum-computing.ibm.com/account).\n",
|
82 | 82 | "\n",
|
83 |
| - "You can also choose to save your credentials on disk (in the `$HOME/.qiskit/qiskit-ibm.json` file). By doing so, you only need to use `IBMRuntimeService(auth=\"legacy\")` in the future to initialize your account.\n", |
| 83 | + "You can also choose to save your credentials on disk (in the `$HOME/.qiskit/qiskit-ibm.json` file). By doing so, you only need to use `IBMRuntimeService(channel=\"ibm_quantum\")` in the future to initialize your account.\n", |
84 | 84 | "\n",
|
85 | 85 | "For more information about account management, such as how to delete or view an account, see [04_account_management.ipynb](04_account_management.ipynb)."
|
86 | 86 | ]
|
|
95 | 95 | "from qiskit_ibm_runtime import IBMRuntimeService\n",
|
96 | 96 | "\n",
|
97 | 97 | "# Save account on disk.\n",
|
98 |
| - "# IBMRuntimeService.save_account(auth=\"legacy\", token=<IBM Quantun API token>)\n", |
| 98 | + "# IBMRuntimeService.save_account(channel=\"ibm_quantum\", token=<IBM Quantun API token>)\n", |
99 | 99 | "\n",
|
100 |
| - "# The \"auth\" keyword is not needed if you have only 1 type (legacy or cloud) of account saved.\n", |
101 |
| - "service = IBMRuntimeService(auth=\"legacy\")" |
| 100 | + "# The \"channel\" keyword is not needed if you have only 1 type (ibm_quantum or ibm_cloud) of account saved.\n", |
| 101 | + "service = IBMRuntimeService(channel=\"ibm_quantum\")" |
102 | 102 | ]
|
103 | 103 | },
|
104 | 104 | {
|
|
417 | 417 | "metadata": {},
|
418 | 418 | "source": [
|
419 | 419 | "<div class=\"alert alert-block alert-info\">\n",
|
420 |
| - "<b>Note:</b> To ensure fairness, there is a maximum execution time for each Qiskit Runtime job. Refer to <a href=\"https://qiskit.org/documentation/partners/qiskit_ibm_runtime/max_time.html#qiskit-runtime-on-ibm-quantum-legacy\">this documentation</a> on what the time limit is.\n", |
| 420 | + "<b>Note:</b> To ensure fairness, there is a maximum execution time for each Qiskit Runtime job. Refer to <a href=\"https://qiskit.org/documentation/partners/qiskit_ibm_runtime/max_time.html#qiskit-runtime-on-ibm-quantum-ibm-quantum\">this documentation</a> on what the time limit is.\n", |
421 | 421 | "</div>"
|
422 | 422 | ]
|
423 | 423 | },
|
|
535 | 535 | "- [04_account_management.ipynb](04_account_management.ipynb) describes how to save, load, and delete your account credentials on disk.\n",
|
536 | 536 | "- [05_uploading_program.ipynb](05_uploading_program.ipynb) is an introduction on uploading your custom Qiskit Runtime program.\n",
|
537 | 537 | "- [qiskit_runtime_vqe_program.ipynb](sample_vqe_program/qiskit_runtime_vqe_program.ipynb) goes into more details on uploading a real-world program (VQE). \n",
|
538 |
| - "- [qka.ipynb](qka.ipynb), [vqe.ipynb](vqe.ipynb), and [qiskit_runtime_expval_program.ipynb](sample_expval_program/qiskit_runtime_expval_program.ipynb) describe how to use the public programs `qka`, `vqe`, and `sample-expval`, respectively. These programs are currently only available on legacy Qiskit Runtime." |
| 538 | + "- [qka.ipynb](qka.ipynb), [vqe.ipynb](vqe.ipynb), and [qiskit_runtime_expval_program.ipynb](sample_expval_program/qiskit_runtime_expval_program.ipynb) describe how to use the public programs `qka`, `vqe`, and `sample-expval`, respectively. These programs are currently only available on Qiskit Runtime on IBM Quantum." |
539 | 539 | ]
|
540 | 540 | },
|
541 | 541 | {
|
|
0 commit comments