From 57795cc988935fcc7753fe114066c0f2fd2cc73a Mon Sep 17 00:00:00 2001 From: Steve Wood <40241007+woodsp-ibm@users.noreply.github.com> Date: Wed, 16 Aug 2023 08:29:47 -0400 Subject: [PATCH] Update qiskit_algorithms/__init__.py Co-authored-by: Julien Gacon --- qiskit_algorithms/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qiskit_algorithms/__init__.py b/qiskit_algorithms/__init__.py index 4df197c5..d2099dfe 100644 --- a/qiskit_algorithms/__init__.py +++ b/qiskit_algorithms/__init__.py @@ -18,7 +18,7 @@ `Qiskit `_. These algorithms can be used to carry out research and investigate how to solve problems in different domains on simulators and near-term real quantum devices -using short depth circuits. +using shallow 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