Skip to content

nmayhall-vt/adapt-vqe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ADAPT-VQE

This is the simulation code for performing ADAPT-VQE calculations. Method detailed in Nature Communications, 10, 3007, (2019):article | preprint

Installation

  1. Download

     git clone https://github.com/mayhallgroup/adapt-vqe.git
     cd adapt-vqe/
    
  2. create virtual environment (optional)

     virtualenv -p python3 venv
     source venv/bin/activate
    
  3. Install

     pip install .
    
  4. run tests

     pytest test/*.py
    

About

ADAPT-VQE simulation code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 99.6%
  • Shell 0.4%