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

Support generating modules with entry points without using SimpleModule #194

Closed bamarsha closed 1 year ago

bamarsha commented 1 year ago

To support multiple entry points, PyQIR should allow you to manually create modules that have any number of entry points, without using SimpleModule (which was designed for only one entry point).