Skip to main content
Ctrl+K
quantify-scheduler  documentation - Home
  • User guide
  • Tutorials
  • Examples and how-to guides
  • Reference guide
  • Developer guide
  • API reference
  • User guide
  • Tutorials
  • Examples and how-to guides
  • Reference guide
  • Developer guide
  • API reference

Section Navigation

  • backends
    • mock
      • mock_rom
    • qblox
      • operation_handling
        • acquisitions
        • base
        • factory
        • pulses
        • virtual
      • operations
        • gate_library
        • pulse_factories
        • pulse_library
        • stitched_pulse
      • analog
      • compiler_abc
      • compiler_container
      • conditional
      • constants
      • driver_version_check
      • enums
      • helpers
      • instrument_compilers
      • q1asm_instructions
      • qasm_program
      • qblox_hardware_config_old_style
      • register_manager
      • timetag
    • types
      • common
      • qblox
      • zhinst
    • zhinst
      • helpers
      • resolvers
      • seqc_il_generator
      • settings
      • zhinst_hardware_config_old_style
    • circuit_to_device
    • corrections
    • graph_compilation
    • qblox_backend
    • zhinst_backend
  • device_under_test
    • composite_square_edge
    • device_element
    • edge
    • mock_setup
    • nv_element
    • quantum_device
    • transmon_element
  • helpers
    • collections
    • deprecation
    • diagnostics_report
    • importers
    • inspect
    • mock_instruments
    • qblox_dummy_instrument
    • schedule
    • time
    • validators
    • waveforms
  • instrument_coordinator
    • components
      • base
      • generic
      • qblox
      • zhinst
    • instrument_coordinator
    • utility
  • operations
    • acquisition_library
    • composite_factories
    • control_flow_library
    • gate_library
    • measurement_factories
    • nv_native_library
    • operation
    • pulse_factories
    • pulse_library
    • shared_native_library
    • stitched_pulse
  • schedules
    • _visualization
      • circuit_diagram
      • constants
      • pulse_diagram
      • pulse_scheme
    • schedule
    • spectroscopy_schedules
    • timedomain_schedules
    • trace_schedules
    • two_qubit_transmon_schedules
    • verification
  • schemas
    • examples
      • device_example_cfgs
      • utils
  • structure
    • model
    • types
  • _static_version
  • _version
  • compatibility_check
  • compilation
  • enums
  • gettables
  • gettables_profiled
  • json_utils
  • math
  • resources
  • waveforms
  • quantify_scheduler
  • schedules
  • _visualization

_visualization#

Private module containing visualization tools. To integrate a function from this module into the API, create a new method in the ScheduleBase class that serves as an alias for calling this function.

Example

The function circuit_diagram.circuit_diagram_matplotlib() is called through its alias ScheduleBase.plot_circuit_diagram()

Submodules#

  • circuit_diagram
  • constants
  • pulse_diagram
  • pulse_scheme

previous

schedules

next

circuit_diagram

On this page
  • Submodules
Show Source

© Copyright 2020-2024, Qblox & Orange Quantum Systems.

Created using Sphinx 7.3.7.

Built with the PyData Sphinx Theme 0.15.2.