-
Was planning on implementing a Quantum Algorithm on CUDA. Since I do not have a GPU on my local machine, I've been using Google Colab and/or Kaggle for doing CUDA C Programming so far. Can I also similarly use CUDA Quantum in Colab/Kaggle, since I cannot find anything on this. Please let me know. |
Beta Was this translation helpful? Give feedback.
Answered by
bmhowe23
Feb 6, 2024
Replies: 1 comment 4 replies
-
#1096 describes how to get the Python wheels working in Google Colab. Does that work for you? Or are you strictly asking about how to use the |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
essaathar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#1096 describes how to get the Python wheels working in Google Colab. Does that work for you? Or are you strictly asking about how to use the
nvq++
compiler in that environment?