Hermite Neural Network Simulation for Solving the 2D Schrodinger Equation

Kourosh Parand,Aida Pakniyat
2024-02-16
Abstract:The Schrodinger equation is a mathematical equation describing the wave function's behavior in a quantum-mechanical system. It is a partial differential equation that provides valuable insights into the fundamental principles of quantum mechanics. In this paper, the aim was to solve the Schrodinger equation with sufficient accuracy by using a mixture of neural networks with the collocation method base Hermite functions. Initially, the Hermite functions roots were employed as collocation points, enhancing the efficiency of the solution. The Schrodinger equation is defined in an infinite domain, the use of Hermite functions as activation functions resulted in excellent precision. Finally, the proposed method was simulated using MATLAB's Simulink tool. The results were then compared with those obtained using Physics-informed neural networks and the presented method.
Numerical Analysis,Artificial Intelligence,Machine Learning,Neural and Evolutionary Computing,Analysis of PDEs
What problem does this paper attempt to address?
The paper attempts to address the problem of solving the Schrödinger equation in a two-dimensional space. Specifically, the authors use a method that combines Hermite functions with neural networks to improve the accuracy of solving the Schrödinger equation. By using the roots of Hermite functions as collocation points, the efficiency of the solution is enhanced. Since the Schrödinger equation is defined in an infinite domain, using Hermite functions as activation functions can achieve high accuracy. Ultimately, this method was simulated in MATLAB's Simulink tool, and the results were compared with those of Physics-informed neural networks. Overall, this study aims to utilize neural network technology in the field of quantum mechanics, particularly for efficient methods of solving the Schrödinger equation.