Repository Usage¶
There are two ways how to use MQT Quantum Auto Optimizer:
Via the pip package
mqt.qao
Directly via this repository
Usage via pip package¶
MQT Quantum Auto Optimizer is available via PyPI
(venv) $ pip install mqt.qao
Usage directly via this repository¶
For that, the repository must be cloned and installed:
git clone https://github.com/cda-tum/mqt-qao.git
cd mqt-qao
pip install .
Afterwards, the package can be used as described above.