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

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

python bridge

The ExpPauliOp must correctly support value semantics. As it is currently written it is incomplete.

bug
TODO

### 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 * Add support...

enhancement
RFC
python-lang

### 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 Currently, the simulators...

enhancement

Adding examples with noisy model

documentation

### Description This is a draft of an analysis to determine dependency information between qubit operations in a quake program.

This corner case needs to be implemented and a test added. The implementation must verify that the state object contains 2 complex values. ```c++ #include __qpu__ void qernel(cudaq::state &aState) {...

TODO

### 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 Sometimes we want...

enhancement
language

### 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 The code below...

user experience