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

Finish onboarding initial round of samples into docs.microsoft.com/samples. #250

Merged
merged 1 commit into from
Oct 21, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions samples/algorithms/chsh-game/README.md
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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