Portuguese
Idiomas
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.providers.models.BackendProperties.qubit_property

BackendProperties.qubit_property(qubit, name=None)[código fonte]

Return the property of the given qubit.

Parâmetros
  • qubit (int) – The property to look for.

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

Retorno

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

Levanta

BackendPropertyError – If the property is not found.

Tipo de retorno

Tuple[Any, datetime]