From 77ca4989d0fb1daf0f202edd21acd9036386cf05 Mon Sep 17 00:00:00 2001 From: MilanKornjacaQ <129786424+MilanKornjacaQ@users.noreply.github.com> Date: Tue, 30 Jul 2024 10:31:01 -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 04ed584..53540e0 100644 --- a/QRC Demo MNIST.ipynb +++ b/QRC Demo MNIST.ipynb @@ -1943,7 +1943,7 @@ "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", "\n", - "Hint: Try to modify the readouts vector to modify correlations calculated." + "Hint: Try to modify the readouts vector to exclude/include the correlations that are calculated." ] }, {