Skip to content

Commit

Permalink
Update docstring w missing line (#1493)
Browse files Browse the repository at this point in the history
  • Loading branch information
kt474 authored Mar 11, 2024
1 parent 12fc743 commit dea880c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qiskit_ibm_runtime/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@
qc.cx(qr[0], qr[1])
qc.measure(qr, cr)
pm = generate_preset_pass_manager(target=backend.target, optimization_level=1)
backend = service.least_busy(operational=True, simulator=False)
bell_isa_circuit = pm.run(qc)
psi_isa_circuit = pm.run(psi)
Expand Down

0 comments on commit dea880c

Please sign in to comment.