Skip to content

Commit 4917105

Browse files
author
Ahola Henri
committed
Remove deprecated code from readme
1 parent e3c204b commit 4917105

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ job = parallelizer.execute(circuits, backends=backends)
6060
# Fetch and handle results. This plots the first circuit's result histogram, for example.
6161
results = job.results()
6262
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.")
6563
# The job object behaves just like a regular Qiskit Job object, but values are arrays.
6664
print("Job IDs:")
6765
for job_id in job.job_id():

0 commit comments

Comments
 (0)