QuantumKatas/QEC_BitFlipCode
bettinaheim 7519eb3f74 Updating Katas to QDK 0.6 (#111)
* Update the katas to use QDK 0.6.1905.301.
* Add mechanism to verify that the reference solutions actually solve all tasks of a Notebook correctly.

Co-Authored-By: Bettina Heim <34236215+bettinaheim@users.noreply.github.com>
Co-Authored-By: Andres Paz <anpaz@microsoft.com>
2019-05-03 16:46:04 -07:00
..
.vscode New kata on the bit-flip code. (#13) 2018-09-11 09:02:15 -07:00
QEC_BitFlipCode.csproj Updating Katas to QDK 0.6 (#111) 2019-05-03 16:46:04 -07:00
QEC_BitFlipCode.sln New kata on the bit-flip code. (#13) 2018-09-11 09:02:15 -07:00
README.md Improve several readme files (#48) 2018-11-27 16:32:52 -08:00
ReferenceImplementation.qs Updating Katas to QDK 0.6 (#111) 2019-05-03 16:46:04 -07:00
Tasks.qs Updating Katas to QDK 0.6 (#111) 2019-05-03 16:46:04 -07:00
TestSuiteRunner.cs New kata on the bit-flip code. (#13) 2018-09-11 09:02:15 -07:00
Tests.qs Updating Katas to QDK 0.6 (#111) 2019-05-03 16:46:04 -07:00

README.md

Welcome!

This kata covers the simplest of the quantum error-correction (QEC) codes - the three-qubit bit-flip code. This code encodes each logical qubit in three physical qubits and protects against single bit-flip error (equivalent to applying an X gate). In practice quantum systems can have other types of errors, which will be considered in the subsequent katas on quantum error correction.

This code is a quantum equivalent of the classical repetition code, adjusted to take into account the impossibility of simply cloning the quantum state.