Skip to content

Commit

Permalink
another attempt to add AQC to synthesis docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ShellyGarion committed Jan 22, 2024
1 parent a21c771 commit 9e87164
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/apidoc/synthesis_aqc.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. _qiskit-synthesis-unitary-aqc:

.. automodule:: qiskit.synthesis.unitary.aqc
.. automodule:: qiskit.synthesis.aqc
:no-members:
:no-inherited-members:
:no-special-members:
5 changes: 4 additions & 1 deletion qiskit/synthesis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,10 @@
Unitary Synthesis
=================
The Approximate Quantum Compiler is available here: :mod:qiskit.synthesis.unitary.aqc
.. autosummary::
:toctree: ../stubs/
AQC
"""

Expand Down
6 changes: 3 additions & 3 deletions qiskit/synthesis/unitary/aqc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
# that they have been altered from the originals.

r"""
=====================================================================
Approximate Quantum Compiler (:mod:`qiskit.synthesis.unitary.aqc`)
=====================================================================
==========================================================
Approximate Quantum Compiler (:mod:`qiskit.synthesis.aqc`)
==========================================================
.. currentmodule:: qiskit.synthesis.unitary.aqc
Expand Down

0 comments on commit 9e87164

Please sign in to comment.