Skip to content
This repository was archived by the owner on Aug 21, 2023. It is now read-only.

Commit b138746

Browse files
authored
Tutorials (Pulse Scheduler): fix header levels (#1061)
Fix issue where "Scheduler Methods" would show up as a top-level header in the Pulse Tutorials on https://qiskit.org/documentation/tutorials/pulse/.
1 parent 3091351 commit b138746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/pulse/6_pulse_scheduler.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@
352352
"cell_type": "markdown",
353353
"metadata": {},
354354
"source": [
355-
"# Scheduler methods\n",
355+
"## Scheduler methods\n",
356356
"\n",
357357
"The scheduler can follow multiple routines. By default, it follows an _as late as possible_ (ALAP) rule. Another scheduling method is _as soon as possible_, (ASAP). For both methods, the output schedule is minimal: in the longest-duration operation path of the input circuit, the start time of each operation is the end time of the proceeding operation. The methods determine how to schedule operations outside that longest path.\n",
358358
"\n",

0 commit comments

Comments
 (0)