Calculating measurement probabilities for the CHSH game

Click For Summary
SUMMARY

The forum discussion focuses on calculating measurement probabilities for the CHSH game, specifically Exercise 3.5.11 from Wilde's "Quantum Shannon Theory." Participants detail the measurement strategies of Alice and Bob, who share a maximally entangled Bell state |φ+> = 1/sqrt(2) [|00> + |11>]. The winning probability is established as cos²(π/8), derived from their measurement outcomes based on the provided strategies. The conversation emphasizes the importance of using projection operators and local measurements to accurately compute the probabilities of winning outcomes.

PREREQUISITES
  • Understanding of quantum mechanics, specifically entangled states and Bell states.
  • Familiarity with measurement operators and their role in quantum probability.
  • Knowledge of the CHSH game and its significance in quantum information theory.
  • Experience with quantum state notation and operators, including Z and X measurements.
NEXT STEPS
  • Study the derivation of the CHSH inequality and its implications in quantum mechanics.
  • Learn about projection operators and their application in quantum measurement theory.
  • Explore the concept of local measurements in quantum mechanics and their effects on entangled states.
  • Investigate the use of quantum gates, particularly the Hadamard (H) gate, in changing measurement bases.
USEFUL FOR

Quantum physicists, researchers in quantum information theory, and students studying entanglement and quantum measurement techniques will benefit from this discussion.

wantumWATchanix
Messages
1
Reaction score
0
Hi All,

First, the context for this question can be found in Wilde's Quantum Shannon Theory text on the arXiv, specifically the section starting at the bottom of page 98, entitled "Entanglement in the CHSH Game". My particular question relates to Exercise 3.5.11 on page 100 of the same document... I am working through this book independently and have moved well beyond this point, but frustratingly still can't solve the seemingly simple exercise 3.5.11, and I think it's because I'm missing something basic about how to calculate probabilities of the different outcomes!

My understanding: Alice and Bob share a maximally entangled Bell state, |φ+> = 1/sqrt(2) [|00> + |11>]. We are given Alice and Bob's measurement strategies for each possible scenario and asked to show that their winning probability is cos2(pi/8), the well-known result of the chsh experiment... If Alice gets x=0 from the ref, she will measure the Z operator (phase flip in the computational basis) and return the result as "a", if she gets x=1 she will measure the X operator (a NOT operation in the computational basis) and return the result as "a". For Bob, upon receiving y=0 he will measure 1/sqrt(2) [ X+Z ] and for y=1 he will measure 1/sqrt(2) [ Z - X ], returning the result as "b" in each case.

Alice and Bob "win" if aXORb = xANDy, where x and y are 0 or 1, uniformly chosen by the ref. It's straightforward to see that this only holds when Alice and Bob each return a 0 or each return a 1 for three of the four cases. For the final case, corresponding to 1AND1 we need Alice and Bob to return opposite pairs, (0,1) or (1,0).

My approach (definitely wrong) has been to take each of the four cases, form the tensor product in terms of computational basis operators (not matrices), and separate the resulting operator into measurement operators that result in the different possible outcomes. For example, if Alice and Bob both receive x=y=0, the global measurement operator is

Z⊗(1/√2)(X+Z) = (1/√2)(|0><0| - |1><1|)⊗(|1><0| + |0><1| + |0><0| - |1><1|)
= (1/√2) [ (|00><00| + |00><01|) + (|11><11| - |11><10|) + (|01><00| - |01><01|) - (|10><10| + |10><11|)]
= (1/√2) [ M1 + M2 + M3 - M4]

It's easy to check that these measurement operators, while not projectors, "resolve" the Bell basis:

ΣMiMi = IBell

So I thought that, to find the probability that Alice and Bob collectively return 00 or 11 would just be the sum of the probabilities for M1 and M2 above, namely <φ+|M1+>, and for M2, but this gives the mixed result of 1/2...

Should I instead be performing local measurements only, as in en. 4.123 of pg 127 of the document? This approach seems to get me closer, but still gives trouble.

Thanks for taking the time!
 
Last edited:
The most direct way I know to obtain this answer is just to carefully write out all the projection operators on a case by case basis.

For example, if x=y=0 so that (x AND y) = 0 then the win conditions are a=b=0 or a=b=1 so that (a XOR b) = 0. Since x=y=0 Alice and Bob are measuring Z and (Z+X) respectively. a=0 corresponds to Z=1 and a=1 corresponds to Z=-1 and similarly with Bob.

The projector onto the subspace consisting of a=b=0 and a=b=1 is given by $$ P_{x=0,y=0} = \left(\frac{1-Z}{2}\right)\left(\frac{1 - \frac{Z+X}{\sqrt{2}}}{2}\right) + \left(\frac{1+Z}{2}\right)\left(\frac{1 + \frac{Z+X}{\sqrt{2}}}{2}\right). $$

The probability to win with x=y=0 is then $$ p_{x=0,y=0} = \langle \Phi^+ | P_{x=0,y=0}|\Phi^+\rangle.$$

Working out the analogous projectors for the other combinations of x and y and taking the expectation value gives the probabilities of a win p_{x,y}.

The total probability of winning is then $$ \frac{1}{4} \sum_{x,y} p_{x,y} $$ because each x and y occurs probability 1/2. If you do everything right you should get the desired answered (I just checked it myself). As a computational hint, it helps to first add up all the projectors before taking the expectation value. Symmetry is also very helpful.

Hope this helps.
 
wantumWATchanix said:
... If Alice gets x=0 from the ref, she will measure the Z operator (phase flip in the computational basis) and return the result as "a", if she gets x=1 she will measure the X operator (a NOT operation in the computational basis) and return the result as "a". ...

I'm not sure if you already know this or not or are making this mistake or not.

One of the mistakes I made when learning this stuff was confusing the operator of an observable with the operation you would place in a quantum logic circuit to evaluate the observation. For example, if you want to measure the observable defined by X, you use an H gate instead of an X gate because that's the correct change of basis:

Code:
Measuring the X axis:

input state --H--•--H--> "collapsed" state
                 |
          0 -----⊕-----> measurement result
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 61 ·
3
Replies
61
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 17 ·
Replies
17
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
591
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 8 ·
Replies
8
Views
1K