Compare commits
2 Commits
0b09e35575
...
ac69e665f2
| Author | SHA1 | Date |
|---|---|---|
|
|
ac69e665f2 | |
|
|
2fe91f5a8b |
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -62,6 +62,6 @@ ez-Q 2.5 FPGA平台使用系数直读模式,其需要额外的存储空间来
|
|||
|
||||
匹配滤波器系数存储结构如下图所示。
|
||||
- 匹配滤波器的I和Q数据分开存储,每个比特的I、Q数据容量分别为16 KB。
|
||||
- I路数据偏移地址为x*32KB,Q路数据偏移地址为x*32KB+16 KB,其中x为Qubit序号,范围为0~15。
|
||||
- I路数据偏移地址为 x × 32 KB,Q路数据偏移地址为 x × 32 KB + 16 KB,其中 x 为 Qubit 序号,范围为 0~15。
|
||||
|
||||

|
||||
|
|
|
|||
Loading…
Reference in New Issue