quantum-cryptography
Experimental data and code from the semester 5 laboratory
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.0%) to scientific vocabulary
Repository
Experimental data and code from the semester 5 laboratory
Basic Info
- Host: GitHub
- Owner: Chaddyfynn
- Language: Python
- Default Branch: main
- Size: 75.2 MB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Quantum Cryptography (BB84 and B92)
This GitHub repository contains the code and data for the experiments performed by Felipe Tcach and Charlie Perkins during the Semester 5 Laboratory period (2023).
Experimental Aims
The aim of the experiment was to expore the fidelity of information transfer for the quantum key distrubution (QKD) protocols, BB84 and B92.
Results and Reasoning
Important results can be found in the root -> results folder of in the repository root. Measurements of the ratios of polarised laser light was taken on an oscilloscope and analysed using Python (see root -> source). The ratios of the intensities can be thought of as the approximate single photon probabilities of detection/resolution. The values of which can be used to simulate large scale key distribution many times over - gaining statistical insight into the QKD protocols.
Owner
- Name: Charlie F Perkins
- Login: Chaddyfynn
- Kind: user
- Location: North Wales and Manchester
- Repositories: 1
- Profile: https://github.com/Chaddyfynn
Theoretical physics student at the University of Manchester.
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: Quantum Cryptography
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Felipe
family-names: Tcach
email: felipe.tcach@student.manchester.ac.uk
affiliation: The University of Manchester
- given-names: Charlie
family-names: Perkins
affiliation: The University of Manchester
email: charlie.perkins@student.manchester.ac.uk
repository-code: 'https://github.com/Chaddyfynn/quantum-cryptography'
abstract: >-
This is the repository for the Quantum Cryptography
experiment performed by third year students Felipe Tcach
and Charlie Perkins during the first semester of the
academic year 2023/24.
This contains the experimental data collected, the
simulation data and the code used for the simulations. It
also contains the graphs produced from all the data
collected.
keywords:
- Quantum Cryptography
- Quantum Computing
- Cryptography
- BB84
- B92