QuantumKatas/JointMeasurements
Andres Paz 1c2e26528a Updating QDK version to 0.5.1903.2703 (#90) 2019-03-28 15:56:51 -07:00
..
.vscode Joint Measurements kata (#35) 2018-10-22 13:03:00 -07:00
JointMeasurements.csproj Updating QDK version to 0.5.1903.2703 (#90) 2019-03-28 15:56:51 -07:00
JointMeasurements.sln Joint Measurements kata (#35) 2018-10-22 13:03:00 -07:00
README.md Improve several readme files (#48) 2018-11-27 16:32:52 -08:00
ReferenceImplementation.qs Several small improvements in presentation (#53) 2019-01-09 11:06:46 -08:00
Tasks.qs JointMeasurements: Fix output description in task 4 (#64) 2019-02-20 20:02:17 -08:00
TestSuiteRunner.cs Joint Measurements kata (#35) 2018-10-22 13:03:00 -07:00
Tests.qs Migrate the katas to QDK 0.3 and .NET Core 2.1 (#43) 2018-10-30 08:48:56 -07:00

README.md

Welcome!

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

In Q# they 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.