cudaq.translate(format='openqasm2')
fails for adjoint modifier
#2465
Labels
python-lang
Anything related to the Python CUDA Quantum language implementation
Consider the following cudaq kernel.
Output:
As you can see, the MLIR has a
quake.apply<adj>
as intended but the translated OpenQASM 2.0 does not have the adjoint.Produced on Ubuntu 24.04.1 LTS.
The text was updated successfully, but these errors were encountered: