Quantum Teleportation of a single quantum bit over a full-entangled channel.
The goal of this script is to provide a simple implementation of the quantum teleportation algorithm.
QLib - http://www.tau.ac.il/~quantum/qlib/qlib.html
Simply clone the repository, open matlab, add QLib to your path (with subfolders) and run the main.m file.
- Random quantum bit generation.
- Noiseless teleportation over a full entangled channel.
- Possibility to apply noise to the process with customizable intensity and duration.
- Outputs the quantum fidelity of the teleportation when noise is applied
- Inputable quantum bit
- More noise options
- Graph analysis
- Full script, with easily customizable variables and without prompts, for researchers
This project is licensed under the MIT License - see the LICENSE file for details
Thanks Felipe F. Fanchini for all the help, patience and inspiration.