diff --git a/samples/algorithms/chsh-game/README.md b/samples/algorithms/chsh-game/README.md index a47cc11b11bc..105677f1c65f 100644 --- a/samples/algorithms/chsh-game/README.md +++ b/samples/algorithms/chsh-game/README.md @@ -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) + diff --git a/samples/algorithms/simple-grover/README.md b/samples/algorithms/simple-grover/README.md index b69a6d1d59b9..f85c52dde0ea 100644 --- a/samples/algorithms/simple-grover/README.md +++ b/samples/algorithms/simple-grover/README.md @@ -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. + diff --git a/samples/characterization/phase-estimation/README.md b/samples/characterization/phase-estimation/README.md index fab04ef30702..1fa52ad1809e 100644 --- a/samples/characterization/phase-estimation/README.md +++ b/samples/characterization/phase-estimation/README.md @@ -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 --- diff --git a/samples/getting-started/intro-to-iqsharp/README.md b/samples/getting-started/intro-to-iqsharp/README.md index cdceb25385b0..6d318e5b9f31 100644 --- a/samples/getting-started/intro-to-iqsharp/README.md +++ b/samples/getting-started/intro-to-iqsharp/README.md @@ -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. + diff --git a/samples/getting-started/measurement/README.md b/samples/getting-started/measurement/README.md index e297371574b3..7857920158ff 100644 --- a/samples/getting-started/measurement/README.md +++ b/samples/getting-started/measurement/README.md @@ -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) + diff --git a/samples/getting-started/simple-algorithms/README.md b/samples/getting-started/simple-algorithms/README.md index 3f6b47fd58c0..def5fad9c594 100644 --- a/samples/getting-started/simple-algorithms/README.md +++ b/samples/getting-started/simple-algorithms/README.md @@ -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. + diff --git a/samples/getting-started/teleportation/README.md b/samples/getting-started/teleportation/README.md index d4f05f07afcf..c40437c42294 100644 --- a/samples/getting-started/teleportation/README.md +++ b/samples/getting-started/teleportation/README.md @@ -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