Skip to content

Commit

Permalink
Fix broken anchor link from execution modes rewrite (#2144)
Browse files Browse the repository at this point in the history
This broke the Runtime release notes.
  • Loading branch information
Eric-Arellano authored Oct 16, 2024
1 parent e0ced19 commit 763ec2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/guides/execution-modes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ The `mode` option requires `qiskit-ibm-runtime` 0.24 or later.

[**Session mode**](sessions): A dedicated window for running a multi-job workload. This allows users to experiment with variational algorithms in a more predictable way and even run multiple experiments simultaneously, taking advantage of parallelism in the stack. Use sessions for iterative workloads or experiments that require dedicated access. To run in session mode, specify `mode=session` when instantiating a primitive, or run the job in a session context manager. Learn more about sessions in the [Introduction to sessions,](/guides/sessions) and see [Run jobs in a session](run-jobs-session) for examples.

<span id="sessions-versus-batch-usage" />

## Choose batch or sessions mode

Generally, you can use batch mode unless you have workloads that don’t have all inputs ready at the outset.
Expand Down

0 comments on commit 763ec2e

Please sign in to comment.