Installation

Installation via pip package

MQT QUBOMaker is available via PyPI

(venv) $ pip install mqt.qubomaker

After installation, the package can be imported:

import mqt.qubomaker as qm

Similarly, the pathfinder submodule can be imported as:

import mqt.qubomaker.pathfinder as pf

Installation via source code

The source code for MQT QUBOMaker is available on GitHub and can be cloned and used locally:

(venv) $ git clone https://github.com/cda-tum/mqt-qubomaker
(venv) $ cd mqt-qubomaker
(venv) $ pip install .

After installing the package, it can be imported as described above.