Skip to content

Commit f6e602b

Browse files
committed
update
1 parent 474b751 commit f6e602b

File tree

2 files changed

+22
-57
lines changed

2 files changed

+22
-57
lines changed
168 KB
Binary file not shown.

doc/src/week7/Latexfiles/measurenotes.tex

Lines changed: 22 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178

179179
\textbf{Preskill (NISQ paradigm):}
180180
\[
181-
\text{prepare an } n\text{-qubit state and measure all qubits} [oai_citation:0‡arXiv](https://arxiv.org/pdf/1801.00862?utm_source=chatgpt.com)
181+
\text{prepare an } n\text{-qubit state and measure all qubits}, see \url{https://arxiv.org/pdf/1801.00862}
182182
\]
183183
\end{frame}
184184

@@ -228,62 +228,6 @@
228228
\end{proof}
229229
\end{frame}
230230

231-
%------------------------------------------------
232-
233-
\begin{frame}{Summary}
234-
\begin{itemize}
235-
\item Quantum information is inherently \textbf{non-local}
236-
\item Single-qubit measurement loses correlations
237-
\item Mapping observables increases circuit depth
238-
\item Modern hardware supports parallel measurement
239-
\item NISQ algorithms rely on full bitstring sampling
240-
\end{itemize}
241-
242-
\medskip
243-
244-
\begin{block}{Key insight}
245-
Quantum computing is fundamentally about sampling high-dimensional distributions, not extracting single bits.
246-
\end{block}
247-
\end{frame}
248-
249-
%------------------------------------------------
250-
251-
\end{document}
252-
253-
254-
% !TEX program = pdflatex
255-
\documentclass[aspectratio=169]{beamer}
256-
257-
\usetheme{Madrid}
258-
\usecolortheme{default}
259-
260-
\usepackage{amsmath,amssymb,mathtools}
261-
\usepackage{physics}
262-
\usepackage{listings}
263-
\usepackage{xcolor}
264-
265-
\lstset{
266-
language=Python,
267-
basicstyle=\ttfamily\small,
268-
keywordstyle=\color{blue},
269-
commentstyle=\color{gray},
270-
stringstyle=\color{red},
271-
showstringspaces=false,
272-
breaklines=true
273-
}
274-
275-
\title{Measurement Strategies in VQE}
276-
\subtitle{Failure of Single-Qubit Measurement and Numerical Evidence}
277-
\author{}
278-
\date{}
279-
280-
\begin{document}
281-
282-
\begin{frame}
283-
\titlepage
284-
\end{frame}
285-
286-
%------------------------------------------------
287231

288232
\begin{frame}{Key question}
289233
\begin{block}{Problem}
@@ -564,11 +508,32 @@
564508
\end{block}
565509
\end{frame}
566510

511+
512+
513+
%------------------------------------------------
514+
515+
\begin{frame}{Summary}
516+
\begin{itemize}
517+
\item Quantum information is inherently \textbf{non-local}
518+
\item Single-qubit measurement loses correlations
519+
\item Mapping observables increases circuit depth
520+
\item Modern hardware supports parallel measurement
521+
\item NISQ algorithms rely on full bitstring sampling
522+
\end{itemize}
523+
524+
\medskip
525+
526+
\begin{block}{Key insight}
527+
Quantum computing is fundamentally about sampling high-dimensional distributions, not extracting single bits.
528+
\end{block}
529+
\end{frame}
530+
567531
%------------------------------------------------
568532

569533
\end{document}
570534

571535

536+
572537
%------------------------------------------------
573538

574539
\begin{frame}{Full VQE optimization experiment}

0 commit comments

Comments
 (0)