Quantum Circuit Optimizer: C++ Quantum Compiler

Production-quality C++ quantum circuit compiler with OpenQASM 3.0 parser, DAG-based IR, 4 optimization passes, and SABRE routing for multiple hardware topologies. 340 unit tests. Designed for cross-layer fidelity analysis with QubitPulseOpt.

December 30, 2025 · 7 min · 1445 words

LLVM Loop Unroll Analyzer

Custom LLVM 18 pass analyzing loop structures and identifying unroll opportunities using Scalar Evolution for trip count analysis. Foundation for quantum compiler infrastructure work.

December 15, 2025 · 2 min · 370 words