QuantumKatas/JointMeasurements
DmitryVasilevsky 483b6984c8
Updated to QDK version 0.25.228311 (August 2022) (#834)
Co-authored-by: Dmitry Vasilevsky <dmitryv@microsoft.com>
2022-09-08 11:52:39 -07:00
..
.vscode Add DevSkim scanning and resolve initial alerts (#778) 2022-04-22 16:47:21 -07:00
JointMeasurements.csproj Updated to QDK version 0.25.228311 (August 2022) (#834) 2022-09-08 11:52:39 -07:00
JointMeasurements.ipynb Fix links to Q# docs broken by migration to /azure/ (#607) 2021-03-23 17:25:39 -07:00
JointMeasurements.sln Replace project references with package references (#469) 2020-08-27 14:41:09 -07:00
README.md Update format for Binder links (#656) 2021-09-10 17:19:16 -07:00
ReferenceImplementation.qs Update to 0.15 syntax, batch 2 (#591) 2021-01-30 01:35:47 -08:00
Tasks.qs [JointMeasurements] Add the workbook (#380) 2020-07-03 15:22:46 -07:00
Tests.qs Update to new array creation syntax (#709) 2021-12-14 13:55:41 -08:00
Workbook_JointMeasurements.ipynb Fix links to Q# docs broken by migration to /azure/ (#607) 2021-03-23 17:25:39 -07:00

README.md

Welcome!

The joint measurements kata covers the usage of joint measurements, also known as parity measurements, which are measurements involving multiple qubits.

You can run the JointMeasurements kata as a Jupyter Notebook!

  • In Q#, joint measurements are implemented as the Measure operation.
  • You can read more about measurements of multi-qubit Pauli operators in the Q# documentation.
  • A general-case implementation of CNOT gate via joint measurements is described in this paper.