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

Commit

Permalink
Update README.md (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
supernova-eng authored and Chris Granade committed Nov 23, 2019
1 parent 4854573 commit 45b9b73
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions samples/getting-started/simple-algorithms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,32 +9,32 @@ description: "This sample describes three simple quantum algorithms."
urlFragment: simple-quantum-algorithms
---

# Simple Quantum Algorithms Sample #
# 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 ##
## Prerequisites

- The Microsoft [Quantum Development Kit](https://docs.microsoft.com/quantum/install-guide/).

## Running the Sample ##
## Running the Sample

This sample can be run in a number of different ways, depending on your preferred environment.

### C# in Visual Studio Code or the Command Line ###
### C# in Visual Studio Code or the Command Line

At a terminal, run the following command:

```dotnetcli
dotnet run
```

### C# in Visual Studio 2019 ###
### C# in Visual Studio 2019

Open the `getting-started.sln` solution in Visual Studio and set `simple-algorithms/SimpleAlgorithms.csproj` as the startup project.
Press Start in Visual Studio to run the sample.

## Manifest ##
## Manifest

- [SimpleAlgorithms.qs](https://github.com/microsoft/Quantum/blob/master/samples/getting-started/simple-algorithms/SimpleAlgorithms.qs): Q# code implementing quantum operations for this sample.
- [Host.cs](https://github.com/microsoft/Quantum/blob/master/samples/getting-started/simple-algorithms/Host.cs): C# code to interact with and print out results of the Q# operations for this sample.
Expand Down

0 comments on commit 45b9b73

Please sign in to comment.