JobsΒΆ

User guide: Jobs (job types, lifecycle, inspecting job.program, IQCC run_data).

Classes

QMJob(backend, job_id, qm, program, ...)

Qiskit job handle for QUA program execution on a QM backend.

QMSamplerJob(backend, pubs, input_type, **kwargs)

Job handle for QMSamplerV2 execution.

QMEstimatorJob(backend, pubs, input_type, ...)

Job handle for QMEstimatorV2 execution.

IQCCCloudExecutionError(stderr[, run_data])

IQCC cloud execution failed before measurement streams were produced.

Job package: execution handles for QMBackend.run() and V2 primitives.

Returned job objects expose the compiled QUA programs on programs for printing via qm.generate_qua_script, bridge to the QM SDK through qm_jobs / get_qm_job(), and build Qiskit results in result().

See the user guide: docs/jobs.md.

Author: Arthur Strauss Date: 2026-02-08