Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a notebook on POVM implementation #127

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

petr-ivashkov
Copy link

Summary

Implementing generalized measurements in the form of positive operator valued measurements (POVM) is non-trivial, and to this end, several methods have been proposed. To compare contrasting approaches, we focus on two methods: Naimark's extension and the binary tree search methods, which significantly differ in terms of their scaling with the size of the POVM set and the hardware resources necessary to implement them.

Details and comments

In this tutorial, we first introduce the theory behind generalized measurements and show how they can be implemented in Qiskit using Naimark's extension. After that, we demonstrate the implementation of the binary search tree approach using the protocol described by Andersson and Oi for a tetrad POVM using a single auxiliary qubit, thus demonstrating a promising application of mid-circuit measurements and feed-forward capabilities of near-term quantum devices.

Contributors: Alireza Seif, Derek Wang, Gideon Uchehara, Peter Ivashkov

This project was carried out within QAMP Fall 2022.

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@CLAassistant
Copy link

CLAassistant commented Jan 14, 2023

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants