git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3199 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
15
src/min.cpp
15
src/min.cpp
@ -304,11 +304,16 @@ void Min::run(int nsteps)
|
||||
{
|
||||
// possible stop conditions
|
||||
|
||||
char *stopstrings[] = {"max iterations","max force evaluations",
|
||||
"energy tolerance","force tolerance",
|
||||
"search direction is not downhill",
|
||||
"linesearch alpha is zero",
|
||||
"forces are zero","quadratic factors are zero"};
|
||||
char *stopstrings[] = {"max iterations",
|
||||
"max force evaluations",
|
||||
"energy tolerance",
|
||||
"force tolerance",
|
||||
"search direction is not downhill",
|
||||
"linesearch alpha is zero",
|
||||
"forces are zero",
|
||||
"quadratic factors are zero",
|
||||
"trust region too small",
|
||||
"HFTN minimizer error"};
|
||||
|
||||
// stats for Finish to print
|
||||
|
||||
|
||||
Reference in New Issue
Block a user