page_type | languages | products | description | urlFragment | ||
---|---|---|---|---|---|---|
sample |
|
|
This sample uses the Q# standard libraries to implement a three-qubit bit-flip quantum error correction code. |
bit-flip-code |
This sample demonstrates:
- Using the Q# standard libraries to implement a simple quantum error correction code.
- The Microsoft Quantum Development Kit.
To run the sample, use the dotnet run
command from your terminal.
- BitFlipCode.qs: Q# code implementing quantum operations for this sample.
- Program.qs: Q# entry point to interact with and print out results of the Q# operations for this sample.
- BitFlipCode.csproj: Main Q# project for the sample.