Skip to main content
IBM Quantum Platform

qiskit_ibm_runtime.visualization.draw_circuit_schedule_timing

draw_circuit_schedule_timing(circuit_schedule, included_channels=None, filter_readout_channels=False, filter_barriers=False, merge_common_instructions=False, width=1400)

GitHub

회로 일정 타임을 작성하십시오 CircuitSchedule.

매개변수

  • circuit_schedule (str | CircuitSchedule) – 컴파일러에서 반환된 문자열 형태의 회로 일정 또는 CircuitSchedule 객체.
  • included_channels (list | None) – 그래프에 포함할 채널 목록과 이에 따라 y축을 정렬하기 위한 목록입니다.
  • filter_readout_channels (bool) – 만약 True, 모든 판독 채널을 제거하십시오.
  • filter_barriers (bool) – 만약 True, 모든 장벽을 제거하라.
  • merge_common_instructions (bool) – 동일한 유형의 명령어는 True시간적 연속성에 따라 병합한다.
  • width (int) – 반환된 도형의 너비.

리턴

플롯리 그림.

리턴 유형

PlotlyFigure

이 페이지가 도움이 되었습니까?
GitHub에서 버그, 오타를 보고하거나 컨텐츠를 요청하십시오.