Generalized Quantum Functional Expansion (QFE) Solver for Stochastic Differential Equations- Paper Implementation Project #839
Labels
Paper Implementation Project
Implement a paper using Classiq
A) Introduction
The research paper to be implemented is "Generic and Scalable Differential Equation Solver for Quantum Scientific Computing" by Jinhwan Sul and Yan Wang (Georgia Institute of Technology). It proposes a Quantum Functional Expansion (QFE) framework, which encodes the functional expansion of a solution into a quantum state and solves its time evolution using Variational Quantum Simulation (VQS). The paper introduces a parallel Pauli operation strategy, significantly improving the scalability of VQS by reducing the number of required quantum circuits from O(M² + 4ⁿM) to O(M²).
The QFE framework enables the solution of a wide range of differential equations, including ordinary differential equations (ODEs), partial differential equations (PDEs), and stochastic differential equations (SDEs). My main priority is SDEs, and other types of equations will be added in the future.
B) Technical Approach
C) A High-Level Example Demonstrating Key Concepts
To illustrate the Quantum Functional Expansion (QFE) framework, consider solving a simple ordinary differential equation (ODE):
where ( \lambda ) is a constant.
Classical Approach
The analytical solution is:
If solving numerically, discretization methods like Euler’s method or Runge-Kutta can be used.
Quantum Functional Expansion Approach
1. Quantum Functional Encoding:
Expand ( u(t) ) in terms of basis functions:
Encode expansion coefficients ( \mu_i(t) ) as a quantum state:
2. Variational Quantum Simulation (VQS):
3. Parallel Pauli Operations for Efficient Computation:
4. Extracting the Solution:
The text was updated successfully, but these errors were encountered: