QuantumKatas/JointMeasurements
Scott Carda b856585f32
Update to QDK version 0.27.258160 (#876)
2023-03-01 17:11:58 -08:00
..
.vscode Add DevSkim scanning and resolve initial alerts (#778) 2022-04-22 16:47:21 -07:00
JointMeasurements.csproj Update to QDK version 0.27.258160 (#876) 2023-03-01 17:11:58 -08: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 Remove parenthesis around the condition in the if block (p2) (#853) 2022-11-22 23:51:15 -08:00
Tasks.qs [JointMeasurements] Add the workbook (#380) 2020-07-03 15:22:46 -07:00
Tests.qs Remove parenthesis around the condition in the if block (p2) (#853) 2022-11-22 23:51:15 -08:00
Workbook_JointMeasurements.ipynb Remove parenthesis around the condition in the if block (p2) (#853) 2022-11-22 23:51:15 -08: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.