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

31 lines
1.0 KiB
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: gate_length_values
description: API reference for qiskit.providers.aer.noise.device.gate_length_values
in_page_toc_min_heading_level: 1
python_api_type: function
python_api_name: qiskit.providers.aer.noise.device.gate_length_values
---
# qiskit.providers.aer.noise.device.gate\_length\_values
<Function id="qiskit.providers.aer.noise.device.gate_length_values" isDedicatedPage={true} github="https://github.com/qiskit/qiskit-aer/tree/stable/0.8/qiskit/providers/aer/noise/device/parameters.py" signature="gate_length_values(properties)">
Return gate length values from a devices BackendProperties.
**Parameters**
**properties** ([*BackendProperties*](qiskit.providers.models.BackendProperties "qiskit.providers.models.BackendProperties")) device backend properties
**Returns**
A list of tuples `(name, qubits, value)`. If gate length information is not available `None` will be returned for value.
**Return type**
list
## Additional Information:
Gate length values are returned in nanosecond (ns) units.
</Function>