Content deleted Content added
NiklasStone (talk | contribs) Undid revision 1211752108: I am a developer for Qrisp - i would like to keep our framework in this wikipedia article, as it deserves mentioning here. I have also prepared an article about the framework itself, which is currently waiting to be reviewed. |
NiklasStone (talk | contribs) →Quantum software development kits: deleted blanks |
||
Line 39:
An Open Source suite of tools developed by D-Wave. Written mostly in the Python programming language, it enables users to formulate problems in Ising Model and Quadratic Unconstrained Binary Optimization formats (QUBO). Results can be obtained by submitting to an online quantum computer in Leap, D-Wave's real-time Quantum Application Environment, customer-owned machines, or classical samplers.{{citation needed|date=June 2021}}
[[File:QProg1-Refreshed.png|thumb|350x350px|A sample code using projectq with Python]]
==== ProjectQ ====
Line 48 ⟶ 47:
Qrisp is a high-level programming language for creating and compiling quantum algorithms. Its structured programming model enables scalable development and maintenance. The expressive syntax is based on variables instead of qubits, with the QuantumVariable as core class, and functions instead of gates. Additional tools, such as a performant simulator and automatic uncomputation, complement the extensive framework.
Furthermore, it is platform independent, since it offers alternative compilation of elementary functions down to the circuit level, based on device-specific gate sets.
==== Qiskit ====
|