Register Measure Method (Int32)A Sandcastle Documented Class Library
Performs measurement of single qubit in register. After measurement, the width of the register remains the same.

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

public byte Measure(
	int position
)

Parameters

position
Type: System Int32
The position (offset) of qubit to measure. Position = 0 indicates the Least Significant Bit.

Return Value

Type: Byte
0 or 1 - the measured value of the qubit.
See Also