Quantum Computing: tools from the future

It powered up at Politecnico di Torino on May 22, 2025: it's the “Lagrange” computer, the first IQM quantum computer in Italy, yet one of only a handful in the world. A major resource for students, researchers, and local companies that collaborate with the University. An essential tool for learning to master the ongoing full-scale technological revolution in the field of computing. It is a wave worth riding, the alternative being overwhelmed.
Let's imagine a new computer, billions of times faster than today's fastest ones. Capable of solving exponentially complex problems that are beyond the reach of traditional computers. This computer, in nuce, already exists: one has recently been activated at Politecnico di Torino.
Strongly desired—and not by chance—by the university that inaugurated Italy's first degree course in Quantum Engineering in 2023, the IQM quantum computer, named after the mathematician Lagrange, has brought Politecnico di Torino to the forefront of a crucial sector. It is a 5-qubit quantum computer supplied by IQM Quantum Computers, acquired thanks to a partnership between Politecnico di Torino, the LINKS Foundation, and the National Institute of Metrological Research (INRiM).
The new quantum computing technology is based on a novel computing paradigm for solving complex problems in engineering and science, which will enable machines to speed up calculations billions of times faster than traditional HPC (High-Performance Computing) computers.
This will have a profound impact on all aspects of our lives, affecting not only the field of scientific research but also the fields of communication, finance, security, energy, medicine, and artificial intelligence.
With the help of Bartolomeo Montrucchio, full professor of Computer Engineering at the Department of Control and Computer Engineering at Politecnico di Torino, let's try to provide some figures: " Whereas with a current HPC system, using 32 classic computers in parallel, we can expect to speed up calculations by a factor of 32, using 32 quantum computers connected in the right way, we can expect to speed up calculations exponentially, i.e., by a factor of 232: this implies a computing speed that is about four billion times faster. An intrinsic leap in performance that no traditional computer can handle. Just think that today's most powerful computer has 11 million processors: to have a quantum computer with the same power, you would only need about 24."
That is why Politecnico decided to acquire this sort of machine. To study and fully understand how it works, its applications, and developments. But what is the secret that allows quantum computers to achieve such performance?
How a quantum computer works: figure it out in four steps
Incredibly fast due to the principles of quantum mechanics. Quantum computers are based on the properties and laws of quantum mechanics, which describe the behavior of matter on an atomic and subatomic scale: at these dimensions, the applied principles differ from the laws of electromagnetism and classical mechanics. Quantum computers exploit these properties, typical of particles such as electrons and photons, for computation and storage purposes, achieving an increase in computing speed that grows exponentially as the power of the machine increases. Exponential growth, as is well known, leads to a doubling of value at each step: this is the phenomenon whereby if you fold a sheet of paper one-tenth of a millimeter thick in half, then in half again, and then in half again, doubling its thickness each time, after 42 folds you cover the distance between the Earth and the Moon. Such is the power of exponential growth! The same applies to quantum computers.
Based on the qubit, which is not forced into the rules of binary computing. The unit of measurement in traditional computing, based on the binary system, is the bit, the smallest unit of information, which can only take on two states: 0 or 1. For this reason, classical computing uses a binary language: as all nerds know, for a traditional computer, 2 is written as 10, 3 is written as 11, 4 is written as 100, and so on.
Quantum computers, conversely, use units called quantum bits, or qubits for short, which are not bound to the binary system but also exploit certain properties unique to subatomic particles described by quantum mechanics to perform calculations. Two properties are particularly worth noting in the functioning of quantum computers: superposition, or the ability of qubits to assume two states simultaneously, and entanglement, or the invisible connection between subatomic particles.
Components that can simultaneously take on two or more states. Unlike bits, qubits are not forced to choose between two states. Just as, by virtue of superposition, a subatomic particle can assume two states simultaneously (the classic example is that of an electron, which before measurement can have its spin in the “up” or “down” state at the same time), so too a qubit can exist in state 0, state 1, or any combination of the two at once. An image that can help to visualize this counterintuitive concept is that of a coin tossed into the air: until it falls to the ground and you look at it, a coin spinning after being tossed into the air is neither heads nor tails, but both. This property allows a quantum computer to perform many operations simultaneously, increasing its computing power exponentially compared to a traditional computer.
With the opportunity to exploit invisible connections. Another fundamental principle behind quantum computing is entanglement. In a quantum system, two subatomic particles can be placed in a state of entanglement, i.e., linked together so that the state of one depends on that of the other, even if they are kilometers or light years apart. Changing the state of one instantly changes the other. The same is true for qubits. This link allows for the construction of quantum algorithms that are much more efficient than classical ones, because thanks to entanglement, qubits do not work independently, but in correlation with each other: correlations that in a traditional computer would require an enormous amount of memory.
Quantum entanglement (credits: Brilliant.org)
Quantum entanglement (credits: Brilliant.org)
The journey of an algorithm in an IQM quantum computer
The user has a computational problem to solve and an idea for a quantum algorithm, expressed as Python code (1). The code represents a quantum circuit consisting of logic gates, which is adapted and converted into an equivalent version using only the logic gates supported by IQM (2).
The circuit is sent via HTTP request to the IQM server (3). The server compiles the circuit into hardware-specific electrical pulse descriptions, which are then sent for execution (4).
The pulses are sent to the control devices (5) for execution, while the IQM Station Control communicates with the electronic devices (6). The devices execute pulse sequences with nanosecond precision, sending signals to the quantum chip (7).
A measuring device “reads” the results from the quantum chip (8).
The results are sent to the user as sequences of 1s and 0s via HTTP response (9). The Python code on the user's computer reads, analyzes, and displays the final results (10).
Evolving aspects

The vast potential of quantum computing has not been fully explored: it is a technology that is still in its infancy, yet rapidly evolving.
Matteo Cocuzza, full professor of Experimental Physics of Matter and Applications at the Department of Applied Science and Technology and coordinator of the new degree course in Quantum Engineering, explains that a first critical aspect is the volatility of results: "A quantum computer does not produce deterministic results, but probabilistic ones. While a classical computer will always yield the same result when faced with identical data, a quantum computer does not deliver a precise, exact, deterministic result, but rather a spectrum of probabilistic results... it performs the same calculation thousands of times and yields a slightly different result each time. Ultimately, we are faced with a distribution of results, in which the peak is the exact result. Qubits are not 100% accurate because, in order to be so, they would have to operate in an ideal environment in which they are perfectly isolated from everything: temperature changes, electromagnetic disturbances, microwaves, mechanical vibrations... The better they are shielded from external environmental disturbances, the more accurate they become. It is impossible to isolate them perfectly today, even if we make them work in conditions close to perfect isolation: the Quantum Processor Unit (QPU) of the Turin computer, the heart of the calculator, operates at a very low temperature, 18 millikelvin, or -273.13 degrees Celsius, a temperature close to absolute zero, achieved thanks to a cryogenic system that uses helium and liquid nitrogen circuits.
A detail of the IQM quantum computer at Politecnico di Torino. Credits: Fondazione LINKS
A detail of the IQM quantum computer at Politecnico di Torino. Credits: Fondazione LINKS
Scalability is also an issue that needs to be addressed: currently, quantum computers become increasingly unstable as the number of qubits and the amount of data to be analyzed increase. Cocuzza explains: “Smaller computers are much more stable. A five-qubit computer, like the one in Turin, is less powerful but more stable than machines with a larger number of qubits. And this can show benefits, especially from an educational point of view.” However, to tackle complex problems, more powerful computers are needed, but they must also be made sufficiently stable.
Furthermore, quantum computing is currently subject to significant time constraints: today's technology is capable of producing qubits that remain active for an extremely limited period of time, which undoubtedly represents a limitation. However, this time frame is increasing: from nanoseconds to microseconds, an increment of thousands of times. Work is underway to develop ever more efficient systems.
How it is valuable for calculations

It must be clear that the issue is not about replacing traditional computers with quantum computers, but rather integrating the two systems. Part of the research today is aimed precisely at understanding which applications each system is best suitable for, and transforming data so that it can be transferred from one system to another.
Quantum computing is well-suited to very complex problems, particularly optimization problems.
Matteo Cocuzza further explains: "It would not make sense to use a quantum computer for simple problems: it would be like using a Ferrari to plow a field. There are relatively simple problems—and consequently algorithms needed to solve these problems—whose complexity increases linearly with the number of variables. For instance, if I want to sort the population of Turin in alphabetical order, when the population doubles, the problem doubles (in the best-case scenario). But there are also problems whose complexity increases exponentially because the variable factors involved multiply among themselves: a traditional computer, however powerful, is not capable of solving this sort of problem. A quantum computer, once it has a sufficient number of qubits, can.
Montrucchio and Giovanna Turvani, professor at the Department of Electronics and Telecommunications at Politecnico, help us with a concrete example: “Let's say we want to improve traffic in a city like Turin by optimizing the operation of traffic lights through sensors that regulate the duration of red and green lights. Although there are only a few hundred traffic lights in Turin, this is an exponentially complex problem. If we want to optimize traffic throughout the city, we must consider all the other traffic lights in order to regulate each individual one. If there are, say, 400 traffic lights, the problem becomes exponentially more complicated: it does not increase 400 times, but 2400 times. A traditional computer cannot do this, but a quantum computer can. Another classic example of an optimization problem suitable for solving with quantum computers is the so-called traveling salesman problem: optimizing the route for visiting customers, considering all the variables involved (availability and experience of the salesperson, distance, location, individual customer needs, etc.). Again, the complexity of the problem is exponential.
Turvani further explains how to apply quantum technology to the study of options related to pandemic management: "Exploiting the quantum advantage means completely reframing a problem differently than in classical computing: for pandemic management, this involves identifying all the variables involved, such as the number of infected people, the economic consequences of business closures, the average recovery time, etc. The problem must be formulated in mathematical terms, considering all the variables and making them processable with a quantum optimizer; the result will be an optimized view, in this case, of the number of areas that need to be isolated to prevent the infection from spreading. Another healthcare-related application we are studying is dedicated to optimizing the scheduling of visits and therapies in a hospital, considering many variables such as the equipment available, the number and needs of patients, their time constraints, staff availability, etc. Again, all variables will be processed by the quantum computer, which will optimize the visit schedule.
Concrete cases tackled by companies
We asked Olivier Terzo, head of the Advance Computing, Photonics, and Electromagnetics Research Division at the Links Foundation, to provide us with some examples of concrete problems that quantum computers are being applied to, including collaborations with companies that, together with Links and the University, are exploring the field to find new solutions.
Many applications are already being explored: "These range from the generation of random numbers, which is essential, for instance, in fields such as cybersecurity and finance, to the needs of the telecommunications industry, which is interested in understanding whether quantum technology can be faster and more accurate in solving optimization problems for the positioning of 5G or 6G cells or for frequency allocation. This is an area where we move beyond purely academic study to implement forms of applied research. Another sector is quantum finance: banks are investing heavily to understand whether quantum technology can give them a competitive advantage, for instance, in terms of faster data analysis. In our case, the applications are related to credit risk assessment, a field in which there is a field of growing data volumes and complexity. Banks want to understand the potential of quantum computing in this field, obtaining results on specific cases.
Why it matters

The quantum computing sector is currently experiencing rapid growth. The European Commission has launched a program of investment in dedicated research and development, both as part of the Horizon Europe program and through a focused initiative, the Quantum Technologies Flagship, with the aim of positioning Europe at the forefront of this field. Many industrial and research organizations, including ATOS, Pasqal, IQM, AQT, Fraunhofer, QuTech, and Quandela, are already active with various hardware and software solutions. Large companies such as Airbus and BMW are already investing heavily in this field. It is therefore highly likely that, within a few years, there will be a sharp increase in demand for quantum computing power and personnel capable of working in this technological field at the research and corporate level.
Annual private investment in artificial intelligence, by focus area, Quantum computing. Includes companies that received more than $1.5 million in investment. This data is expressed in US dollars, adjusted for inflation. (Data: ourworldindata.org)
As Olivier Terzo states: “It would be a serious mistake to wait until the technology is matures before adopting it: we need to learn how to use it first, so that we are prepared when it is truly available.” Think about what happened with artificial intelligence: until a couple of years ago, there was considerable uncertainty, and people wondered when it would actually work. But in the last two years, there has been a marked acceleration that no one expected. Suddenly, it exploded. Quantum technology could also experience an unexpected acceleration. We need to be ready."
Bartolomeo Montrucchio further explains: "The main issue today is not what quantum computers are currently able to do, but what they are potentially capable of. We, particularly as a university, must not focus only on today's limited capabilities, but on what they could achieve tomorrow. We need to grasp its amazing potential."
Flavio Giobergia, computer engineer and researcher in the Department of Control and Computer Engineering at Politecnico, adds: "These computers work differently than traditional ones, require other lines of code, and give different results to interpret. It is about facing a paradigm shift, learning to reformulate problems in a new and diverse way, so as to be ready to use the technology effectively once ready." And it is essential to learn all this in time.
Initiatives by PoliTO

The new IQM Spark quantum computer is the latest flagship of a wide-ranging strategy developed by PoliTO in collaboration with local partners in this field. This strategy has long-standing roots, as PoliTO, INRIM, and the University of Turin are co-founders and co-managers of the PiQuET (Piemonte Quantum Enabling Technologies) facility. This technological center has been funded by Regione Piemonte through the POR FESR 2014-2020 - INFRA-P call for proposals and was recently enhanced by the regional INFRA+ call for proposals. Now fully operational, PiQuET serves as a regional center of excellence for research and support in industrial innovation, focusing on micro and nanotechnologies as well as quantum technologies.
Among the initiatives dedicated to Quantum Computing, Politecnico di Torino offers the only degree course in Quantum Engineering currently available in Italy. Having access to a physical machine is crucial for students and teachers: this allows them to better understand how it works, enabling training in both hardware and software; it can be used whenever needed, which is also valuable. As Matteo Cocuzza points out, quantum computing is only one third of the degree course content, and the best known part, but the course also includes quantum communication and quantum sensors, which are much less talked about but equally worth, and which use a significant number of the same properties used in quantum computers. The new, incredible quantum sensors may also enable, for instance, magnetic resonance imaging capable of seeing individual cells.
Finally, there is technology transfer: Politecnico and Fondazione Links have gradually built up a network of collaboration at Italian, European, and international levels. Politecnico has a series of collaborations underway in the field of quantum computing with various companies and institutions in the area, positioning itself as the hub of a network destined for extremely promising developments.
Installation of the IQM computer at Politecnico di Torino. Credits: Fondazione LINKS
Installation of the IQM computer at Politecnico di Torino. Credits: Fondazione LINKS
Installation of the IQM computer at Politecnico di Torino. Credits: Fondazione LINKS
Installation of the IQM computer at Politecnico di Torino. Credits: Fondazione LINKS
Installation of the IQM computer at Politecnico di Torino. Credits: Fondazione LINKS
Installation of the IQM computer at Politecnico di Torino. Credits: Fondazione LINKS
Installation of the IQM computer at Politecnico di Torino. Credits: Fondazione LINKS
Installation of the IQM computer at Politecnico di Torino. Credits: Fondazione LINKS
Installation of the IQM computer at Politecnico di Torino. Credits: Fondazione LINKS
Installation of the IQM computer at Politecnico di Torino. Credits: Fondazione LINKS
At Politecnico, we strongly believe in the potential of this new technology, which is why two years ago we launched the master's degree in Quantum engineering, the first ever in Italy in this field.
- Matteo Cocuzza -
Matteo Cocuzza, Professor of Physics of Matter
Matteo Cocuzza, Professor of Physics of Matter