FrediFizzx wrote:I have discovered an improvement of John Reed's Mathematica translation of the Minkwe simulation. The absolute function on the Theta = Ceiling... function was distorting the data for nNP and nPN output. Here is a PDF file of the new output. You can see an enlarged graph comparing the output on the 3rd page of the PDF. The data points from about 270 degrees to 360 follow better now. Of course the data points will never exactly be on the cosine curve unless you could take n trials to be extremely large.
Joy Christian wrote:I wish someone reproduces the S^2 simulation of Gill in Mathematica, with the same or higher precision and accuracy than achieved in his version. I am bothered by the slight discrepancy he is seeing in his simulation. One fix for removing the discrepancy is by introducing two tiny phase-shifts, as I discuss here. I also prefer the simulation to accurately reflect the anti-correlation rather than the correlation. In short, I would like to see whether the discrepancy persists in something like a Mathematica version of the simulation.

FrediFizzx wrote:Here is a jpeg of the graph of the Minkwe-Reed Mathematica simulation for 10 million runs. PDF is here which is a bit more detailed than the jpeg.
FrediFizzx wrote:Here is a jpeg of the graph of the Minkwe-Reed Mathematica simulation for 10 million runs.
Joy Christian wrote:I am seeing the same discrepancy here. I think, just like Gill's version, this one does not quite fit the theoretical curve. I increasingly think that the two phase-shifts discussed in my longer papers are necessary to make sure that Alice and Bob are not detecting the same particles. Chantal's simulation does not have this problem.
gill1109 wrote:BTW, Chantal has confirmed what I say.
Joy Christian wrote:gill1109 wrote:BTW, Chantal has confirmed what I say.
I don't believe you. You have made a lot of claims in the past, and many of them have turned out to be wrong. I know what Chantal and I did together. I have the NetBeans installed on my computer, and Chantal has taught me how to run Java. With Chantal's simulation I am in full control, both theoretically and numerically.
double eta_ab = a.angle(b);
Vector3d ae = cross(a,e);
Vector3d be = cross(b,e);
double eta_ae = angle(a,e);
double eta_be = angle(b,e);
double eta_cross = angle(ae,be);
double N_a = Math.sqrt(Math.cos(eta_ae + phi_op) * Math.cos(eta_ae + phi_op) + Math.sin(eta_ae + phi_oq) * Math.sin(eta_ae + phi_oq));
double N_b = Math.sqrt(Math.cos(eta_be + phi_or) * Math.cos(eta_be + phi_or) + Math.sin(eta_be + phi_os) * Math.sin(eta_be + phi_os));
double C_a1 = Math.cos(eta_ae + phi_op)/N_a; // ordinary channel; lambda = +1
double C_a2 = Math.cos(eta_ae + phi_op + Math.PI)/N_a; // ordinary channel; lambda = -1
double C_b1 = Math.cos(eta_be + phi_or + Math.PI/2)/N_b; // extraordinary channel; lambda = +1
double C_b2 = Math.cos(eta_be + phi_or + 3*Math.PI/2)/N_b; // extraordinary channel; lambda = -1
double C_ab = (-Math.cos(eta_ae + phi_op) * Math.cos(eta_be + phi_or) + Math.cos(eta_cross) * Math.sin(eta_ae + phi_oq) * Math.sin(eta_be + phi_os))/((N_a)*(N_b));
double C_ab = (-Math.cos(eta_ae + phi_op) * Math.cos(eta_be + phi_or) + Math.cos(eta_cross) * Math.sin(eta_ae + phi_oq) * Math.sin(eta_be + phi_os))/((N_a)*(N_b))
double N_a = Math.sqrt(Math.cos(eta_ae + phi_op) * Math.cos(eta_ae + phi_op) + Math.sin(eta_ae + phi_oq) * Math.sin(eta_ae + phi_oq));
double N_b = Math.sqrt(Math.cos(eta_be + phi_or) * Math.cos(eta_be + phi_or) + Math.sin(eta_be + phi_os) * Math.sin(eta_be + phi_os));
gill1109 wrote:PS if you want to get the correlation "negative cosine of inner product of measurement directions" *exactly* I recommend you take a look at the Gisin and Gisin model. It does the job. It can be interpreted as a Caroline Thompson chaotic spinning ball model with un-sharp membership of the circular caps on the sphere.
There is a uniform [0,1] random variable involved which is used to determine whether or not one of the outcomes is accepted. This could be "lifted" to S^2 since the absolute value of the z-coordinate of a uniform point on S^2 is uniformly distributed between 0 and 1.
The model has no fudge-factors, no free parameters ... it is simplicity incarnate, perfection.
http://rpubs.com/gill1109/13344
http://rpubs.com/chenopodium/gisin1
http://arxiv.org/abs/quant-ph/9905018
FrediFizzx wrote:Here is a jpeg of the graph of the Minkwe-Reed Mathematica simulation for 10 million runs.

Joy Christian wrote:These models are irrelevant to me and to Nature. They have nothing whatsoever to do with the 3-sphere. I am only interested in how Nature actually works.
gill1109 wrote:Joy Christian wrote:These models are irrelevant to me and to Nature. They have nothing whatsoever to do with the 3-sphere. I am only interested in how Nature actually works.
I am trying to help you understand how Nature actually works, Joy. The Gisin-Gisin model is a minor variation of Minkwe's. It generates exactly, not approximately, the negative cosine correlation. I am sure you can interpret the mathematics behind that model in the context of your S^3 picture.
Remember, Ptolomy's epicycles coud be made to reproduce Kepler's ellipses to any degree of accuracy, as long as we went on adding new circles. You don't want to follow that path!
Joy Christian wrote: Hi Fred,
Thanks for this. And thanks also for all your hard work in setting up this forum. It is so much more user-friendly than SPF.
FrediFizzx wrote:Joy Christian wrote: Hi Fred,
Thanks for this. And thanks also for all your hard work in setting up this forum. It is so much more user-friendly than SPF.
You're welcome, Joy. And thank you; it is very fun and very exciting to be on the cutting edge of new physics for the 21st Century.
Now, I can tell you that the calculation being done for the computer simulation in Mathematica is not 100 percent perfect. Here is a PDF file showing a sample of the output of A and B detectors (page 3 and 4). Those zeros should not be in there; only +/- 1's. But they are being counted in the total number of trials for the averaging. And of course there is rounding because only 1 degree increments are being used. So I am not worried about the slight deviation from the cosine curve. You have already proven via your version 1 with Geometric Algebra that -a.b is the result of your model for the EPR-Bohm scenario.

FrediFizzx wrote:HI Joy,
A fix for a better computer simulation would be to not have the zeros go into the A and B outputs then only average over the total number of valid outputs that you do end up with since those zero states don't exist in Nature to begin with. Another slight problem (that you never answered my question on) is that the Sign function outputs zero if the -cos is zero. That should either go to be +1 or -1. But which one? Or doesn't matter? It is easiest to make it go to -1. And of course the program could be setup to do 0.1 degree increments instead of 1 degree increments. A lot of the foregoing is beyond my current capabilities but eventually I could do it with some help.
FrediFizzx wrote:But the problem in the computer simulation is that only +/-1 should go to the A and B results. Not zero. So the Sign function as far as the computer simulation goes should not output zero. This is probably not a big problem since you probably don't hit exactly zero very often for -cos(x).
Return to Sci.Physics.Foundations
Users browsing this forum: No registered users and 52 guests
