-
### What is happening?
Since the release of the version Qiskit 1.2 the class `Sampler` is deprecated. With this choice we require that all implementations of the `BaseSamplerV1` interface have been d…
-
**Description of the issue**
The `cirq.qasm` [[docs](https://quantumai.google/reference/python/cirq/qasm)] expects an optional `qubits` kw-args. But specifying it throws an error.
It seems like …
-
[Benny](https://github.com/Bennybenassius) and I found this bug
**Description of the issue**
Controlled empty subroutine causes `ValueError` on simulator
**How to reproduce the issue**
``` p…
-
### Environment
- **qBraid version**: 0.8.2
- **Python version**: 3.12
- **Operating system**: macOS 14.4
### What happened?
For the following program -
```python3
from qbraid.transpiler.…
-
#Team Name :
* Stanczyk *
#Projet Description and Presentation :
Primo : Le Projet consiste à mettre l'intrication quantique en question dans un système ou un objet physique qui manque de la ca…
-
After a discussion with @Abbas0062898 we were wondering whether it could be useful to provide the means in `qibolab` for simulating superconducting qubits (at a first stage, this might be extended to …
-
It is currently hard to visualize what trapping spots have been selected among a layout to define a Register. The layout is stored inside a register. With the option "qubits_color", we can implement t…
-
### What should we add?
I'm trying to compute the expectation values of a large set of Pauli strings, and it's taking way too long on the CPU. I was wondering there's an in-built way to parrallelize …
-
As part of PR #452 we noticed that several "slow" evotype objects had an implementation for ``__reduce__`` that was commented out. Some of these commented out definitions indicated a need to be fixed.…
-
### What should we add?
Qiskit let's the user use global barriers in a circuit, for example:
```python
from qiskit import QuantumCircuit
qc= QuantumCircuit(3)
qc.x(0)
qc.barrier()
qc.x(1)
```
Howev…