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
The openqasm example adder.qasm fails to import with the error: qiskit_qasm3_import.exceptions.ConversionError: 24,0: declarations of type 'uint' are not supported
The text was updated successfully, but these errors were encountered:
Yeah, it's kind of deliberate at the moment (hence the error message) - Terra doesn't have support for representing any sort of non-const uint runtime value, so I had the importer raise errors.
Would it be better if I made the messages say "... because Terra cannot represent them"?
The openqasm example adder.qasm fails to import with the error:
qiskit_qasm3_import.exceptions.ConversionError: 24,0: declarations of type 'uint' are not supported
The text was updated successfully, but these errors were encountered: