What problem does it solve? It helps you understand, run, debug, and reimplement the UnitaryLab Adiabatic Quantum Computing (AQC) solver for small quantum linear-system problems, including Householder state preparation, SVD block encoding, adiabatic schedules, and post-selection. ## Core Features & Use Cases - Guided execution: Run the packaged AQCAlgorithm with deterministic inputs, automatic step selection, and structured return fields like residual norm and post-selection amplitude. - Debugging support: Diagnose condition-number, normalization, post-selection, direction-error, and scale-conversion issues using documented checkpoints. - Reimplementation guidance: Follow a theory-to-code mapping and a minimal manual implementation built on unitarylab.Circuit and unitarylab.Register. - Use Case: Ask how the AQC solver prepares |b> with a Householder transform and post-selects the five-ancilla register, then run the n=2 example and inspect the residual and fidelity. ## Quick Start Ask the assistant to run the UnitaryLab AQC solver with n=2 and automatic step selection, then explain the residual and post-selection results.