qiskit-documentation/docs/api/qiskit/0.29/scheduler.mdx

34 lines
1.8 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.

---
title: scheduler (v0.29)
description: API reference for qiskit.scheduler in qiskit v0.29
in_page_toc_min_heading_level: 2
python_api_type: module
python_api_name: qiskit.scheduler
---
<span id="module-qiskit.scheduler" />
<span id="qiskit-scheduler" />
<span id="circuit-scheduler-qiskit-scheduler" />
# Circuit Scheduler
`qiskit.scheduler`
A circuit scheduler compiles a circuit program to a pulse program.
| | |
| ------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------- |
| [`schedule_circuit`](qiskit.scheduler.schedule_circuit#module-qiskit.scheduler.schedule_circuit "qiskit.scheduler.schedule_circuit") | QuantumCircuit to Pulse scheduler. |
| [`ScheduleConfig`](qiskit.scheduler.ScheduleConfig "qiskit.scheduler.ScheduleConfig")(inst\_map, meas\_map, dt) | Configuration for pulse scheduling. |
<span id="module-qiskit.scheduler.methods" />
Pulse scheduling methods.
| | |
| ---------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ |
| [`basic`](qiskit.scheduler.methods.basic#module-qiskit.scheduler.methods.basic "qiskit.scheduler.methods.basic") | The most straightforward scheduling methods: scheduling **as early** or **as late** as possible. |