This repository contains all files and tools necessary to reproduce the experiments and data analysis of the paper Quantum Dark Magic Efficiency of Intermediate Non-Stabiliserness.
You can either use the provided dockerization or Makefiles to run the experiments and build the paper.
Build the image
docker build --tag "quantum_dark_magic"and run it:
docker run "quantum_dark_magic"You will get prompted two options to either run the experiments or build the paper. Note, that before building the paper you have to run the experiments.
If you're on a Linux machine you might find it easier to just run the setup scripts and use make directly.
To run the experiments cd into the data directory and run the setup.sh script to setup a python environment and install needed R packages.
cd data
bash ./setup.shAfter the environment is set up you can just run
maketo run the experiments and build the figures.
After you have run the experiments and generated the figures cd into the paper directory and call
maketo build the paper. Note that no install script for needed LaTex packages is provided.