SpinQLab Link 技术文档 ======================== 欢迎使用 SpinQLab Link ---------------------- SpinQLab Link 是一个Python库,用于与SpinQ量子计算实验平台进行远程交互。它提供了一套简单的API,允许用户连接设备、注册实验、设置参数、运行实验并获取结果。 .. image:: https://img.shields.io/badge/python-3.8+-blue.svg :target: https://www.python.org/downloads/ :alt: Python Version .. image:: https://img.shields.io/badge/license-Apache%202.0-green.svg :target: https://github.com/spinqtech/spinqlablink/blob/main/LICENSE :alt: License 文档目录 -------- .. toctree:: :maxdepth: 1 :caption: 用户指南 installation quickstart .. toctree:: :maxdepth: 2 :caption: 量子计算原理 experiment/Principles_of_Quantum_Computing .. toctree:: :maxdepth: 2 :caption: 量子算法 experiment/Quantum_Algorithm .. toctree:: :maxdepth: 2 :caption: 量子调控技术 experiment/Integrated_Quantum_Technology .. toctree:: :maxdepth: 2 :caption: 研究型实验 experiment/Research_Experiment .. toctree:: :maxdepth: 1 :caption: API 参考 api/spinqlablink .. toctree:: :maxdepth: 1 :caption: 其他 etc/changelog etc/license etc/contact 索引和搜索 ---------- * :ref:`genindex` * :ref:`modindex` * :ref:`search` 版权信息 -------- Copyright 2026 SpinQ Technology Co., Ltd. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.