Skip to main content
IBM Quantum Platform
This page is from a dev version of Qiskit Runtime client. This is a new interface that does not exist in the stable version.

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)

GitHub

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.