31 lines
1.2 KiB
Plaintext
31 lines
1.2 KiB
Plaintext
---
|
||
title: thermal_relaxation_values
|
||
description: API reference for qiskit_aer.noise.device.thermal_relaxation_values
|
||
in_page_toc_min_heading_level: 1
|
||
python_api_type: function
|
||
python_api_name: qiskit_aer.noise.device.thermal_relaxation_values
|
||
---
|
||
|
||
# qiskit\_aer.noise.device.thermal\_relaxation\_values
|
||
|
||
<Function id="qiskit_aer.noise.device.thermal_relaxation_values" isDedicatedPage={true} github="https://github.com/qiskit/qiskit-aer/tree/stable/0.12/qiskit_aer/noise/device/parameters.py" signature="thermal_relaxation_values(properties)">
|
||
Return T1, T2 and frequency values from a devices BackendProperties.
|
||
|
||
**Parameters**
|
||
|
||
**properties** ([*BackendProperties*](qiskit.providers.models.BackendProperties "qiskit.providers.models.BackendProperties")) – device backend properties
|
||
|
||
**Returns**
|
||
|
||
A list of tuples `(T1, T2, freq)` for each qubit in the device. If $T_1$, $T_2$, or frequency cannot be found for qubit a value of `Numpy.inf` will be used.
|
||
|
||
**Return type**
|
||
|
||
list
|
||
|
||
## Additional Information:
|
||
|
||
$T_1$ and $T_2$ values are returned in nanosecond (ns) units and frequency is returned in gigahertz (GHz) units if `unit` for each `value` is provided in `properties`. Otherwise, the raw values (in unknown original units) are returned.
|
||
</Function>
|
||
|