GitHub   YouTube   Collection 1   Collection 2   Tech. Report

While quantum mechanics can accurately describe our universe, the equation governing the quantum system is too complicated to be soluble through human analysis. To apply this great theory to real world scenarios, such as in the investigation of electronic structure or in the prediction of complex system in atomic scale, we have to resort to computational approach. In this project, I studied and implemented two well-known approach for solving the properties of quantum systems: the Fourier grid Hamiltonian method and Quantum Monte Carlo method.
         Fourier grid Hamiltonian (FGH) method elegantly discretized the problem through momentum space representation into an finite Eigenvalue problem. The eigenvalue decomposition is solved using Eigen Library in my implementation. The above artistic figures are electron excited states computed using this method. The lowest 150 excited states for 2D simple harmonic oscillator and for a special potential can be found here and here on DropBox.
         Quantum Monte Carlo (QMC) method is an interesting algorithm that can efficiently solve for the ground state property of any multiple-Boson system. The idea is to propagate in the imaginary time through Feynman's Path Integral Formulation. And by viewing the imaginary time propagation as a birth-death process with random walking replicas. A visualization of this method is available on YouTube. I have also implemented some real-world situations to demonstrate the effectiveness of this method.