Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Latest commit

 

History

History

error-correction

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Error Correction Samples

These samples show how to work with quantum error correcting codes in Q# programs.

  • Bit-flip Code: This sample describes a simple quantum code that encodes 1 qubit into 3 qubits and protects against a single bit-flip error.

  • Syndrome: This sample implements a simple syndrome that can be used to detect errors in quantum algorithms executed on quantum hardware.