Skip to content

KaTeX Example

This throwaway guide page exists to prove the math pipeline (remark-math + rehype-katex + KaTeX CSS) renders correctly in the build.

Euler’s identity is eiπ+1=0e^{i\pi}+1=0, rendered inline via KaTeX.

The Rydberg Hamiltonian used across Bloqade Analog:

H^=∑iΩi2 σix−∑iΔi n^i+∑i<jVij n^in^j\hat{H} = \sum_{i} \frac{\Omega_i}{2}\,\sigma^x_i - \sum_{i} \Delta_i\,\hat{n}_i + \sum_{i<j} V_{ij}\,\hat{n}_i \hat{n}_j

This ```mermaid fenced block is rendered client-side (see src/components/MermaidHead.astro) and follows the light/dark theme:

graph LR
A[Bloqade program] --> B{Mode}
B -->|Analog| C[Aquila hardware]
B -->|Digital| D[Gemini circuits]
C --> E[Results]
D --> E[Results]