Why do I see a key error rate in BB84 greater than 0% if I set Pol. Fidelity to one? #175
Unanswered
luckyluke98
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone, I'm doing some tests to run the BB84 protocol, the example found in the "examples" folder and called distance_bb84.py.
I set the Polarization fidelity of the qchannel to 1, so I shouldn't have polarization errors, but when I run the simulation I finally get that in the keys exchanged there is an average error rate of around 49%. Could anyone explain to me why?
I attach the code. As you can se I do only one experimet with distance 1000 meters.
By doing a bit of debugging I notice that the first keys have 0% errors, then at a certain point the keys start to accumulate errors.
Beta Was this translation helpful? Give feedback.
All reactions