Skip to content

sathvikswaminathan/QKD-sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simulation of the BB84 and B92 protocol

Prerequisites

Make sure that you have Python3 installed.

You might have access to the python3 interpreter either by running python or python3 on your terminal.

Running the code

Clone this repository by running the following command:

git clone https://github.com/sathvikswaminathan/QKD-sim

Change the current working directory to the QKD-sim by running the following command:

cd QKD-sim

Install all dependencies that are required for the project by running:

pip install -r requirements.txt

Run the code using the following commands

python3 bb84.py

OR

python3 b92.py

About

Simulation of the BB84 and B92 protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages