qBraid / qbraid-qir

qBraid-SDK QIR transpiler integration
https://docs.qbraid.com/qir
GNU General Public License v3.0
17 stars 7 forks source link

[FEATURE] Improve Code Coverage #175

Open TheGupta2012 opened 1 month ago

TheGupta2012 commented 1 month ago

Feature Description

Improve the code coverage of the qbraid_qir package to > 97%

Implementation (Optional)

No response

ryanhill1 commented 1 month ago

@TheGupta2012 The vast majority of the missing coverage is in qasm3/maps.py, which we may be better if incorporated into to the pyqasm.rebase() function after the qBraid-SDK migration? https://github.com/qBraid/pyqasm/issues/12