Skip to main contentIBM Quantum Documentation
You are viewing the API reference for an old version of Qiskit SDK. Switch to latest version

Backend Objects

qiskit.providers.models

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


Backend Objects

BackendConfiguration(backend_name, …[, …])Backwards compat 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 a Qasm 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.
Was this page helpful?