bsc-quantic/Quac.jl

Gate decompositions

Opened this issue · 1 comments

Not all physical realizations of quantum computers allow all gate sets. Furthermore, many times n-qubit gates (where $n>2$) have to be decomposed into equivalent circuits made up by 2-qubit gates.

I have found this repository https://github.com/Q-Compiler/UniversalQCompiler, which follows this paper. I will try to reproduce some code.