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

Commit

Permalink
Finish onboarding initial round of samples into docs.microsoft.com/sa…
Browse files Browse the repository at this point in the history
…mples. (#250)
  • Loading branch information
Chris Granade committed Oct 21, 2019
1 parent 4afa869 commit fba9bc1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions samples/algorithms/chsh-game/README.md
Expand Up @@ -59,3 +59,4 @@ Press Start in Visual Studio to run the sample.
## Further resources

- [Measurement concepts](https://docs.microsoft.com/quantum/concepts/pauli-measurements)

1 change: 1 addition & 0 deletions samples/algorithms/simple-grover/README.md
Expand Up @@ -53,3 +53,4 @@ Press Start in Visual Studio to run the sample.
- [SimpleGrover.qs](./SimpleGrover.qs): Q# code implementing quantum operations for this sample.
- [Host.cs](./Host.cs): C# code to interact with and print out results of the Q# operations for this sample.
- [SimpleGroverSample.csproj](./SimpleGroverSample.csproj): Main C# project for the sample.

2 changes: 1 addition & 1 deletion samples/characterization/phase-estimation/README.md
Expand Up @@ -6,7 +6,7 @@ languages:
- csharp
products:
- qdk
description: "This sample demonstrates iterative phase estimation using Bayesian inference to provide a simple method to perform the classical statistical analysis."
description: "This sample demonstrates using Bayesian inference to learn phases of quantum operations."
urlFragment: iterative-phase-estimation
---

Expand Down
1 change: 1 addition & 0 deletions samples/getting-started/intro-to-iqsharp/README.md
Expand Up @@ -30,3 +30,4 @@ jupyter notebook Notebook.ipynb

- [Notebook.ipynb](./Notebook.ipynb): a Jupyter Notebook demonstrating how to simulate Q# operations and functions.
- [Operations.qs](./Operations.qs): Q# code called from the Jupyter Notebook for this sample.

1 change: 1 addition & 0 deletions samples/getting-started/measurement/README.md
Expand Up @@ -60,3 +60,4 @@ Press Start in Visual Studio to run the sample.

- [Measurement concepts](https://docs.microsoft.com/quantum/concepts/pauli-measurements)
- [Logging and assertion techniques](https://docs.microsoft.com/quantum/techniques/testing-and-debugging#logging-and-assertions)

1 change: 1 addition & 0 deletions samples/getting-started/simple-algorithms/README.md
Expand Up @@ -40,3 +40,4 @@ Press Start in Visual Studio to run the sample.
- [Host.cs](./Host.cs): C# code to interact with and print out results of the Q# operations for this sample.
- [SimpleAlgorithms.csproj](./SimpleAlgorithms.csproj): Main C# project for the sample.


2 changes: 1 addition & 1 deletion samples/getting-started/teleportation/README.md
Expand Up @@ -7,7 +7,7 @@ languages:
products:
- qdk
urlFragment: quantum-teleportation
description: "This sample demonstrates the use of the Quantum Development Kit for quantum teleportation."
description: "This sample demonstrates using Quantum Development Kit to move quantum data with quantum teleportation."
---

# Quantum Teleportation Sample
Expand Down

0 comments on commit fba9bc1

Please sign in to comment.