Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1.51 KB

README.md

File metadata and controls

14 lines (9 loc) · 1.51 KB

VOQC Benchmarks

This directory contains the benchmarks used to evaluate the VOQC optimizer. We include the scripts we used to generate data for our papers in the scripts/ directory. These are primarily for our own use, but they may be helpful if you are looking for examples of how to run different quantum compilers.

We consider the following benchmarks:

Setup

In order to run VOQC, you will need a working installation of OCaml and OCaml's package manager opam. You can install VOQC with opam install voqc.

Our other benchmarking scripts depend on PyZX, Qiksit, tket, and Staq, which you can install with pip install pyzx qiskit pytket git+https://github.com/softwareQinc/staq. Note that all of these projects require Python 3.