New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BB84 QKD algorithm #7898
BB84 QKD algorithm #7898
Conversation
Waiting for qiskit to be compatible with Python v3.11... |
Qiskit 0.39.2 is the first release to support Python v3.11. The associated PR was recently merged. |
Can you please rebase to the current |
I thought uppercase was appropriate because they're initials.
for more information, see https://pre-commit.ci
8ae911e
to
436bc7a
Compare
Co-authored-by: Christian Clauss <cclauss@me.com>
Sorry about the mess. I messed up the rebase initially. I've accepted your suggested change and removed the python version restriction from qiskit. |
BB84() --> bb84() |
Done as an amended commit. Sorry I chose the wrong line in a previous merge. |
Correct typo in `default_rng()` call Co-authored-by: Maxim Smolskiy <mithridatus@mail.ru>
Describe your change:
Added an algorithm that simulates the BB84 quantum key-distribution protocol.
Checklist:
Fixes: #{$ISSUE_NO}
.