Cross-Platform Autonomous Control of Minimal Kitaev Chains
收藏NIAID Data Ecosystem2026-05-02 收录
下载链接:
https://zenodo.org/record/10900881
下载链接
链接失效反馈官方服务:
资源简介:
This folder contains the raw data and code used to generate the plots for the paper Cross-Platform Autonomous Control of Minimal Kitaev Chains.
To run the Jupyter notebook, install Anaconda and execute:
conda env create -f environment.yml
followed by:
conda activate KitaevML
Finally,
jupyter lab
to launch the notebook.
Raw data are stored in netCDF (.nc) format, or as full QCoDeS databases (.db). Logs of autonomous tuning runs are saved as log files (.txt). The experimental datasets are exported by the data acquisition package QCoDeS and can be read as an xarray Dataset. The ipython notebook Data labelling notebook.ipynb contains the code for labelling the 2DEG and nanowire datasets. The ipython notebook Zenodo Paper Figures.ipynb contains all the code for generating the paper figures.
The machine learning model and automated tuning algorithm can be publicly accessed here: https://gitlab.com/QMAI/papers/crossplatformkitaev.This repo contains a pip-installable module ``PMMSGD` that can be used to predict (Delta-t)/(Delta+t) using:
pred = PMMSGD.get_Delta_minus_t(dbx, 'CNN_weighted_ratio_theory', ['G_LL*G_RR'])
which uses the neural network that was exclusively trained on theory data
For the automated tuning algorithm we used this predictor:
pred = PMMSGD.get_Delta_minus_t(dbx, 'CNN_weighted_ratio', ['G_LL*G_RR'])
which uses the neural network that was additionally trained on data from the 2DEG device.
创建时间:
2024-05-31



