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
One idea that comes to mind is for the OpenQASM $n$ pretty-printer to skip the C++ entry points. (Perhaps under a command-line option, although those functions, though required in the grand scheme, really won't be interesting as far as OpenQASM $n$ and are not device code.)
CUDA-QUANTUM version: 0.8.0
OS: Amazon Linux 2023 x86_64
Looking the basic C++ GHZ script:
When I try to compile and translate this to OQ2 using:
Here's the output qasm file:
Looks good! But is there a way to strip the extraneous
during the
cudaq-opt
step? I looked at thecudaq-opt --help
output but did not see an pipeline-pass for this, if one exists.The text was updated successfully, but these errors were encountered: