QuantumKatas/tutorials/SingleQubitSystemMeasurements
Scott Carda b856585f32
Update to QDK version 0.27.258160 (#876)
2023-03-01 17:11:58 -08:00
..
.vscode Adopt .NET6 + VS2022 in Quantum Development Kit (#764) 2022-03-17 15:25:27 -07:00
README.md Update format for Binder links (#656) 2021-09-10 17:19:16 -07:00
ReferenceImplementation.qs Add Single Qubit Systems Measurements tutorial (#570) 2020-12-18 18:19:13 -08:00
SingleQubitSystemMeasurements.csproj Update to QDK version 0.27.258160 (#876) 2023-03-01 17:11:58 -08:00
SingleQubitSystemMeasurements.ipynb Remove parenthesis around the condition in the if block (p3) (#862) 2022-12-18 17:59:56 -08:00
SingleQubitSystemMeasurements.sln Add Single Qubit Systems Measurements tutorial (#570) 2020-12-18 18:19:13 -08:00
Tasks.qs Add Single Qubit Systems Measurements tutorial (#570) 2020-12-18 18:19:13 -08:00
Tests.qs Remove parenthesis around the condition in the if block (p3) (#862) 2022-12-18 17:59:56 -08:00
Workbook_SingleQubitSystemMeasurements.ipynb Fix display for \bra and \ket commands in VS Code (#829) 2022-08-29 12:22:31 -07:00

README.md

Welcome!

This tutorial introduces the basics of quantum measurements for single qubit systems.

You can run the tutorial online here. Alternatively, you can install Jupyter and Q# on your machine, as described here, and run the tutorial locally by navigating to this folder and starting the notebook from the command line using the following command:

jupyter notebook SingleQubitSystemMeasurements.ipynb