diff --git a/QMC.org b/QMC.org index 226e779..b951af0 100644 --- a/QMC.org +++ b/QMC.org @@ -2732,6 +2732,7 @@ gcc hydrogen.c qmc_stats.c qmc_metropolis.c -lm -o qmc_metropolis variance $\delta t$. Here is an illustration of a trajectory: + [[./H2_traj.png]] Averaging all the trajectories converges to the density of the diff --git a/docs/create.sh b/docs/create.sh index c50aa98..b5e98fe 100755 --- a/docs/create.sh +++ b/docs/create.sh @@ -8,6 +8,7 @@ else emacs --batch --load ../docs/config.el $INPUT -f org-html-export-to-html fi +cp ../*png . mv ../QMC.html index.html