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

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

page_type sample
languages
qsharp
products
qdk
description This sample uses the Q# standard libraries to implement a three-qubit bit-flip quantum error correction code.
urlFragment bit-flip-code

Bit-flip Quantum Code Sample

This sample demonstrates:

  • Using the Q# standard libraries to implement a simple quantum error correction code.

Prerequisites

Running the Sample

To run the sample, use the dotnet run command from your terminal.

Manifest

  • 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.

Further resources