From 74a3cc8f6f9db01bad42a20b589467ba8c426a6d Mon Sep 17 00:00:00 2001 From: MilanKornjacaQ <129786424+MilanKornjacaQ@users.noreply.github.com> Date: Tue, 30 Jul 2024 10:32:14 -0400 Subject: [PATCH] Update QRC Demo MNIST.ipynb --- QRC Demo MNIST.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QRC Demo MNIST.ipynb b/QRC Demo MNIST.ipynb index 53540e0..f0de979 100644 --- a/QRC Demo MNIST.ipynb +++ b/QRC Demo MNIST.ipynb @@ -1941,7 +1941,7 @@ "id": "077c476b", "metadata": {}, "source": [ - "1. How does the QRC perform if we only collect $\\langle Z_i\\rangle $ expectation values and drop $\\langle Z_i Z_j\\rangle $ correlations? Why do you think this happens? How about adding connected $\\langle Z_i Z_j Z_k\\rangle$, where $\\{i, j, k\\}$ are a cluster of sites connected by the nearest neighbor bonds?\n", + "1. How does the QRC perform if we only collect $\\langle Z_i\\rangle $ expectation values and drop $\\langle Z_i Z_j\\rangle $ correlations? Why do you think this happens? How about adding connected $\\langle Z_i Z_j Z_k\\rangle$, where $\\{i, j, k\\}$ belong to a cluster of sites connected by the nearest neighbor bonds?\n", "\n", "Hint: Try to modify the readouts vector to exclude/include the correlations that are calculated." ]