QuantumBFS / ZXCalculus.jl

An implementation of ZX-calculus in Julia
http://yaoquantum.org/ZXCalculus.jl/dev/
MIT License
47 stars 7 forks source link

Optimize the circuit extraction algorithm #64

Closed ChenZhao44 closed 3 years ago

ChenZhao44 commented 3 years ago

The current circuit extraction algorithm supports phase gadgets. However, it will cause a large CNOT count that can be optimized.