-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
73d005e
commit ec1d934
Showing
66 changed files
with
191 additions
and
256 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
releasenotes/notes/1.0/__qiskit_version__11305-bcf134513641462b.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
--- | ||
upgrade_misc: | ||
- | | ||
The variable ``qiskit.__qiskit_version__`` is removed as it was deprecated since | ||
Qiskit 0.44 (released on July 2023). | ||
The variable ``qiskit.__qiskit_version__`` is removed as it was deprecated since | ||
Qiskit 0.44 (released in 2023-07). | ||
Instead, you should use ``qiskit.__version__``. The other packages listed in the | ||
former ``qiskit.__qiskit_version__`` have their own ``__version__`` module level dunder, | ||
as standard in PEP 8. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
releasenotes/notes/1.0/add-token-swapper-synthesis-plugin-4ed5009f5f21519d.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 0 additions & 13 deletions
13
releasenotes/notes/1.0/dep-primitives-attr-6b4ec9fde34c42e8.yaml
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
releasenotes/notes/1.0/deprecate-pulse-instruction-call-52dca0dd26e1c768.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
upgrade_pulse: | ||
- | | ||
Removed the deprecated class :class:`qiskit.pulse.instructions.Call`. | ||
Removed the deprecated class ``qiskit.pulse.instructions.Call`` | ||
No alternative pulse instruction is provided. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
releasenotes/notes/1.0/deprecate_aquire_alignment-28f64480ed838328.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
--- | ||
upgrade: | ||
- | | ||
The method ``qiskit.transpiler.target.Target.aquire_alignment``, deprecated in 0.24, has been removed. The method ``qiskit.transpiler.target.Target.acquire_alignment`` should be used instead. | ||
The method ``Target.aquire_alignment``, deprecated in 0.24, has been removed. The method | ||
:meth:`.Target.acquire_alignment` should be used instead. |
7 changes: 4 additions & 3 deletions
7
releasenotes/notes/1.0/deprecate_clifford_indexing-5e3500301a696bdc.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
--- | ||
upgrade_quantum_info: | ||
- | | ||
Remove deprecated ``__getitem__``/``__setitem__`` magic methods of | ||
:class:`~qiskit.quantum_info.operators.symplectic.Clifford`. | ||
The methods were deprecated since Qiskit 0.44, released on July 2023. Instead, index or iterate through the :attr:`.Clifford.tableau` attribute. | ||
Removed the deprecated ``__getitem__``/``__setitem__`` magic methods of | ||
:class:`.Clifford`. | ||
The methods were deprecated since Qiskit 0.44, released in 2023-07. | ||
Instead, index or iterate through the :attr:`.Clifford.tableau` attribute. |
5 changes: 2 additions & 3 deletions
5
releasenotes/notes/1.0/deprecation-passmanager-0.25-95eb9b45b517370a.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
--- | ||
upgrade_transpiler: | ||
- | | ||
Removed deprecated function :func:`~qiskit.transpiler.preset_passmanagers.common.get_vf2_call_limit` | ||
and its corresponding test. Instead, use | ||
:func:`~qiskit.transpiler.preset_passmanagers.common.get_vf2_limits` | ||
Removed deprecated function ``qiskit.transpiler.preset_passmanagers.common.get_vf2_call_limit``. | ||
Instead, use :func:`.get_vf2_limits`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
releasenotes/notes/1.0/fix-missing-pulse-lib-c370f5b9393d0df6.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
--- | ||
fixes: | ||
- | | ||
Fixed a bug that results in an error when a user tries to load .calibration | ||
data of a gate in :class:`.Target` in a particular situation. | ||
Fixed an error when a user tries to load calibration | ||
data of a gate from a :class:`.Target` in a particular situation. | ||
This occurs when the backend reports only partial calibration data, for | ||
example referencing a waveform pulse in a command definition but not | ||
including that waveform pulse in the pulse library. In this situation, the | ||
Qiskit pulse object cannot be built, resulting in a failure to build the pulse | ||
Qiskit pulse object could not be built, resulting in a failure to build the pulse | ||
schedule for the calibration. Now when calibration data is incomplete | ||
the :class:`.Target` treats it as equivalent to no calibration being reported | ||
at all and does not raise an exception. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
releasenotes/notes/1.0/fix-plot-state-city-viz-2963c83bcf3d3347.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
--- | ||
fixes: | ||
- | | ||
Adjusted zoom, fontsize, and margins to fit the plot better for more figure | ||
Adjusted zoom, font size, and margins of :func:`.plot_state_city` to fit the plot better for more figure | ||
sizes. | ||
- | | ||
Corrected the Z-ordering behavior of bars and the zero-amplitude plane. | ||
Corrected the Z-ordering behavior of bars and the zero-amplitude plane in :func:`.plot_state_city`. | ||
- | | ||
Corrected display of negative real value bars | ||
Corrected display of negative real value bars in :func:`.plot_state_city`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
releasenotes/notes/1.0/fix-v2-conversion-with-defective-backend-6d9cebe55b06b797.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
upgrade_visualization: | ||
- | | ||
The functions ``qiskit.visualization.state_visualization.num_to_latex_ket`` and ``qiskit.visualization.state_visualization.numbers_to_latex_terms`` | ||
have been removed, as they were removed in Qiskit 0.40 (released in 2023-01). For similar functionality, see Sympy's ``nsimplify`` and ``latex`` functions. | ||
The functions ``qiskit.visualization.state_visualization.num_to_latex_ket`` and | ||
``qiskit.visualization.state_visualization.numbers_to_latex_terms`` have been removed, as they | ||
were removed in Qiskit 0.40 (released in 2023-01). For similar functionality, see Sympy's | ||
``nsimplify`` and ``latex`` functions. |
7 changes: 0 additions & 7 deletions
7
releasenotes/notes/1.0/fix_backend_name-e84661707058b529.yaml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.