Link to `qiskit.synthesis.unitary.aqc` on API index page (#12331)

* Link to `qiskit.synthesis.unitary.aqc` on API index page

* Add to index page
This commit is contained in:
Eric Arellano 2024-05-05 11:23:31 -04:00 committed by GitHub
parent 7882eb108b
commit 27bd5e79f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 6 deletions

View File

@ -25,6 +25,7 @@ API Reference
pulse
scheduler
synthesis
qiskit.synthesis.unitary.aqc
primitives
qasm2
qasm3

View File

@ -0,0 +1,6 @@
.. _qiskit-synthesis_unitary_aqc:
.. automodule:: qiskit.synthesis.unitary.aqc
:no-members:
:no-inherited-members:
:no-special-members:

View File

@ -99,12 +99,7 @@ Decomposition of general :math:`2^n \times 2^n` unitary matrices for any number
.. 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
===================