Skip to content

Commit

Permalink
Update serverless-manage-resources.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
abbycross committed Nov 26, 2024
1 parent 9f34a79 commit d3d602e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions docs/guides/serverless-manage-resources.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"id": "475d82f0-15cc-4db3-b3b0-54b07822b2a0",
"metadata": {},
"outputs": [
Expand All @@ -95,6 +95,7 @@
"from qiskit_ibm_runtime import QiskitRuntimeService\n",
"from qiskit_serverless import distribute_task\n",
"\n",
"# If you have not previously saved your credentials, follow instructions at https://docs.quantum.ibm.com/guides/setup-channel#iqp to authenticate with your API token.\n",
"service = QiskitRuntimeService()\n",
"\n",
"@distribute_task(target={\"cpu\": 1})\n",
Expand Down Expand Up @@ -213,9 +214,9 @@
"execution_count": 6,
"id": "df28a92c-3585-49f0-a2ea-828a34638684",
"metadata": {
"tags": [
"remove-cell"
]
"tags": [
"remove-cell"
]
},
"outputs": [
{
Expand Down Expand Up @@ -493,7 +494,7 @@
"\n",
"<Admonition type=\"info\" title=\"Recommendations\">\n",
"\n",
"- See a full example that [ports existing code to Qiskit Serverless ](./serverless-port-code).\n",
"- See a full example that [ports existing code to Qiskit Serverless](./serverless-port-code).\n",
"- Read a paper in which researchers used Qiskit Serverless and quantum-centric supercomputing to [explore quantum chemistry](https://arxiv.org/abs/2405.05068v1).\n",
"\n",
"</Admonition>"
Expand Down Expand Up @@ -523,4 +524,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}

0 comments on commit d3d602e

Please sign in to comment.