absorb.md

Yuval Baum

Chronological feed of everything captured from Yuval Baum.

Automated Discovery of High-Success Photonic Graph State Generators

Researchers developed a generalized optimization framework for automated photonic circuit discovery. This framework utilizes a novel polynomial-based simulation approach, enabling efficient and strong simulation alongside gradient-based optimization. The technique focuses on identifying unitary transformations for desired state preparation with maximal success probability, followed by a sparsification algorithm to minimize beamsplitter count while preserving performance. This leads to the discovery of highly simplified circuits with rational reflection coefficients.

Delta-Motif: Parallel Subgraph Isomorphism Reimagined with Tabular Operations

Delta-Motif is a novel GPU-accelerated algorithm that reframes subgraph isomorphism as a series of database operations. By representing graphs in a tabular format, it leverages optimized relational primitives like joins and sorts, enabling massive parallelism. This approach significantly outperforms traditional backtracking algorithms and streamlines high-performance graph processing through familiar database abstractions.