The-Singularity-Research / QISKit-Graph-States

Graph state classes for MBQC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QISKit-Graph-States

For two notebook tutorials on graph states, see the error correction notebook and the quantum cryptography notebook.

Graph states in this repository can be used for:

MBQC


Measurement Based Quantum Computing is one way of performing adaptive measurements on a highly entangled system of qubits so that entanglement is used as a resource, which is gradually reduced after each measurement on individual qubits. This is one of the primary uses of graph states, and using the graphs given by surface codes, this can be done in a way that is topologically protected from errors. Morevover, the measurement based approach makes the computation "one-way", which can also protect against errors by making the thermal requirements less strict (see From molecular biology to quantum computing - Charles H. Bennett).

The classes are subclasses of IBM Qiskit objects or of NetworkX objects.

About

Graph state classes for MBQC

License:MIT License


Languages

Language:Jupyter Notebook 98.9%Language:Python 1.1%