This repo holds the code used to replicate the results in the paper Non-Exponential Decays in Logical Randomized Benchmarking.
To install the package, run the following command:
pip install .
To replicate the results for each of the figures in the paper, run the following command:
cd src
python Figure_1.py
and so on for the other figures.