-
|
When I ran the file :https://github.com/NVIDIA/cuQuantum/blob/main/python/samples/cutensornet/circuit_converter/cirq_advanced.ipynb |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 7 replies
-
|
Converting to a discussion. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @Snuag, could you show the output of these lines? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Thank you for quick response @leofang ! I must be doing something wrong with installing packages. I want to run VQE file given in https://github.com/NVIDIA/cuQuantum/blob/main/python/samples/cutensornet/circuit_converter/cirq_advanced.ipynb |
Beta Was this translation helpful? Give feedback.





Unfortunately this is more of a Colab question than a cuQuantum one. Any chance you forget to choose/enable GPU as your hardware accelerator on Colab?
libcuda.sois the DSO for NVIDIA GPU driver, and apparently it's not available to the dynamic loader.To check if a GPU is detectable & working, we usually recommend running
nvidia-smi: