Skip to content
This repository was archived by the owner on Aug 21, 2023. It is now read-only.

Commit e8a7eae

Browse files
committed
clarify managed results
1 parent a959cb8 commit e8a7eae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

qiskit/fundamentals/3_the_ibmq_account.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,7 @@
10791079
"cell_type": "markdown",
10801080
"metadata": {},
10811081
"source": [
1082-
"As you can see, `job_set_bar` contains multiple jobs. To collect the results of all jobs and see the output of individual experiment:"
1082+
"As you can see, `job_set_bar` contains multiple jobs. To collect the results of all jobs, you can use `job_set.results()`, which returns a `ManagedResults` instance. `ManagedResults` supports the same methods as `Result`, which can be used to retrieve the ouputs of individual experiments:"
10831083
]
10841084
},
10851085
{

0 commit comments

Comments
 (0)