You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/src/week10/Latexfiles/week10.tex
+22-1Lines changed: 22 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1095,6 +1095,7 @@
1095
1095
\begin{itemize}
1096
1096
\item Continuation of project 1 with more realistic systems and using adaptive VQE on actual (real) quantum computers
1097
1097
\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)
1098
1099
\item Applications and implementations of quantum machine learning algorithms
1099
1100
\item Implement quantum neural networks for PINNs
1100
1101
\item Detailed quantum chemistry applications.
@@ -1114,10 +1115,30 @@
1114
1115
\end{itemize}
1115
1116
\end{frame}
1116
1117
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}
1117
1128
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}
1118
1131
1132
+
\begin{frame}{What is the HHL algorithm?}
1119
1133
1134
+
The HHL algorithm—named after Aram Harrow, Avinatan Hassidim, and Seth
1135
+
Lloyd—is one of the central quantum algorithms for solving linear
0 commit comments