Skip to content
This repository was archived by the owner on Aug 21, 2023. It is now read-only.

Commit 815f1eb

Browse files
708-145jaygambetta
andauthored
tpyo recurisve fixed (#913)
Co-authored-by: Jay Gambetta <jay.gambetta@us.ibm.com>
1 parent cef1667 commit 815f1eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tutorials/optimization/3_minimum_eigen_optimizer.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@
298298
"metadata": {},
299299
"source": [
300300
"The `RecursiveMinimumEigenOptimizer` takes a `MinimumEigenOptimizer` as input and applies the recursive optimization scheme to reduce the size of the problem one variable at a time.\n",
301-
"Once the size of the generated intermediate problem is below a given threshold (`min...`), the `RecurisveMinimumEigenOptimizer` uses another solver (`...`), e.g., an exact classical solver such as CPLEX or the `MinimumEigenOptimizer` based on the `NumPyMinimumEigensolver`.\n",
301+
"Once the size of the generated intermediate problem is below a given threshold (`min...`), the `RecursiveMinimumEigenOptimizer` uses another solver (`...`), e.g., an exact classical solver such as CPLEX or the `MinimumEigenOptimizer` based on the `NumPyMinimumEigensolver`.\n",
302302
"\n",
303303
"In the following, we show how to use the `RecursiveMinimumEigenOptimizer` using the two `MinimumEigenOptimizer` introduced before."
304304
]
@@ -398,7 +398,7 @@
398398
"name": "python",
399399
"nbconvert_exporter": "python",
400400
"pygments_lexer": "ipython3",
401-
"version": "3.7.4"
401+
"version": "3.7.7"
402402
},
403403
"toc": {
404404
"base_numbering": 1,

0 commit comments

Comments
 (0)