EncodeOp user defined type
Namespace: Microsoft.Quantum.ErrorCorrection
Package: Microsoft.Quantum.Standard
Represents an operation which encodes a physical register into a logical register, using the provided scratch qubits.
The first argument is taken to be the physical register that will be encoded, while the second argument is taken to be the scratch register that will be used.
newtype EncodeOp = (((Qubit[], Qubit[]) => Microsoft.Quantum.ErrorCorrection.LogicalRegister));
反馈
提交和查看相关反馈