An open API service indexing awesome lists of open source software.

https://github.com/originq/qpanda

QPanda is Quantum Software Development Kit for quantum computing and quantum cloud service
https://github.com/originq/qpanda

Last synced: about 1 year ago
JSON representation

QPanda is Quantum Software Development Kit for quantum computing and quantum cloud service

Awesome Lists containing this project

README

          

# QPanda

![Q-Panda Logo](/img/Q_Panda_logo.png)

QPanda SDK是由本源量子推出的,基于量子云服务的,开源的量子软件开发包。用户可基于此开发包开发在云端执行的量子程序。QPanda使用C++语言作为经典宿主语言,支持以QRunes书写的量子语言。

目前,QPanda支持本地仿真运行模式和云仿真运行模式,最高可支持到32位。Q-Panda提供了一个可执行的命令行程序,通过指令控制量子程序的加载、运行和读出。另外,QPanda提供了一组API,可供用户自行定制功能。

[Q-Panda Introduction](/QPandaSDK/README.md)

# QRunes

QRunes是由本源量子自主制定的量子计算指令集。

详见[QRunes Introduction](/QRunes/README.md)

# QRunes Generator

QRunes Generator 是一个支持以函数调用方式生成QRunes指令的C++库。

详见[QRunes Generator Introduction](/QRunesGenerator/README.md)

## License

[Apache License 2.0](LICENSE)