Cove - A Practical Quantum Computer Programming Framework
Measure Method (Indexes)
NamespacesCove.LocalSimulationQuantumRegisterMeasure(IEnumerable<(Of <(Int32>)>))
Measure a set of qubits in the register.
Declaration Syntax
C#Visual BasicVisual C++
public ClassicalResult Measure(
	IEnumerable<int> Indexes
)
Public Function Measure ( _
	Indexes As IEnumerable(Of Integer) _
) As ClassicalResult
public:
virtual ClassicalResult^ Measure(
	IEnumerable<int>^ Indexes
) sealed
Parameters
Indexes (IEnumerable<(Of <(Int32>)>))
Indexes of the qubits to measure
Return Value
An array of booleans (bits), which are the qubits collapsed to false (0) or true (1).
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionThrown if any of the indexes are invalid.

Assembly: Cove.LocalSimulation (Module: Cove.LocalSimulation) Version: 1.0.0.0 (1.0.0.0)