Quantum control, measure and visualization driver package
Project description
SystemQ
Quantum control, measure and visualization driver package.
系统要求
- Python >= 3.10
- Windows / Linux / macOS
安装方法
方法一:从 PyPI 安装(推荐)
如果包已发布到 PyPI,可以直接使用 pip 安装:
pip install XGM_devtest
方法二:从 Git 仓库安装
如果项目托管在 Git 仓库(如 Gitee 或 GitHub),可以直接从仓库安装:
# 从 Gitee 安装
pip install git+https://gitee.com/your-username/systemq.git
# 或指定分支/标签
pip install git+https://gitee.com/your-username/systemq.git@v6.0.0
方法三:从本地源码安装
-
下载源码
下载项目源码并解压,或使用 Git 克隆:
git clone https://gitee.com/your-username/systemq.git cd systemq
-
安装包
方式 A:开发模式安装(推荐用于开发)
pip install -e .
这种方式安装后,修改源码会立即生效。
方式 B:普通安装
pip install .
-
验证安装
python -c "import xgkj; print('安装成功!')"
方法四:从分发包安装
如果您有 .whl 或 .tar.gz 分发包文件:
# 安装 wheel 文件
pip install XGM_devtest-6.0.0-py3-none-any.whl
# 或安装源码包
pip install XGM_devtest-6.0.0.tar.gz
依赖说明
安装时会自动安装以下依赖:
quarkstudio[remote]waveforms
如果需要手动安装依赖:
pip install -r requirements.txt
使用方法
启动服务
quark remote remote.json
控制设备
from quark import connect
adc = connect('ADC', host='127.0.0.1', port=1169)
版本信息
当前版本: 6.0.0
许可证
MIT License
作者
baqis (baqis@baqis.ac.cn)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file xgm_devtest-6.0.1.tar.gz.
File metadata
- Download URL: xgm_devtest-6.0.1.tar.gz
- Upload date:
- Size: 323.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc8a350d8ead043c786bb4b3d3d3724637ba8839db250ec7e0d5d87d67b91d30
|
|
| MD5 |
32813fa5e67da12be37636a959d9e639
|
|
| BLAKE2b-256 |
e257d4375518a8aec04a8366f588d99b8e4bb3f32f743bb78b13d51b32b3c6f3
|
File details
Details for the file xgm_devtest-6.0.1-py3-none-any.whl.
File metadata
- Download URL: xgm_devtest-6.0.1-py3-none-any.whl
- Upload date:
- Size: 326.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e219090d3142f2ac680ccec70e06b0319f811322b3a686e4d73d4851a3af7c51
|
|
| MD5 |
63a6fe6f80bafa87880a0e1140ac9239
|
|
| BLAKE2b-256 |
056b8964671a81cfaddc12ac2ecfd967ca6298de097d8611866bf2bb0e519ee9
|