Qiskit / qiskit

Qiskit is an open-source SDK for working with quantum computers at the level of extended quantum circuits, operators, and primitives.
https://www.ibm.com/quantum/qiskit
Apache License 2.0
5.28k stars 2.37k forks source link

Add LightSABRE citation to sabre documentation #13160

Closed mtreinish closed 2 months ago

mtreinish commented 2 months ago

Summary

We recently published a pre-print of a new paper that describes all the improvements we've developed ontop of the original SABRE algorithm as part of Qiskit's implementation. This commit adds a citation for that new paper to the documentation of the two sabre passes in qiskit to better document how the pass works in practice.

Details and comments

qiskit-bot commented 2 months ago

One or more of the following people are relevant to this code:

coveralls commented 2 months ago

Pull Request Test Coverage Report for Build 10888256698

Details


Files with Coverage Reduction New Missed Lines %
crates/qasm2/src/lex.rs 9 92.23%
crates/qasm2/src/parse.rs 24 96.23%
<!-- Total: 33 -->
Totals Coverage Status
Change from base Build 10885220415: -0.03%
Covered Lines: 73464
Relevant Lines: 82631

💛 - Coveralls