Data and analysis scripts of the publication "An 11-qubit atom processor in silicon"
收藏资源简介:
The zip-file contains a Python repository with the data and scripts to generate the figures of the publication: "An 11-qubit atom processor in silicon" Repository Structure Each (sub-)figure has a corresponding folder with:- The data used to generate the figure- A Jupyter notebook to process and plot the data How to use? To reproduce the figures: 1. Set up a Python virtual environment and install the required packages: python3 -m venv .venv source .venv/bin/activate # On Windows: .venv\Scripts\activate pip install -r requirements.txt 2. Navigate to the folder for the figure of interest and open the notebook "make_fig_*.ipynb": jupyter notebook 3. Run all cells in the notebook to generate the figure.
本ZIP压缩包内含一个Python代码仓库,包含用于复现论文《An 11-qubit atom processor in silicon》(硅基11量子比特原子处理器)配图的实验数据与绘图脚本。 仓库结构 每一张(子)配图均对应独立文件夹,内含: - 生成该配图所需的实验数据 - 用于处理数据并绘制图像的Jupyter 笔记本 (Jupyter Notebook) 使用指南 若要复现配图,请按以下步骤操作: 1. 搭建Python虚拟环境并安装所需依赖包: python3 -m venv .venv source .venv/bin/activate # Windows系统下执行:.venvScriptsactivate pip install -r requirements.txt 2. 进入目标配图对应的文件夹,启动Jupyter Notebook并打开名为make_fig_*.ipynb的脚本文件: jupyter notebook 3. 运行该Jupyter笔记本内的所有代码单元格,即可生成对应配图。



