Skip to content

Commit

Permalink
CR
Browse files Browse the repository at this point in the history
  • Loading branch information
SamFerracin committed Jun 20, 2024
1 parent 31d7f35 commit 1c57643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit_ibm_runtime/batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Batch(Session):
- The jobs' classical computation, such as compilation, is run in parallel.
Thus, running multiple jobs in a batch is significantly faster than running them serially.
- There is minimal delay between job, which can help avoid drift.
- There is usually minimal delay between job, which can help avoid drift.
- If you partition your workload into multiple jobs and run them in ``batch`` mode, you can
get results from individual jobs, which makes them more flexible to work with. For example,
Expand Down

0 comments on commit 1c57643

Please sign in to comment.