IBM Quantum Platform (previously known as IBM Quantum Experience) is an online platform allowing public and premium access to
cloud-based quantum computing services provided by
IBM
International Business Machines Corporation (using the trademark IBM), nicknamed Big Blue, is an American Multinational corporation, multinational technology company headquartered in Armonk, New York, and present in over 175 countries. It is ...
. This includes access to a set of IBM's quantum processors, a set of tutorials on quantum computation, and access to interactive courses. As of June 2025, there are 12 devices on the service, all of which are freely accessible by the public. This service can be used to run
algorithms
In mathematics and computer science, an algorithm () is a finite sequence of mathematically rigorous instructions, typically used to solve a class of specific problems or to perform a computation. Algorithms are used as specifications for per ...
and
experiments
An experiment is a procedure carried out to support or refute a hypothesis, or determine the efficacy or likelihood of something previously untried. Experiments provide insight into Causality, cause-and-effect by demonstrating what outcome o ...
, and explore
tutorials and
simulations
A simulation is an imitative representation of a process or system that could exist in the real world. In this broad sense, simulation can often be used interchangeably with model. Sometimes a clear distinction between the two terms is made, in ...
around what might be possible with
quantum computing
A quantum computer is a computer that exploits quantum mechanical phenomena. On small scales, physical matter exhibits properties of wave-particle duality, both particles and waves, and quantum computing takes advantage of this behavior using s ...
.
IBM's quantum processors are made up of
superconducting
Superconductivity is a set of physical properties observed in superconductors: materials where electrical resistance vanishes and magnetic fields are expelled from the material. Unlike an ordinary metallic conductor, whose resistance decreases g ...
transmon qubits, located in
dilution refrigerators at the
IBM Research
IBM Research is the research and development division for IBM, an American Multinational corporation, multinational information technology company. IBM Research is headquartered at the Thomas J. Watson Research Center in Yorktown Heights, New York ...
headquarters at the
Thomas J. Watson Research Center. Users interact with a quantum processor through the
quantum circuit
In quantum information theory, a quantum circuit is a model for quantum computation, similar to classical circuits, in which a computation is a sequence of quantum gates, measurements, initializations of qubits to known values, and possibly o ...
model of computation, typically through code written in
Qiskit. This code can be compiled down to
OpenQASM for execution on real quantum systems.
Circuits can be created either
graphically with the Quantum Composer, or programmatically through
Jupyter notebooks on IBM's approved platforms for
cloud-based quantum computing: qBraid and OVHCloud.
History
* The service was launched in May 2016 as the IBM Quantum Experience with a five-qubit quantum processor and matching simulator connected in a star shaped pattern. At this time, users could only interact with the hardware through the quantum composer GUI. Quantum circuits were also limited to the specific two-qubit gates available on the hardware.
* In July 2016, IBM launched the IBM Quantum Experience community forum. This was subsequently replaced by a Slack workspace.
* In January 2017, IBM made a number of additions to the IBM Quantum Experience, including increasing the set of two-qubit interactions available on the five-qubit quantum processor, expanding the simulator to custom topologies up to twenty qubits, and allowing users to interact with the device and simulator using quantum assembly language code.
* In March 2017, IBM released
Qiskit to enable users to more easily write code and run experiments on the quantum processor and simulator. A user guide for beginners was also added.
* In May 2017, IBM made an additional 16-qubit processor available on the IBM Quantum service.
* In January 2018, IBM launched a quantum awards program, which it hosted on the IBM Quantum Experience.
* In May 2019 a large overhaul of the service was made, including the addition of web-hosted Jupyter notebooks and integration with the online and interactive Qiskit textbook.
* After a redesign in March 2021, a greater distinction was made between the composer GUI and the Jupyter notebooks. The ''IBM Quantum Experience'' name was retired in favour of the separate names ''IBM Quantum Composer'' and ''IBM Quantum Lab''. Now, it's collectively called
* In May 2024, the IBM Quantum Lab was sunset in favor of a serverless model. Users were directed to approved transition providers to access cloud-based notebook environments. The two transition providers identified were qBraid and OVHCloud.
IBM Quantum Composer
The Quantum Composer is a
graphic user interface (GUI) designed by IBM to allow users to construct various
quantum algorithm
In quantum computing, a quantum algorithm is an algorithm that runs on a realistic model of quantum computation, the most commonly used model being the quantum circuit model of computation. A classical (or non-quantum) algorithm is a finite seq ...
s or run other quantum experiments. Users may see the results of their quantum algorithms by either running it on a real quantum processor or by using a simulator. Algorithms developed in the Quantum Composer are referred to as a "quantum score", in reference to the Quantum Composer resembling a musical sheet.
The composer can also be used in scripting mode, where the user can write programs in the
OpenQASM-language instead. Below is an example of a very small program, built for IBMs 5-
qubit
In quantum computing, a qubit () or quantum bit is a basic unit of quantum information—the quantum version of the classic binary bit physically realized with a two-state device. A qubit is a two-state (or two-level) quantum-mechanical syste ...
computer. The program instructs the computer to generate a
quantum state
In quantum physics, a quantum state is a mathematical entity that embodies the knowledge of a quantum system. Quantum mechanics specifies the construction, evolution, and measurement of a quantum state. The result is a prediction for the system ...
, a 3-qubit
GHZ state, which can be thought of as a variant of the
Bell state
In quantum information science, the Bell's states or EPR pairs are specific quantum states of two qubits that represent the simplest examples of quantum entanglement. The Bell's states are a form of entangled and normalized basis vectors. Thi ...
, but with three qubits instead of two. It then measures the state, forcing it to
collapse to one of the two possible outcomes,
or
.
include "qelib1.inc"
qreg q // allocate 5 qubits (set automatically to , 00000>)
creg c // allocate 5 classical bits
h q // Hadamard-transform qubit 0
cx q q // conditional pauli X-transform (ie. "CNOT") of qubits 0 and 1
// At this point we have a 2-qubit Bell state (, 00> + , 11>)/sqrt(2)
cx q q // this expands entanglement to the 3rd qubit
measure q -> c // this measurement collapses the entire 3-qubit state
measure q -> c // therefore qubit 1 and 2 read the same value as qubit 0
measure q -> c
Every instruction in the QASM language is the application of a
quantum gate
In quantum computing and specifically the quantum circuit model of computation, a quantum logic gate (or simply quantum gate) is a basic quantum circuit operating on a small number of qubits. Quantum logic gates are the building blocks of quantu ...
, initialization of the chips
registers to zero or
measurement
Measurement is the quantification of attributes of an object or event, which can be used to compare with other objects or events.
In other words, measurement is a process of determining how large or small a physical quantity is as compared to ...
of these registers.
Usage
* In 2025, IBM reported that there were over 400,000 users of the IBM Quantum Platform, generating over 2,800 papers with research performed on the devices.
* A sample of the papers published using IBM Quantum hardware can be found here.
References
External links
IBM Quantum Platform
{{quantum computing
IBM Quantum Experience
Quantum computing
Quantum programming