Skip to main contentIBM Quantum Documentation
This page is from an old version of Qiskit SDK and does not exist in the latest version. We recommend you migrate to the latest version. See the release notes for more information.
Important

IBM Quantum Platform is moving and this version will be sunset on July 1. To get started on the new platform, read the migration guide.

Qobj

qiskit.qobj


Base

QobjExperimentHeader(**kwargs)A class representing a header dictionary for a Qobj Experiment.
QobjHeader(**kwargs)A class used to represent a dictionary header in Qobj objects.

Qasm

QasmQobj([qobj_id, config, experiments, header])An OpenQASM 2 Qobj.
QasmQobjInstruction(name[, params, qubits, ...])A class representing a single instruction in an QasmQobj Experiment.
QasmQobjExperimentConfig([calibrations, ...])Configuration for a single OpenQASM 2 experiment in the qobj.
QasmQobjExperiment([config, header, ...])An OpenQASM 2 Qobj Experiment.
QasmQobjConfig([shots, seed_simulator, ...])A configuration for an OpenQASM 2 Qobj.
QasmExperimentCalibrations(gates)A container for any calibrations data.
GateCalibration(name, qubits, params, ...)Each calibration specifies a unique gate by name, qubits and params, and contains the Pulse instructions to implement it.

Pulse

PulseQobj(qobj_id, config, experiments[, header])A Pulse Qobj.
PulseQobjInstruction(name, t0[, ch, ...])A class representing a single instruction in an PulseQobj Experiment.
PulseQobjExperimentConfig([qubit_lo_freq, ...])A config for a single Pulse experiment in the qobj.
PulseQobjExperiment(instructions[, config, ...])A Pulse Qobj Experiment.
PulseQobjConfig(meas_level, meas_return, ...)A configuration for a Pulse Qobj.
QobjMeasurementOption(name[, params])An individual measurement option.
PulseLibraryItem(name, samples)An item in a pulse library.
Was this page helpful?
Report a bug or request content on GitHub.