Probing Majorana localization of a phase-controlled three-site Kitaev chain with an additional quantum dot
收藏资源简介:
This repository contains all the raw data and the code used to generate the figures of the article "Probing Majorana localization of a phase-controlled three-site Kitaev chain with an additional quantum dot". The "LoopKitaev3.ipynb" notebook generates all the main text and Extended Data figures. To run it, create a fresh environment with the following python packages: ultraplot, jupyterlab, xarray, netcdf4, and tqdm. With conda, you can use the following instructions: conda create -n lk3 python=3.12 conda activate lk3 conda install -c conda-forge ultraplot jupyterlab xarray netcdf4 tqdm scipy jupyter lab If you want to run the theory fits as well, install Pixi by following the instructions at https://pixi.prefix.dev, then run `pixi install` inside the theory folder. Sometimes after installing pixi, the command `pixi` is not found.In that case you need to manually ad it to the path as ```bashecho 'export PATH="$HOME/.pixi/bin:$PATH"' >> ~/.zshrcsource ~/.zshrc



