Click or drag to resize
Tests__Noise1 Method
Demonstrates the use of a complex noise model with error correction. See the Users Manual for more information.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
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