Skip to content
This repository was archived by the owner on Aug 21, 2024. It is now read-only.

Files

Latest commit

4e74bcd · Sep 19, 2023

History

History

JointMeasurements

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 22, 2022
Sep 19, 2023
Mar 24, 2021
Aug 27, 2020
Jun 8, 2023
Nov 23, 2022
Jul 3, 2020
Nov 23, 2022
Nov 23, 2022

Welcome!

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

  • 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.