Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
SamFerracin committed Aug 8, 2024
1 parent 4574bca commit ae0d0c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qiskit_ibm_runtime/utils/noise_learner_result.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def error(self) -> PauliLindbladError:
@property
def generators(self) -> PauliList:
r"""
The Pauli Lindblad generators of the error channel in this :class:`.~LayerError`.
(DEPRECATED) The Pauli Lindblad generators of the error channel in this :class:`.~LayerError`.
"""
issue_deprecation_msg(
"The ``generators`` property is deprecated",
Expand All @@ -154,7 +154,7 @@ def generators(self) -> PauliList:
@property
def rates(self) -> NDArray[np.float64]:
r"""
The Lindblad generator rates of the error channel in this :class:`.~LayerError`.
(DEPRECATED) The Lindblad generator rates of the error channel in this :class:`.~LayerError`.
"""
issue_deprecation_msg(
"The ``rates`` property is deprecated",
Expand Down
1 change: 1 addition & 0 deletions release-notes/unreleased/1844.feat.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added ``PauliLindbladError`` and ``LayerError`` classes to represent layers noise processes.

0 comments on commit ae0d0c5

Please sign in to comment.