Skip to content

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

License

Notifications You must be signed in to change notification settings

Zuricho/kagome_HVQE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published