####################### AQC-Tensor Qiskit addon ####################### This addon enables a Qiskit user to perform approximate quantum compilation using tensor networks, a technique that was introduced in `arXiv:2301.08609 `__. Specifically, this package allows one to compile the *initial portion* of a circuit into a nearly equivalent approximation of that circuit, but with much fewer layers. It has been tested primarily on Trotter circuits to date. It may, however, be applicable to any class of circuits where one has access to both: 1. A *great* intermediate state, known as the "target state," that can be achieved by tensor-network simulation; and, 2. A *good* circuit that prepares an approximation to the target state, but with fewer layers when compiled to the target hardware device. .. image:: images/aqc-compression.png (Figure is taken from `arXiv:2301.08609 `__.) Developer guide --------------- The source code to this package is available `on GitHub `__. The developer guide is located at `CONTRIBUTING.md `__ in the root of this project's repository. Citing this project ------------------- If you use this package in your research, please cite the reference(s) provided in the ``CITATON.bib`` file in this project's repository: .. literalinclude:: ../CITATION.bib :language: bibtex Contents -------- .. toctree:: :maxdepth: 1 Documentation Home Installation Instructions Tutorials Explanatory Material API Reference How-To Guides GitHub Release Notes