qiskit.providers.models.BackendProperties.gate_property¶
- BackendProperties.gate_property(gate, qubits=None, name=None)[소스]¶
Return the property of the given gate.
- 매개변수
gate (
str
) – Name of the gate.qubits (
Union
[int
,Iterable
[int
],None
]) – The qubit to find the property for.name (
Optional
[str
]) – Optionally used to specify which gate property to return.
- 반환 형식
Tuple
[Any
,datetime
]- 반환
Gate property as a tuple of the value and the time it was measured.
- 예외 발생
BackendPropertyError – If the property is not found or name is specified but qubit is not.