Zuricho / kagome_HVQE

HVQE implementation of Kagome lattice. This project can calculate both ground state energy and exicted energies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Variational Quantum Eigensolver For Kagome Lattice

Author: Yuheng Guo, Bozitao Zhong, Xingyu Chen

Our paper will be available soon in ArXiv. A preliminary version is in folder ./report

HVQE implementation of Kagome lattice. This project can calculate both ground state energy and excited energies.

Install Environment on Windows Platform

conda create -n HVQE
conda activate HVQE
conda install cupy chainer scipy matplotlib numpy pandas

You can also install your environment by conda env create -f HVQE_environment.yml, this version is for Linux systems only.

If you want to install on Win: just install by the conda code above. Using Windows cannot use GPU because there is no GPU supported version of cupy (7.7.0~8.0.0), so I install the cupy 8.3.0

About

HVQE implementation of Kagome lattice. This project can calculate both ground state energy and exicted energies.

License:Apache License 2.0


Languages

Language:Jupyter Notebook 60.4%Language:Python 39.6%