Skip to content

Commit 86e20ac

Browse files
committed
Minor fixes to BV and Hamiltonian Simulation
1 parent 25f01e0 commit 86e20ac

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

algorithms/bernstein_vazirani/bernstein_vazirani.ipynb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"\n",
2828
"\n",
2929
"Comments:\n",
30+
"\n",
3031
"* This problem is a special case of the [hidden-shift problem](https://github.com/Classiq/classiq-library/blob/main/algorithms/algebraic/hidden_shift/hidden_shift.ipynb), where the goal is to find a secret string satisfing $f(x)=f(x\\oplus a)$, with $\\oplus$ indicating bitwise addition.\n",
3132
"* The problem is a restricted version of the [Deutsch-Jozsa algorithm](https://github.com/Classiq/classiq-library/blob/main/algorithms/deutsch_jozsa/deutsch_jozsa.ipynb). In particular, the functional quantum circuit is identical for both problems.\n",
3233
"\n",
@@ -219,9 +220,7 @@
219220
{
220221
"name": "stdout",
221222
"output_type": "stream",
222-
"text": [
223-
""
224-
]
223+
"text": []
225224
}
226225
],
227226
"source": [

tutorials/popular_usage_examples/hamiltonian_simulation/hamiltonian_simulation_guide/hamiltonian_simulation_guide.ipynb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"cell_type": "markdown",
2626
"metadata": {},
2727
"source": [
28-
"## Table of contents\n",
28+
"## Table of Contents\n",
2929
"\n",
3030
"1. [Intoduction](#Intoduction)\n",
3131
"3. [Suzuki-Trotter decomposition](#Suzuki-Trotter-decomposition)\n",
@@ -39,7 +39,9 @@
3939
{
4040
"cell_type": "markdown",
4141
"metadata": {},
42-
"source": "## introduction"
42+
"source": [
43+
"## Introduction"
44+
]
4345
},
4446
{
4547
"cell_type": "markdown",

0 commit comments

Comments
 (0)