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
58 stars 24 forks source link

Wheel/Project Renames #79

Closed idavis closed 2 years ago

idavis commented 2 years ago

Renaming wheels in preparation for PyPI publishing

/CC @guenp @cgranade @samarsha @swernli

idavis commented 2 years ago

@guenp @cgranade @samarsha @swernli

Do we have a better name for NonadaptiveJit and PyNonadaptiveJit? Or should we leave it?

swernli commented 2 years ago

For NonadaptiveJit, since that is a component that a consumer of the tool would actually interact with in their code, I think we should change it to NonadaptiveEvaluator. But for the PyNonadaptiveJit my understanding is that this is an internal part of the code. If that's the case, then I'm fine leaving that one as descriptive for the developer working on pyqir, while the more generic term is used for the developing building on top of pyqir.