Replies: 1 comment 2 replies
-
Hi @ellow0rld - since #1086 will take many incremental updates to implement, the development is not being done in the main branch. Rather, it is being done in the https://github.com/NVIDIA/cuda-quantum/tree/experimental/stateHandling branch. You can experiment with this branch yourself by using the nvcr.io/nvidia/nightly/cuda-quantum:experimental-stateHandling-base Docker image. However, note that features may change quickly in that branch, and as such, it should be considered - in some sense - less stable than the main branch. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to initialize qubits in a particular state. I noticed that there's a github issue discussing the same problem. I tried implementing the solution provided there. The function runs without errors when it's not called, but I encounter errors when I call it.
No error when I run the above
But, when I call it, I get the following error
I don't know why it's not working. Is it a version problem?
Specifications
I am running cudaq on VSCode, installed using Docker.
nvidia-smi
Beta Was this translation helpful? Give feedback.
All reactions