Does Sabre transpiler support Fidelity information? #1688
-
@alecandido, I have fidelity and lifetime information for my QPU, how can I pass this information to SABRE for routing? In original paper SABRE takes 3 inputs: Qubit Lifetime, Operation Fidelity and Qubits Coupling. Now I use only the last one. Does the former are also supported? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
What is called The available parameters are described in the class documentation, qibo/src/qibo/transpiler/router.py Lines 579 to 598 in 14b62c4 which for some reason is not rendered in the API docs 🤷 (we should check this, @renatomello @BrunoLiegiBastonLiegi) However, there is no way to consume the information you have in the current Qibo transpiler. And that's one of the reason why contributions are appreciated :) |
Beta Was this translation helpful? Give feedback.
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,
qibo/src/qibo/transpiler/router.py
Lines 579 to 598 in 14b62c4