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] 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 It will be...

enhancement

Turn the default mode of the compiler to not use library mode.

breaking change

### Description These are 2-body ops that are commonly used in quantum applications. Without frontend exposure of (Rxx/XXPhase, Ryy/YYPhase, Rzz/ZZPhase) gates, users need to write them in the decomposed form...

### Description First step for supporting Unitary Synthesis (Ref: Issue https://github.com/NVIDIA/cuda-quantum/issues/1475) Given an arbitrary unitary matrix, allow it to be used as a custom quantum operation. This PR covers the...

* Expose the ORCA-specific APIs to Python front-end - [ ] Documentation - [ ] Mock server implementation for testing (CI failure)

1. new qft tutorial 2. new qaoa tutorial by @mmvandieren 3. changed variable name in VQE

### Describe the feature #### Problem Given a user provided arbitrary quantum unitary, synthesize it into a sequence of quantum gates. #### Expectations - User provides an arbitrary unitary matrix...

language
RFC-approved