qiskit-documentation/docs/api/qiskit/0.26/qiskit.scheduler.ScheduleCo...

41 lines
2.0 KiB
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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: ScheduleConfig
description: API reference for qiskit.scheduler.ScheduleConfig
in_page_toc_min_heading_level: 1
python_api_type: class
python_api_name: qiskit.scheduler.ScheduleConfig
---
# qiskit.scheduler.ScheduleConfig
<Class id="qiskit.scheduler.ScheduleConfig" isDedicatedPage={true} github="https://github.com/qiskit/qiskit/tree/stable/0.17/qiskit/scheduler/config.py" signature="ScheduleConfig(inst_map, meas_map, dt)" modifiers="class">
Configuration for pulse scheduling.
Container for information needed to schedule a QuantumCircuit into a pulse Schedule.
**Parameters**
* **inst\_map** (`InstructionScheduleMap`) The schedule definition of all gates supported on a backend.
* **meas\_map** (`List`\[`List`\[`int`]]) A list of groups of qubits which have to be measured together.
* **dt** (`float`) Sample duration.
### \_\_init\_\_
<Function id="qiskit.scheduler.ScheduleConfig.__init__" signature="__init__(inst_map, meas_map, dt)">
Container for information needed to schedule a QuantumCircuit into a pulse Schedule.
**Parameters**
* **inst\_map** (`InstructionScheduleMap`) The schedule definition of all gates supported on a backend.
* **meas\_map** (`List`\[`List`\[`int`]]) A list of groups of qubits which have to be measured together.
* **dt** (`float`) Sample duration.
</Function>
## Methods
| | |
| ---------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------ |
| [`__init__`](#qiskit.scheduler.ScheduleConfig.__init__ "qiskit.scheduler.ScheduleConfig.__init__")(inst\_map, meas\_map, dt) | Container for information needed to schedule a QuantumCircuit into a pulse Schedule. |
</Class>