Skip to content

Files

Latest commit

66ca6de · Mar 28, 2019

History

History
This branch is 312 commits behind microsoft/Quantum:master.

SimpleAlgorithms

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.

Running the Sample

Open the QsharpSamples.sln solution in Visual Studio and set the .csproj file in the manifest as the startup project. Press Start in Visual Studio to run the sample.

Manifest