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 (Optional[Union[int, Iterable[int]]]) – The qubit to find the property for.
name (Optional[str]) – Optionally used to specify which gate property to return.
- 戻り値
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.
- 戻り値の型
Tuple[Any, datetime]