-
### 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. U…
-
#479 According to the response `_(@damiansteiger),_` the memory issue is related to the number of qubits, with 40 qubits requiring 16TB of RAM. However, I have tested another circuit with 60 qubits an…
-
### 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. U…
-
### 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. U…
-
I'm trying to run the run_benchmark.sh, which is looking for these examples:
```bash
% grep -r "quantum_compiler_optim" ./
.//run_benchmark.sh: 'benchmark/quantum_compiler_optim/examples…
-
### 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. U…
-
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]);
…
-
ProjectQ would be made even better by keeping its public interfaces agnostic to complex-valued physically nonobservable probability amplitudes. The compiler already can be used this way, as is demonst…
-
### Description
The full title is "OnePerc: A Randomness-aware Compiler for Photonic Quantum Computing". However, in the Google search, the key work OnePerc was not shown. Only "A Randomness-aware Co…
-
### 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 …