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

34 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: get_single_q_pulse (v0.31)
description: API reference for qiskit.ignis.characterization.get_single_q_pulse in qiskit v0.31
in_page_toc_min_heading_level: 1
python_api_type: function
python_api_name: qiskit.ignis.characterization.get_single_q_pulse
---
<span id="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.6/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>