ibm-quantum · Arazzo Workflow
IBM Quantum Session Run and Close
Version 1.0.0
Open a Qiskit Runtime session, run a job inside it, then close the session.
Provider
Workflows
session-run-and-close
Create a session, run a job within it, and close it when done.
Opens a session, submits a job bound to the session, and closes the session once the job is queued.
1
createSession
create_session
Open a runtime session bound to the chosen backend and execution mode, and capture the new session id.
2
runJobInSession
create_job
Submit a primitive job that references the session id so it runs with the session's priority on the backend.
3
closeSession
delete_session_close
Close the runtime session so it stops accepting new jobs; any running jobs run to completion.
Source API Descriptions
openapi