DeDuckProject / five-qubit-code

Implementation of five qubit code using Qiskit.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Five qubit code

This repository contains my implementation of the (non-fault tolerant) Five-qubit error correcting code using Qiskit package for Python.

This python program is useful to check that the five-qubit code indeed produces non-degenerate outcomes from the syndrome measurements.

The quantum circuit

The quantum circuit of the five-qubit code is shown below.

5_qubit_code_qcircuit

How to run?

Go to the corresponding path then from your commandline, run:

    py main.py

References

Some references that I found useful while implementing the five-qubit code.

About

Implementation of five qubit code using Qiskit.


Languages

Language:Python 100.0%