Std.Measurement

The Std.Measurement namespace contains the following functions and operations:

Name Description
MeasureAllZ Jointly measures a register of qubits in the Pauli Z basis.
MeasureEachZ Measures each qubit in a given array in the standard basis.
MeasureInteger Measures the content of a quantum register and converts it to an integer. The measurement is performed with respect to the standard computational basis, i.e., the eigenbasis of PauliZ.
MResetEachZ Measures each qubit in a given array in the Z basis and resets them to a fixed initial state.
MResetX Measures a single qubit in the X basis, and resets it to a fixed initial state following the measurement.
MResetY Measures a single qubit in the Y basis, and resets it to a fixed initial state following the measurement.
MResetZ Measures a single qubit in the Z basis, and resets it to a fixed initial state following the measurement.