-
The [GHZ Game on real devices](https://github.com/vabarbosa/Fun-with-Quantum/blob/main/GHZ-on-Real-Devices.ipynb) notebook needs to be updated for Qiskit 1.2 and fix any broken links, typo, etc.
- [ …
-
According to this documentation the binary labels are part of the equation of SVCLoss, https://qiskit-community.github.io/qiskit-machine-learning/stubs/qiskit_machine_learning.utils.loss_functions.S…
-
The Qiskit patterns diagram used in the Intro to Qiskit page and the patterns pages should be updated to include a "serverless" element. current suggestion is to include a rectangle along the bottom t…
-
### What should we add?
Because RXGate is available as a basis gate thanks to the fractional gates support, it would be nice if Qiskit could optimize UGate into 1 RXGate + 2 RZGate as follows.
```py…
-
### Environment
- **Qiskit version**: 1.2.4
- **Python version**: 3.12
- **Operating system**: Windows
### What is happening?
Running the `ALAPScheduleAnalysis` pass directly on a circuit fails. R…
-
### 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…
-
For unclear reasons qiskit is not found if selecting python kernel 3.12.6
```python
import qiskit
---------------------------------------------------------------------------
ModuleNotFoundErr…
-
- Python Version: 3.12.4
- OS: Ubuntu 24.04
- GPU: RTX 3070
**Problem**
When I run
pip install qiskit-aer-gpu in the VS Code terminal
I get the following:
ERROR: Could not find a version that sat…
-
### Environment
- **Qiskit Algorithms version**: 1.2.1
- **Python version**: 3.12.0
- **Operating system**: Ubuntu 22.04.4
### What is happening?
Since the release of the version Qiskit 1.2 the…
-
### What should we add?
Revise the documentation to reflect the changes to adopting V2 primitives by default.