Verifying the ZX Calculus
Tested with Coq 8.13-8.16.
First, install QuantumLib through opam.
opam repo add coq-released https://coq.inria.fr/opam/released
opam update
opam install coq-quantumlibThen install SQIR and VOQC
opam pin -y coq-sqir https://github.com/inQWIRE/SQIR.git
opam pin -y coq-voqc https://github.com/inQWIRE/SQIR.gitFinally, build VyZX:
makeTo contribute please make sure you use our validator hooks. To configure the hooks run (you should only need to do this once):
make hooks