The Language-Integrated Quantum Operations (LIQUi|>) Simulator
TestsRenderTest Method |
Renders and dumps test circuits in a variety of formats and detail levels.
Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)

F#
static member RenderTest : name : string * circ : Circuit * ket : Ket -> unit
Parameters
- name
- Type: SystemString
The base name for the output files. - circ
- Type: Microsoft.Research.LiquidCircuit
The Circuit to render. - ket
- Type: Microsoft.Research.LiquidKet
The state vector for the circuit.

Three versions of the circuit will be dumped to the log file:
- The base circuit.
- The circuit aggressively folded to maximize parallelism.
- The circuit with gates grown to a maximum of 11 inputs, and then folded.
- The base circuit.
- The circuit normally folded to use "easy" parallelism.
- The circuit aggressively folded to maximize parallelism.
- The circuit with gates grown to a maximum of 11 inputs, and then folded.
