autoqasm

User Guide

  • AutoQASM decorators
  • AutoQASM with Amazon Braket Hybrid Jobs

Examples

  • Getting Started with AutoQASM
  • Expressing Classical Control Flow
  • Iterative Phase Estimation
  • Magic State Distillation
  • Native Programming
  • Pulse Programming and Dynamical Decoupling
  • Customize Gate Calibrations

Architecture

  • AutoQASM Variable Capture and Assignment

API Reference

  • API Reference
    • autoqasm package
autoqasm
  • API Reference
  • View page source

API Reference

  • autoqasm package
    • Subpackages
      • autoqasm.converters package
        • Submodules
      • autoqasm.instructions package
        • Submodules
      • autoqasm.operators package
        • Submodules
      • autoqasm.program package
        • Submodules
      • autoqasm.pulse package
        • Submodules
      • autoqasm.simulator package
        • Submodules
      • autoqasm.transpiler package
        • Submodules
      • autoqasm.types package
        • Submodules
    • Submodules
      • autoqasm.api module
        • main()
        • subroutine()
        • gate()
        • gate_calibration()
      • autoqasm.constants module
        • ARRAY_NAME_TEMPLATE
        • BIT_NAME_TEMPLATE
        • BOOL_NAME_TEMPLATE
        • FLOAT_NAME_TEMPLATE
        • INT_NAME_TEMPLATE
        • QUBIT_REGISTER
        • RETVAL_VARIABLE_NAME
        • MAIN_RETURN_VAL_NAME
      • autoqasm.errors module
        • AutoQasmError
        • AutoQasmTypeError
        • UnsupportedFeatureError
        • ParameterTypeError
        • MissingParameterTypeError
        • ParameterNotFoundError
        • InvalidGateDefinition
        • InvalidCalibrationDefinition
        • InvalidTargetQubit
        • UnsupportedGate
        • UnsupportedNativeGate
        • VerbatimBlockNotAllowed
        • UnknownQubitCountError
        • OutsideProgramContextError
        • BuildError
        • InsufficientQubitCountError
        • UnsupportedConditionalExpressionError
        • InvalidAssignmentStatement
        • InvalidArrayDeclaration
        • UnsupportedSubroutineReturnType
        • NameConflict
        • NestedMainProgramError
      • autoqasm.reserved_keywords module
        • sanitize_parameter_name()
Previous Next

© Copyright 2026, Amazon.com.

Built with Sphinx using a theme provided by Read the Docs.