qiskit-documentation/docs/api/qiskit/0.37/qiskit.scheduler.methods.ba...

22 lines
1.1 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: basic
description: API reference for qiskit.scheduler.methods.basic
in_page_toc_min_heading_level: 2
python_api_type: module
python_api_name: qiskit.scheduler.methods.basic
---
<span id="qiskit-scheduler-methods-basic" />
# qiskit.scheduler.methods.basic
The most straightforward scheduling methods: scheduling **as early** or **as late** as possible.
**Functions**
| | |
| ------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------- |
| `as_late_as_possible`(circuit, schedule\_config) | Return the pulse Schedule which implements the input circuit using an "as late as possible" (alap) scheduling policy. |
| `as_soon_as_possible`(circuit, schedule\_config) | Return the pulse Schedule which implements the input circuit using an "as soon as possible" (asap) scheduling policy. |