English

Reinforcement Learning for Parameterized Quantum State Preparation: A Comparative Study

Machine Learning 2026-02-19 v1 Quantum Physics

Abstract

We extend directed quantum circuit synthesis (DQCS) with reinforcement learning from purely discrete gate selection to parameterized quantum state preparation with continuous single-qubit rotations RxR_x, RyR_y, and RzR_z. We compare two training regimes: a one-stage agent that jointly selects the gate type, the affected qubit(s), and the rotation angle; and a two-stage variant that first proposes a discrete circuit and subsequently optimizes the rotation angles with Adam using parameter-shift gradients. Using Gymnasium and PennyLane, we evaluate Proximal Policy Optimization (PPO) and Advantage Actor--Critic (A2C) on systems comprising two to ten qubits and on targets of increasing complexity with λ\lambda ranging from one to five. Whereas A2C does not learn effective policies in this setting, PPO succeeds under stable hyperparameters (one-stage: learning rate approximately 5×1045\times10^{-4} with a self-fidelity-error threshold of 0.01; two-stage: learning rate approximately 10410^{-4}). Both approaches reliably reconstruct computational basis states (between 83\% and 99\% success) and Bell states (between 61\% and 77\% success). However, scalability saturates for λ\lambda of approximately three to four and does not extend to ten-qubit targets even at λ=2\lambda=2. The two-stage method offers only marginal accuracy gains while requiring around three times the runtime. For practicality under a fixed compute budget, we therefore recommend the one-stage PPO policy, provide explicit synthesized circuits, and contrast with a classical variational baseline to outline avenues for improved scalability.

Keywords

Cite

@article{arxiv.2602.16523,
  title  = {Reinforcement Learning for Parameterized Quantum State Preparation: A Comparative Study},
  author = {Gerhard Stenzel and Isabella Debelic and Michael Kölle and Tobias Rohe and Leo Sünkel and Julian Hager and Claudia Linnhoff-Popien},
  journal= {arXiv preprint arXiv:2602.16523},
  year   = {2026}
}

Comments

Extended version of a short paper to be published at ICAART 2026

R2 v1 2026-07-01T10:41:27.483Z