operations ========== .. py:module:: quantify_scheduler.operations .. autoapi-nested-parse:: Module containing the standard library of commonly used operations as well as the :class:`.Operation` class. .. tip:: Quantify scheduler can trivially be extended by creating custom operations. Take a look at e.g., the pulse library for examples on how to implement custom pulses. Submodules ---------- .. toctree:: :titlesonly: :maxdepth: 1 acquisition_library/index.rst composite_factories/index.rst control_flow_library/index.rst gate_library/index.rst measurement_factories/index.rst nv_native_library/index.rst operation/index.rst pulse_factories/index.rst pulse_library/index.rst shared_native_library/index.rst stitched_pulse/index.rst