qiskit.providers.ibmq.IBMQBackend.properties¶
- IBMQBackend.properties(refresh=False, datetime=None)[código fonte]¶
Return the backend properties, subject to optional filtering.
This data describes qubits properties (such as T1 and T2), gates properties (such as gate length and error), and other general properties of the backend.
The schema for backend properties can be found in Qiskit/ibm-quantum-schemas.
- Parâmetros
refresh (
bool
) – IfTrue
, re-query the server for the backend properties. Otherwise, return a cached version.datetime (
Optional
[datetime
]) – By specifying datetime, this function returns an instance of theBackendProperties
whose timestamp is closest to, but older than, the specified datetime.
- Tipo de retorno
Optional
[BackendProperties
]- Retorno
The backend properties or
None
if the backend properties are not currently available.- Levanta
TypeError – If an input argument is not of the correct type.