Skip to content

lfd/quantum_dark_magic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quantum Dark Magic - Reproduction Package

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.

Usage

You can either use the provided dockerization or Makefiles to run the experiments and build the paper.

Docker

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.

Make & Bash

If you're on a Linux machine you might find it easier to just run the setup scripts and use make directly.

Experiments

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.sh

After the environment is set up you can just run

make

to run the experiments and build the figures.

Paper

After you have run the experiments and generated the figures cd into the paper directory and call

make

to build the paper. Note that no install script for needed LaTex packages is provided.

About

Reproduction package for the Quantum Dark Magic paper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published