Hacker News new | ask | show | jobs
by yetihehe 2072 days ago
AFAIK you don't need to compare. It's like random number generator, but you have two complementary generators. When one generates 1, the other generates 0. You don't know what you will get next, but you know what was last and you know that other person got opposite number.
1 comments

Only if the measurements align. If they do you get perfectly correlated numbers. If the angles are 90 degrees apart you get completely unrelated numbers.

The problem comes in when the angle between your two measurements is anything else. The chance that the measurements match is based on the cosine of that angle. There's no way for this to happen if the measurements are independent.

If you try to write two equations, where the first equation takes the secret particle state and first angle and gives you 1 or 0, and the second equation takes the secret particle state and second angle and gives you 1 or 0, you won't be able to reproduce the odds you get in the real world. Only equations that know both angles will work.