📊 Quantum Information States

Master the mathematical foundation of quantum computing

Your Progress

0 / 5 completed
Previous Module
Bloch Sphere Visualization

Mathematical Foundation

🔢 What is a Quantum State?

A quantum state is a mathematical description of a quantum system. For qubits, we use state vectors in a complex vector space to represent all possible configurations and their amplitudes.

📐
Dirac Notation

We use "ket" notation |ψ⟩ to represent quantum states—a shorthand invented by physicist Paul Dirac for quantum mechanics

📊 State Vector Representation

A single qubit state is represented as a linear combination of basis states:

|ψ⟩ = α|0⟩ + β|1⟩
α (alpha)
Complex amplitude for |0⟩
β (beta)
Complex amplitude for |1⟩
Normalization: |α|² + |β|² = 1

🎯 Key Properties

🔢

Complex Amplitudes

Amplitudes are complex numbers with magnitude and phase

⚖️

Normalization

Sum of squared magnitudes equals 1 (total probability = 100%)

Superposition

States can be linear combinations of multiple basis states

📝 Matrix Representation

State vectors can also be written as column matrices:

State |0⟩
[1]
[0]
State |1⟩
[0]
[1]
State |+⟩
[1/√2]
[1/√2]

💡 Why This Matters

Understanding state vectors is fundamental to quantum computing. They're the "data" that quantum algorithms manipulate, and mastering their mathematical representation is essential for designing and analyzing quantum circuits.