qiskit icon indicating copy to clipboard operation
qiskit copied to clipboard

Qiskit is an open-source SDK for working with quantum computers at the level of extended quantum circuits, operators, and primitives.

Results 762 qiskit issues
Sort by recently updated
recently updated
newest added

### Summary In looking at the requirements-dev.txt list as part of #8498 there were a few entries which were not needed and/or are being used anymore. This commit cleans those...

type: qa
Changelog: None

### What is the expected enhancement? Right now in qiskit-terra's api documentation we tend to rely heavily on jupyter execute for including inline code examples. Even when there is not...

type: enhancement
type: qa
documentation

### Summary Adds a primitive result base class to provide common functionality to all inheriting result dataclasses. Closes #8089 Changelog: New Feature ### Details and comments - Adds `result.num_experiments` property....

Changelog: New Feature
mod: primitives

### Summary This PR refactors and introduces caching for the local implementations of Sampler and Estimator based on `Statevector`. ### Details and comments Caching avoids unnecessary and redundant deepcopies of...

### Summary Resolves #8176 ### Details and comments Need to add label: Changelog: New Feature to the PR

Community PR

### Environment - **Qiskit Terra version**: 0.21.0 - **Python version**: 3.8.9 - **Operating system**: macOS (M1) - Qiskit version 0.37.0 ### What is happening? The import of a qasm into...

bug

### Summary `ProbDistribution` and `QuasiDistribution` convert bitstring data into integers and do not keep the information of number of qubits as follows. Users need to set `binary_probabilities(num_bits)` by themselves. ```python...

### Summary Fixes #7332 ### Details and comments I noticed that in some equivalence relations the theta parameter is defined only for the first equivalence relation (see RZGate in the...

Community PR

- Check if phase fix is necessary. - Check if imaginary parts are handled correctly.

mod: algorithms