Skip to content

Commit ed6d0c1

Browse files
authored
Prepare 0.7 release (#1267)
* Prepare 0.7 release * docs: touch up on some release notes
1 parent 0ec0930 commit ed6d0c1

29 files changed

+29
-25
lines changed

docs/migration/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Qiskit Nature Migration Guides
33
##############################
44

5+
If you are switching over to version 0.7, which has removed all previously
6+
deprecated code, simply follow the instructions provided in the sections below.
7+
58
Migrating from 0.5 to 0.6
69
-------------------------
710

releasenotes/notes/0.7-prelude-169d294985170fd5.yaml

Lines changed: 0 additions & 19 deletions
This file was deleted.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
prelude: >
3+
Qiskit Nature has been migrated to the `qiskit-community Github organization <https://github.com/qiskit-community>`_
4+
to further emphasize that it is a community-driven project.
5+
To reflect this change and because we are onboarding additional codeowners and maintainers,
6+
with this version (0.7) we have decided to *remove all deprecated* code, regardless of the time of its deprecation.
7+
This ensures that the new members of the development team do not have a large bulk of legacy code to maintain.
8+
9+
This can mean one of two things for you as the end-user:
10+
11+
#. Nothing, if you already migrated your code and no longer rely on any deprecated features.
12+
13+
#. Otherwise, you need to migrate your code immediately. If you cannot do that, or want to continue using some
14+
of the features that were removed, you should pin your version of Qiskit Nature to 0.6
15+
16+
You can check out the `migration guides <https://qiskit.org/ecosystem/nature/migration/index.html>`_
17+
for details on how to update your code.
18+
19+
For more context on the changes around Qiskit Nature and the other application projects as well as the algorithms
20+
library in Qiskit, be sure to read this `blog post <https://ibm.biz/BdSyNm>`_.

releasenotes/notes/better-angular-momentum-9de340ef91d1024a.yaml renamed to releasenotes/notes/0.7/better-angular-momentum-9de340ef91d1024a.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ features:
44
Adds new operator generator functions to allow more fine-grained spin observables.
55
The new functions are:
66
7-
- the $S^+$ operator: :func:`.s_plus_operator`
8-
- the $S^-$ operator: :func:`.s_minus_operator`
9-
- the $S^x$ operator: :func:`.s_x_operator`
10-
- the $S^y$ operator: :func:`.s_y_operator`
11-
- the $S^z$ operator: :func:`.s_z_operator`
7+
- the :math:`S^+` operator: :func:`.s_plus_operator`
8+
- the :math:`S^-` operator: :func:`.s_minus_operator`
9+
- the :math:`S^x` operator: :func:`.s_x_operator`
10+
- the :math:`S^y` operator: :func:`.s_y_operator`
11+
- the :math:`S^z` operator: :func:`.s_z_operator`
1212
1313
All of these functions take the number of spatial orbitals as their only argument
1414
and return the constructed :class:`.FermionicOp`.

releasenotes/notes/bosonic-operator-and-mapper-45bfde873f092681.yaml renamed to releasenotes/notes/0.7/bosonic-operator-and-mapper-45bfde873f092681.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ features:
1717
- |
1818
In order to use the bosonic operator for quantum applications, this feature also introduces the
1919
bosonic linear mapper, which allows to map the BosonicOp to the qubit space. This mapper is based
20-
on `this paper <https://link.aps.org/doi/10.1103/PhysRevResearch.3.043212>`.
20+
on `this paper <https://link.aps.org/doi/10.1103/PhysRevResearch.3.043212>`_.
2121
To use this mapper one can for example:
2222
2323
.. code-block:: python

0 commit comments

Comments
 (0)