Search papers, labs, and topics across Lattice.
This paper introduces a learning-to-rank framework for selecting efficient tensor-network contraction plans in GPU-accelerated quantum circuit simulation, addressing the significant cost associated with classical simulation as circuit size increases. By utilizing structural features from contraction sequences and training gradient-boosted rankers on GPU performance measurements, the authors demonstrate that their learned models consistently outperform random and MinFill-based baselines. Notably, the listwise model achieves the best decision quality, indicating that Learning to Rank can effectively streamline the contraction-plan search process while highlighting the influence of GPU architecture on performance stability.
Learning to Rank models can significantly enhance the efficiency of tensor-network contraction plans, outperforming traditional methods and adapting across different GPU architectures.
Classical simulation remains essential for developing and validating quantum algorithms, but its cost grows rapidly with circuit size. Tensor-network contraction can reduce this cost by exploiting circuit structure, although its efficiency depends strongly on the chosen contraction plan. On GPUs, plans with similar theoretical complexity may perform very differently because execution also depends on parallelism, reduction structure, memory traffic, and contraction geometry. We present a learning-to-rank framework for selecting efficient contraction plans before executing them. Each plan is represented by structural features derived directly from its sequence of pairwise contractions, and gradient-boosted rankers are trained from GPU measurements using listwise and pairwise objectives. We evaluate the resulting models on diverse circuit families, using separate in-distribution and circuit-family-shift test sets, and compare them with random and MinFill-based baselines. The learned rankers generally identify better plans, with the listwise model providing the strongest overall decision quality. We also study backend shift by comparing empirical plan orderings on two GPU architectures and evaluating the source-trained models on the second device without retraining. The rankings remain substantially, though not perfectly, stable across GPUs, and the models retain useful decision quality. These results support Learning to Rank as a practical way to reduce contraction-plan search, while showing that performance remains partly backend dependent.