qiskit-documentation/docs/api/qiskit/0.35/qiskit.ignis.characterizati...

32 lines
968 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: get_single_q_pulse
description: API reference for qiskit.ignis.characterization.get_single_q_pulse
in_page_toc_min_heading_level: 1
python_api_type: function
python_api_name: qiskit.ignis.characterization.get_single_q_pulse
---
# qiskit.ignis.characterization.get\_single\_q\_pulse
<Function id="qiskit.ignis.characterization.get_single_q_pulse" isDedicatedPage={true} github="https://github.com/qiskit-community/qiskit-ignis/tree/stable/0.7/qiskit/ignis/characterization/calibrations/ibmq_utils.py" signature="get_single_q_pulse(inst_map, qubits)">
Get the DRAG parameters for the single qubit pulse
**Parameters**
* **inst\_map** (*InstMap*) Instruction schedule map object for the device
* **qubits** (*list*) list of qubits to extract the parameters
**Returns**
List of dictionaries with the parameters for the DRAG
**Return type**
list
**Notes**
Deprecated once parameterized pulses are supported
</Function>