Skip to content

Commit d233f32

Browse files
the default value of relax_nmax as 0
1 parent 5aef86c commit d233f32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/module_parameter/input_parameter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ struct Input_para
152152
bool relax_new = true;
153153
bool relax = false; ///< allow relaxation along the specific direction
154154
double relax_scale_force = 0.5;
155-
int relax_nmax = 1; ///< number of max ionic iter
155+
int relax_nmax = 0; ///< number of max ionic iter
156156
double relax_cg_thr = 0.5; ///< threshold when cg to bfgs, pengfei add 2011-08-15
157157
double force_thr = -1; ///< threshold of force in unit (Ry/Bohr)
158158
double force_thr_ev = -1; ///< threshold of force in unit (eV/Angstrom)

0 commit comments

Comments
 (0)