Enrico Rinaldi

Results 3 comments of Enrico Rinaldi

@namehta4 The image 23.06 does not have the sudo permission issue. It seems that the commands used for image 23.03 also work on 23.06

I have a minimal example that was discussed with @bmhowe23 ```python # minimal example import os os.environ["CUDAQ_LOG_LEVEL"] = "trace" import cudaq print(cudaq.__version__) cudaq.set_target("qpp-cpu") @cudaq.kernel() def function_with_return() -> bool: q =...

even with the latest `qiskit=2.2.1`, you have to use the `qiskit-aer-gpu-cu11` as suggested by @gadial