Skip to content

Commit

Permalink
Add Qiskit Nature and PySCF (#28)
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
ianhellstrom committed Jul 27, 2023
1 parent e97211b commit af1a23b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
PREFIX=databaseline/zoose
BASE=databaseline/zoose-base
TAG=4.2.0
TAG=4.3.0
5 changes: 5 additions & 0 deletions quantum/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit af1a23b

Please sign in to comment.