DrChinese said:
Change that to the following and you will be a bit more precise:
cos^2(0) = 100% match rate, and cos^2(45) = 50% match rate is QM theoretical prediction.
Please confirm if I got this right now.
1.)
A: 0 0 1 0 1 1 1 1 1 0 0 1 0 1 0 0 0 1 0 1
B: 0 0 1 0 1 1 1 1 1 0 0 1 0 1 0 0 0 1 0 1
Example setup:
theta_A = 0, theta_B = 0
theta_A = +30, theta_B = +30
theta_A = +90, theta_B = +90
Sequence length is 20, there is 10 matching zeros and 10 matching ones
Correlation = (match_0 + match_1) / sequence length = 20/20 = 100% ?
2.)
A: 0 0 1 0 1 1 1 1 1 0 0 1 0 1 0 0 0 1 0 1
B: 0 0 0 1 1 0 1 1 0 1 1 1 1 1 0 0 0 0 1 0
Example setup:
theta_A = 0, theta_B = +45
theta_A = -22.5, theta_B = +22.5
theta_A = +45, theta_B = +90
Sequence length is 20, there is 5 matching zeros and 5 matching ones
Correlation = (match_0 + match_1) / sequence length = 10/20 = 50% ?
3.)
A: 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1
B: 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0
Example setup:
theta_A = 0, theta_B = +90
theta_A = -45, theta_B = +45
theta_A = -90, theta_B = 0
Sequence length is 20, there is 0 matching zeros and 0 matching ones
Correlation = (match_0 + match_1) / sequence length = 0/20 = 0% ?