ASPBE Lean Blueprint
This Blueprint is the checked declaration map for ASPBE: Automatic State Preparation and Block Encoding for Quantum Computing. It connects the QuantumComputinglib reading path to exact Lean definitions, theorem statements, proof dependencies, and source locations.
The first four chapters explain the contracts, reusable construction routes, and completed case studies. The declaration catalog that follows is generated from every explicit public declaration in QuantumBlockEncoding. Generated Lean panels are resolved during the documentation build, so a renamed or missing declaration breaks CI instead of leaving a stale web page.
Readers who already know a declaration name can use the QuantumComputinglib Library Explorer to search every explicit public declaration by name, catalog, kind, source note, or Lean preview. The exact count is generated from the current source inventory during the website build. The Explorer and these Blueprint chapters are generated from the same inventory: the Explorer makes discovery fast, while the Blueprint shows the elaborated signature and proof status supplied by Lean.
The words proved, contract, and obligation are used deliberately. A proposition stored inside a structure is a contract until a proof field is supplied. An exact clean-block certificate does not by itself claim a gate implementation or resource optimality. The experimental Robin-matrix module is included for discoverability but is separated from the default import surface and its open diagnostic proofs are stated plainly.
The organization of this documentation was inspired by Sho Sonoda's Lean Ridgelet project and its public Blueprint. We thank Sho Sonoda for making that readable example public. The multi-page design, Lean declaration panels, preview runtime, navigation, and selectable styles are provided by Verso Blueprint, built on Verso.
Contents
- 1. Overview: from a user target to a Lean certificate
- 2. Foundations: matrices, circuits, and semantic tiers
- 3. Reusable block-encoding routes
- 4. Certified case studies
- 5. Declaration catalog: Foundations
- 6. Declaration catalog: Semantics
- 7. Declaration catalog: ClassicRoutes
- 8. Declaration catalog: CertifiedCases
- 9. Declaration catalog: Cubic
- 10. Declaration catalog: PaperAndExamples
- 11. Declaration catalog: AutomationAndMemory
- 12. Declaration catalog: ExperimentalRobinMatrix