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

Latest commit

 

History

History

README.md

page_type sample
languages
qsharp
products
qdk
description This sample describes three simple quantum algorithms.
urlFragment simple-quantum-algorithms

Simple Quantum Algorithms Sample

This sample describes three simple quantum algorithms: the Bernstein–Vazirani quantum algorithm to learn a parity function, the Deutsch–Jozsa quantum algorithm to distinguish constant Boolean functions from balanced ones, and the hidden shift quantum algorithm that identifies a shift pattern between so-called bent functions.

Prerequisites

Running the Sample

To run the sample, use the dotnet run command from your terminal. Example: dotnet run --n-qubits 4

Manifest