You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 21, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: qiskit/fundamentals/3_the_ibmq_account.ipynb
+21-2Lines changed: 21 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1102,6 +1102,25 @@
1102
1102
"print(\"This is the histogram data for experiment 15: {}\".format(results.get_counts(15)))"
1103
1103
]
1104
1104
},
1105
+
{
1106
+
"cell_type": "markdown",
1107
+
"metadata": {},
1108
+
"source": [
1109
+
"You can use `job_set.jobs()` to retrieve a list of jobs within the job set. Note that an entry is `None` if that particular job could not be submitted."
1110
+
]
1111
+
},
1112
+
{
1113
+
"cell_type": "code",
1114
+
"execution_count": 31,
1115
+
"metadata": {},
1116
+
"outputs": [],
1117
+
"source": [
1118
+
"jobs = job_set_bar.jobs() # Get a list of all jobs in the set.\n",
0 commit comments