forked from Qiskit/qiskit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix mypy errors (algorithms) (Qiskit#8271)
* Fix mypy errors (algorithms) * Fix formating Co-authored-by: Julien Gacon <gaconju@gmail.com> * Remove ignores, fix imports and a couple of small bugs * More fixes * Update qiskit/algorithms/minimum_eigen_solvers/vqe.py Co-authored-by: Julien Gacon <gaconju@gmail.com> * More fixes * Remove TODO * Fix `eval_observables` with `Backend` parameter * Fix some more annotations * Fix some TODOs * Get rid of typing imports where possible * Fix annotation * Fix wrong result population * Fix result types for VQD * Fix lint * Remove trailing mypy comment --------- Co-authored-by: Julien Gacon <gaconju@gmail.com>
- Loading branch information
1 parent
c5ef3c4
commit ed0ed39
Showing
88 changed files
with
706 additions
and
601 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.