Skip to main content
IBM Quantum Platform
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.

Backend Objects

qiskit.providers.models

Qiskit schema-conformant objects used by the backends and providers.


Classes

BackendConfiguration(*args, **kwargs)Backwards compatibility shim representing an abstract backend configuration.
BackendProperties(backend_name, ...)Class representing backend properties
BackendStatus(backend_name, backend_version, ...)Class representing Backend Status.
QasmBackendConfiguration(backend_name, ...)Class representing an OpenQASM 2.0 Backend Configuration.
PulseBackendConfiguration(backend_name, ...)Static configuration state for an OpenPulse enabled backend.
UchannelLO(q, scale)Class representing a U Channel LO
GateConfig(name, parameters, qasm_def[, ...])Class representing a Gate Configuration
PulseDefaults(qubit_freq_est, meas_freq_est, ...)Description of default settings for Pulse systems.
Command(name[, qubits, sequence])Class representing a Command.
JobStatus(job_id, status, status_msg, **kwargs)Model for JobStatus.
GateProperties(qubits, gate, parameters, ...)Class representing a gate's properties
Nduv(date, name, unit, value)Class representing name-date-unit-value
Was this page helpful?
Report a bug or request content on GitHub.