Get the state probabilities for a list of qubits (l.e. 10 qubits)
Namespace: Microsoft.Research.LiquidAssembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax member Probs :
qs : FSharpList<Qubit> -> float[]
Parameters
- qs
- Type: Microsoft.FSharp.CollectionsFSharpListQubit
Qubits to fake measure
Return Value
Type:
DoubleArray of state values (low bit=first qubit requested)
See Also