Click or drag to resize
KetProbs Method
Get the state probabilities for a list of qubits (l.e. 10 qubits)

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
member Probs : 
        qs : FSharpList<Qubit> -> float[] 

Parameters

qs
Type: Microsoft.FSharp.CollectionsFSharpListQubit
Qubits to fake measure

Return Value

Type: Double
Array of state values (low bit=first qubit requested)
See Also