-
### 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 following code throws an error on Mac (apple silicon, regardless of qibo backend) but no error on i7:
```python
from qibo.symbols import *
import qibo
from qibo.transpiler.unitary_decompositio…
-
#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] 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…
-
We need a pass that fallibly extracts a static circuit from a Hugr. If there is no static circuit, because of gate execution inside `Conditional`, `CFG`, `TailLoop` etc, the pass fails.
With #1476 an…
-
### Environment information
- OS: Linux Mint 21.2
- C++ compiler: g++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
- mqt.qcec: 2.8.1
### Description
I’m facing an issue when trying to verify the partia…
jricc updated
5 hours ago
-
## Important Note
⚠️ This issue is part of an internal assignment and not meant for external contributors
## Context
Compressed Sparse Row (CSR) matrix-vector product quickly computes the r…
-
Here are a couple of example programs that fail type-checking at the moment:
```
@guppy
def foo(q: qubit) -> None:
measure(q)
q = qubit()
@guppy
def bar(q1: qubit, q2: qubit, a: angle, b: bool) -…
-
In the past we had several discussion about the possibility of sweeping offset or flux amplitude in the [flux dependence ](https://qibo.science/qibocal/stable/protocols/flux/single.html) experiment. I…
-
## Important Note
⚠️ This issue is part of an internal assignment and not meant for external contributors
## Context
PennyLane has support for many quantum gates natively at the Python level,…