qiskit_ibm_runtime.visualization.draw_circuit_schedule_timing
draw_circuit_schedule_timing(circuit_schedule, included_channels=None, filter_readout_channels=False, filter_barriers=False, width=1400)
Draw a circuit schedule timing for CircuitSchedule.
Parameters
- circuit_schedule (str | CircuitSchedule) – The circuit schedule as a string as returned
- object. (from the compiler or a CircuitSchedule)
- included_channels (list) – A list of channels to include in the plot.
- filter_readout_channels (bool) – If
True, remove all readout channels. - filter_barriers (bool) – If
True, remove all barriers. - width (int) – The width of the returned figure.
Returns
A plotly figure.
Return type
PlotlyFigure
Was this page helpful?
Report a bug, typo, or request content on GitHub.