Note
This is the documentation for the current state of the development branch of Qiskit Experiments. The documentation or APIs here can change prior to being released.
BackendData¶
- class BackendData(backend)[source]¶
Class for providing joint interface for accessing backend data
Inits the backend and verifies version
Attributes
Returns the backend's time constraint acquire alignment
Returns the backend's coupling map
Returns the backend's qubit drive frequencies
Returns the backend's input time resolution
Returns the backend's time constraint granularity
Returns True given an indication the backend is a simulator
Returns the backend's max experiments value
Returns the backend's measurement stimulus frequencies.
Returns the backend's time constraint minimum duration
Returns the backend name
Returns the backend's number of qubits
Returns the backend's provider
Returns the backend's time constraint pulse alignment
Returns the backend's version
Methods
BackendData.acquire_channel
(qubit)Returns the backend acquire channel for the given qubit
BackendData.control_channel
(qubits)Returns the backend control channel for the given qubits
BackendData.drive_channel
(qubit)Returns the backend drive channel for the given qubit
BackendData.measure_channel
(qubit)Returns the backend measure channel for the given qubit
BackendData.qubit_t1
(qubit)Return the T1 value for a qubit from the backend properties