Skip to main content

WuYueSDK

一、介绍

WuYueSDK是一款基于量子逻辑门的开源量子计算编程框架,其核心由三个模块组成,分别是wuyue quantum、wuyue qutorch、wuyue pulse。

wuyue quantum可用于复杂量子线路的模拟以及量子程序的构建,是联接量子计算开发者与经典模拟器和真实量子计算硬件的高级语言,可协助使用者高效地进行量子算法设计和验证。

wuyue qutorch是一款量子人工智能编程框架,提供自动微分与向量化并行能力,支持高效的量子电路构建与训练,适用于量子机器学习、量子组合优化及量子化学模拟等应用场景。

wuyue pulse是脉冲级量子编程框架,支持脉冲级精细调度与优化,实现脉冲级量子计算流程模拟。

二、安装

通过pip安装

本项目推荐python 3.11,需安装pytorch

通过下述命令编译安装WuYueSDK,可选下述两种方式

1、标准安装

pip install wuyue

2、源码安装,以来如下所示

依赖 用途 是否必需
C++ 编译器 (g++/clang++/MSVC) 编译 C++ 扩展 必需
CMake (≥ 3.11) 构建系统 必需
Eigen3 线性代数运算 必需
pybind11 Python/C++ 绑定 必需
OpenMP 多线程并行加速 可选(强烈推荐)
注意:若无 C++ 编译器,安装时会自动跳过 C++ 扩展编译,仅安装 Python 部分。
构建安装命令如下
python setup.py bdist_wheel
pip install ./dist/wuyue-1.1.2-py3-none-any.whl

三、使用样例

WuYueSDK模块样例请参考demo/readme.md、doc/readme.md

四、测试(暂未完成)

本项目使用pytest进行测试,通过下述命令安装测试环境

pip install pytest pytest-cov

进入项目根目录,执行下述命令进行测试

pytest test/ -v

五、许可证

WuYueSDK开源代码遵循MulanPSL-2.0开源协议。

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wuyue-1.1.2.tar.gz (404.8 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

wuyue-1.1.2-cp313-cp313-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.13Windows x86-64

wuyue-1.1.2-cp313-cp313-manylinux_2_28_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

wuyue-1.1.2-cp312-cp312-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.12Windows x86-64

wuyue-1.1.2-cp312-cp312-manylinux_2_28_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

wuyue-1.1.2-cp311-cp311-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.11Windows x86-64

wuyue-1.1.2-cp311-cp311-manylinux_2_28_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

File details

Details for the file wuyue-1.1.2.tar.gz.

File metadata

  • Download URL: wuyue-1.1.2.tar.gz
  • Upload date:
  • Size: 404.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.11.10

File hashes

Hashes for wuyue-1.1.2.tar.gz
Algorithm Hash digest
SHA256 3dafa693d8f6c055a563dc9dc403815e40c3ef774b14b312807f3581fe6d11fa
MD5 0e5d199a05da4be39b20983893213536
BLAKE2b-256 34c08c35635a5e171440fade10454c8cc5bbb9f4fe976cd423d9e497827431b6

See more details on using hashes here.

File details

Details for the file wuyue-1.1.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: wuyue-1.1.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.11.10

File hashes

Hashes for wuyue-1.1.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 40bd207c0a3d1900cf4e7f59f12626bbaf1b24c4199113e149037fc6f4353479
MD5 0229717d919636b16378e57eb56b00f5
BLAKE2b-256 1be214704fb5ba5b39541ba423440cf4dab5a5342bcf8fe908178aaa15b25dbe

See more details on using hashes here.

File details

Details for the file wuyue-1.1.2-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wuyue-1.1.2-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b803b3b2bbe3e88c8598cef415881b0cf52f440981c1741a37e26499a5bce04e
MD5 d54bd4319775221a7428704b3ba4b377
BLAKE2b-256 688a9585eda423e68f453d677e90113741333a133330b13f6b85d4bbd2e3ed2e

See more details on using hashes here.

File details

Details for the file wuyue-1.1.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: wuyue-1.1.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.11.10

File hashes

Hashes for wuyue-1.1.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3e3afd5ca8fea8873ce87055c06bd5bd44fa4d96ba7a3ec34b3387d8d009f614
MD5 86d4edfecda84c99705a9597489dd099
BLAKE2b-256 83bd6bf817d8d2e75fdef1cbdf9a1a1664a209814e00c7ef6459300ce09332ff

See more details on using hashes here.

File details

Details for the file wuyue-1.1.2-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wuyue-1.1.2-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 26f4308916656537f7130d5ded727ffdddae3d3a158897c4116c14bdae5615b6
MD5 4ac5cea9059886856ee51868f5038193
BLAKE2b-256 a9ad71dd97c31d4268c108dc67ae5a0f354a6918edd186825b79f832951e9400

See more details on using hashes here.

File details

Details for the file wuyue-1.1.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: wuyue-1.1.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.11.10

File hashes

Hashes for wuyue-1.1.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4154f76cde914961c08e8a5507482014eb1691405762c0358b93afe0b2622b45
MD5 75d2806f0ab9beac1632d7c43ea25e85
BLAKE2b-256 c83b89ddc2a15d48bbcfe3eaf8a3b7c7ef5a71044e5d61d4ce4ffd1c2703d1e0

See more details on using hashes here.

File details

Details for the file wuyue-1.1.2-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wuyue-1.1.2-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 083d23990706edf007cd02a45ffc3fde7a632b197d08744b8b29ce6036bba89e
MD5 c94a5a9cd1c8e7f88a119f8950e9d987
BLAKE2b-256 c6045372965e8c8ff21841db4ac4a7ffe719b8d73a6ed85f233b371232d247ed

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.1.2 This release

7 files

1.1.1

7 files

1.1.0

2 files

1.0.1

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page