qiskit-documentation/docs/api/qiskit/0.26/qiskit.pulse.transforms.add...

34 lines
1.2 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: add_implicit_acquires (v0.26)
description: API reference for qiskit.pulse.transforms.add_implicit_acquires in qiskit v0.26
in_page_toc_min_heading_level: 1
python_api_type: function
python_api_name: qiskit.pulse.transforms.add_implicit_acquires
---
<span id="qiskit-pulse-transforms-add-implicit-acquires" />
# qiskit.pulse.transforms.add\_implicit\_acquires
<Function id="qiskit.pulse.transforms.add_implicit_acquires" isDedicatedPage={true} github="https://github.com/qiskit/qiskit/tree/stable/0.17/qiskit/pulse/transforms/canonicalization.py" signature="add_implicit_acquires(schedule, meas_map)">
Return a new schedule with implicit acquires from the measurement mapping replaced by explicit ones.
<Admonition title="Warning" type="caution">
Since new acquires are being added, Memory Slots will be set to match the qubit index. This may overwrite your specification.
</Admonition>
**Parameters**
* **schedule** (`Union`\[`Schedule`, `Instruction`]) Schedule to be aligned.
* **meas\_map** (`List`\[`List`\[`int`]]) List of lists of qubits that are measured together.
**Return type**
`Schedule`
**Returns**
A `Schedule` with the additional acquisition instructions.
</Function>