Visualizing Categories with Automated Rewriting in Coq
ACT Submission: See this tag
Currently supports Coq 8.16-8.19.
To build ViCaR, run make vicar
.
To install ViCAR through opam, run
opam pin -y coq-vicar https://github.com/inQWIRE/ViCAR.git
To use the visualizer, first have coq-lsp installed, then install the VSCode extension found at [https://marketplace.visualstudio.com/items?itemName=inQWIRE.vizcar]. After instantiating the appropriate typeclass you would like to visualize you can run the vizcar command in vscode to activate visualizing. The vizcar plugin only visualizes terms using the ViCAR grammar. To automatically take a term with an instantiated typeclass to the ViCAR grammar, use the to_Cat
tactic.
For examples to compile, do the following. Note: Examples only compile on coq >= 8.16
First, install QuantumLib through opam.
opam repo add coq-released https://coq.inria.fr/opam/released
opam update
opam install coq-quantumlib
Then 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.git
Then install VyZX
opam pin -y coq-vyzx https://github.com/inQWIRE/VyZX.git#category-abstraction
Then install ViCaR while in the directory by running
opam pin -y coq-vicar ./
then run
make examples