-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Prepare 0.24.0 release This commit prepares the 0.24.0 release, this involves 2 steps first changing all the version numbers to 0.24.0 from 0.24.0rc1 and secondly updating the release notes to prepare them for publishing. For the release notes this release leverages a pre-release feature in reno to add subsections to the release notes. For this first release leveraging this feature subsections are added to the features, deprecations, and upgrade sections for transpiler, algorithms, circuits, quantum_info, pulse, providers, primitives, and visualization. This lets us group notes into these subcategories. In future reelases we can look at adding deeper heirarchy if needed. * More release note updates * Finish categorizing feature notes * More updates * Finish subsection categorization * Expand prelude * All but bugfix notes * Fix rebase error * Finish first pass over release notes * More small tweaks * Fix typo * Update releasenotes/notes/0.24/add-alternative-hls-construction-afec157f7cf15b0b.yaml Co-authored-by: Luciano Bello <[email protected]> * Apply suggestions from code review Co-authored-by: Kevin Krsulich <[email protected]> * Update releasenotes/notes/0.24/error-pass-callable-message-3f29f09b9faba736.yaml Co-authored-by: John Lapeyre <[email protected]> * Apply suggestions from code review Co-authored-by: Julien Gacon <[email protected]> * Apply suggestions from code review Co-authored-by: John Lapeyre <[email protected]> * Apply suggestions from code review Co-authored-by: John Lapeyre <[email protected]> * Empty commit to retrigger CI after github outage * Apply suggestions from code review Co-authored-by: Kevin Krsulich <[email protected]> --------- Co-authored-by: Luciano Bello <[email protected]> Co-authored-by: Kevin Krsulich <[email protected]> Co-authored-by: John Lapeyre <[email protected]> Co-authored-by: Julien Gacon <[email protected]>
- Loading branch information
1 parent
35f7b67
commit a259fd8
Showing
116 changed files
with
572 additions
and
577 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.24.0rc1 | ||
0.24.0 |
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,3 +1,37 @@ | ||
--- | ||
encoding: utf8 | ||
default_branch: main | ||
collapse_pre_releases: true | ||
sections: | ||
- [features, New Features] | ||
- [features_transpiler, Transpiler Features, 2] | ||
- [features_circuits, Circuits Features, 2] | ||
- [features_algorithms, Algorithms Features, 2] | ||
- [features_quantum_info, Quantum Information Features, 2] | ||
- [features_pulse, Pulse Features, 2] | ||
- [features_providers, Providers Features, 2] | ||
- [features_primitives, Primitives Features, 2] | ||
- [features_visualization, Visualization Features, 2] | ||
- [issues, Known Issues] | ||
- [upgrade, Upgrade Notes] | ||
- [upgrade_transpiler, Transpiler Upgrade Notes, 2] | ||
- [upgrade_circuits, Circuits Upgrade Notes, 2] | ||
- [upgrade_algorithms, Algorithms Upgrade Notes, 2] | ||
- [upgrade_quantum_info, Quantum Information Upgrade Notes, 2] | ||
- [upgrade_pulse, Pulse Upgrade Notes, 2] | ||
- [upgrade_providers, Providers Upgrade Notes, 2] | ||
- [upgrade_primitives, Primitives Upgrade Notes, 2] | ||
- [upgrade_visualization, Visualization Upgrade Notes, 2] | ||
- [deprecations, Deprecation Notes] | ||
- [deprecations_transpiler, Transpiler Deprecations, 2] | ||
- [deprecations_circuits, Circuits Deprecations, 2] | ||
- [deprecations_algorithms, Algorithms Deprecations, 2] | ||
- [deprecations_quantum_info, Quantum Information Deprecations, 2] | ||
- [deprecations_pulse, Pulse Deprecations, 2] | ||
- [deprecations_providers, Providers Deprecations, 2] | ||
- [deprecations_primitives, Primitives Deprecations, 2] | ||
- [deprecations_visualization, Visualization Deprecations, 2] | ||
- [critical, Critical Issues] | ||
- [security, Security Issues] | ||
- [fixes, Bug Fixes] | ||
- [other, Other Notes] |
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,9 @@ | ||
--- | ||
upgrade: | ||
upgrade_transpiler: | ||
- | | ||
For the class :class:`~DagDepNode`, the previously deprecated ``condition`` | ||
attribute has been removed. It was deprecated since 0.18 release. | ||
You can use :meth:`~DAGDepNode.op.condition~ if the ``DAGDepNode`` is of type ``op``. | ||
The previously deprecated ``condition`` attribute of the | ||
:class:`~.DAGDepNode` class has been removed. It was marked as deprecated | ||
in the 0.18 release (07-2021). Instead you should use the | ||
:attr:`~.Instruction.condition` attribute of the ``op`` attribute to | ||
access the condition of an operation node. For other node types there | ||
is no condition to access. |
16 changes: 10 additions & 6 deletions
16
releasenotes/notes/0.24/adapt-vqe-thresholds-239ed9f250c63e71.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,10 +1,14 @@ | ||
--- | ||
features: | ||
features_algorithms: | ||
- | | ||
Adds the new :attr:`~qiskit.algorithms.minimum_eigensolvers.AdaptVQE.eigenvalue_threshold` | ||
setting which allows configuring a new kind of threshold to terminate the algorithm once | ||
Added a new attribute :attr:`~qiskit.algorithms.minimum_eigensolvers.AdaptVQE.eigenvalue_threshold` | ||
to the :class:`~qiskit.algorithms.minimum_eigensolvers.AdaptVQE` class for | ||
configuring a new kind of threshold to terminate the algorithm once | ||
the eigenvalue changes less than a set value. | ||
- | | ||
Adds the new :attr:`~qiskit.algorithms.minimum_eigensolvers.AdaptVQE.gradient_threshold` | ||
setting which will replace the :attr:`~qiskit.algorithms.minimum_eigensolvers.AdaptVQE.threshold` | ||
in the future. | ||
Added a new attribute :attr:`~qiskit.algorithms.minimum_eigensolvers.AdaptVQE.gradient_threshold` | ||
to the :class:`~qiskit.algorithms.minimum_eigensolvers.AdaptVQE` class | ||
which will replace the :attr:`~qiskit.algorithms.minimum_eigensolvers.AdaptVQE.threshold` in the | ||
future. This new attribute behaves the same as the existing ``threshold`` attribute but has a more | ||
accurate name, given the introduction of additional threshold options | ||
in the class. |
4 changes: 2 additions & 2 deletions
4
releasenotes/notes/0.24/add-alternative-hls-construction-afec157f7cf15b0b.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
14 changes: 8 additions & 6 deletions
14
releasenotes/notes/0.24/add-clifford-from-matrix-3184822cc559e0b7.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,11 @@ | ||
--- | ||
features: | ||
features_quantum_info: | ||
- | | ||
Added :meth:`.Clifford.from_matrix` and :meth:`.Clifford.from_operator` method that | ||
creates a ``Clifford`` object from its unitary matrix and operator representation respectively. | ||
Added two new constructor methods, :meth:`.Clifford.from_matrix` and | ||
:meth:`.Clifford.from_operator`, that create a :class:`~.Clifford` object | ||
from its unitary matrix and operator representation respectively. | ||
- | | ||
The constructor of :class:`.Clifford` now can take any Clifford gate object up to 3 qubits | ||
as long it supports :meth:`to_matrix` method, | ||
including parameterized gates such as ``Rz(pi/2)``, which were not convertible before. | ||
The constructor of :class:`.Clifford` now can take any Clifford gate object | ||
up to 3 qubits as long it implements a ``to_matrix`` method, | ||
including parameterized gates such as ``Rz(pi/2)``, which were not | ||
convertible before. |
2 changes: 1 addition & 1 deletion
2
releasenotes/notes/0.24/add-cmap-componets-7ed56cdf294150f1.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
10 changes: 6 additions & 4 deletions
10
releasenotes/notes/0.24/add-commutator-96ef07433e8ca4e7.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,7 +1,9 @@ | ||
--- | ||
features: | ||
features_quantum_info: | ||
- | | ||
Add utility functions :func:`~qiskit.quantum_info.commutator`, | ||
Added new utility functions: :func:`~qiskit.quantum_info.commutator`, | ||
:func:`~qiskit.quantum_info.anti_commutator`, and | ||
:func:`~qiskit.quantum_info.double_commutator` to compute commutators | ||
for any objects implementing a :class:`.LinearOp`. | ||
:func:`~qiskit.quantum_info.double_commutator` which are used to compute | ||
commutators for any object implementing the ``LinearOp`` abstract base | ||
class such as :class:`~.QuantumChannel`, :class:`~.SparsePauliOp`, or | ||
:class:`~.ScalarOp`. |
20 changes: 11 additions & 9 deletions
20
releasenotes/notes/0.24/add-ecr-sx-equivalences-5b6fe73ec599d1a4.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,11 +1,13 @@ | ||
--- | ||
features: | ||
features_transpiler: | ||
- | | ||
Added a decomposition of an :class:`.CXGate` into :class:`.ECRGate` and 1-qubit Clifford gates | ||
(up to a global phase) into the :class:`.EquivalenceLibrary`. | ||
- | | ||
Added a decomposition of an :class:`.HGate` into :class:`.SXGate` and :class:`.SGate` | ||
(up to a global phase) into the :class:`.EquivalenceLibrary`. | ||
- | | ||
Added a decomposition of an :class:`.HGate` into :class:`.SXdgGate` and :class:`.SdgGate` | ||
(up to a global phase) into the :class:`.EquivalenceLibrary`. | ||
Added new rules to the built-in :class:`.EquivalenceLibrary` instance: | ||
``qiskit.circuit.equivalence_library.SessionEquivalenceLibrary``. The | ||
new rules added are: | ||
* :class:`.CXGate` into :class:`.ECRGate` and 1-qubit Clifford gates | ||
(up to a global phase). | ||
* :class:`.HGate` into :class:`.SXGate` and :class:`.SGate` (up to a | ||
global phase). | ||
* :class:`.HGate` into :class:`.SXdgGate` and :class:`.SdgGate` (up to a | ||
global phase). |
2 changes: 1 addition & 1 deletion
2
releasenotes/notes/0.24/add-equiv-stabilizerstate-6ef8790c765690c1.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
10 changes: 0 additions & 10 deletions
10
releasenotes/notes/0.24/add-gates-to-Clifford-class-7de8d3213c60836a.yaml
This file was deleted.
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
releasenotes/notes/0.24/add-global-phase-gate-b52c5b25ab8a3cf6.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,6 @@ | ||
--- | ||
features: | ||
features_circuits: | ||
- | | ||
Added :class:`.GlobalPhaseGate` which can be applied to add a global phase | ||
on the :class:`.QuantumCircuit`. | ||
Added a new gate class, :class:`.GlobalPhaseGate`, which can be used to add | ||
a global phase on the :class:`.QuantumCircuit` instance. | ||
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
5 changes: 0 additions & 5 deletions
5
releasenotes/notes/0.24/add-inverse-ecr-e03720252a0c9c1e.yaml
This file was deleted.
Oops, something went wrong.
8 changes: 4 additions & 4 deletions
8
releasenotes/notes/0.24/add-layout-attribute-c84e56c08ca93ada.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,10 +1,10 @@ | ||
--- | ||
features: | ||
features_circuits: | ||
- | | ||
Added a new attribute, :attr:`~.QuantumCircuit.layout`, to the | ||
:class:`~.QuantumCircuit` class. This attribute is typically populated | ||
by :func:`~.transpile` or :class:`.PassManager.run` (when the | ||
by :func:`~.transpile` or :meth:`.PassManager.run` (when the | ||
:ref:`layout_stage` and :ref:`routing_stage` are run in the | ||
:class:`~PassManager`) and contains a :class:`~.TranspileLayout` which | ||
:class:`~.PassManager`) and contains a :class:`~.TranspileLayout` which | ||
contains the information about the permutation of the input circuit | ||
during :class:`~.transpile`. | ||
during :func:`~.transpile`. |
2 changes: 1 addition & 1 deletion
2
releasenotes/notes/0.24/add-minimum-point-pass-09cf9a9eec86fd48.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
20 changes: 11 additions & 9 deletions
20
releasenotes/notes/0.24/add-new-symbolic-pulses-4dc46ecaaa1ba928.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,13 +1,15 @@ | ||
--- | ||
features: | ||
features_pulse: | ||
- | | ||
The ``SymbolicPulse`` library was extended. The new pulses in the library are: | ||
Added new :class:`~.SymbolicPulse` classes to the pulse library (:mod:`qiskit.pulse.library`) | ||
The new pulses in the library are: | ||
* :class:``~qiskit.pulse.library.Sin`` | ||
* :class:``~qiskit.pulse.library.Cos`` | ||
* :class:``~qiskit.pulse.library.Sawtooth`` | ||
* :class:``~qiskit.pulse.library.Triangle`` | ||
* :class:`~qiskit.pulse.library.Sin` | ||
* :class:`~qiskit.pulse.library.Cos` | ||
* :class:`~qiskit.pulse.library.Sawtooth` | ||
* :class:`~qiskit.pulse.library.Triangle` | ||
The new functions return a ``ScalableSymbolicPulse``. With the exception of the ``Sawtooth`` phase, | ||
behaviour is identical to that of the corresponding waveform generators (:class:``~qiskit.pulse.library.sin`` etc). | ||
The ``Sawtooth`` phase is defined such that a phase of :math:``2\\pi`` shifts by a full cycle. | ||
These new classes are instances of :class:`~.ScalableSymbolicPulse`. With the exception of | ||
the :class:`~.Sawtooth` phase, behavior is identical to that of the corresponding waveform generator | ||
function (e.g. :func:`~qiskit.pulse.library.sin`). The phase for the :class:`~.Sawtooth` class | ||
is defined such that a phase of :math:`2\pi` shifts by a full cycle. |
10 changes: 6 additions & 4 deletions
10
releasenotes/notes/0.24/add-support-for-qpy-reference-70478baa529fff8c.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
11 changes: 6 additions & 5 deletions
11
releasenotes/notes/0.24/add-swap_nodes-to-dagcircuit-methods-2964426f02251fc4.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,7 +1,8 @@ | ||
--- | ||
features: | ||
features_transpiler: | ||
- | | ||
Added method on :class:`qiskit.dagcircuit.DAGCircuit` to allow swapping | ||
nodes which are partially connected. Partially connected here means that | ||
the two nodes share at least one edge/qubit. If the nodes do not share | ||
any edges a DAGCircuitError is raised. | ||
Added a new method, :meth:`~.DAGCircuit.swap_nodes`, to the | ||
:class:`~.DAGCircuit` to allow swapping nodes which are partially | ||
connected. Partially connected here means that the two nodes share at | ||
least one edge (which represents a qubit or clbit). If the nodes do not | ||
share any edges a :class:`~.DAGCircuitError` is raised. |
9 changes: 6 additions & 3 deletions
9
releasenotes/notes/0.24/adding-partial-transpose-040a6ff00228841b.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,8 @@ | ||
|
||
features: | ||
features_quantum_info: | ||
- | | ||
The partial transpose operation has been integrated into the quantum_info module, allowing for partial transposition of matrices. | ||
This operation is key in detecting entanglement between bipartite quantum system. | ||
Added a new method, :meth:`~.DensityMatrix.partial_transpose`, to the | ||
:mod:`qiskit.quantum_info` module's :class:`~.DensityMatrix` class. This | ||
method is used to compute the partial transposition of a density matrix, | ||
which is necessary for detecting entanglement between bipartite quantum | ||
systems. |
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
22 changes: 12 additions & 10 deletions
22
releasenotes/notes/0.24/circuit_metadata_always_dict-49015896dfa49d33.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,15 +1,17 @@ | ||
upgrade: | ||
upgrade_circuits: | ||
- | | ||
The :class:`.QuantumCircuit` :attr:`.QuantumCircuit.metadata` attribute now | ||
always returns a dictionary, and can only be set to a dictionary. Previously, | ||
its default value was ``None``, and could be manually set to ``None`` or a | ||
The :class:`.QuantumCircuit` :attr:`~.QuantumCircuit.metadata` attribute now | ||
always returns a dictionary, and can only be set to a dictionary. Previously, | ||
its default value was ``None``, and could be manually set to ``None`` or a | ||
dictionary. | ||
upgrade_transpiler: | ||
- | | ||
The default value of ``metadata`` in both :class:`.DAGCircuit` and | ||
The default value of ``metadata`` in both :class:`.DAGCircuit` and | ||
:class:`.DAGDependency` has been changed from ``None`` to ``{}`` for compatibility | ||
with a similar attribute of :class:`.QuantumCircuit`. | ||
deprecations: | ||
with the matching ``metadata`` attribute of :class:`.QuantumCircuit`. | ||
deprecations_circuits: | ||
- | | ||
Setting the :class:`.QuantumCircuit` :attr:`.QuantumCircuit.metadata` attribute | ||
to ``None`` has been deprecated. Instead, users should set it to an empty | ||
dictionary if they want it to contain no data. | ||
Setting the :class:`.QuantumCircuit` :attr:`~.QuantumCircuit.metadata` attribute | ||
to ``None`` has been deprecated and will no longer be supported in a future | ||
release. Instead, users should set it to an empty dictionary if they want | ||
it to contain no data. |
10 changes: 0 additions & 10 deletions
10
releasenotes/notes/0.24/circuit_visualization_args_removed-73399f362ab863b3.yaml
This file was deleted.
Oops, something went wrong.
12 changes: 6 additions & 6 deletions
12
releasenotes/notes/0.24/clifford_cz_lnn_synthesis-4b0328b581749df5.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
8 changes: 0 additions & 8 deletions
8
releasenotes/notes/0.24/clip-quantumstate-probabilities-5c9ce05ffa699a63.yaml
This file was deleted.
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
releasenotes/notes/0.24/computeuncompute-local-fidelity-501fe175762b7593.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,6 @@ | ||
--- | ||
features: | ||
features_algorithms: | ||
- | | ||
Adds a flag ``local`` to the :class:`~.ComputeUncompute` state fidelity class that | ||
allows to compute the local fidelity, which is defined by averaging over | ||
Adds a flag ``local`` to the :class:`~.ComputeUncompute` state fidelity class that | ||
allows to compute the local fidelity, which is defined by averaging over | ||
single-qubit projectors. |
4 changes: 2 additions & 2 deletions
4
releasenotes/notes/0.24/coupling-map-eq-b0507b703d62a5f3.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: | ||
upgrade_transpiler: | ||
- | | ||
The :meth:`.CouplingMap.__eq__`` method has been updated to check that the edge lists of the | ||
underlying graphs contain the same elements. Under the assumption that the underlying graphs are | ||
connected, this check additionally ensures that the graphs have the same number of nodes with | ||
the same labels. Any code using ``CouplingMap() == CouplingMap()`` to check object equality | ||
should be updated to ``CouplingMap() is CouplingMap()``. | ||
should be updated to ``CouplingMap() is CouplingMap()``. |
Oops, something went wrong.