We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
run_options
job_id
1 parent 2f68db2 commit 1f84f56Copy full SHA for 1f84f56
fire-opal/discover/start-using/get-started.ipynb
@@ -561,7 +561,26 @@
561
"metadata": {},
562
"outputs": [],
563
"source": [
564
- "bitstring_results = fire_opal_job.result()[\"results\"]"
+ "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
581
+ "outputs": [],
582
583
+ "provider_job_id = fire_opal_result[\"provider_job_id\"]"
584
]
585
},
586
{
0 commit comments