Skip to content

Commit

Permalink
Update qiskit_algorithms/__init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
woodsp-ibm authored Aug 15, 2023
1 parent 1d67490 commit e7a5f56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qiskit_algorithms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
using short depth circuits.
The library includes some algorithms, for example the :class:`.NumPyMinimumEigensolver`, which take
the same input as their quantum counterpart but solve the problem classically. This has utility in the near-term,
where problems are still tractable classically, to validate and/or act as a reference.
the same input as their quantum counterpart but solve the problem classically. This has utility
in the near-term, where problems are still tractable classically, to validate and/or act as a reference.
There are also classical :mod:`.optimizers` for use with variational algorithms such as :class:`.VQE`.
Other common subroutines used by this module's algorithms are :mod:`.gradients` and
Expand Down

0 comments on commit e7a5f56

Please sign in to comment.