DEBARGHYA4469 / quantum-compiler

Implementation of Solovay Kitaev Algorithm for approximating any n-qubit gate using gates from library set {H,T,CNOT,S}.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quantum-Compiler

This is a tool for synthesizing arbitrary unitary matrix( quantum gate) using the library set of gate in ibmq.We also provide the fault-tolerant construction of single qubit unitaries by Solovay-Kitaev algorithm.

Run the code to execute the program

pip3 install -r requirements.txt

python3 main.py

References

[1] THE SOLOVAY KITAEV ALGORITHM [2] Essay on Solovay Kitaev

About

Implementation of Solovay Kitaev Algorithm for approximating any n-qubit gate using gates from library set {H,T,CNOT,S}.


Languages

Language:Python 95.4%Language:TeX 4.6%