Click or drag to resize
StabilizerItem Property
The current measured value for a qubit.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
member Item : Tuple<bool, Bit> with get

Parameters

i
Type: SystemInt32
The index of the qubit in the simulator's state vector.

Property Value

Type: TupleBoolean, Bit
Remarks
This property has a tuple value. The first item is a flag indicating whether the last measurement was random or forced, and the second item is the result of the last measurement as a Bit.

As with any qubit, the Bit will be Unknown if the qubit has interacted since it was last measured.

See Also