%0 Generic %A Zatelli, Francesco %A van Loo, Nick %D 2025 %T Data and code underlying the publication "Single-shot parity readout of a minimal Kitaev chain" %U %R 10.4121/227fd419-fded-4a96-ab62-421a0cd57fa5.v2 %K majorana %K kitaev %K parity %K readout %K quantum dots %X
This repository contains the datasets and code supporting the article "Single-shot parity readout of a minimal Kitaev chain". It includes raw measurement data, analyzed results, theory simulations, and the Python code used to generate the figures in the manuscript. Information about data collection, datasets organization, and how to run the notebooks is available in the README.txt
file. A minimal dataset (datasets_figures.zip
) is provided to reproduce all plots without downloading the full raw data.
Analysis and plotting was performed using Jupyter notebooks. A minimal conda environment is provided in env.yml
. To run the Jupyter notebooks:
1) Download Anaconda
2) Open a terminal window in the folder where you downloaded env.yml
and run:
conda env create -f env.yml
3) Activate the newly created environment environment
conda activate pmm_readout
4) Start Jupyter Lab
jupyter lab
The plots in the manuscript can be generated running pmm_readout_figures.ipynb
. To run the notebook, make sure that you download datasets_figures.zip
, DataOutput.zip
, and analysis.py
in the same directory. The zip files should also be unzipped in the same directory. Installing the environment and running pmm_readout_figures.ipynb
typically takes a few minutes.