BackendData¶
- class BackendData(backend)[source]¶
Class for providing joint interface for accessing backend data
Inits the backend and verifies version
Attributes
- coupling_map¶
Returns the backend’s coupling map
- dt¶
Returns the backend’s input time resolution
- granularity¶
Returns the backend’s time constraint granularity
- max_circuits¶
Returns the backend’s max experiments value
- name¶
Returns the backend name
- num_qubits¶
Returns the backend’s number of qubits
- provider¶
Returns the backend’s provider
- version¶
Returns the backend’s version
Methods