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.LiquidAssembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax 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.
See Also