From ac6cb062e688161be8e78a02315515eb31369c3b Mon Sep 17 00:00:00 2001 From: Julien Tranchida Date: Mon, 26 Sep 2022 07:44:32 +0200 Subject: [PATCH] Completing the correction in fix langevin/spin. --- src/SPIN/fix_langevin_spin.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/SPIN/fix_langevin_spin.cpp b/src/SPIN/fix_langevin_spin.cpp index 88af6d8dfd..397c3c618f 100644 --- a/src/SPIN/fix_langevin_spin.cpp +++ b/src/SPIN/fix_langevin_spin.cpp @@ -109,7 +109,6 @@ void FixLangevinSpin::init() double hbar = force->hplanck/MY_2PI; // eV/(rad.THz) double kb = force->boltz; // eV/K - //D = (alpha_t*gil_factor*kb*temp); D = (alpha_t*(1.0+(alpha_t)*(alpha_t))*kb*temp); D /= (hbar*dts); sigma = sqrt(2.0*D);