QuantumBFS / ZXCalculus.jl

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

Support phase with expression #66

Closed ChenZhao44 closed 3 years ago

ChenZhao44 commented 3 years ago

In this PR, I defined a new type Phase to store numerical and symbolic expression together. Also, the circuit extraction algorithm is updated. But it needs more optimization.