jreed wrote:It looks like both Alice and Bob each make and record observations using two detectors at each location (A, AA, B, BB). These detectors are sometimes oriented at a 90 degree angle to each other, and other times not, depending on lambda. What actual experiment is being simulated here? I'm not familiar with any experiment like that.
FrediFizzx wrote:gill1109 wrote:Indeed, it should work if the collected terms are averaged properly.
Every time you start up Mathematica and take a new random sample, the seed is different from what it was the time before. Unless you deliberately set it to be the same, which is useful for testing purposes. Are you saying that Mathematica is stupid?
No, I'm saying you are stupid for saying to change the seed each time. Just don't have a seed.
gill1109 wrote:FrediFizzx wrote:gill1109 wrote:Indeed, it should work if the collected terms are averaged properly.
Every time you start up Mathematica and take a new random sample, the seed is different from what it was the time before. Unless you deliberately set it to be the same, which is useful for testing purposes. Are you saying that Mathematica is stupid?
No, I'm saying you are stupid for saying to change the seed each time. Just don't have a seed.
You do have a seed. Mathematica makes it for you. And changes it every time. Unless you ask Mathematica to behave otherwise.
jreed wrote:Fred's latest version does set the seed:
SeedRandom[5476];
The result will be the same unless this is changed.
FrediFizzx wrote:jreed wrote:Fred's latest version does set the seed:
SeedRandom[5476];
The result will be the same unless this is changed.
Thanks John for paying attention. Having a seed seems silly to me because what you really want is to get nearly the same result with different initial conditions.
.
Austin Fearnley wrote:Hi Fred
Not heard back from you, so:
I have calculated and re-calculated the results using Joy's exact formulae on a spreadsheet with 360 pairs of simulated particles.
The correlation is positive instead of negative so I guess the inequalities are back to front in some or all places in Joy's formulae?
Anyone else find this?
Also the correlation is less than 0.5 so I guess that Joy's formula are not equivalent to your method since Joy's formulae give unremarkable results.
Not sure what your method is so I cannot help there.
Best wishes
Austin
FrediFizzx wrote:Austin Fearnley wrote:Hi Fred
Not heard back from you, so:
I have calculated and re-calculated the results using Joy's exact formulae on a spreadsheet with 360 pairs of simulated particles.
The correlation is positive instead of negative so I guess the inequalities are back to front in some or all places in Joy's formulae?
Anyone else find this?
Also the correlation is less than 0.5 so I guess that Joy's formula are not equivalent to your method since Joy's formulae give unremarkable results.
Not sure what your method is so I cannot help there.
Best wishes
Austin
Sorry Austin, got real busy on a different project. Joy's formula is not complete yet. You get straight lines with that. I believe Joy was waiting to see if John Reed is going to do the pseudo-code so he could understand it better.
.
jreed wrote:FrediFizzx wrote:Austin Fearnley wrote:Hi Fred
Not heard back from you, so:
I have calculated and re-calculated the results using Joy's exact formulae on a spreadsheet with 360 pairs of simulated particles.
The correlation is positive instead of negative so I guess the inequalities are back to front in some or all places in Joy's formulae?
Anyone else find this?
Also the correlation is less than 0.5 so I guess that Joy's formula are not equivalent to your method since Joy's formulae give unremarkable results.
Not sure what your method is so I cannot help there.
Best wishes
Austin
Sorry Austin, got real busy on a different project. Joy's formula is not complete yet. You get straight lines with that. I believe Joy was waiting to see if John Reed is going to do the pseudo-code so he could understand it better.
.
I am working on an explanation, but I'm having some difficulty with this. I decided to rewrite the code so I can better understand what is being done in the program. So far, my rewrite results don't match the original code results. More later...
FrediFizzx wrote:Everything in the matching section is a black box. The important part is that the same a setting comes out as was put in. Same for the b setting.
.
jreed wrote:FrediFizzx wrote:Everything in the matching section is a black box. The important part is that the same a setting comes out as was put in. Same for the b setting.
.
Take your final, stable version and run a short test with m = 30 or 40. Now compare the input lists outA and outB to the output list outA5 and outB5. You will find that nearly each time f1 appears in one of the outA measurements, the same outB5 measurement will have the detector value with a changed sign. The same thing happens with the outB and outA5 lists. I said nearly because sometimes this doesn't happen, but it almost always does.
This could be done with much simpler programming. It would be interesting to see how this sign flip affects the CHSH values and final plot.
FrediFizzx wrote:jreed wrote:FrediFizzx wrote:Everything in the matching section is a black box. The important part is that the same a setting comes out as was put in. Same for the b setting.
Take your final, stable version and run a short test with m = 30 or 40. Now compare the input lists outA and outB to the output list outA5 and outB5. You will find that nearly each time f1 appears in one of the outA measurements, the same outB5 measurement will have the detector value with a changed sign. The same thing happens with the outB and outA5 lists. I said nearly because sometimes this doesn't happen, but it almost always does.
This could be done with much simpler programming. It would be interesting to see how this sign flip affects the CHSH values and final plot.
You have do that for proper matching of constrained events vs. non-constrained. If the signs are the same it doesn't change. This was the most simple local programming I could figure out. If you don't do it I believe the final plot will be straight lines.
gill1109 wrote:FrediFizzx wrote:jreed wrote:FrediFizzx wrote:Everything in the matching section is a black box. The important part is that the same a setting comes out as was put in. Same for the b setting.
Take your final, stable version and run a short test with m = 30 or 40. Now compare the input lists outA and outB to the output list outA5 and outB5. You will find that nearly each time f1 appears in one of the outA measurements, the same outB5 measurement will have the detector value with a changed sign. The same thing happens with the outB and outA5 lists. I said nearly because sometimes this doesn't happen, but it almost always does.
This could be done with much simpler programming. It would be interesting to see how this sign flip affects the CHSH values and final plot.
You have do that for proper matching of constrained events vs. non-constrained. If the signs are the same it doesn't change. This was the most simple local programming I could figure out. If you don't do it I believe the final plot will be straight lines.
So do you, Fred, recommend experimenters to use your matching method in future? I suppose they couldn't, because the hidden variables are ... hidden to them.
FrediFizzx wrote:jreed wrote:FrediFizzx wrote:Everything in the matching section is a black box. The important part is that the same a setting comes out as was put in. Same for the b setting.
.
Take your final, stable version and run a short test with m = 30 or 40. Now compare the input lists outA and outB to the output list outA5 and outB5. You will find that nearly each time f1 appears in one of the outA measurements, the same outB5 measurement will have the detector value with a changed sign. The same thing happens with the outB and outA5 lists. I said nearly because sometimes this doesn't happen, but it almost always does.
This could be done with much simpler programming. It would be interesting to see how this sign flip affects the CHSH values and final plot.
You have do that for proper matching of constrained events vs. non-constrained. If the signs are the same it doesn't change. This was the most simple local programming I could figure out. If you don't do it I believe the final plot will be straight lines.
.
Return to Sci.Physics.Foundations
Users browsing this forum: No registered users and 150 guests
