Skip to content

Commit

Permalink
Fix typo in execution-modes.mdx (#1744)
Browse files Browse the repository at this point in the history
  • Loading branch information
TsafrirA authored and frankharkins committed Jul 22, 2024
1 parent 5a4911b commit 604f5ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/execution-modes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The differences are summarized in the following table:
To ensure the most efficient use of the execution modes, the following practices are recommended:

- Always close your session, either by using a context manager or by specifying `session.close()`.
- 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.
- 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.

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"]`

Expand Down

0 comments on commit 604f5ba

Please sign in to comment.