Hi everyone, I'm currently having trouble implementing temperature into my simulations, but the problem isn't with the temperature function itself. Rather, I have found that as soon as I declare FixDt to some value (which I understand is required in order to use finite temp) the results of my simulations change drastically, even when I've changed nothing else about the system. For instance, below is an output after running with adaptive timestep,
and here is an output for the exact same system (still at Temp = 0K) only with a fixed Dt=1e-12:
As you can see the results are just random noise, even when the temp is still set to 0. I believe the specifics of my system aren't relevant since I've been able to reproduce this problem on even very simple test scripts, so I think it may be something to do with my installation. I'm running mumax3.10 on Windows with CUDA V9.1.85.
If anyone has come across this issue before, I would love some advice as to how this can be fixed. I'm happy to share more specific information upon request. Thanks!