Skip to content

Job

Job

Top-level node that defines the inputs and outputs of the low-level job.

Note

A valid implementation of the specification must contain this as the root node.

Fields

name type description
EntryPoint Block Start of the program, which is a list of Instructions, Dependencies and/or ForEach statements.
BooleanRangeOutputs Dictionary<string, BooleanRangeRegister> Mapping of names to Boolean range registers to be returned on completion.
NumericRangeOutputs Dictionary<string, NumericRangeRegister> Mapping of names to Numeric range registers to be returned on completion.
ComplexRangeOutputs Dictionary<string, ComplexRangeRegister> Mapping of names to Complex range registers to be returned on completion.