Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 539 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 539 Bytes

QC_decomposer

Decomposing quantum circuit into a set of universal gates.

in jupyter notebook named circuit_decomposer in which you can give a quantum circuit and it will decompose it to a universal set of gates that have been specified by the user. there exist also another jupyter notebook named decompose_H_gate` in which I used a single Hadamard gate as input and decomposed it into a set of gates (Rx,Rz).

In this program, I used Qiskit.

Specifically, I have used `transpile function to decompose circuit.