Module output_recording

Source

Modules§

legacy

Structs§

OutputRecorder
Holds output messages from calls to the QIR output recording functions and message calls.

Constants§

LINE_ENDING
OUTPUT

Functions§

__quantum__rt__array_record_output
Inserts a marker in the generated output that indicates the start of an array and how many array elements it has. The second parameter defines a string label for the array. Depending on the output schema, the label is included in the output or omitted.
__quantum__rt__bool_record_output
__quantum__rt__double_record_output
__quantum__rt__int_record_output
__quantum__rt__message_record_output
__quantum__rt__tuple_record_output
Inserts a marker in the generated output that indicates the start of a tuple and how many tuple elements it has. The second parameter defines a string label for the tuple. Depending on the output schema, the label is included in the output or omitted.
record_output
Records a value to the output.
record_output_str
Records a string to the output.