- #1
- 35
- 3
Hi everyone
First of all, I am a computer science student and I have a question regarding the polarization of light as stated in an article entitled "Multi-stage quantum secure communication using polarization hopping" by Rifai et al.,2015.
Given the Mueller matrix:
The input of light state is:
And lastly, the operation to produce the output of light after it go through a half wave plate:
After I do the calculation, the S_out for the θx=0° is [1 1 0 0] meaning that the light is horizontally polarized. However, when the θx=45°, I didn't get the vertical light polarization [1 -1 0 0] as stated in wikipedia:
This is the result of my calculation using Python programming language:
It seems that my vertical polarization of light is wrong. I hope that anyone may help me to clarify this problem.
Thank you so much & regards.
First of all, I am a computer science student and I have a question regarding the polarization of light as stated in an article entitled "Multi-stage quantum secure communication using polarization hopping" by Rifai et al.,2015.
Given the Mueller matrix:
The input of light state is:
And lastly, the operation to produce the output of light after it go through a half wave plate:
After I do the calculation, the S_out for the θx=0° is [1 1 0 0] meaning that the light is horizontally polarized. However, when the θx=45°, I didn't get the vertical light polarization [1 -1 0 0] as stated in wikipedia:
This is the result of my calculation using Python programming language:
It seems that my vertical polarization of light is wrong. I hope that anyone may help me to clarify this problem.
Thank you so much & regards.