Skip to content

Commit 1f84f56

Browse files
committed
feat: Add documentation for run_options and job_id features (#1263) (notebooks update)
1 parent 2f68db2 commit 1f84f56

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

fire-opal/discover/start-using/get-started.ipynb

+20-1
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,26 @@
561561
"metadata": {},
562562
"outputs": [],
563563
"source": [
564-
"bitstring_results = fire_opal_job.result()[\"results\"]"
564+
"fire_opal_result = fire_opal_job.result()\n",
565+
"bitstring_results = fire_opal_result[\"results\"]"
566+
]
567+
},
568+
{
569+
"cell_type": "markdown",
570+
"id": "ca02ff51",
571+
"metadata": {},
572+
"source": [
573+
"Additionally, the `fire_opal_result` dictionary includes the `provider_job_id` for the job that was submitted to the hardware provider."
574+
]
575+
},
576+
{
577+
"cell_type": "code",
578+
"execution_count": null,
579+
"id": "3b09a954",
580+
"metadata": {},
581+
"outputs": [],
582+
"source": [
583+
"provider_job_id = fire_opal_result[\"provider_job_id\"]"
565584
]
566585
},
567586
{

0 commit comments

Comments
 (0)