qir-alliance / pyqir

PyQIR is a set of APIs for generating, parsing, and evaluating Quantum Intermediate Representation (QIR).
https://qir-alliance.github.io/pyqir
MIT License
57 stars 24 forks source link

Set LLVM 13 as the default #131

Closed idavis closed 2 years ago

idavis commented 2 years ago

This PR sets the default version of LLVM to 13. This is a breaking change for consumers of the QIR. This PR includes changes to:

idavis commented 2 years ago

closes #35