MResetZ operation
Namespace: Microsoft.Quantum.Measurement
Package: Microsoft.Quantum.QSharp.Core
Measures a single qubit in the Z basis, and resets it to a fixed initial state following the measurement.
operation MResetZ (target : Qubit) : Result
Description
Performs a single-qubit measurement in the $Z$-basis, and ensures that the qubit is returned to $\ket{0}$ following the measurement.
Input
target : Qubit
A single qubit to be measured.
Output : Result
The result of measuring target in the Pauli $Z$ basis.
反馈
提交和查看相关反馈