IBM Opens Real Quantum Computers to Anyone With Curiosity
IBM's new tutorial puts actual quantum processors—not simulations—in reach of beginners. What changes when quantum computing becomes accessible?
Written by AI. Samira Okonkwo-Barnes
April 9, 2026

Photo: Qiskit / YouTube
IBM just released a tutorial series that promises something unusual: you can program a real quantum computer, not a simulation, within roughly thirteen minutes of starting. No physics degree required. Just basic curiosity and a willingness to copy-paste some Python code.
The claim sounds promotional, but the technical scaffolding behind it tells a more interesting story about how quantum computing access actually works in 2025—and what barriers still exist beneath the surface-level democratization.
The Access Model: Ten Minutes and a Token
Olivia, the IBM researcher leading the tutorial, walks viewers through creating an IBM Quantum Platform account. What you receive is specific: ten free minutes of Qiskit runtime and an API token that authenticates your connection to quantum processors in IBM's labs.
Ten minutes doesn't sound like much, but the structure reveals something about how quantum computing resources are allocated. "It's actually pretty substantial," Olivia notes. "It's more processing time than you might think." This is because quantum circuits run quickly—the real constraint is queue time, not execution time. IBM's approach prioritizes access breadth over depth: many people get a taste rather than a few getting sustained access.
The API token model is standard cloud infrastructure, but it's worth noting what it obscures. Your quantum program doesn't run on your machine. It's sent to a specific quantum processor—Olivia's tutorial selects the "least busy available system" with at least 127 qubits—where it joins a queue with other users' jobs. You're effectively time-sharing on exotic hardware that costs millions to build and maintain.
What Two Gates Can Do
The tutorial builds what Olivia calls "the hello world of quantum computing": a Bell state using just two quantum gates. The Hadamard gate puts a qubit into superposition—"a little bit of one and a little bit of zero simultaneously," in Olivia's deliberately imprecise phrasing. Then a CNOT gate entangles two qubits so that measuring one determines the other's state.
"It's pretty remarkable that you can create something this special with just two gates," Olivia says, and she's technically correct. Bell states are foundational to quantum information theory. But the tutorial's pedagogical choice—start with the exotic property (entanglement) rather than the computational advantage—reflects a tension in how quantum computing gets explained to newcomers.
What beginners learn first is that quantum computers do things classical computers cannot (create entangled states). What comes later, if at all, is whether those unique properties translate into solving practical problems faster. The tutorial promises lesson three will cover "a more sophisticated quantum circuit tied to real-world applications," which suggests even IBM recognizes the gap between demonstrating quantum weirdness and demonstrating quantum utility.
The Simulator Question
Midway through, Olivia addresses something crucial that many quantum computing tutorials elide: "Simulators and real quantum hardware are not equivalent. If simulators could do everything real hardware can do, why would anyone go through all the effort of building these machines?"
The answer she provides is accurate but incomplete. Simulators are useful for small circuits and troubleshooting, she explains, "but they cannot replicate real quantum effects at scale." This is true—classical computers cannot efficiently simulate large quantum systems, which is precisely why quantum computers might be valuable.
But there's an unspoken corollary: for the two-qubit circuit in this tutorial, a simulator produces identical results to real hardware, minus the noise. The tutorial even demonstrates this, showing how the simulator gives clean 00 and 11 results while the real quantum processor adds small occurrences of 01 and 10 due to errors.
This exposes a pedagogical paradox. To motivate using real quantum hardware, you need problems where simulation becomes intractable. But to teach beginners, you need simple circuits that fit comfortably within what classical computers can simulate. The tutorial splits the difference by emphasizing the authenticity of access ("an actual quantum processor sitting in a lab running your code") over computational necessity.
Noise as Feature or Bug
When Olivia's circuit runs on real hardware and produces a histogram, something interesting appears. The results show mostly 00 and 11, as expected for an entangled Bell state. But small bars appear for 01 and 10—outcomes that shouldn't occur in an ideal quantum circuit.
"There are some small occurrences of 01 or 10 here due to noise and errors," Olivia explains matter-of-factly. "IBM QPUs are inherently physical systems that can pick up on noise, and measurements can occasionally be wrong. Device calibration drifts over time."
This is presented as a minor implementation detail, but it points to the central engineering challenge of quantum computing: noise dominates at current scales. The tutorial runs the circuit 1,000 times to build statistical confidence precisely because individual measurements are unreliable. Olivia frames this as a natural trade-off—"you'll need to make sure you choose a shot count that balances clear statistics with time and cost constraints"—but the underlying reality is that today's quantum processors require extensive error mitigation that wouldn't exist in the hypothetical fault-tolerant machines of the future.
The tutorial doesn't mislead about this. It simply treats noise as a practical concern rather than a fundamental limitation, which is a defensible pedagogical choice for lesson one. Whether that framing holds up in lessons three and four, when discussing "real-world applications," will be revealing.
The Transpilation Layer
One technical detail deserves attention: before any circuit runs on real hardware, it gets transpiled. Olivia's helper function uses a "preset pass manager" to rewrite the circuit "into a form that the hardware actually understands, while also trying to make it efficient."
This optimization layer is standard in quantum computing, but it represents a kind of abstraction that has policy implications. When you write a quantum circuit in Qiskit, you're writing in a high-level language that describes what you want to happen. The transpiler converts that into the specific gate operations that a particular quantum processor can physically execute.
Different quantum computers have different native gate sets and connectivity constraints. A circuit that works beautifully on one IBM processor might require extensive modification for another. This isn't unique to quantum computing—compilers do similar work for classical code—but it means that "programming a quantum computer" is mediated by substantial infrastructure that sits between the programmer and the physics.
For policy purposes, this matters. If quantum computing becomes strategically important, control over these abstraction layers—the compilers, the runtime environments, the cloud platforms—becomes as significant as control over the hardware itself. IBM offering free access to its quantum processors is generous, but users are programming within IBM's ecosystem, using IBM's tools, sending code to IBM's infrastructure.
What Gets Built When Access Expands
The stated goal of this tutorial series is simple: get true beginners to use a real quantum computer "in the shortest amount of time possible." By that metric, it succeeds. You can copy the code, get an IBM account, and have results from a quantum processor before the tutorial video ends.
The harder question is what happens next. Olivia ends with a practice exercise: program the other three Bell states. This is good pedagogy—learn by doing—but it also illustrates the current state of accessible quantum programming. The next step after successfully creating one entangled state is... creating slightly different entangled states.
Lesson four promises to "tackle the biggest misconceptions about quantum computing and discuss where the field is actually headed and what we're trying to achieve." That discussion will determine whether this tutorial series is selling access to a transformative technology or to an elaborate physics experiment that happens to be accessible via cloud API.
Right now, IBM has made it possible for anyone to run quantum circuits on real hardware. Whether they've made it possible to do anything useful with those circuits remains a separate question—one that expanding access alone doesn't answer.
Samira Okonkwo-Barnes
Watch the Original Video
Use A Quantum Computer Today | Ep.1
Qiskit
13m 19sAbout This Source
Qiskit
Qiskit is a premier YouTube channel dedicated to the burgeoning field of quantum computing, amassing 185,000 subscribers. As a significant player in this niche, Qiskit simplifies the complexities of quantum mechanics through its engaging content, including tutorials, lectures, and community updates. The channel is designed to cater to both beginners venturing into quantum computing and seasoned experts seeking advanced insights.
Read full source profileMore Like This
Navigating Quantum Error Correction's Critical Path
Explore how quantum error correction opens doors to fault-tolerant computing.
How Synthetic Data Generation Solves AI's Training Problem
IBM researchers explain how synthetic data generation addresses privacy, scale, and data scarcity issues in AI model training workflows.
Quantum and HPC: A New Computational Alliance
Explore how quantum and classical computing merge to solve complex problems, enhancing capabilities in industries like chemistry and finance.
Microsoft's Bug Bounties Expand to Third-Party Code
Microsoft's expanded bug bounty program aims to secure the software supply chain by including third-party code.