greedy_router

greedy_router#

Full path: iqm.qaoa.transpiler.sparse.greedy_router

The main module of the greedy routing algorithm.

The main function to be called for routing is greedy_router(). The rest are helper functions.

Functions

greedy_router(problem_bqm, qpu[, ...])

The function which takes a problem BQM problem_bqm and a QPU qpu and returns a routing.

Classes

SupportsLessThan

Covers all types that allow two items to be compared against each other.

Inheritance

Inheritance diagram of iqm.qaoa.transpiler.sparse.greedy_router