QuantumKatas/JointMeasurements
XField 9f4f919781
Update QDK to version 0.11.2003.3107 (#315)
2020-04-01 12:28:40 -07:00
..
.vscode Joint Measurements kata (#35) 2018-10-22 13:03:00 -07:00
JointMeasurements.csproj Update QDK to version 0.11.2003.3107 (#315) 2020-04-01 12:28:40 -07:00
JointMeasurements.ipynb Update QDK to version 0.11.2003.3107 (#315) 2020-04-01 12:28:40 -07:00
JointMeasurements.sln JointMeasurements: Restrict the use of multi-qubit gates in tasks 6 and 7 (#170) 2019-09-09 14:16:02 -07:00
README.md Convert JointMeasurements kata to Jupyter notebook format (#125) 2019-06-05 15:31:17 -07:00
ReferenceImplementation.qs Update namespaces of deprecated functions (#310) 2020-03-23 10:15:56 -07:00
Tasks.qs JointMeasurements: Restrict the use of multi-qubit gates in tasks 6 and 7 (#170) 2019-09-09 14:16:02 -07:00
TestSuiteRunner.cs JointMeasurements: Restrict the use of multi-qubit gates in tasks 6 and 7 (#170) 2019-09-09 14:16:02 -07:00
Tests.qs Update namespaces of deprecated functions (#310) 2020-03-23 10:15: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.

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.