BB84 QKD algorithm#7898
Merged
cclauss merged 9 commits intoTheAlgorithms:masterfrom Nov 8, 2022
abhishekchak52:BB84_QKD_Algorithm
Merged
BB84 QKD algorithm#7898cclauss merged 9 commits intoTheAlgorithms:masterfrom abhishekchak52:BB84_QKD_Algorithm
cclauss merged 9 commits intoTheAlgorithms:masterfrom
abhishekchak52:BB84_QKD_Algorithm
Conversation
Member
|
Waiting for qiskit to be compatible with Python v3.11... |
Contributor
Author
|
Qiskit 0.39.2 is the first release to support Python v3.11. The associated PR was recently merged. |
Member
|
Can you please rebase to the current |
cclauss
reviewed
Nov 7, 2022
I thought uppercase was appropriate because they're initials.
for more information, see https://pre-commit.ci
Co-authored-by: Christian Clauss <cclauss@me.com>
Contributor
Author
|
Sorry about the mess. I messed up the rebase initially. I've accepted your suggested change and removed the python version restriction from qiskit. |
Member
|
BB84() --> bb84() |
Contributor
Author
Done as an amended commit. Sorry I chose the wrong line in a previous merge. |
MaximSmolskiy
requested changes
Nov 8, 2022
Correct typo in `default_rng()` call Co-authored-by: Maxim Smolskiy <mithridatus@mail.ru>
Cjkjvfnby
pushed a commit
to Cjkjvfnby/Python
that referenced
this pull request
Mar 13, 2023
* Added BB84 algorithm. * Function name lowercase + imports fix I thought uppercase was appropriate because they're initials. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update quantum/bb84.py Co-authored-by: Christian Clauss <cclauss@me.com> * Removed python < 3.11 restriction from qiskit * Removed python < 3.11 restriction from qiskit * scikit-learn * Update quantum/bb84.py Correct typo in `default_rng()` call Co-authored-by: Maxim Smolskiy <mithridatus@mail.ru> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Christian Clauss <cclauss@me.com> Co-authored-by: Maxim Smolskiy <mithridatus@mail.ru>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Describe your change:
Added an algorithm that simulates the BB84 quantum key-distribution protocol.
Checklist:
Fixes: #{$ISSUE_NO}.