You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, it's probably desirable to replace pyqir-generator with pyqir:
pyqir-generator has been replaced by pyqir
Please install the pyqir package instead, which provides the same functionality.
Read the upgrade guide for help with upgrading from pyqir-generator 0.6.
@jond01 Can you please try 0.3.1 which is now available on pypi? The API has change to to_qir_module allowing you to work with the module, get its bitcode, or IR as you wish. It also returns a tuple of (module, entry_points) so that you have the entry points that were generated from the circuit(s).
Description
Following qir-alliance/pyqir#101 (comment) and pyqir v0.7.0 release,
qiskit-qir
can support macOS with M1 processors.To achieve this, the fixed requirement on
pyqir
has to be updated or relaxed:qiskit-qir/setup.cfg
Line 33 in f997d88
Also, it's probably desirable to replace
pyqir-generator
withpyqir
:https://pypi.org/project/pyqir-generator/
The text was updated successfully, but these errors were encountered: