Code and datasets for the research paper:
This repository contains the code used in the preprint paper below:
Hardware Co-Designed Optimal Control for Programmable Atomic Quantum Processors via Reinforcement Learning arXiv:2504.11737 [Qian Ding, Dirk Englund]
This project focuses on implementing hardware co-designed quantum optimal control (QOC) using Reinforcement Learning (RL) techniques on neutral atom platforms using programmable Photonic Integrated Circuits (PICs). The goal is to demonstrate robust, high-fidelity gate operations considering practical hardware with control imperfections like inter-channel crosstalk and beam leakage.
The code is written in JAX and we implement three quantum control optimization algorithms:
- Classical hybrid optimizer combining Self-Adaptive Differential Evolution (SaDE) and Adam (SADE-Adam)
- Conventional Proximal policy optimization (PPO) based RL approach
- End-to-End differentiable RL-based approach
- notebooks/ # Jupyter Notebooks for running experiments
- results/ # code for plotting the results in figures
- src/ # Source code for local and global control