Skip to content

Commit 8654062

Browse files
authored
Move phase_estimation_of_quantum_walk.ipynb to phase_estimation/ module (#1003)
Move phase_estimation_of_quantum_walk.ipynb to phase_estimation/ module
1 parent 3bfb381 commit 8654062

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

dev_tools/autogenerate-bloqs-notebooks-v2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@
582582
'multiplexers/unary_iteration.ipynb',
583583
'arithmetic/t_complexity_of_comparison_gates.ipynb',
584584
'arithmetic/error_analysis_for_fxp_arithmetic.ipynb',
585-
'phase_estimation_of_quantum_walk.ipynb',
585+
'phase_estimation/phase_estimation_of_quantum_walk.ipynb',
586586
'chemistry/trotter/grid_ham/trotter_costs.ipynb',
587587
'chemistry/resource_estimation.ipynb',
588588
'chemistry/writing_algorithms.ipynb',

docs/bloqs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Bloqs Library
1414
multiplexers/unary_iteration.ipynb
1515
arithmetic/t_complexity_of_comparison_gates.ipynb
1616
arithmetic/error_analysis_for_fxp_arithmetic.ipynb
17-
phase_estimation_of_quantum_walk.ipynb
17+
phase_estimation/phase_estimation_of_quantum_walk.ipynb
1818
chemistry/trotter/grid_ham/trotter_costs.ipynb
1919
chemistry/resource_estimation.ipynb
2020
chemistry/writing_algorithms.ipynb

qualtran/bloqs/chemistry/resource_estimation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"\n",
1212
"<p style=\"text-align: center;\"><a href=\"mailto:fmalone@google.com\">Fionn Malone</a></p>\n",
1313
"\n",
14-
"A key feature of Qualtran is the ability to implement, inspect, and cost out fault tolerant algorithms. One area which has received considerable attention over recent years is the development of improved fault tolerant algorithms for simulating problems relevant to chemistry applications. For many applications in chemistry we are only concerned with finding the ground state of the many-electron Hamiltonian. The ground state can be computed using [phase esimation](../phase_estimation_of_quantum_walk.ipynb) of a [walk operator](../qubitization_walk_operator.ipynb).\n",
14+
"A key feature of Qualtran is the ability to implement, inspect, and cost out fault tolerant algorithms. One area which has received considerable attention over recent years is the development of improved fault tolerant algorithms for simulating problems relevant to chemistry applications. For many applications in chemistry we are only concerned with finding the ground state of the many-electron Hamiltonian. The ground state can be computed using [phase esimation](../phase_estimation/phase_estimation_of_quantum_walk.ipynb) of a [walk operator](../qubitization/qubitization_walk_operator.ipynb).\n",
1515
"\n",
1616
"To construct a walk operator we start by representing the Hamiltonian as a linear combination of unitaries (LCU)\n",
1717
"$$\n",

qualtran/bloqs/phase_estimation_of_quantum_walk.ipynb renamed to qualtran/bloqs/phase_estimation/phase_estimation_of_quantum_walk.ipynb

File renamed without changes.

0 commit comments

Comments
 (0)