Modules§
Structs§
- Output
Recorder - Holds output messages from calls to the QIR output recording functions and message calls.
Constants§
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.