The Language-Integrated Quantum Operations (LIQUi|>) Simulator
CircuitGrow Method |
Creates an optimized "grown" version of this Circuit.
The type and limits of the conversion are specified in the grow parameter.
Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)

F#
member Grow : k : Ket * gp : GrowPars -> Circuit
Parameters
- k
- Type: Microsoft.Research.LiquidKet
A Ket this Circuit could be run with. - gp
- Type: Microsoft.Research.LiquidGrowPars
The grow parameters to use. See the GrowPars type for details.
Return Value
Type: CircuitA new, optimized Circuit
