From 87c10ac2387c6f532156b065ba674d944941a26f Mon Sep 17 00:00:00 2001 From: Austin C Bullock Date: Tue, 9 May 2023 00:43:45 -0700 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d6ff27..e607bc6 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Learning Quantum States with Neural Networks ![Energies_A](data/energies_A.png) -Figure 1: Statistical expectation of the energy and standard error of the mean over the course of learning for the antiferromagnetic Ising model with $J = -0.5$ and $B = 0.1$ for $n = 1000$ spins. +Figure 1: Statistical expectation of the energy and standard error of the mean for the anti-ferromagnetic Ising chain of $n = 1024$ spins with $J = -0.5$ and $B = 0.1$. ![Correlations_A](data/correlations_A.png) -Figure 2: Antiferromagnetic Ising model correlations over the course of learning for $n = 1000$ spins with $J = -0.5$ and $B = 0.1$. +Figure 2: Correlations for the anti-ferromagnetic Ising chain of $n = 1024$ spins with $J = -0.5$ and $B = 0.1$. ## Contents 1. [Introduction](#introduction)