The Language-Integrated Quantum Operations (LIQUi|>) 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.*)

F#
static member DefaultNoise : prob : float -> NoiseModel
Parameters
- prob
- Type: SystemDouble
The probability of depolarizing noise occuring per unit of time.
Return Value
Type: NoiseModelThe new noise model.
