Tech Blogger

Silq – the new high-level language for Quantum computing

silq

Quantum computing has gained recent traction in the research ground as we are hopeful that it will show real-world use cases in coming years. There is steady research in this area to find the best programming language for the machines. Silq is the new breed as a high-level language for quantum computers researched by a group of Switzerland’s ETH Zurich scientists.

There are other high-level languages for quantum computing of course. As per the researchers, those languages work at a very low abstraction level, which is hard to understand for quantum programmers.

The post you may be interested in – Why Python not the programming language of the future

History of Silq

The history of Silq started its journey from the effort of solving a core problem in quantum computing. As per ETH associate professor of computer science Martin Vechev to analyze and reason about quantum programs for solving a core problem, a language was required to express the problem. Though there are existing languages, those were not ideal for the problem, neither optimal. Hence, the research team looked into the different languages like Microsoft’s Q# or SDK like IBM’s Qiskit.

Though creating a new language out of it was not the fundamental motto, there was a need for some programming language to solve advanced problems in quantum computing. Hence, they started working on the existing languages and found them inadequate. The language they were looking for needed more high-level properties in reasoning about.

We have mentioned many times already that classical languages are not suitable for quantum computation. But why? As per Prof. Vechev, the fundamental challenge with quantum computing is uncomputation (explained later). At the same time, uncomputation is the core of Silq. It is built-in natively in Silq.

Why Use Silq

In Quantum computations, the generation of temporary value is a common phenomenon. When you want to remove those values from considerations, an implicit measurement collapses the state of quantum computing. Hence, to remove these temporary values without inducing an implicit measurement, the existing languages must have some algorithms to uncompute them. Not to mention, this is a significant gap as well roadblock of quantum computing language to classical language. This can result in computation mistakes such as turning to drop of temporary values highly unintuitive.

Silq language solves this problem by automatically bridging the gap by uncomputing temporary values. Silq exploits the fundamental pattern of quantum algorithms. It states that uncomputation can be done in the following scenarios:

Benefits of Silq

Installation 

Silq can be installed for Linux, Mac, and Windows in two ways – 

For the complete installation procedure, please refer – https://silq.ethz.ch/install

Final Verdict

Silq supports a descriptive view of the quantum algorithms, which is uncommon among other quantum languages such as Q#, ProjectQ, Quipper, or QWire. Silq has the ability to express the high-level intent of the programmer. The program written in Silq is easier to read and write and incorporate lesser code. No doubt, Silq is going to be the next level of quantum language.

For more programming related details on Silq, please visit their site – https://silq.ethz.ch/

Exit mobile version