Register GetProbabilities Method A Sandcastle Documented Class Library
Returns probabilities of each possible state of register. It means that after measurement register remains in particular state with corresponding probability.

Namespace: Quantum
Assembly: Quantum (in Quantum.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public IReadOnlyDictionary<ulong, double> GetProbabilities()

Return Value

Type: IReadOnlyDictionary UInt64, Double 
Dictionary, where key is possible state and value is the probability of that state.
See Also