Skip to content

Commit d6ae7a4

Browse files
committed
update
1 parent edf4bc7 commit d6ae7a4

File tree

4 files changed

+855
-792
lines changed

4 files changed

+855
-792
lines changed

doc/pub/week10/pdf/week10.pdf

5.95 KB
Binary file not shown.

doc/src/week10/Latexfiles/week10.tex

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1095,6 +1095,7 @@
10951095
\begin{itemize}
10961096
\item Continuation of project 1 with more realistic systems and using adaptive VQE on actual (real) quantum computers
10971097
\item Implementation and studies of the Quantum Approximate Optimization Algorithm (QAOA): Simulation of linear algebra systems on quantum computers, solving for example differential equations
1098+
\item Implementation of the HHL algorithm (needs QPE)
10981099
\item Applications and implementations of quantum machine learning algorithms
10991100
\item Implement quantum neural networks for PINNs
11001101
\item Detailed quantum chemistry applications.
@@ -1114,10 +1115,30 @@
11141115
\end{itemize}
11151116
\end{frame}
11161117

1118+
\begin{frame}{What is the QAOA algorithm?}
1119+
\begin{block}{QAOA stands for the Quantum Approximate Optimization Algorithm}
1120+
Each part of the name reflects something essential about the method:
1121+
\begin{itemize}
1122+
\item Quantum: it runs on a quantum computer, using qubits and quantum gates.
1123+
\item Approximate: it typically finds near-optimal solutions rather than exact ones.
1124+
\item Optimization: it is designed to solve optimization problems (like MaxCut, scheduling, portfolio selection).
1125+
\item Algorithm: it is a well-defined hybrid quantum–classical procedure.
1126+
\end{itemize}
1127+
\end{block}
11171128

1129+
QAOA is a variational quantum algorithm that uses a parameterized quantum circuit to search for good solutions to hard optimization problems.
1130+
\end{frame}
11181131

1132+
\begin{frame}{What is the HHL algorithm?}
11191133

1134+
The HHL algorithm—named after Aram Harrow, Avinatan Hassidim, and Seth
1135+
Lloyd—is one of the central quantum algorithms for solving linear
1136+
systems of equations.
11201137

1121-
1138+
The core idea is to solve a linear system
1139+
\[
1140+
A \mathbf{x} = \mathbf{b}.
1141+
\]
1142+
\end{frame}
11221143
\end{document}
11231144

0 commit comments

Comments
 (0)