From af1a23b65a0e6c9a99437c9321927368908aed21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ian=20Hellstr=C3=B6m?= <49023008+ianhellstrom@users.noreply.github.com> Date: Thu, 27 Jul 2023 10:49:08 +0200 Subject: [PATCH] Add Qiskit Nature and PySCF (#28) Check list: - [X] PR description is meaningful. - [ ] `./generate_requirements.sh` has been executed (when appropriate). - [X] `./check_docker.sh` executes successfully locally. - [X] `./build_docker.sh` executes successfully locally. - [x] Zoose version in `.env` has been updated appropriately. - [ ] Commit has been tagged `git tag X.Y.Z` with `X.Y.Z` as in `.env`. - [ ] `README` has been updated (if applicable). --- .env | 2 +- quantum/requirements.txt | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.env b/.env index 5dab9e6..babbf86 100644 --- a/.env +++ b/.env @@ -1,3 +1,3 @@ PREFIX=databaseline/zoose BASE=databaseline/zoose-base -TAG=4.2.0 +TAG=4.3.0 diff --git a/quantum/requirements.txt b/quantum/requirements.txt index 443459c..4787014 100644 --- a/quantum/requirements.txt +++ b/quantum/requirements.txt @@ -7,6 +7,11 @@ pennylane-sf==0.29.0 pennylane==0.30.0 pytket==1.15.0 qiskit==0.43.0 +qiskit[finance] +qiskit[machine-learning] +qiskit[nature] +qiskit[optimization] qiskit[visualization] +qiskit-nature-pyscf qutip==4.7.1 strawberryfields==0.23.0