Skip to content

Commit

Permalink
Max review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano committed Oct 28, 2024
1 parent 1d0619d commit aad63de
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 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-utils API reference
********************************
************************************
``qiskit-addon-utils`` API reference
************************************

This package contains functionality which is meant to supplement workflows involving one or more Qiskit addons. For example, this package contains functions for creating Hamiltonians, generating Trotter time evolution circuits, and slicing and combining quantum circuits in time-wise partitions.

Expand Down
3 changes: 3 additions & 0 deletions qiskit_addon_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.
"""Utilities for Qiskit addons."""
3 changes: 3 additions & 0 deletions qiskit_addon_utils/slicing/transpiler/__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.
"""A submodule with transpiler utilities for slicing."""

0 comments on commit aad63de

Please sign in to comment.