DeDuckProject / quantum-playground

A Jupyter notebook environment to play around with quantum circuits/calculations using Qiskit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

quantum-playground

A Jupyter notebook environment to play around with quantum circuits/calculations using Qiskit.

Before running install packages:

pip install qiskit
pip install pylatexenc

Highlights

Experiments

Bell inequality - 3 bases

An example of a simple Bell inequality violation using only 3 bases, based on one of Preskill's lectures.

3-qubit repetition code

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.

Teleportation

A simple demo of quantum teleporation, where all players (ie. Alice and Bob) are in fact simulated on the same machine.

About

A Jupyter notebook environment to play around with quantum circuits/calculations using Qiskit


Languages

Language:Jupyter Notebook 100.0%