Quantum programming: Difference between revisions

Content deleted Content added
Hananro (talk | contribs)
m sorting the list of Quantum instruction sets alphabetically
Hananro (talk | contribs)
added a description of Classiq's Qmod language to the list of Quantum programming languages
Line 122:
==== QMASM ====
Quantum Macro Assembler (QMASM) is a low-level language specific to quantum annealers such as the D-Wave.<ref>Scott Pakin, [https://ieeexplore.ieee.org/document/7761637/ "A Quantum Macro Assembler"], Proceedings of the 20th Annual IEEE High Performance Extreme Computing Conference 2016</ref>
 
==== Qmod ====
Quantum Modeling (Qmod) language is a high-level language that abstracts away the gate-level qubit operation, providing a functional approach to the implementation of quantum algorithms on quantum registers.
The langauge is part of the [https://classiq.io Classiq] platform and can be used directly with its native syntax, through a Python SDK, or with a visual editor, all methods can take advantage of the larger library of algorithms and the efficient circuit optimization.
 
==== Q|SI> ====