Skip to content

Commit

Permalink
remove mention of circuit-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
coruscating committed Nov 8, 2023
1 parent 7c99c9b commit 3774c34
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/howtos/runtime_sessions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,5 @@ large number of circuits that can't fit in a single job, it may be helpful to fo
# still running that would be canceled.
session.cancel()

Note that runtime primitives are not currently supported natively in Qiskit Experiments, so either
the `backend.run()` path or the ``circuit-runner`` program in ``qiskit-ibm-runtime`` is required
to run experiments.
Note that runtime primitives are not currently supported natively in Qiskit Experiments, so
the ``backend.run()`` path is required to run experiments.

0 comments on commit 3774c34

Please sign in to comment.