qiskit-documentation/docs/api/qiskit/0.41/qiskit_aer.noise.device.rea...

27 lines
936 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: readout_error_values
description: API reference for qiskit_aer.noise.device.readout_error_values
in_page_toc_min_heading_level: 1
python_api_type: function
python_api_name: qiskit_aer.noise.device.readout_error_values
---
# qiskit\_aer.noise.device.readout\_error\_values
<Function id="qiskit_aer.noise.device.readout_error_values" isDedicatedPage={true} github="https://github.com/qiskit/qiskit-aer/tree/stable/0.11/qiskit_aer/noise/device/parameters.py" signature="readout_error_values(properties)">
Return readout error values from a devices BackendProperties.
**Parameters**
**properties** ([*BackendProperties*](qiskit.providers.models.BackendProperties "qiskit.providers.models.BackendProperties")) device backend properties
**Returns**
A list of readout error values for qubits. If readout error information is not available None will be returned for value.
**Return type**
list
</Function>