-
### Information
- **Qiskit Terra version**: 0.18.1
- **Python version**: 3.8.10
- **Operating system**: Windows 10 Home
### What is the current behavior?
I used extended stabilizer simu…
-
The initial deploy for [`v0.5.28`](https://github.com/Infleqtion/client-superstaq/actions/runs/11167141937) failed twice due to a pytest & coverage check flake: [Attempt #1 run](https://github.com/Inf…
-
# Description
Enhance the current [Randomized Benchmarking experiments](https://github.com/Qiskit/qiskit-experiments/tree/main/qiskit_experiments/library/randomized_benchmarking) in Qiskit-Experime…
-
**Description of the issue**
We have some uncovered lines that I discovered while extracting cirq.google.
It's kind of amazing that only 199 lines are uncovered, but maybe we could cover them / ma…
-
### Description
The `cx` gate is crucial for quantum computing. However, any physical implementation will be imperfect in some way. Some measure of fidelity for any proposed or implemented `cx` is th…
-
The Qiskit [`quantum_information`](https://qiskit.org/documentation/apidoc/quantum_info.html) contains helpful classes for efficiently manipulating quantum information, most notably the Pauli and Clif…
-
### Environment
- **Qiskit Terra version**: 0.20.0
- **Python version**: 3.8
- **Operating system**: MacOS
### What is happening?
Transpiler fails to compile `x` to stabilizer basis unless …
-
# Abstract
- Study algorithms for the hidden shift problem
- Implement it by Qiskit
- Make it easy to understand!
# Description
The hidden shift problem is closely related to the dihedra…
-
### What should we add?
I have recently found myself having to convert an `Instruction` object into a `SparsePauliOp`.
This is currently possible via:
```python
from qiskit.quantum_info import O…
-
Issue Description
-----------------
We want a technique to verify large scale circuits. Verification by comparing the final state-vector is computationally very expensive. A better approach might …