Click or drag to resize
FermionBuild Method
Builds either a grown circuit or an exponentiated unitary.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
member Build : 
        gp : GrowPars -> unit 

Parameters

gp
Type: Microsoft.Research.LiquidGrowPars
Grow parameters for Circuit.GrowGates. If the Single flag is set to true, then a single exponentiated unitary is built.
See Also