NoiseModel.Default Method

Liquid Quantum Simulator

NoiseModelDefault Method
Creates a default noise model that will apply to all gates.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
static member Default : 
        modelFunc : FSharpFunc<float, FSharpFunc<float, FSharpFunc<FSharpList<Qubit>, FSharpList<Tuple<FSharpList<Qubit>, FSharpOption<string>>>>>> -> NoiseModel 

Parameters

modelFunc
Type: Microsoft.FSharp.CoreFSharpFuncDouble, FSharpFuncDouble, FSharpFuncFSharpListQubit, FSharpListTupleFSharpListQubit, FSharpOptionString
The noise function to apply.

Return Value

Type: NoiseModel
A noise model that will apply the given function to all gates, to a single qubit, and initialized with zero statistics.
See Also