Back to Curiosities
Curiosities
Series Part 1 of 7 · Quantum Computing

The Absolute Basics: A Welcome Tour

What a quantum computer actually is, what a qubit is, what superposition and entanglement mean, and a first glimpse at quantum algorithms. No jargon without explanation, no scary equations.

June 15, 2026 By Nitin 7 min read
The Absolute Basics: A Welcome Tour Curiosities June 15, 2026 7 min /curiosities/the-absolute-basics/ The first post in the Quantum Computing series. What a quantum computer actually is, what a qubit is, what superposition and entanglement mean, and a first glimpse at quantum algorithms. No jargon without explanation, no scary equations.

Welcome to the very first post in this blog series on quantum computers. If you have ever felt that quantum computing sounds like science fiction, or just plain confusing, you are in the right place. I am going to explain everything like you have never studied physics or computer science before. No jargon without explanation, no scary equations (yet), and plenty of everyday analogies.

By the end of this post you will understand the core building blocks: what a quantum computer actually is, the magical little things called qubits, how we write them down, superposition, entanglement, quantum gates, and the first glimpse of quantum algorithms. Think of this as the welcome-to-the-quantum-world tour.

01

what is a quantum computer, anyway?

A regular (classical) computer, your phone, laptop, or the giant servers that run the internet, works by flipping billions of tiny switches on and off. Each switch is either 0 or 1. That is it. Everything from cat videos to rocket launches is built out of these binary choices.

A quantum computer is a completely different kind of machine. Instead of using normal switches, it uses the weird rules of the subatomic world (quantum mechanics) to do calculations in a way that classical computers simply cannot match for certain problems.

The magic comes from two strange quantum phenomena we will meet in a minute: superposition and entanglement. Because of these, a quantum computer can explore many possible answers at the same time instead of checking them one by one. It is like having a computer that can try every path in a maze simultaneously.

One important note. Quantum computers will not replace your laptop tomorrow. They are not better at everything, just at certain hard problems like breaking modern encryption or simulating molecules for new medicines.

02

the star of the show, the qubit

The basic unit of a classical computer is the bit (binary digit). It is always either 0 or 1.

The basic unit of a quantum computer is the qubit (quantum bit). A qubit can be 0, or 1, or both at the same time. Mind-bending, right?

Physically, a qubit can be made from:

  • A tiny particle of light (a photon).
  • A single electron.
  • A tiny superconducting circuit cooled to almost absolute zero.

And several other exotic things. But you do not need to worry about the hardware yet.

03

how we write qubits (super simple notation)

Scientists use a special shorthand called Dirac notation (named after a physicist). It looks like this:

  • A qubit that is definitely 0 is written |0⟩ (read "ket zero").
  • A qubit that is definitely 1 is written |1⟩ (read "ket one").

The funny vertical bars and angle bracket are just fancy brackets, nothing scary. Think of |0⟩ as "the state zero" and |1⟩ as "the state one".

When a qubit is in superposition (both states at once), we write it like this:

Superposition, in symbols
|ψ⟩ = α|0⟩ + β|1⟩

Do not panic. α (alpha) and β (beta) are just numbers that tell us how much of each state is present. The only rule is that the probabilities add up to 100% when we finally measure the qubit (more on measurement soon).

04

superposition, the "both at once" trick

This is the first piece of quantum weirdness.

A classical bit is like a light switch: up (1) or down (0).

A qubit is like a spinning coin that has not landed yet. It is both heads and tails until you look at it. The moment you measure (look), it "collapses" and becomes either 0 or 1.

The most famous analogy is Schrödinger's cat. Imagine a cat in a sealed box with a poison vial that might or might not break. Until you open the box, the cat is both alive and dead at the same time. That is superposition. The cat is not "maybe" alive. It is truly in a combination of both states until observation forces it to pick one.

In a quantum computer we use this to our advantage. One qubit can represent two possibilities at once. Two qubits can represent four. Ten qubits can represent over a thousand simultaneously. A hundred qubits? More possibilities than there are atoms in the universe. That is the power.

05

entanglement, "spooky action at a distance"

Now things get even stranger.

When two qubits become entangled, they are linked together so perfectly that measuring one instantly tells you what the other one is, even if they are on opposite sides of the planet.

Einstein hated this idea and called it "spooky action at a distance." Experiments have proven it is real.

Simple analogy. Imagine you have a pair of magic dice. You roll one die on Earth and it shows a 6. Instantly, your friend on Mars rolls the other die and it must show a 1. They are not communicating. They are entangled. The outcome of one is tied to the other no matter the distance.

In quantum computing, entanglement lets qubits work together in ways that give us massive parallel processing power.

06

quantum gates, the new toolbox

Classical computers use logic gates: AND, OR, NOT, and so on, to flip bits around.

Quantum computers have their own gates that work on qubits. The two most important ones for beginners are:

  • Hadamard gate (H). Takes a definite |0⟩ and turns it into a perfect superposition of |0⟩ and |1⟩ (like flipping the coin into the air). It is the "create superposition" button.
  • CNOT gate. A two-qubit gate that uses one qubit to control the other. It is the main way we create entanglement.

You can chain these gates together (plus a few others) to build quantum circuits, basically the quantum version of computer programs.

07

quantum algorithms, where the magic happens

An algorithm is just a step-by-step recipe.

A quantum algorithm is a recipe that uses superposition, entanglement, and quantum gates to solve problems ridiculously faster than any classical computer.

Two famous examples you will hear about a lot:

  • Shor's algorithm (1994). Can factor huge numbers (the basis of modern encryption) in minutes instead of billions of years.
  • Grover's algorithm. Searches an unsorted list much faster than any classical search can.

These algorithms do not work on every problem, but for the ones they do solve, the speedup is enormous.

08

recap, you just took your first quantum step

In plain English:

  • Quantum computers use qubits instead of bits.
  • Qubits can be in superposition (multiple states at once), like Schrödinger's cat.
  • Qubits can be entangled, instantly linked no matter the distance.
  • We manipulate them with quantum gates.
  • Clever sequences of gates create quantum algorithms that can outperform classical computers on specific hard problems.

You now understand the absolute fundamentals, enough to follow the rest of this series.

In Part 2, we will actually draw some simple quantum circuits, run a tiny "hello world" quantum program in the browser (no fancy hardware required), and see superposition and entanglement in action with real (simulated) numbers.

If anything in this post was confusing, send it over. The series gets better when more people read it.