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

25 lines
883 B
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: 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
---
# ScheduleConfig
<Class id="qiskit.scheduler.ScheduleConfig" isDedicatedPage={true} github="https://github.com/qiskit/qiskit/tree/stable/0.20/qiskit/scheduler/config.py" signature="ScheduleConfig(inst_map, meas_map, dt)" modifiers="class">
Bases: `object`
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.
</Class>