Julien Dumazert
Results
2
issues of
Julien Dumazert
Hello, This PR introduces a delay instruction in the QIS: ``` declare void @__quantum__qis__delay__body(double, %Qubit*) ``` The main objective is interoperability with Qiskit, which defines a delay operation at the...
pyqir, currently the main producer of QIR, changed the entry point label from "EntryPoint" to "entry_point" in version 0.8.0 (If anyone knows why this change was made, I'm interested.) As...