/adapt-vqe

ADAPT-VQE simulation code

Primary LanguagePython

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