RecoveryFn user defined type

Namespace: Microsoft.Quantum.ErrorCorrection

Package: Microsoft.Quantum.Standard

Type for function that maps an error syndrome to a sequence of Pauli[] operations that correct the detected error.


newtype RecoveryFn = ((Microsoft.Quantum.ErrorCorrection.Syndrome -> Pauli[]));