-
```cpp
__qpu__ void bar(cudaq::qubit& q) {
x(q);
}
struct baz {
__qpu__ void operator()(cudaq::qubit& q) {
x(q);
}
};
struct foo {
template
__qpu__ void operator()(Callab…
-
### 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.
### Descri…
-
Tiled rendering consists of multiple programs each accessing the TMU for reading and their own dedicated space in the VPM for writing.
[qpu_debug_tiled](https://github.com/Seneral/VC4CV/blob/master…
-
**Application**
It would be nice to have the expected QPU runtime of each demo in the README. In that way, users can make an informed decision on how running the demo will affect their remaining QPU …
-
Create a Perceval - PennyLane plugin so that Quandela's QPU is an available device to run quantum algorithms from PennyLane.
See: https://pennylane.ai/plugins/
-
### 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…
-
The current makefile is setup up to either compile in QPU mode or in EMULATION mode. This this handled by the make parameter `QPU=1`.
I understand from the code and docs that it is possible to comp…
-
in qpu-tutorial folder, after running
```
$ make clean
$ make
$ sudo ./qpu-01
Can't open device file: char_dev
Try creating a device file with: sudo mknod char_dev c 100 0
```
I tried `sudo mk…
-
### Team Name:
CCH
### Project Description:
The emerging field of hybrid quantum-classical algorithms joins CPUs and QPUs to speed-up/improve specific calculations within a classical algorithm.…
-
Analogous to [Client.get_solvers](https://docs.ocean.dwavesys.com/projects/cloud-client/en/stable/reference/generated/dwave.cloud.client.Client.get_solvers.html#dwave.cloud.client.Client.get_solvers) …