From d2ac61773c06600eb202d3ed4963224f706f749e Mon Sep 17 00:00:00 2001
From: Thibaut Lacroix <57836508+tfmlaX@users.noreply.github.com>
Date: Sun, 14 Jan 2024 17:53:17 +0100
Subject: [PATCH] Update README.md
---
README.md | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 096d47b..6b4f5f0 100644
--- a/README.md
+++ b/README.md
@@ -132,13 +132,9 @@ using Plots
plot(dat["data/times"], dat["convdata/sz"],label=["Dmax=2" "Dmax=4" "Dmax=6"], xlabel="t",ylabel="sz")
heatmap(dat["data/times"], collect(1:N), abs.(dat["data/SXdisp"][1,:,:]), xlabel="t",ylabel="i")
```
-
+![Convergence plot of with increasing bond dimension Dmax](https://raw.githubusercontent.com/angusdunnett/MPSDynamics/master/images/plot.png "Convergence plot of with increasing bond dimension Dmax")
-
+![Heatmap of the correlation as a function of time and chain modes](https://raw.githubusercontent.com/angusdunnett/MPSDynamics/master/images/heatmap.png "Heatmap of the correlation as a function of time and chain modes")
The data is stored in the JLD format which is based on HDF5. Loading the data in Julia using the
[JLD](https://github.com/JuliaIO/JLD.jl) package will recover the full type information of the Julia variables that were