QuantumKatas/Measurements
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
img [Measurements] Create workbook for part II tasks (#305) 2020-04-02 00:34:20 -07:00
Measurements.csproj Update to QDK version 0.27.258160 (#876) 2023-03-01 17:11:58 -08:00
Measurements.ipynb Add links to new tutorials to the older ones (#637) 2021-07-15 11:06:46 -07:00
Measurements.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 [Measurements] Move hint from task 2.2 to 2.3 (#556) 2020-11-04 21:06:48 -08:00
Tests.qs Remove parenthesis around the condition in the if block (p2) (#853) 2022-11-22 23:51:15 -08:00
Workbook_Measurements.ipynb Remove parenthesis around the condition in the if block (p2) (#853) 2022-11-22 23:51:15 -08:00
Workbook_Measurements_Part2.ipynb [Measurements] Add link to workbook part1 from part2 (#866) 2023-01-17 11:41:40 -08:00

README.md

Welcome!

The measurements kata covers the following topics:

  • single-qubit measurements
  • quantum state discrimination for both orthogonal and non-orthogonal states

You can run the Measurements kata as a Jupyter Notebook!

Variations of quantum state discrimination tasks are covered in the paper "Quantum State Discrimination".

  • Task 2.1 is an example of hypothesis testing for two pure states.

  • Task 2.2 is an example of unambiguous state discrimination. See also the paper "Unambiguous quantum measurement of nonorthogonal states" for further information and hints about how to implement the unambiguous measurements required for this task.

  • Task 2.3 is the so-called Wootters/Peres game. See the following three references for more information and in particular the book [3, p. 287] for a nice description of the optimal POVM.

    [1] A. Holevo, "Information-theoretical aspects of quantum measurement," Problems of Information Transmission, vol. 9, no. 2, pp. 110-118 (1973)

    [2] A. Peres and W. K. Wootters, "Optimal detection of quantum information," Phys. Rev. Lett., vol. 66, pp. 1119-1122, Mar. 1991.

    [3] A. Peres, "Quantum Theory: Concepts and Methods," Kluwer Academic Publishers, 2002.