German
Sprachen
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.providers.models.BackendProperties.gate_property

BackendProperties.gate_property(gate, qubits=None, name=None)[Quellcode]

Return the property of the given gate.

Parameter
  • 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.

Rückgabe

Gate property as a tuple of the value and the time it was measured.

Verursacht

BackendPropertyError – If the property is not found or name is specified but qubit is not.

Rückgabetyp

Tuple[Any, datetime]