cuda-quantum
cuda-quantum copied to clipboard
C++ and Python support for the CUDA Quantum programming model for heterogeneous quantum-classical workflows
Enable one to pass Python kernels to library entry-point kernels defined in C++. Enable one to expose C++ pure-device kernels to Python.
It appears that the anyon target is not stable in the CI. Various tests will fail to verify when this target is selected and report that the standard output of...
### Required prerequisites - [x] Search the [issue tracker](https://github.com/NVIDIA/cuda-quantum/issues) to check if your feature has already been mentioned or rejected in other issues. ### Describe the feature There should be...
There seems to be something missing in the dependencies when running ```console % make clean % make ... errors reported ... ``` in a build folder.
### Required prerequisites - [x] Consult the [security policy](https://github.com/NVIDIA/cuda-quantum/security/policy). If reporting a security vulnerability, do not report the bug using this form. Use the process described in the policy to...
See: _Originally posted by @schweitzpgi in https://github.com/NVIDIA/cuda-quantum/pull/2211#discussion_r1761371316_
### Required prerequisites - [x] Consult the [security policy](https://github.com/NVIDIA/cuda-quantum/security/policy). If reporting a security vulnerability, do not report the bug using this form. Use the process described in the policy to...
CUDA-QUANTUM version: 0.8.0 OS: Amazon Linux 2023 x86_64 Looking the basic C++ GHZ script: ```c++ #include template struct ghz { auto operator()() __qpu__ { cudaq::qarray q; h(q[0]); for (int i...
This will address some technical debt for the project.
### Required prerequisites - [x] Consult the [security policy](https://github.com/NVIDIA/cuda-quantum/security/policy). If reporting a security vulnerability, do not report the bug using this form. Use the process described in the policy to...