Best starting points in 2026
If you only click one link from this page, pick based on what you already know. These four cover almost everyone.
- →
IBM Quantum Learning : structured, browser-based, and connects to free real hardware - →
Our courses page : every free course and reference this site tracks, ranked by where to start - →
PennyLane Codebook : best if you want to learn by writing circuits immediately - →
MIT 8.370x: Quantum Information Science I : free to audit, genuinely rigorous, listed on our courses page
Pick a path by experience level
Our full stage-by-stage roadmap lives on its own page. The short version: absolute beginners need linear algebra and Python before anything else, programmers should get a circuit running in week one, and everyone eventually needs to understand gates, entanglement, and measurement before the algorithms make sense.
- →
Full learning path guide : the complete stage 0 through stage 4 roadmap - →
Getting started guide : your first Bell state in an afternoon - →
Glossary : look up any term without leaving the page you're reading
SDKs: where you write circuits
Five SDKs cover almost every real project. Qiskit has the deepest ecosystem and the most free real hardware. PennyLane is built for quantum machine learning and differentiable circuits. Cirq favors NISQ research. Braket brokers multiple hardware vendors through one AWS account. CUDA-Q is the one to reach for when a circuit is too large to simulate on a CPU.
- →
IBM Qiskit setup guide - →
PennyLane setup guide - →
Google Cirq setup guide - →
Amazon Braket setup guide - →
NVIDIA CUDA-Q setup guide - →
Full SDK comparison : feature by feature, not only a list
Where to run something
Simulators are where you debug. Real hardware is where you find out what noise does to your circuit. Both are free.
- →
Free simulators guide : local and cloud, including GPU-accelerated options - →
Real hardware access guide : IBM's free tier, IonQ, Quantinuum, and academic programs - →
IBM Quantum free tier guide
Textbooks and references worth keeping open
Most people who stall on a textbook stall on the same one for the same reason: they skipped the linear algebra. Fix that first, then these hold up over years rather than months.
- →Nielsen and Chuang, Quantum Computation and Quantum Information : the field's standard reference, listed on our courses page
- →
3Blue1Brown, Essence of Linear Algebra : the prerequisite almost everyone skips - →
Quantum Algorithm Zoo : the canonical index of known quantum algorithms - →
Our algorithms guide : Grover, QFT, VQE, and QAOA built step by step with runnable code
Staying current once you're past the basics
The field moves fast enough that a static reading list goes stale within a year. Track primary sources directly instead of waiting for someone to summarize them for you, and read our own coverage for the parts that need independent-verification context a press release won't give you.
- →
Our research paper explainers : landmark papers explained without the jargon - →arXiv quant-ph recent submissions
- →
Our blog : industry analysis and honest takes on new hardware claims, updated regularly - →
Industry landscape : 60+ companies mapped across every hardware and software category
Three sequences, depending on why you're here
Practical programmer: getting-started guide, then a second SDK for comparison, then run the same circuit on real hardware to see what noise does. Theory-first: linear algebra prerequisites, then MIT's 8.370x, then Nielsen and Chuang as your standing reference. Research-current: our research explainers and the algorithms guide first, then arXiv's recent submissions directly, then the SDK docs for whatever platform your reading points you toward.
Preguntas frecuentes
What's the actual fastest way to get started in 2026?
Read the getting-started guide, install Qiskit, and run a Bell state on a local simulator. That takes under an hour and tells you immediately whether you want to keep going before you invest in a textbook or a full course.
Do I need a different resource list depending on which SDK I pick?
No. The concepts (gates, superposition, entanglement, measurement) transfer completely across Qiskit, Cirq, PennyLane, Braket, and CUDA-Q. Pick one to start, and treat switching later as a translation exercise, not a restart.
Is there a paid resource on this list worth paying for?
Almost everything here is free to audit or use. The one exception is a verified course certificate, which is optional and buys you a formal record, not better content. See our certifications guide for when that's worth it.