DecodeOp user defined type
Namespace: Microsoft.Quantum.ErrorCorrection
Package: Microsoft.Quantum.Standard
Represents an operation which decodes an encoded register into a physical register and the scratch qubits used to record a syndrome.
The argument to a DecodeOp is the same as the return from an EncodeOp, and vice versa.
newtype DecodeOp = ((Microsoft.Quantum.ErrorCorrection.LogicalRegister => (Qubit[], Qubit[])));
反馈
提交和查看相关反馈