Noise.DefaultNoise Method

Liquid Quantum Simulator

NoiseDefaultNoise Method
Creates a default noise model. The new noise model has depolarizing noise on all qubits, and all gates have unit expected duration.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
static member DefaultNoise : 
        prob : float -> NoiseModel 

Parameters

prob
Type: SystemDouble
The probability of depolarizing noise occuring per unit of time.

Return Value

Type: NoiseModel
The new noise model.
See Also