Bengali
Languages
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.providers.models.BackendProperties.qubit_property

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

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]