Stefano Martiniani edited minimisation.tex  over 9 years ago

Commit id: 8a41479d253ee4550b1416832313a3fe546f48f2

deletions | additions      

       

Just so that we are all on the same page I am going to outline below how we will be doing the minimisations. Currently  ------------------------------------------------------------------------------- run FIRE(d_{tol}, g_{tol}) FIRE($d_{tol}$, $g_{tol}$)  1. if d $d  \leq d_{tol} d_{tol}$  converged to the same minimum 2. if d>d_{tol} $d>d_{tol}$  but g $g  \leq g_{tol} g_{tol}$  converged to another minimum 3. if n $n  > n_{max}^{FIRE} n_{max}^{FIRE}$  quench failed-------------------------------------------------------------------------------  In order to set the parameters d_{tol} and g_{tol} we make use of some simple arguments. We set