Skip to content

Commit 604f5ba

Browse files
TsafrirAfrankharkins
authored andcommitted
Fix typo in execution-modes.mdx (#1744)
1 parent 5a4911b commit 604f5ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/guides/execution-modes.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The differences are summarized in the following table:
3131
To ensure the most efficient use of the execution modes, the following practices are recommended:
3232

3333
- Always close your session, either by using a context manager or by specifying `session.close()`.
34-
- There is a fixed overhead associated with running a job. In general, if your each of your job uses less than one minute of QPU time, consider combining several into one larger job (this applies to all execution modes). "QPU time" refers to time spent by the QPU complex to process your job.
34+
- There is a fixed overhead associated with running a job. In general, if each of your jobs uses less than one minute of QPU time, consider combining several into one larger job (this applies to all execution modes). "QPU time" refers to time spent by the QPU complex to process your job.
3535

3636
A job's QPU time is listed in the **Usage** column on the IBM Quantum Platform [Jobs](https://quantum.ibm.com/jobs) page, or you can query it by using `qiskit-ibm-runtime` with this command `job.metrics()["usage"]["quantum_seconds"]`
3737

0 commit comments

Comments
 (0)