-
The interface seems to be inconsistent between the qutip and QLM emulators. I am running some code on the QLM40 machine at TGCC, and also locally with qutip, but I get an error when trying to convert …
-
### 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…
-
**Description**
When submitting a simple ising problem such as :
```python
from dwave.system import EmbeddingComposite, DWaveSampler
qpu = DWaveSampler(region='eu-central-1')
q0 = qpu.nodelist[1…
-
For a given QPU, if a user wants to make more than `QPU.max_runs` simulations, then he has to provide a list of `JobParams` with `runs` defined (an error is raised if any of these runs is higher than …
-
It could be easy (I did it) for someone to write a kernel but forget the __qpu__ attribute. In the following case, an error is not thrown.
```cpp
#include "cudaq.h"
int main() {
auto kernel = []() …
-
Ideally, users wouldn't need to capture but can just use these kernels, e.g. from an included header file, etc.
-
### 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…
-
Take the following files
```cpp
// lib.h
#include "cudaq.h"
void kernel(cudaq::qvector& q);
```
```cpp
// lib.cpp
#include "lib.h"
__qpu__ void kernel(cudaq::qvector& q) {
x(q[0])…
-
**Describe the feature you'd like**
Support in Julia SDK for OpenPulse and pulse control of QPUs.
**Is this feature already present in the Python SDK?**
[Yes.](https://github.com/aws/amazon-brake…
-
# Introduction
Sorry to trouble y'all again, but I've got another issue.
I'm trying to run a tree tensor network on Aspen-M-2, but I hit a compilation issue.
Trying to sidestep the issue gets m…