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 <sz> with increasing bond dimension Dmax - +![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 <sx q_i> correlation as a function of time and chain modes - +![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