qiskit
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.
### 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...
### 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...
### 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...
### 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.
### 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...
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...
### 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...
### 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...
### 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...