A Jupyter notebook environment to play around with quantum circuits/calculations using Qiskit.
Before running install packages:
pip install qiskit
pip install pylatexenc
An example of a simple Bell inequality violation using only 3 bases, based on one of Preskill's lectures.
A simple quantum error correction (QEC) scheme. This experiment shows a comparison between different implementations of the scheme, and between not applying it at all.
A simple demo of quantum teleporation, where all players (ie. Alice and Bob) are in fact simulated on the same machine.