qiskit-documentation/docs/api/qiskit/0.37/qiskit.providers.aer.noise....

27 lines
994 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: basic_device_readout_errors
description: API reference for qiskit.providers.aer.noise.device.basic_device_readout_errors
in_page_toc_min_heading_level: 1
python_api_type: function
python_api_name: qiskit.providers.aer.noise.device.basic_device_readout_errors
---
# qiskit.providers.aer.noise.device.basic\_device\_readout\_errors
<Function id="qiskit.providers.aer.noise.device.basic_device_readout_errors" isDedicatedPage={true} github="https://github.com/qiskit/qiskit-aer/tree/stable/0.10/qiskit/providers/aer/noise/device/models.py" signature="basic_device_readout_errors(properties)">
Return readout error parameters from a devices BackendProperties.
**Parameters**
**properties** ([*BackendProperties*](qiskit.providers.models.BackendProperties "qiskit.providers.models.BackendProperties")) device backend properties
**Returns**
A list of pairs `(qubits, ReadoutError)` for qubits with non-zero readout error values.
**Return type**
list
</Function>