Daily Arxiv

This page organizes papers related to artificial intelligence published around the world.
This page is summarized using Google Gemini and is operated on a non-profit basis.
The copyright of the paper belongs to the author and the relevant institution. When sharing, simply cite the source.

TensorRL-QAS: Reinforcement learning with tensor networks for improved quantum architecture search

Created by
  • Haebom

Author

Akash Kundu, Stefano Mangini

Outline

This paper highlights that quantum variational algorithms hold the potential to solve meaningful problems on moderately sized quantum hardware, but suffer from circuit design challenges. Specifically, to address the scalability challenges of reinforcement learning (RL)-based methods for quantum architecture search (QAS), we propose $\textit{TensorRL-QAS}$, a novel framework that combines tensor network methods with RL. This framework starts QAS with a matrix product state (MPS) approximation of the target solution, reducing the search space and accelerating convergence to physically meaningful circuits. Applied to quantum chemistry problems with up to 12 qubits, TensorRL-QAS reduces the number of CNOTs and circuit depth by up to 10x compared to existing methods, while maintaining or exceeding chemical accuracy. Furthermore, it significantly improves the underperformance of existing methods by reducing function evaluations of classical optimizers by up to 100x, accelerating training episodes by up to 98%, and achieving a 50% success rate on a 10-qubit system. It demonstrates robustness and versatility in noiseless and noise scenarios, and shows scalability up to 20-qubit systems.

Takeaways, Limitations

Takeaways:
A novel framework for solving the scalability problem of RL-based QAS is presented.
The possibility of designing efficient quantum circuits by combining tensor networks and RL is presented.
Improved performance compared to existing methods (reduced number of CNOTs, faster training, increased success probability).
Demonstrated robustness in noiseless and noisy environments.
It demonstrates the possibility of expansion to a 20-qubit system and suggests the possibility of future quantum hardware application.
Limitations:
Lack of information on specific hardware implementation.
Focuses on experimental results for specific quantum chemistry problems.
Further research is needed to determine the generalizability to other types of quantum problems.
The complexity and computational cost of tensor network methods must be considered.
👍