Jump to content

Simulated optics experiment/Data analysis: Difference between revisions

→‎{{header|ObjectIcon}}: Fixed a bug in how things are printed, and manually adjusted the example to look like it should.
m (→‎{{header|Julia}}: fix formula)
(→‎{{header|ObjectIcon}}: Fixed a bug in how things are printed, and manually adjusted the example to look like it should.)
Line 340:
# The u"" is necessary in Object Icon when the string is a Unicode
# string.
printf (u" %23.0r1r° %23.0r1r° %+9.6r\n",
angleL1, angleR1, kappaL1R1)
printf (u" %23.0r1r° %23.0r1r° %+9.6r\n",
angleL1, angleR2, kappaL1R2)
printf (u" %23.0r1r° %23.0r1r° %+9.6r\n",
angleL2, angleR1, kappaL2R1)
printf (u" %23.0r1r° %23.0r1r° %+9.6r\n",
angleL2, angleR2, kappaL2R2)
 
Line 661:
 
correlation coefs
0.2322.5° -0.699476
0.6867.5° +0.714172
45.0° 2322.5° +0.692368
45.0° 6867.5° +0.711478
 
CHSH contrast +2.817493
1,448

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.