Summary
This paper explores the combination of Large Language Models (LLMs) with quantum computing, especially for Variational Quantum Algorithms (VQAs). A new paradigm named Quantum GPT-Guided Architecture Search (QGAS) is proposed. Specifically, GPT-4 suggests an ansatz according to the prompt, and GPT-3.5 converts it into QASM format. Experiments on Portfolio Optimization, ground state energy estimiation, combinatorial optimization, and classification demonstrate that QGAS can achieve comparable performance to SOTA methods. Furthermore, human feedback may help QGAS improve the performance.
Strengths
- The paper applies LLMs to Ansatz Architecture Search for the first time, which is innovative.
- By deriving the problem hamiltonians, the paper unifies several applications such as quantum chemistry, quantum finance, and quantum optimization problems. Experiments show QGAS has comparable performance to SOTA methods.
- Some ethical issues and challenges in applying GPT to quantum computing are discussed. Also, future directions and promising applications combining LLMs and quantum computing are mentioned.
Weaknesses
- Despite the novelty of applying LLMs to ansatz architechture search, the methodology is plain. How to let GPT understand the problem and the performance of the current ansatz should be elaborately designed. Also, the proposed prompts neglect the quantum noise, which weakens the performance of QGAS in noisy environments.
- The existing GPT model is not professional in quantum computing. It may generate misleading outcomes, which makes the training process unstable. Fine-tuning the LLMs in quantum computing is necessary for the robustness of QGAS.
- Since the knowledge of GPT mostly originates from existing information on the internet and the reasoning ability of it is limited, it can hardly generate some innovative ansatze leading to an outstanding result or new problem-specific ansatze.
- The experimental results are not convincing enough. An important metric in ground state energy estimation is the chemical accuracy. Whether the chemical accuracy is achieved or the distance between estimated energy and ground state energy should be noted like [1]. Besides, TwoLocal and RealAmplitude seem weak in optimization problems. Methods like [2] and [3] should be compared.
[1] Reinforcement learning for optimization of variational quantum circuit architectures[J].
[2] A quantum approximate optimization algorithm[J].
[3] From the quantum approximate optimization algorithm to a quantum alternating operator ansatz[J].
Questions
1. How do you choose the six design spaces? Will the choice of design spaces influence the performance?
2. What hardware (GPUs) do you use to run the experiments? What's the total training time of an experiment?
3. According to my knowledge, UCCSD can achieve ground state energy with an extremely deep circuit. Why is the performance of UCCSD in this paper so bad?
Rating
3: reject, not good enough
Confidence
4: You are confident in your assessment, but not absolutely certain. It is unlikely, but not impossible, that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work.