Skip to content

Commit 66dedc4

Browse files
authored
Merge pull request #203 from BoxiLi/qutip-qip-0.3.X
Update the changelog for 0.3.0
2 parents 3178351 + 8e721bf commit 66dedc4

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

doc/source/changelog.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@ Changelog
33
*********
44

55

6+
Version 0.3.0 (July 19, 2023)
7+
+++++++++++++++++++++++++++++
8+
9+
This release adds to major features to the package.
10+
11+
New features
12+
------------
13+
- **MAJOR** Add Variational Quantum Algorithms in a new module :obj:`qutip_qip.vqa`. `Unitary fund microgrant project <https://unitary.fund/posts/vqa_in_qutip.html>`_ (`#123 <https://github.com/qutip/qutip-qip/pull/123>`_)
14+
- **MAJOR** qutip-qip backends for qiskit :obj:`qutip_qip.qiskit`. `Google Summer of Code project 2022 <https://summerofcode.withgoogle.com/archive/2022/projects/jFfaK3Su>`_ (`#155 <https://github.com/qutip/qutip-qip/pull/155>`_, `#159 <https://github.com/qutip/qutip-qip/pull/159>`_)
15+
- Add class representation of quantum gates. (`#147 <https://github.com/qutip/qutip-qip/pull/123>`_)
16+
17+
Documentation
18+
-------------
19+
- Add synced qutip-qip tutorials to documentation on Read the docs (`#207 <https://github.com/qutip/qutip-qip/pull/207>`_)
20+
621
Version 0.2.3 (December 12, 2022)
722
+++++++++++++++++++++++++++++++++
823

doc/source/installation.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ If you want to edit the code, use instead
131131
132132
To test the installation from a download of the source code, run from the `qutip-qip` directory
133133

134-
```
135-
pytest tests
136-
```
134+
.. code-block:: bash
135+
136+
pytest tests
137+

0 commit comments

Comments
 (0)