Click or drag to resize
Tests__Kraus Method
Show how to add noise to Teleport with Kraus operators

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
static member __Kraus : 
        nRuns : int * 
        probAD : float * 
        probDP : float * 
        verbose : bool -> unit 

Parameters

nRuns
Type: SystemInt32
How many runs to gather statistics over
probAD
Type: SystemDouble
Probability of Amplitude Damping on any single qubit
probDP
Type: SystemDouble
Probability of Depolarizing noise on any single qubit
verbose
Type: SystemBoolean
Output detailed stats and drawings
See Also