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.
### Summary This PR builds on #8273 and #8461. In this PR I have: - (1219531a09233315981ecdcb12552c8d2562ece6, c4debbdf2b92289ffd01e743df5808559808bc32, 72e4fb7ec9e41453f1d91af8482e033daebf8931) Removed duplicated code that converts amplitudes to latex strings (`visualization.array._num_to_latex` and `visualization.state_visualization._num_to_latex_ket`)...
### Summary - Deprecate `PauliTable` - Deprecate `StabilizerTable.pauli` - Make `StabilizerTable` a standalone (i.e. independent from PauliTable) ### Details and comments TODO - [x] Add Releasenote
This PR update the `README.md`: * Removes references to IBM Q in favor of IBM Quantum * Removes the notion of "element" * Updates the way to get the token...
The things that can be added in a circuit (let's call them `CircuitElement` for now) are growing a lot and some reorganization is needed. This discussion issues is to talk...
We should be able to construct circuits lazily from objects before they are synthesized. The synthesis happens later, and it may fail if a physical synthesis is not known. This...
### What is the expected enhancement? Move over the algorithms from quantum_info/synthesis to transpiler/synthesis.
We need a general category of synthesis algorithms for things that have exponential descriptions. This basically means things defined by Operator or Statevector. A start of this is under `qiskit.quantum_info.synthesis`,...
With the addition of classical types and the expansion of classical instructions both in the OpenQASM3 language and available on devices, terra should expand the ability of users to build,...
### What should we add? This is the first step in adding full classical data and instructions to `QuantumCircuit`. This is a partial step; it may well not be the...
### What is the expected behavior? `QuantumCircuit`s are very rich in operations on qubits, but lack operations on classical bits. The feature request are classical operations (logic gates) on classical...