On 29 May 2008, at 03:10, Miles Stoudenmire wrote:
Also, could ALPS (or does ALPS already) include a feature that allows it to run in a mode where it automatically advances to the next task if the current task has converged in all measurements, even if the full range of sweeps has not been performed? I think this would be an incredibly userful feature!
yes, that is possible. You need to edit the work_done() function of the simulations. For the spinmc codes this exist. You need to specify two variables:
ERROR_VARIABLE
ERROR_LIMIT
The first is the name of the observable, and the second the error you wish to achieve
Matthias