From ce1a9c810af2e1ccc3c92e8a6bdf85e19204adfa Mon Sep 17 00:00:00 2001 From: Steve Wood <40241007+woodsp-ibm@users.noreply.github.com> Date: Tue, 15 Aug 2023 12:20:13 -0400 Subject: [PATCH] Update qiskit_algorithms/__init__.py Change text to trigger CLA check --- qiskit_algorithms/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qiskit_algorithms/__init__.py b/qiskit_algorithms/__init__.py index be6acd5d..4df197c5 100644 --- a/qiskit_algorithms/__init__.py +++ b/qiskit_algorithms/__init__.py @@ -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