cuda-quantum
cuda-quantum copied to clipboard
C++ and Python support for the CUDA Quantum programming model for heterogeneous quantum-classical workflows
### 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...
The ExpPauliOp must correctly support value semantics. As it is currently written it is incomplete.
### 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...
### Description
### 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...
### 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) {...
### 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...
### 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...