Skip to content

Commit fbc1f20

Browse files
Fixed minor typo (#3969)
Fixes #3965
1 parent 6356129 commit fbc1f20

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

learning/modules/computer-science/vqe.ipynb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
65
"id": "a9fc5202-9641-4db3-ac1a-9986f28854bc",
76
"metadata": {},
87
"source": [
@@ -917,7 +916,7 @@
917916
},
918917
{
919918
"cell_type": "code",
920-
"execution_count": 17,
919+
"execution_count": null,
921920
"id": "5b48b37d-1f1e-4aef-9fd5-ba594db832b0",
922921
"metadata": {},
923922
"outputs": [
@@ -942,7 +941,7 @@
942941
"# QPU Est. 2min for ibm_brisbane\n",
943942
"\n",
944943
"from scipy.optimize import minimize\n",
945-
"from qiskit_ibm_rumtime import Batch\n",
944+
"from qiskit_ibm_runtime import Batch\n",
946945
"\n",
947946
"batch = Batch(backend=backend)\n",
948947
"\n",

0 commit comments

Comments
 (0)