Demonstrates the use of a complex noise model with error correction.
See the Users Manual for more information.
Namespace: Microsoft.Research.LiquidAssembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax static member __Noise1 :
depth : int *
iters : int *
prob : float -> unit
Parameters
- depth
- Type: SystemInt32
The number of idle gates to include in the circuit. - iters
- Type: SystemInt32
The number of executions to run, for statistical purposes. - prob
- Type: SystemDouble
The probability of an error occurring.
See Also