Korean
언어
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.providers.models.BackendProperties.qubit_property

BackendProperties.qubit_property(qubit, name=None)[소스]

Return the property of the given qubit.

매개변수
  • qubit (int) – The property to look for.

  • name (Optional[str]) – Optionally used to specify within the hierarchy which property to return.

반환

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

예외 발생

BackendPropertyError – If the property is not found.

반환 형식

Tuple[Any, datetime]