RUTA
Science Advisor
- 1,492
- 532
Jabbu said:So those are counts of matching and mismatching pairs. Equation 20 is then the same what I called correlation formula: match - mismatch, and QM's cos^2(theta). It means two uniformly random binary sequences should be completely uncorrelated with equal number of matches and mismatches.
0.5:0.5 vs 0.5:0.5
chance for match: (0.5 * 0.5) + (0.5 * 0.5) = 0.5
chance for mismatch: (0.5 * 0.5) + (0.5 * 0.5) = 0.5
correlation: 0.5 - 0.5 = 0%
I don't know what you're talking about, sorry. You have completely correlated outcomes for α-β = 0 (PVV = PHH = \frac{1}{2}cos2(0) = \frac{1}{2} and PVH = PHV = \frac{1}{2}sin2(0) = 0) and completely anti-correlated outcomes for α-β=\frac{∏}{2} (PVV = PHH = \frac{1}{2}cos2(\frac{∏}{2}) = 0 and PVH = PHV = \frac{1}{2}sin2(\frac{∏}{2}) = \frac{1}{2}).
Jabbu said:Instead of theta = (a-b), shouldn't that be (b-a)? So E(a,b) = cos^2(b-a)?
It doesn't matter, the calculation is the same either way. Your equation for E(a,b) is wrong. E(a,b) = cos2(a-b) - sin2(a-b) = cos2(a-b). That's why your computations of E in the following are wrong.
Jabbu said:How do you get theta = -45 from (-45, -25.5)? Shouldn't that be theta = (-25.5 - (-45)) = 25.5? Also theta = -135 from (-45, 22.5)?
This is what I get:
E(a,b) = E(-45, -25.5) = cos^2(19.5) = 0.89
E(a,b') = E(-45, 25.5) = cos^2(70.5) = 0.11
E(a',b) = E(0, -25.5) = cos^2(-25.5) = 0.82
E(a',b') = E(0, 25.5) = cos^2(25.5) = 0.82
S = 0.89 - 0.11 + 0.82 + 0.82 = 2.42
E(a,b) = cos2(a-b) = cos2(-45 + 22.5) = cos(-45) = 1/√2
Etc.