Skip to content
Discussion options

You must be logged in to vote

What is called Sabre in Qibo I believe it is only a partial reimplementation of the original SABRE algorithm. Before @csookim's work, it was even performing worse.

The available parameters are described in the class documentation,

class Sabre(Router):
"""Routing algorithm proposed in Ref [1].
Args:
connectivity (:class:`networkx.Graph`): Hardware chip connectivity.
lookahead (int, optional): Lookahead factor, how many dag layers will be considered
in computing the cost. Defaults to :math:`2`.
decay_lookahead (float, optional): Value in interval :math:`[0, 1]`.
How the …

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@renatomello
Comment options

@alecandido
Comment options

@geexie
Comment options

Answer selected by geexie
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants