- #1
edguy99
Gold Member
- 450
- 28
An animation of the CHSH experiment to generate correlated photons is at: http://www.animatedphysics.com/games/photon_longdistance_chsh.htm
@georgir has a program to show the calculations using the formula for photon detection
classic:
{
"0-22.5": {
"coincident": 1675,
"total": 2501,
"rate": 0.6697321071571372
},
"45-67.5": {
"coincident": 1671,
"total": 2468,
"rate": 0.6770664505672609
},
"45-22.5": {
"coincident": 1709,
"total": 2579,
"rate": 0.6626599457153936
},
"0-67.5": {
"coincident": 820,
"total": 2452,
"rate": 0.33442088091353994
}
}
I am looking for help in calculating the expectation values for the above data. I am interested in adding the expectation values into my animation. A brief explanation on how to do it I found at http://www.gutenberg.us/articles/CHSH_Bell_test:
Any help or checking would be appreciated.
The usual form of the CHSH inequality is:
(1) − 2 ≤ S ≤ 2,
where
(2) S = E(a, b) − E(a, b′) + E(a′, b) + E(a′ b′).
a and a′ are detector settings on side A, b and b′ on side B, the four combinations being tested in separate subexperiments. The terms E(a, b) etc. are the quantum correlations of the particle pairs, where the quantum correlation is defined to be the expectation value of the product of the "outcomes" of the experiment, i.e. the statistical average of A(a)·B(b), where A and B are the separate outcomes, using the coding +1 for the '+' channel and −1 for the '−' channel.
@georgir has a program to show the calculations using the formula for photon detection
return Math.random() < (Math.cos(r(p-a)*2)+1)/2;
yields the following for the coincident (same as the animation):classic:
{
"0-22.5": {
"coincident": 1675,
"total": 2501,
"rate": 0.6697321071571372
},
"45-67.5": {
"coincident": 1671,
"total": 2468,
"rate": 0.6770664505672609
},
"45-22.5": {
"coincident": 1709,
"total": 2579,
"rate": 0.6626599457153936
},
"0-67.5": {
"coincident": 820,
"total": 2452,
"rate": 0.33442088091353994
}
}
I am looking for help in calculating the expectation values for the above data. I am interested in adding the expectation values into my animation. A brief explanation on how to do it I found at http://www.gutenberg.us/articles/CHSH_Bell_test:
Any help or checking would be appreciated.
The usual form of the CHSH inequality is:
(1) − 2 ≤ S ≤ 2,
where
(2) S = E(a, b) − E(a, b′) + E(a′, b) + E(a′ b′).
a and a′ are detector settings on side A, b and b′ on side B, the four combinations being tested in separate subexperiments. The terms E(a, b) etc. are the quantum correlations of the particle pairs, where the quantum correlation is defined to be the expectation value of the product of the "outcomes" of the experiment, i.e. the statistical average of A(a)·B(b), where A and B are the separate outcomes, using the coding +1 for the '+' channel and −1 for the '−' channel.