diff --git a/docs/apidoc/index.rst b/docs/apidoc/index.rst index 89a2a6bb9a62..3a6c1b04cfdf 100644 --- a/docs/apidoc/index.rst +++ b/docs/apidoc/index.rst @@ -25,6 +25,7 @@ API Reference pulse scheduler synthesis + qiskit.synthesis.unitary.aqc primitives qasm2 qasm3 diff --git a/docs/apidoc/qiskit.synthesis.unitary.aqc.rst b/docs/apidoc/qiskit.synthesis.unitary.aqc.rst new file mode 100644 index 000000000000..5f3219a40dba --- /dev/null +++ b/docs/apidoc/qiskit.synthesis.unitary.aqc.rst @@ -0,0 +1,6 @@ +.. _qiskit-synthesis_unitary_aqc: + +.. automodule:: qiskit.synthesis.unitary.aqc + :no-members: + :no-inherited-members: + :no-special-members: diff --git a/qiskit/synthesis/__init__.py b/qiskit/synthesis/__init__.py index 49e7885d5096..b46c8eac5459 100644 --- a/qiskit/synthesis/__init__.py +++ b/qiskit/synthesis/__init__.py @@ -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 ===================