Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion qiskit/pulse/reschedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def add_implicit_acquires(schedule: ScheduleComponent, meas_map: List[List[int]]
def pad(schedule: Schedule,
channels: Optional[Iterable[Channel]] = None,
until: Optional[int] = None) -> Schedule:
"""Pad the input ``Schedule`` with ``Delay``s on all unoccupied timeslots until ``until``
"""Pad the input ``Schedule`` with ``Delay``\s on all unoccupied timeslots until ``until``
Comment thread
lcapelluto marked this conversation as resolved.
Outdated
if it is provided, otherwise until ``schedule.duration``.

Args:
Expand Down