API

API of the Python and C++ code of MindQuantum. To have a Python frontend and C++ in the backend, we make use of Pybind11. The C++ code represents quantum circuits with the help of Tweedledum networks, which can also be turned into directed acyclic graphs (DAG), to make some operations more efficient.