qiskit-algorithms
qiskit-algorithms copied to clipboard
A library of quantum algorithms for Qiskit.
### Summary This PR is a work in progress to adapt the whole code base to support V2 primitives and ISA circuits. Will fix #136, fix #164, fix #165, fix...
### Summary Solves #194 Add a new (optional) parameter to a ComputeUncompute class - a `pass_manager`. This pass manager is used to transform the compute-uncompute fidelity circuit to satisfy the...
### What should we add? When using `ComputeUncompute`, there is no option to transpile the final circuit for specific backend (using a `PassManager`), therefore it cannot be used sufficiently on...
### Environment - **Qiskit Algorithms version**: - **Python version**: 3.9 - **Operating system**: Mac OS 12.6 arm64 ### What is happening? **Describe the bug** Transferring from https://github.com/Qiskit/qiskit-ibm-runtime/issues/793 I have been...
### Summary As mentioned [here](https://github.com/qiskit-community/qiskit-algorithms/issues/136#issuecomment-2356561939), some optimizers don't work well with shots-based samplers. This leads to VQD returning sometimes absurd values, as shown [here](https://github.com/qiskit-community/qiskit-algorithms/issues/136#issuecomment-2356242004). This Pull Request adds a `convergence_threshold`...
### Environment - **Qiskit Algorithms version**: 0.3.0 - **Python version**: 3.10.0 - **Operating system**: Ubuntu 22.04.5 LTS ### What is happening? When using `ReverseQGT`, we get the following error: ```python...
### Environment - **Qiskit Algorithms version**: 1.2.1 - **Python version**: 3.12.0 - **Operating system**: Ubuntu 22.04.4 ### What is happening? Since the release of the version Qiskit 1.2 the class...
Qiskit will drop Python 3.8 support with the 1.3.0 release. A PR, linked below, to bump the minimum level was just merged to Qiskit main yesterday (10th Sep 2024) and...