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: System.Int32
How many runs to gather statistics over
probAD
Type: System.Double
Probability of Amplitude Damping on any single qubit
probDP
Type: System.Double
Probability of Depolarizing noise on any single qubit
verbose
Type: System.Boolean
Output detailed stats and drawings
See Also