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
- Host: GitHub
- URL: https://github.com/originq/qpanda
- Owner: OriginQ
- License: apache-2.0
- Created: 2018-01-07T13:14:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-06T05:48:51.000Z (over 6 years ago)
- Last Synced: 2025-05-07T01:03:27.306Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 142 MB
- Stars: 80
- Watchers: 11
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QPanda

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)