From ecc404b60bdb67c49c254ef13ac91a2e7c07b12c Mon Sep 17 00:00:00 2001 From: Alexander Schmidt Date: Tue, 26 Nov 2013 15:49:58 +0100 Subject: [PATCH 1/1] Added description of used algorithms. --- algorithms.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 algorithms.txt 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. -- 2.39.5