-
Cell #1:
```
import numpy as np
import matplotlib.pyplot as plt
from docplex.mp.model import Model
from qiskit import BasicAer
from qiskit.algorithms import QAOA, NumPyMinimumEigens…
-
The `qiskit_to_tk` transformation fails when certain gates are present in the original `Qiskit.QuantumCircuit` and throws a respective `KeyError`.
One example can be seen here:
```python
from qi…
-
I'm making this issue because this project is part of the [Qiskit ecosystem](https://qiskit.github.io/ecosystem/).
As of June 2024, we're introducing a requirement that all projects are compatible …
-
## Description
I'm getting this error when installing `qiskit` module.
```
ValueError: Can't find a pure Python 3 wheel for 'qiskit-terra==0.46.1'.
See: https://pyodide.org/en/stable/usage…
-
### 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. …
-
Hello. Thank you for your good and informative codes.
I want to run reinforcement_q_learning_classical file. When I want to run this code:
from qiskit import QuantumCircuit
from qiskit.circuit.l…
-
### Informations
- **Qiskit Aer version**: master or 0.15
- **Python version**: 3.12
- **Operating system**: Linux
### What is the current behavior?
The code does not compile using CU…
-
Task for some point: fix the deprecation warnings when running.
```
torchquantum/torchquantum/plugin/qiskit/qiskit_pulse.py:29: DeprecationWarning: The module 'qiskit.test.mock' is deprecated sin…
-
# Abstract
Aqua introduced a new optimization module in May 2020. It automatically generates an Ising Hamiltonian for an optimization problem and you can solve it with quantum computers by applying V…
-
**Describe the bug**
Jobs from real QPUs have a `metrics` method that allows for grabbing timing information. However this is not the case if passing a simulator where one gets the error:
```pyth…