Qiskit Algorithms Warning Qiskit Algorithms is no longer officially supported by IBM. Like any other Apache 2 licensed code, you are free to use it or/and extend it, but please be aware that it is under your own
.github docs qiskit_algorithms releasenotes test tools .editorconfig .git-blame-ignore-revs .gitignore .mailmap .mergify.yml .pylintdict .stestr.conf CODE_OF_CONDUCT.md CONTRIBUTING.md LICENSE.txt MANIFEST.in Makefile README.md constraints.txt mypy.ini pyproject.toml requirements-dev.txt requireme...
A library of quantum algorithms for Qiskit. Contribute to qiskit-community/qiskit-algorithms development by creating an account on GitHub.
A library of quantum algorithms for Qiskit. Contribute to qiskit-community/qiskit-algorithms development by creating an account on GitHub.
A library of quantum algorithms for Qiskit. Contribute to qiskit-community/qiskit-algorithms development by creating an account on GitHub.
Summary This replaces all usage of the deprecated qiskit.algorithms module with the new qiskit_algorithms one provided by the corresponding community project. Closes #1250 Details and comments Right now, this will still fail CI because I need to handle c
Summary Qiskit algorithms, which Qiskit machine-learning (ML) depends on, is no longer officially supported as of qiskit-community/qiskit-algorithms@4247d06. To continue improving the subset of Alg...
qiskit_algorithms/optimizers/aqgd.py +1-1 Original file line numberDiff line numberDiff line change @@ -325,7 +325,7 @@ def minimize( 325 325 logger.info("Initial Params: %s", params) 326 326 epoch = 0 327 327 converged = False 328 - for (eta, mom_coeff) in zip(self...
woodsp-ibm added a commit to woodsp-ibm/qiskit-algorithms that referenced this issue Jan 11, 2024 Remove py.typed until qiskit-community#74 is addressed 3c25717 woodsp-ibm mentioned this issue Jan 11, 2024 Remove py.typed until #74 is addressed #121 Merged mergify bot added a comm...
1 change: 1 addition & 0 deletions 1 qiskit_algorithms/optimizers/adam_amsgrad.py Original file line numberDiff line numberDiff line change @@ -57,6 +57,7 @@ class ADAM(Optimizer): "snapshot_dir", ] # pylint: disable=too-many-positional-arguments def __init__( self, maxiter: int ...