@@ -65,25 +65,24 @@ void Input::Init(const std::string &fn)
6565 time_t time_now = time (NULL );
6666 GlobalV::ofs_running << " "
6767 << std::endl;
68- GlobalV::ofs_running << " WELCOME TO ABACUS v3.1 "
69- << std::endl;
70- GlobalV::ofs_running << " "
71- << std::endl;
72- GlobalV::ofs_running << " 'Atomic-orbital Based Ab-initio Computation at UStc' "
73- << std::endl;
74- GlobalV::ofs_running << " "
75- << std::endl;
68+ GlobalV::ofs_running << " ABACUS v3.1 "
69+ << std::endl << std::endl;
70+ GlobalV::ofs_running << " Atomic-orbital Based Ab-initio Computation at UStc "
71+ << std::endl << std::endl;
7672 GlobalV::ofs_running << " Website: http://abacus.ustc.edu.cn/ "
7773 << std::endl;
78- GlobalV::ofs_running << " "
74+ GlobalV::ofs_running << " Documentation: https://abacus.deepmodeling.com/ "
7975 << std::endl;
80-
76+ GlobalV::ofs_running << " Repository: https://github.com/abacusmodeling/abacus-develop "
77+ << std::endl;
78+ GlobalV::ofs_running << " https://github.com/deepmodeling/abacus-develop "
79+ << std::endl << std::endl;
8180 GlobalV::ofs_running << std::setiosflags (ios::right);
8281
8382#ifdef __MPI
8483 // GlobalV::ofs_running << " Version: Parallel, under ALPHA test" << std::endl;
85- GlobalV::ofs_running << " Version: Parallel, in development" << std::endl;
86- GlobalV::ofs_running << " Processor Number is " << GlobalV::NPROC << std::endl;
84+ // GlobalV::ofs_running << " Version: Parallel, in development" << std::endl;
85+ // GlobalV::ofs_running << " Processor Number is " << GlobalV::NPROC << std::endl;
8786 ModuleBase::TITLE (" Input" , " init" );
8887 ModuleBase::TITLE (" Input" , " Bcast" );
8988#else
@@ -432,7 +431,7 @@ void Input::Default(void)
432431 td_gauss_freq = 22.13 ; // fs^-1
433432 td_gauss_phase = 0.0 ;
434433 td_gauss_sigma = 30.0 ; // fs
435- td_gauss_t0 = 100.0 ;
434+ td_gauss_t0 = 100.0 ;
436435 td_gauss_amp = 0.25 ; // V/A
437436
438437 // Trapezoid
0 commit comments