####################### 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 `__.) Contents -------- .. toctree:: :maxdepth: 1 Documentation Home Installation Instructions Tutorials Explanatory Material API Reference How-To Guides Release Notes