This is the simulation code for performing ADAPT-VQE calculations. Method detailed in Nature Communications, 10, 3007, (2019):article | preprint
-
Download
git clone https://github.com/mayhallgroup/adapt-vqe.git cd adapt-vqe/
-
create virtual environment (optional)
virtualenv -p python3 venv source venv/bin/activate
-
Install
pip install .
-
run tests
pytest test/*.py