Skip to content

Commit

Permalink
Review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano committed Oct 28, 2024
1 parent 91d12cf commit d77a328
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/apidocs/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
******************************
qiskit-addon-obp API reference
******************************
**********************************
``qiskit-addon-obp`` API reference
**********************************

.. toctree::
:maxdepth: 1
Expand Down
1 change: 1 addition & 0 deletions docs/apidocs/qiskit_addon_obp.utils.operations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ Operator utilities (:mod:`qiskit_addon_obp.utils.operations`)
.. currentmodule:: qiskit_addon_obp.utils.operations

.. autofunction:: apply_op_to
.. autofunction:: apply_reset_to
.. autofunction:: to_global_op
.. autofunction:: reduce_op
6 changes: 3 additions & 3 deletions docs/apidocs/qiskit_addon_obp.utils.simplify.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
=====================================================================
Pauli operator simplfication (:mod:`qiskit_addon_obp.utils.simplify`)
=====================================================================
======================================================================
Pauli operator simplification (:mod:`qiskit_addon_obp.utils.simplify`)
======================================================================

.. automodule:: qiskit_addon_obp.utils.simplify
:no-members:
Expand Down
3 changes: 3 additions & 0 deletions qiskit_addon_obp/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@
# copyright notice, and modified files need to carry a notice indicating
# that they have been altered from the originals.

# Warning: this module is not documented and it does not have an RST file.
# If we ever publicly expose interfaces users can import from this module,
# we should set up its RST file.
"""Utility functionality for conducting operator backpropagation."""

0 comments on commit d77a328

Please sign in to comment.