English

Depth Optimized Ansatz Circuit in QAOA for Max-Cut

Quantum Physics 2021-10-12 v1 Data Structures and Algorithms

Abstract

While a Quantum Approximate Optimization Algorithm (QAOA) is intended to provide a quantum advantage in finding approximate solutions to combinatorial optimization problems, noise in the system is a hurdle in exploiting its full potential. Several error mitigation techniques have been studied to lessen the effect of noise on this algorithm. Recently, Majumdar et al. proposed a Depth First Search (DFS) based method to reduce n1n-1 CNOT gates in the ansatz design of QAOA for finding Max-Cut in a graph G = (V, E), |V| = n. However, this method tends to increase the depth of the circuit, making it more prone to relaxation error. The depth of the circuit is proportional to the height of the DFS tree, which can be n1n-1 in the worst case. In this paper, we propose an O(Δn2)O(\Delta \cdot n^2) greedy heuristic algorithm, where Δ\Delta is the maximum degree of the graph, that finds a spanning tree of lower height, thus reducing the overall depth of the circuit while still retaining the n1n-1 reduction in the number of CNOT gates needed in the ansatz. We numerically show that this algorithm achieves nearly 10 times increase in the probability of success for each iteration of QAOA for Max-Cut. We further show that although the average depth of the circuit produced by this heuristic algorithm still grows linearly with n, our algorithm reduces the slope of the linear increase from 1 to 0.11.

Keywords

Cite

@article{arxiv.2110.04637,
  title  = {Depth Optimized Ansatz Circuit in QAOA for Max-Cut},
  author = {Ritajit Majumdar and Debasmita Bhoumik and Dhiraj Madan and Dhinakaran Vinayagamurthy and Shesha Raghunathan and Susmita Sur-Kolay},
  journal= {arXiv preprint arXiv:2110.04637},
  year   = {2021}
}

Comments

12 pages, single column

R2 v1 2026-06-24T06:45:52.416Z