**Left column**
- Point A
- Point B
**Right column**
$$
H = \sum_{ij} t_{ij} c_i^\dagger c_j + \text{h.c.}
$$
---
## Slide 2: Quantum Mechanics
Hilbert space grows as $2^n$ with number of qubits $n$.
---
## Slide 3: Greek Letters
$\alpha x^2 + \beta y^2 = \gamma z^2$
---
## Slide 4: Code Highlighting
```python [1-2|4]
def quantum_state(n):
# wavefunction
return f"Ψ_{n}"
print(quantum_state(1))
```
---
- 👉 Each `---` = new slide.
- 👉 Each `--` = vertical sub-slide under same topic.
- Think of it as **2D** navigation through slides.
- 👉 Inline LaTeX with `$...$` and block math with `$$...$$`.
---
# Example with CSS columns