Python/quantum
Abhishek Chakraborty 8951d857fe
BB84 QKD algorithm (#7898)
* 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>
2022-11-08 18:24:21 +01:00
..
__init__.py Add __init__.py files in all the directories (#2503) 2020-09-28 19:42:36 +02:00
bb84.py BB84 QKD algorithm (#7898) 2022-11-08 18:24:21 +01:00
deutsch_jozsa.py Remove references to depreciated QasmSimulator (#7417) 2022-10-19 22:12:44 +02:00
half_adder.py Remove references to depreciated QasmSimulator (#7417) 2022-10-19 22:12:44 +02:00
not_gate.py Remove references to depreciated QasmSimulator (#7417) 2022-10-19 22:12:44 +02:00
q_fourier_transform.py create quantum_fourier_transform (#6682) 2022-10-31 18:32:54 +01:00
q_full_adder.py Remove references to depreciated QasmSimulator (#7417) 2022-10-19 22:12:44 +02:00
quantum_entanglement.py Remove references to depreciated QasmSimulator (#7417) 2022-10-19 22:12:44 +02:00
quantum_random.py.DISABLED.txt Rename quantum_random.py to quantum_random.py.DISABLED.txt (#7683) 2022-10-26 22:08:53 +02:00
quantum_teleportation.py fix(quantum): Correct simulator deprecation (#7869) 2022-10-30 11:11:29 +01:00
README.md Added barcode_validator.py (#6771) 2022-10-13 00:56:10 +02:00
ripple_adder_classic.py Remove references to depreciated QasmSimulator (#7417) 2022-10-19 22:12:44 +02:00
single_qubit_measure.py Remove references to depreciated QasmSimulator (#7417) 2022-10-19 22:12:44 +02:00
superdense_coding.py fix: Replace deprecated qasm_simulator with aer_simulator (#7308) (#7556) 2022-10-23 18:36:12 +05:30