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 855 qiskit issues
Sort by recently updated
recently updated
newest added

### Environment Qiskit Software | Version qiskit-terra | 0.18.1 qiskit-aer | 0.8.2 qiskit-ignis | 0.6.0 qiskit-ibmq-provider | 0.16.0 qiskit-aqua | 0.9.4 qiskit | 0.29.0 qiskit-machine-learning | 0.2.0 Python | 3.7.10...

bug

### Summary Implementing "pluggable" high-level synthesis, based on previous feedback and discussions. Further feedback is welcome. **[Updated on Sept. 12]** ### Details and comments The `transpile` function has a new...

### Summary This commit expands the transpiler to return the final layout permutation caused by the swap mapping in the routing stage. The routing passes already return the final layout...

Changelog: New Feature

### Summary This commit modies the heuristic scoring function compute_cost in the sabre swap rust code to use a faster sum implementation. This is based on the fast_sum() used in...

priority: low
performance
Changelog: None
Rust

### Summary Following https://github.com/Qiskit/qiskit/pull/1592/, this PR extend `deprecate_arguments` and `deprecate_function` so they add a deprecation box note in the docstring.

documentation

### Summary Fixes #8687 ### Details and comments The user need to have access to the attribute history that is private in minimize function so it has been made an...

mod: algorithms
Community PR

It has been shown that, under certain conditions, it is more efficient to resynthesis parts of a circuit rather than attempting to route the circuit using SWAPs (https://arxiv.org/abs/1904.00633). It would...

short project

### Summary Adds optional kwarg to request a purely functional key from the `circuit_key` primitives utility. This is necessary to avoid recomputation on circuits which are functionally equivalent but vary...

mod: primitives

### Summary This PR implements the VarQTE algorithm with primitives - it uses primitive-enabled QFI and gradients. Closes: #8485. ### Details and comments This PR depends on #8683 and #8688...

Changelog: New Feature
mod: algorithms

### What should we add? When running a large `transpile()` (with 1k circuit qubits) with optimization level 3 a substantial amount of time, ~32%, of the compilation is spent in...

type: feature request
performance
mod: transpiler