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
This modification allows the script to execute successfully.
Questions:
Is this the intended behavior, or should emulator have been predefined or imported in the original example code?
Could you confirm whether OnEnum.EMULATOR is the correct direction for resolving this issue? I would like to better understand the expected use of OnEnum in this context.
Environment:
Repository: qadence2-core
Example File: pulser_compiler.py
Environment: Hatch shell environment (initiated on conda setup)
The text was updated successfully, but these errors were encountered:
Description:
When running the
pulser_compiler.py
example code from theqadence2-core
repository, the following error occurs:To resolve this, I added the following import to the script:
Then, I updated the relevant line in the code to:
This modification allows the script to execute successfully.
Questions:
emulator
have been predefined or imported in the original example code?OnEnum.EMULATOR
is the correct direction for resolving this issue? I would like to better understand the expected use ofOnEnum
in this context.Environment:
The text was updated successfully, but these errors were encountered: