项目作者: eraraya-ricardo

项目描述 :
VQE algorithm for estimating the ground state energy and wave function for H2 molecule.
高级语言: Jupyter Notebook
项目地址: git://github.com/eraraya-ricardo/VQE_H2.git
创建时间: 2021-01-02T16:42:18Z
项目社区:https://github.com/eraraya-ricardo/VQE_H2

开源协议:MIT License

下载


VQE_H2

Variational Quantum Eigensolver Flowchart

Exploring the Variational Quantum Eigensolver (VQE) algorithm for estimating the ground state energy and wave function for H2 molecule. As a comparison, numerical simulations with Full CI method were carried out. This is a more in-depth review of the VQE demo by PennyLane
The motivation, theory, simulation design, and results can be read (in Indonesian) on the Review Paper.pdf. The codes to produce the numerical plots and results in the paper are VQE_H2.ipynb and quantum-plots.ipynb.

The PennyLane package is used as the quantum programming framework, PySCF is used for the Full CI simulations.

The equation (Overleaf) template, quantum-plots.ipynb, and quantum-plots.mplstyle were provided by the Quantum Journal GitHub repository.

This work is done as a submission for the Advanced Quantum Mechanics class’ final project.