Skip to content

Commit

Permalink
add deprecation for unscheduled circuit drawing
Browse files Browse the repository at this point in the history
  • Loading branch information
nkanazawa1989 committed Apr 19, 2022
1 parent 7d66385 commit 8891220
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,9 @@ fixes:
- |
Time misalignment bug of drawing classical register with :func:`~timeline_drawer`
has been fixed. Now classical register slots are drawn at correct position.
deprecations:
- |
Calling :func:`~timeline_drawer` with unscheduled circuit has been deprecated.
All circuits, e.g. even though one consisting only of delay instructions,
must be transpiled with ``scheduling_method`` option to generate
schedule information being stored in :attr:`QuantumCircuit.op_start_times`.

0 comments on commit 8891220

Please sign in to comment.