Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SamFerracin committed Aug 12, 2024
1 parent 0e5a2e8 commit 59e5b71
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/apidocs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ qiskit-ibm-runtime API reference

runtime_service
noise_learner
noise_learner_result
options
transpiler
qiskit_ibm_runtime.transpiler.passes.scheduling
Expand Down
4 changes: 4 additions & 0 deletions docs/apidocs/noise_learner_result.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.. automodule:: qiskit_ibm_runtime.utils.noise_learner_result
:no-members:
:no-inherited-members:
:no-special-members:
3 changes: 0 additions & 3 deletions qiskit_ibm_runtime/noise_learner/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
The tools to characterize the noise processes affecting the gates in noisy
quantum circuits.
Classes
=======
.. autosummary::
:toctree: ../stubs/
Expand Down
12 changes: 11 additions & 1 deletion qiskit_ibm_runtime/utils/noise_learner_result.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,17 @@
# copyright notice, and modified files need to carry a notice indicating
# that they have been altered from the originals.

"""NoiseLearner result class"""
"""
==================================================================================
NoiseLearner result classes (:mod:`qiskit_ibm_runtime.utils.noise_learner_result`)
==================================================================================
.. autosummary::
:toctree: ../stubs/
PauliLindbladError
LayerError
"""

from __future__ import annotations

Expand Down

0 comments on commit 59e5b71

Please sign in to comment.