Skip to content

Commit

Permalink
Sessions don't work on sims
Browse files Browse the repository at this point in the history
  • Loading branch information
beckykd committed Jan 8, 2024
1 parent 56a9c72 commit 5b2f1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/run/sessions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: An overview of sessions and when to use them.
A session is a Qiskit Runtime feature that lets you efficiently run multi-job iterative workloads on quantum computers. Using sessions helps avoid delays caused by queuing each job separately, which can be particularly useful for iterative tasks that require frequent communication between classical and quantum resources.

<Admonition type="note">
The queuing time does not decrease for the first job submitted within a session. Therefore, a session does not provide any benefits when running a single job.
The queuing time does not decrease for the first job submitted within a session. Therefore, a session does not provide any benefits when running a single job. Additionally, sessions do not work on simulators because they do not have a queue.
</Admonition>

## Advantages of using sessions
Expand Down

0 comments on commit 5b2f1b6

Please sign in to comment.