32 lines
1.3 KiB
Plaintext
32 lines
1.3 KiB
Plaintext
---
|
||
title: add_implicit_acquires
|
||
description: API reference for qiskit.pulse.transforms.add_implicit_acquires
|
||
in_page_toc_min_heading_level: 1
|
||
python_api_type: function
|
||
python_api_name: 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.21/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`](qiskit.pulse.Schedule "qiskit.pulse.schedule.Schedule"), [`Instruction`](pulse#qiskit.pulse.instructions.Instruction "qiskit.pulse.instructions.instruction.Instruction")]) – Schedule to be aligned.
|
||
* **meas\_map** (`List`\[`List`\[`int`]]) – List of lists of qubits that are measured together.
|
||
|
||
**Return type**
|
||
|
||
[`Schedule`](qiskit.pulse.Schedule "qiskit.pulse.schedule.Schedule")
|
||
|
||
**Returns**
|
||
|
||
A `Schedule` with the additional acquisition instructions.
|
||
</Function>
|
||
|