Quantum types: going beyond qubits and quantum gates

Tamás Varga,Yaiza Aragonés-Soria,Manuel Oriol
DOI: https://doi.org/10.1145/3643667.3648225
2024-08-10
Abstract:Quantum computing is a growing field with significant potential applications. Learning how to code quantum programs means understanding how qubits work and learning to use quantum gates. This is analogous to creating classical algorithms using logic gates and bits. Even after learning all concepts, it is difficult to create new algorithms, which hinders the acceptance of quantum programming by most developers. This article outlines the need for higher-level abstractions and proposes some of them in a developer-friendly programming language called Rhyme. The new quantum types are extensions of classical types, including bits, integers, floats, characters, arrays, and strings. We show how to use such types with code snippets.
Quantum Physics
What problem does this paper attempt to address?