From 14fd2a29a2bc831478e0ef397d47739617f7126e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kn=C3=BCttel?= Date: Mon, 2 Dec 2019 20:48:16 +0100 Subject: [PATCH] some work on graph simulator theory --- thesis/chapters/graph_simulator.tex | 3 +++ thesis/main.bib | 8 ++++++++ 2 files changed, 11 insertions(+) diff --git a/thesis/chapters/graph_simulator.tex b/thesis/chapters/graph_simulator.tex index c044661..08a0445 100644 --- a/thesis/chapters/graph_simulator.tex +++ b/thesis/chapters/graph_simulator.tex @@ -268,6 +268,9 @@ were derived from the vertex operator-free graph states. as $X, Z$ anticommute and $Z\ket{1} = -1\ket{1}$. \end{proof} +These insights can be used to understand how measurement works on the vop-free graph state \cite{nielsen_chuang_2010}: +Consider a state $\ket{\psi}$ that is stabilized by $g_1, ... g_n$ and a hermitian $g$ that is to be measured. + diff --git a/thesis/main.bib b/thesis/main.bib index cadcdb8..f0f8801 100644 --- a/thesis/main.bib +++ b/thesis/main.bib @@ -91,3 +91,11 @@ author={Axel Dahlberg et al.}, note={https://arxiv.org/abs/1907.08024v1} } +@book{ + nielsen_chuang_2010, + title={Quantum Computation and Quantum Information}, + year=2010, + author={Michael A. Nielsen, Isaac L. Chuang}, + publisher={CAMBRIDGE UNIVERSITY PRESS}, + note={www.cambridge.org/9781107002173} +}