41 lines
2.0 KiB
Plaintext
41 lines
2.0 KiB
Plaintext
---
|
||
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>
|
||
|