We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3c204b commit 4917105Copy full SHA for 4917105
1 file changed
README.md
@@ -60,8 +60,6 @@ job = parallelizer.execute(circuits, backends=backends)
60
# Fetch and handle results. This plots the first circuit's result histogram, for example.
61
results = job.results()
62
qiskit.visualization.plot_histogram(result[0].get_counts())
63
-# Information on the parallelization and underlying jobs is also available.
64
-print(f"On average, {job.info.avg_circuits_per_backend} circuits were placed per backend.")
65
# The job object behaves just like a regular Qiskit Job object, but values are arrays.
66
print("Job IDs:")
67
for job_id in job.job_id():
0 commit comments