diff --git a/README.md b/README.md index 8ebfd96..c4f7488 100644 --- a/README.md +++ b/README.md @@ -133,11 +133,11 @@ plot(dat["data/times"], dat["convdata/sz"],label=["Dmax=2" "Dmax=4" "Dmax=6"], x heatmap(dat["data/times"], collect(1:N), abs.(dat["data/SXdisp"][1,:,:]), xlabel="t",ylabel="i") ``` - Convergence plot of <sz> with increasing bond dimension Dmax + Convergence plot of <sz> with increasing bond dimension Dmax - Heatmap of the <sx q_i> correlation as a function of time and chain modes + Heatmap of the <sx q_i> 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 diff --git a/images/heatmap.png b/images/heatmap.png new file mode 100644 index 0000000..31f333e Binary files /dev/null and b/images/heatmap.png differ diff --git a/images/plot.png b/images/plot.png new file mode 100644 index 0000000..8befffd Binary files /dev/null and b/images/plot.png differ