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

Commit

Permalink
Tutorials (Pulse Scheduler): fix header levels (#1061)
Browse files Browse the repository at this point in the history
Fix issue where "Scheduler Methods" would show up as a top-level header in the Pulse Tutorials on https://qiskit.org/documentation/tutorials/pulse/.
  • Loading branch information
drewrisinger authored Oct 21, 2020
1 parent 3091351 commit b138746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/pulse/6_pulse_scheduler.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Scheduler methods\n",
"## Scheduler methods\n",
"\n",
"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",
"\n",
Expand Down

0 comments on commit b138746

Please sign in to comment.