| It's difficult to know, but I'll copy one of my comments, with a few additions. The problem is that (ignoring MA3) until the section "Predicting measurement results for the initial context" (inclusive) it is totally trivial if you have a background in Physics and Quantum Mechanics. It's not the usual model because it uses one (or two?) hidden variables, but it's easy to understand. But the next section "Predicting measurement results for an arbitrary context" is totally unintelligible. My guess is that the unintelligible part is hiding that when you measure a photon with a polarizer with an angle alpha, the other photon gets that information with an implicit faster than light communication. I have read it
three times and I gave up. To convince the scientific community it will be good to implement this model and post it in github or something. * One function that create a pair of entangled photons X and Y. * One function f that takes the photon X and the angle alpha and says if it passed the filter. * One function g that takes the photon Y and the angle beta and says if it passed the other filter. Bonus points if f and g are the same functions (or the only change is a pi/2). No cheating, like using alpha in g, or assuming that alpha is 0. Run a Montecarlo simulation and show that it gets the expected result. It's like 30 lines of Python or Fortran or whatever. Transforming this to an analytical calculation is easy, but in an analytical calculations is easier to hide a change of variables and another trick that "transmit" alpha from one detector to the other. |
(Straight implementation of Kupczynski Marian Closing the Door on Quantum Nonlocality https://philarchive.org/archive/KUPCTDv1 )