From: Alexander Schmidt Date: Tue, 26 Nov 2013 14:49:58 +0000 (+0100) Subject: Added description of used algorithms. X-Git-Url: http://git.treefish.org/~alex/phys/heatbath.git/commitdiff_plain/ecc404b60bdb67c49c254ef13ac91a2e7c07b12c?hp=2b9b5b0349d4bc4509d936b9f0de3a021fdcec40 Added description of used algorithms. --- diff --git a/algorithms.txt b/algorithms.txt new file mode 100644 index 0000000..1ac4975 --- /dev/null +++ b/algorithms.txt @@ -0,0 +1,16 @@ +[NOR] +Metropolis update. + +[R] +Usual heatbath update +phi'_x = sqrt(ln( 1/(1-r) )) * ( cos(theta) + i sin(theta) ) / sqrt(M) + V_x / M , +with r chosen randomly in [0,1] and theta chosen randomly in [0,2M_PI]. + +[R+] +R + overrelaxation. + +[1MR] +Same as R, but with r = 1 - r_old instead of choosing r randomly in [0,1]. + +[1MR+] +1MR + overrelaxation.