Benchmark installation instructions 1. Clone repository git clone https://github.com/epiqc/Benchmarks.git Benchmarks/ cd Benchmarks/ 2. Setting up virtual environment # virtualenv installation python3 -m venv path/to/env source path/to/env/bin/activate # Setup python environment for Cirq pip install cirq