Operations.AD Method

Liquid Quantum Simulator

OperationsAD Method
Amplitude Damping Channel using two Kraus operators (always put the most probable one first)

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
static member AD : 
        prob : float * 
        qs : FSharpList<Qubit> -> unit 

Parameters

prob
Type: SystemDouble
Probability of damping
qs
Type: Microsoft.FSharp.CollectionsFSharpListQubit
The list of qubits that the Kraus operators touch
See Also