mirror of https://github.com/Qiskit/qiskit.git
8 lines
354 B
YAML
8 lines
354 B
YAML
---
|
|
features:
|
|
- |
|
|
When defining a custom stylesheet for the pulse timeline drawer :func:`qiskit.visualization.timeline_drawer`,
|
|
"generator" functions that have the object attribute ``accepts_program`` set to ``True`` will
|
|
receive an extra keyword argument ``program`` containing the full scheduled
|
|
:class:`.QuantumCircuit` being drawn.
|