X-Git-Url: http://git.treefish.org/~alex/phys/heatbath.git/blobdiff_plain/eb8194d0b056a8a616c23532966faafbc3f24be4..4b4dcf9a4b5a913c1574a9cc1aa479f1aa35a003:/sim-1mr.hpp diff --git a/sim-1mr.hpp b/sim-1mr.hpp index beadd7d..d03ef22 100644 --- a/sim-1mr.hpp +++ b/sim-1mr.hpp @@ -54,7 +54,7 @@ void sim::updatePhi (const int& x) + 2 * real( conf[x].phi * conj(V) ) ); conf[x].phi = sqrt(std::log( 1./(1-r) )) / sqrt(M) - * complex( cos(theta), sin(theta) ) + * polar(1.0, theta) + V / M; }