Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 589 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 589 Bytes

ZX_to_DAG_QAMP_fall_2022

Building a ZX-calculus transpiler pass for Qiskit Terra. This repository contains the codes for the pass as well as unittesting. The main codes are in the folder ZX_to_DAG. While testing, we found that the unitary matrices for the original circuit and the optimized circuit from pyZX are not the same for some cases. We raised this on the ZX-calculus discord server, followed by raising an issue on the pyZX repository (zxcalc/pyzx#102). We will be trying to resolve that issue in pyZX and further working on this transpiler pass.