Skip to content
This repository has been archived by the owner on Aug 19, 2023. It is now read-only.

Commit

Permalink
Add aqua and chemistry to tracked components (#185)
Browse files Browse the repository at this point in the history
* Add aqua and chemistry to tracked components

For the next release of qiskit-aqua and qiskit-chemistry we're going to
include qiskit-aqua and qiskit-chemistry in the list of tracked
elements.

Fixes #6

* Add changelog

* Update setup.py
  • Loading branch information
mtreinish authored and jaygambetta committed May 3, 2019
1 parent 4b295d4 commit 6dd1d22
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,16 @@ The format is based on `Keep a Changelog`_.
`UNRELEASED`_
=============


`0.9.0`_ - 2019-05-02
=====================


Added
-----

- Added the qiskit-ibmq-provider package to the metapackage (#227).
- Added qiskit-aqua and qiskit-chemistry to the set of installed packages (#185)

Changed
-------
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
qiskit_terra,
"qiskit-aer==0.2.0",
"qiskit-ibmq-provider==0.1.1",
"qiskit-ignis==0.1.1"
"qiskit-ignis==0.1.1",
"qiskit-aqua==0.5.0",
"qiskit-chemistry==0.5.0"
]


Expand Down

0 comments on commit 6dd1d22

Please sign in to comment.