Skip to content

Commit

Permalink
Link to qiskit.synthesis.unitary.aqc on API index page
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano committed May 2, 2024
1 parent 6b73b58 commit 2b587a4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
6 changes: 6 additions & 0 deletions docs/apidoc/qiskit.synthesis.unitary.aqc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. _qiskit-synthesis_unitary_aqc:

.. automodule:: qiskit.synthesis.unitary.aqc
:no-members:
:no-inherited-members:
:no-special-members:
7 changes: 1 addition & 6 deletions qiskit/synthesis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,7 @@
.. autofunction:: qs_decomposition
The Approximate Quantum Compiler is available here:
.. autosummary::
:toctree: ../stubs/
qiskit.synthesis.unitary.aqc
The Approximate Quantum Compiler is available as the module :mod:`qiskit.synthesis.unitary.aqc`.
One-Qubit Synthesis
===================
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ commands =
coverage3 report

[testenv:docs]
basepython = python3
basepython = python3.9
setenv =
{[testenv]setenv}
RUST_DEBUG=1 # Faster to compile.
Expand Down

0 comments on commit 2b587a4

Please sign in to comment.