Compare commits

..

2 Commits

Author SHA1 Message Date
guocheng ac69e665f2 显示指定actions仓库
Build and Deploy Documentation / build-and-deploy (push) Failing after 27s Details
2026-07-29 16:31:44 +08:00
guocheng 2fe91f5a8b 修复*号问题 2026-07-28 17:40:48 +08:00
2 changed files with 6 additions and 3 deletions

View File

@ -15,14 +15,17 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
uses: https://gitee.com/actions-mirror/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
uses: https://gitee.com/actions-mirror/setup-python@v5
with:
python-version: "3.11"
cache: pip
- name: Configure pip mirror
run: pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
- name: Install dependencies
run: pip install --retries 3 -r requirements.txt

View File

@ -62,6 +62,6 @@ ez-Q 2.5 FPGA平台使用系数直读模式其需要额外的存储空间来
匹配滤波器系数存储结构如下图所示。
- 匹配滤波器的I和Q数据分开存储每个比特的I、Q数据容量分别为16 KB。
- I路数据偏移地址为x*32KBQ路数据偏移地址为x*32KB+16 KB其中x为Qubit序号范围为0~15。
- I路数据偏移地址为 x × 32 KBQ路数据偏移地址为 x × 32 KB + 16 KB其中 x 为 Qubit 序号,范围为 0~15。
![匹配滤波器系数存储结构](../assets/readout_mtf.png)