Quantum programming: Difference between revisions

Content deleted Content added
Hananro (talk | contribs)
m spelling correction: quandum => quantum
SDKs with access to quantum processors: Add short descrioption of MindQuantum, which is another example of such SDK
Tag: Reverted
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. It combines the HiQ high-performance quantum computing simulator with the parallel automatic differentiation capability of MindSpore. It is developed to handle problems like quantum machine learning, quantum chemistry simulation, and quantum optimization.
 
==== Ocean ====