Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 888 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 888 Bytes

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