Quantum programming: Difference between revisions

Content deleted Content added
Reverted 1 edit by Pmosharev (talk): Unsourced and spammy
SDKs with access to quantum processors: Add MindQuantum, which is another example of quantum SDK. Links to sources provided accordingly.
Line 43:
==== Forest ====
An open source project developed by [[Rigetti]], which uses the [[Python programming]] language to create and manipulate quantum circuits. Results are obtained either using simulators or prototype quantum devices provided by Rigetti. As well as the ability to create programs using basic quantum operations, higher level algorithms are available within the Grove package.<ref>{{Cite web|url=https://grove-docs.readthedocs.io/en/latest/|title=Welcome to the Documentation for Grove! — Grove 1.7.0 documentation|website=grove-docs.readthedocs.io}}</ref> Forest is based on the [[Quil (instruction set architecture)|Quil]] instruction set.
 
==== MindQuantum ====
 
MindQuantum is a quantum computing framework based on [[MindSpore]], focusing on the implementation of NISQ algorithms <ref>{{Cite web|url=https://www.mindspore.cn/mindquantum/docs/en/master/index.html|title=MindSpore Quantum Documentation|website=www.mindspore.cn/mindquantum}}</ref>
<ref>{{Cite web|url=https://arxiv.org/abs/2406.17248|title=MindSpore Quantum: A User-Friendly, High-Performance, and AI-Compatible Quantum Computing Framework|website=arxiv.org}}</ref>
<ref>{{Cite web|url=https://github.com/mindspore-ai/mindquantum|title=mindquantum|website=github.com}}</ref>.
 
==== Ocean ====