cuda-quantum icon indicating copy to clipboard operation
cuda-quantum copied to clipboard

C++ and Python support for the CUDA Quantum programming model for heterogeneous quantum-classical workflows

Results 250 cuda-quantum issues
Sort by recently updated
recently updated
newest added

Towards: https://github.com/NVIDIA/cuda-quantum/issues/1086

### 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...

performance

nit: I think it would be worth spelling out this variable name to implicitly remind people that the return type here is still qubit/s. _Originally posted by @anthony-santana in https://github.com/NVIDIA/cuda-quantum/pull/1503#discussion_r1562832141_

### 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...

### 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 @amccaskey has kindly...

enhancement

### 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 Let's compare the...

enhancement

### 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...

At present, one is disallowed from creating classical data such as a `std::vector` from within a kernel. This may be too restrictive for kernel writers. Example 1: creating complex data...

RFC-approved

### 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...

bug

In #1468 all the tests that use C++20 syntax were marked as `REQUIRES: c++20`. A few of them were ported to supported forms in C++17 syntax (by creating new files...

good first issue