2

If we know a set of $K$ states $\{\lvert\psi_j\rangle:j\in[K]\}$ such that they are pairwise orthogonal, and we are given an unknown state $\lvert\psi_i\rangle$, what sort of projective measurement would determine $i$ with probability $1$?

This question is from Ronald de Wolf's lecture notes (chapter 6).

glS
  • 24,708
  • 5
  • 34
  • 108

2 Answers2

2

If the states $|\psi_j\rangle$ are orthogonal, then the set of projections $\{|\psi_j\rangle\!\langle \psi_j|\}_j$ form a projective measurement. Performing this measurement, if the input state is $|\psi_j\rangle$, you'll always find the $j$-th outcome. Therefore, you can deterministically discriminate between the elements of your ensemble using this measurement.

glS
  • 24,708
  • 5
  • 34
  • 108
  • What if the states are not orthogonal? What measurement would discriminate them with a good probability? – mathlover19 Jul 27 '22 at 15:03
  • @mathlover19 in the general case there's ways to compute the optimal measurement. There's a lot to say about quantum state discrimination, see e.g. https://quantumcomputing.stackexchange.com/q/21333/55, https://quantumcomputing.stackexchange.com/q/4164/55, and more generally https://arxiv.org/abs/1707.02571, https://arxiv.org/abs/0810.1970. You'll also find a good introduction in chapter 3.1 of https://cs.uwaterloo.ca/~watrous/TQI/TQI.pdf – glS Jul 27 '22 at 16:56
1

Just measure in [K] basis. Since only one $|\psi_i\rangle$ among $i=1\ldots K$ can be measurement outcome, its probability $P_i=1$.

I wonder what answer is expected. Maybe you should characterize measurement in [K] basis by K projectors $|\psi_i\rangle\langle \psi_i|, i=1\ldots K$

PS: I assumed that K vectors $|\psi_i\rangle$ form a basis; this is not needed, the K vectors $|\psi_i\rangle$ may be a part of orthonormal basis.

PPS: It is not easy to explain what is asked in the textbook question because quantum measurement is very different from classical one. In classical physics, when we measure some physical value, the value always exists before measurement, and the measurement just reveals this value. Quantum measurement is very different. State before measurement may not exist at all, and we usually say about a state after measurement. But here we are said that the state before measurement exists, is one of $|\psi_i\rangle$, $i=1\ldots K$, just unknown, and with probability 1 this is the same state as we get after measurement, as measurent outcome. Hope it helps.

kludg
  • 3,204
  • 9
  • 18
  • So by measuring $\lvert\psi_i\rangle$ with the $K$ projectors $\lvert\psi_i\rangle\langle\psi_i\rvert,i=1,\ldots,K$, we get $\lvert\psi_i\rangle$ with probability $1$? – mathlover19 Jul 26 '22 at 18:16
  • We get as measurement outcome $|\psi_j\rangle$ with probability 1, where j is unknown index from $i=1,\ldots,K$. Think what is really asked here, what is the unknown state $|\psi_j\rangle$. Using $i$ everywhere is ambiguous, it may mean the particular unknown index and the set of indexes $1\ldots, K$ – kludg Jul 27 '22 at 00:01