Skip to content

Commit 5749eb4

Browse files
committed
Update Jupyter notebooks and improve HHL algorithm implementation
1 parent b146c8a commit 5749eb4

10 files changed

Lines changed: 2390 additions & 1685 deletions

File tree

examples/QPE/qpe.ipynb

Lines changed: 595 additions & 595 deletions
Large diffs are not rendered by default.

examples/bells_inequality.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"import sys\n",
1313
"import os\n",
1414
"\n",
15-
"sys.path.insert(0, os.path.abspath(os.path.join(os.getcwd(), '..')))"
15+
"sys.path.insert(0, os.path.abspath(os.path.join(os.getcwd(), \"..\")))"
1616
]
1717
},
1818
{
@@ -116,7 +116,7 @@
116116
],
117117
"metadata": {
118118
"kernelspec": {
119-
"display_name": "Python 3 (ipykernel)",
119+
"display_name": "Python 3",
120120
"language": "python",
121121
"name": "python3"
122122
},
@@ -130,7 +130,7 @@
130130
"name": "python",
131131
"nbconvert_exporter": "python",
132132
"pygments_lexer": "ipython3",
133-
"version": "3.11.11"
133+
"version": "3.13.2"
134134
}
135135
},
136136
"nbformat": 4,

0 commit comments

Comments
 (0)