From 43480bfd75abb1f64b9082330aa9006e9705e2e3 Mon Sep 17 00:00:00 2001 From: Luciano Bello <766693+1ucian0@users.noreply.github.com> Date: Tue, 22 Apr 2025 17:23:17 +0200 Subject: [PATCH] Update run-jobs-batch.mdx to be more explicit about the wording --- docs/guides/run-jobs-batch.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guides/run-jobs-batch.mdx b/docs/guides/run-jobs-batch.mdx index 83ea272e164..e2e8490be86 100644 --- a/docs/guides/run-jobs-batch.mdx +++ b/docs/guides/run-jobs-batch.mdx @@ -21,8 +21,8 @@ service = QiskitRuntimeService() ## Open a batch -You can open a runtime batch by using the context manager `with Batch(...)` or by initializing the `Batch` -class. When you start a batch, you must specify a QPU by passing a `backend` object. The batch starts when its first job begins execution. +You can open a runtime batch by using the context manager `with ` or by passing a `Batch` instance to the parameter `mode=` of the primitive. +When you start a batch, you must specify a QPU by passing a `backend` object. The batch starts when its first job begins execution. **Batch class** @@ -152,4 +152,4 @@ with Batch(backend=backend): - Try an example in the [Combine error mitigation options with the estimator primitive](https://learning.quantum.ibm.com/tutorial/combine-error-mitigation-options-with-the-estimator-primitive) tutorial. - Review the [Batch API](/docs/api/qiskit-ibm-runtime/batch#batch) reference. - Understand the [Job limits](/docs/guides/job-limits) when sending a job to an IBM QPU. - \ No newline at end of file +