@@ -53,7 +53,7 @@ void Input::Print(const std::string &fn)const
5353 }
5454 else if (ks_solver==" dav" )
5555 {
56- ModuleBase::GlobalFunc::OUTP (ofs," diago_david_ndim " ,diago_david_ndim ," max dimension for davidson" );
56+ ModuleBase::GlobalFunc::OUTP (ofs," pw_diag_ndim " ,pw_diag_ndim ," max dimension for davidson" );
5757 }
5858 ModuleBase::GlobalFunc::OUTP (ofs," pw_diag_thr" ,pw_diag_thr," threshold for eigenvalues is cg electron iterations" );
5959 ModuleBase::GlobalFunc::OUTP (ofs," scf_thr" ,scf_thr," charge density error" );
@@ -191,7 +191,7 @@ void Input::Print(const std::string &fn)const
191191 ModuleBase::GlobalFunc::OUTP (ofs," test_force" , test_force, " test the force" );
192192 ModuleBase::GlobalFunc::OUTP (ofs," test_stress" , test_stress, " test the force" );
193193
194- ofs << " \n #Parameters (13.VdW Correction)" << std::endl;
194+ ofs << " \n #Parameters (13.vdW Correction)" << std::endl;
195195 ModuleBase::GlobalFunc::OUTP (ofs," vdw_method" ,vdw_method," the method of calculating vdw (none ; d2 ; d3_0 ; d3_bj" );
196196 ModuleBase::GlobalFunc::OUTP (ofs," vdw_s6" ,vdw_s6," scale parameter of d2/d3_0/d3_bj" );
197197 ModuleBase::GlobalFunc::OUTP (ofs," vdw_s8" ,vdw_s8," scale parameter of d3_0/d3_bj" );
0 commit comments