QuantumBFS / ZXCalculus.jl

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

Add simulation backend for equivalent checking #75

Open ChenZhao44 opened 3 years ago

ChenZhao44 commented 3 years ago

We need an automatic test for equivalent checking. Previously I used YaoZX to test manually. Now, can we use BQCESubroutine? @Roger-luo

Roger-luo commented 3 years ago

In principle, yes, but we need to make it more stable before we use it for testing. We can also add a downstream test for YaoCompiler later.

Roger-luo commented 3 years ago

actually, I think we can just do a downstream test after integration with YaoCompiler, that's the easiest way of doing it.

contra-bit commented 5 months ago

102 adds an equivalence checker for ZXDiagram