Compiler Directives

Braket.CompilerDirectiveType
CompilerDirective <: Operator

Abstract type representing a directive to a device-specific compiler.

Braket.StartVerbatimBoxType
StartVerbatimBox <: CompilerDirective

Directive to begin a region of "verbatim" instructions, which will not be modified by any further compilation steps.

Braket.EndVerbatimBoxType
EndVerbatimBox <: CompilerDirective

Directive to end a region of "verbatim" instructions, which will not be modified by any further compilation steps.