Aurora data
收藏资源简介:
该仓库包含用于访问、处理和可视化在Nature论文《Scaling and networking a modular photonic quantum computer》中展示的数据的工具。数据公开托管在S3存储桶中,可以通过`s3_download.py`中的`download_and_load_file`函数下载。数据集分为两个主要目录,分别对应两个实验演示:集群状态获取和解码器演示。集群状态获取的数据分为1,440个文件,每个文件对应图3b中的一个数据点;解码器演示的数据压缩为一个17.5 GB的zip文件,解压后为36 GB。
This repository contains tools for accessing, processing, and visualizing the data presented in the Nature paper 'Scaling and networking a modular photonic quantum computer'. The data is publicly hosted in an S3 bucket and can be downloaded using the `download_and_load_file` function in the `s3_download.py` script. The dataset is divided into two main directories, corresponding to two experimental demonstrations: cluster state acquisition and decoder demonstration. The data for cluster state acquisition is split into 1,440 files, each corresponding to a data point in Figure 3b; the decoder demonstration data is compressed into a 17.5 GB zip file, which expands to 36 GB upon extraction.
Aurora数据集概述
数据集来源
- 数据来源于Nature论文"Scaling and networking a modular photonic quantum computer"中展示的实验数据。
数据获取方式
- 通过
s3_download.py中的download_and_load_file函数从公开的S3存储桶下载。 - 提供
data_download_and_processing_demo.ipynb作为数据下载和处理的演示。
文件结构
集群态获取实验(对应论文图3b)
- 数据文件:1,440个,每个458MB
- 关键文件:
cluster_state/u_dagger.npy:宏节点分束器应用的逆酉矩阵cluster_state/quadratures_vacuum.npy:真空态下的正交分量数据(12个空间模式,1000万个时间bin)cluster_state/{q or p}-measurement/quadratures_batch_{0..720}.npy:在$hat{q}$或$hat{p}$测量期间获取的正交分量数据
解码器演示实验(对应论文图3c,3d)
- 数据总量:压缩文件17.5GB,解压后36GB
- 包含三种实验条件:
signal/:常规解码条件下的数据random/:随机测量基的控制实验数据vacuum/:自适应测量基但关闭压缩光源的数据
- 每批次数据包含:
quadratures.npy:正交分量数据(12个模式,100万个时间bin)switch_settings_mux_{2 or 3}_{top or bot}.npy:多路复用器输入索引switch_settings_qpu_{0..5}.npy:每个宏节点的测量基设置decisions.npy:解码器决策位(仅signal和random目录)
绘图数据
- 提供
xanadu_aurora_plot_data.xlsx电子表格,包含图3b、3c和3d中展示的数据点
使用要求
- Python 3.11环境
- 需安装
requirements.txt中指定的依赖包




