-
#### Issue description
I am benchmarking quantum circuits using Catalyst on a GPU. However, the speedup over CPU execution seems unexpectedly low.
* *Expected behavior:* Much higher speedup (ord…
-
### Expected behavior
When the script is executed, the SX operation should be applied to the qubit at index 1, as specified in the circuit definition. The QASM string generated from the circuit shoul…
-
### Environment information
OS: MacOS
MQT version: 2.6.0
Compiler: C++
### Description
Running Steane code for bit-flip detection.
When transpiled using Qiskit transpile and custom backend:
1. …
-
Define minimum and optimal numbers of shots depend on number of data qubits.
-
#### Issue description
when i use the lightning.qubit device i got the error below i already install `pennylane-lightning` latest version.
#### Source code and tracebacks
```python
import penny…
-
**Description of the issue**
The drop terminal measurements (https://quantumai.google/reference/python/cirq/drop_terminal_measurements) allows user to drop the terminal measures before simulation to …
-
### 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…
-
Introduce a command-line interface (CLI) for `pyqasm` with an "analyze" command that validates and optionally auto-fixes OpenQASM programs (when possible), similar to the prettier tool used for format…
-
```python
from qiskit import QuantumCircuit, QuantumRegister, ClassicalRegister
from pytket.extensions.qiskit import qiskit_to_tk
qubits = QuantumRegister(1)
clbits = ClassicalRegister(1)
circuit = …
-
In situations where the runtime has many workers (in an HPC cluster we can have on 10 nodes 1280 workers), QSearch and LEAP are underutilizing it, as they only submit a single batch from the frontier.…