Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions source/module_io/write_input.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ void Input::Print(const std::string &fn) const
ModuleBase::GlobalFunc::OUTP(ofs, "cal_force", cal_force, "if calculate the force at the end of the electronic iteration");
ModuleBase::GlobalFunc::OUTP(ofs, "out_freq_ion", out_freq_ion, "the frequency ( >= 0 ) of ionic step to output charge density and wavefunction. 0: output only when ion steps are finished");
ModuleBase::GlobalFunc::OUTP(ofs, "device", device, "the computing device for ABACUS");
ModuleBase::GlobalFunc::OUTP(ofs, "precision", precision, "the computing precision for ABACUS");

ofs << "\n#Parameters (2.PW)" << std::endl;
ModuleBase::GlobalFunc::OUTP(ofs, "ecutwfc", ecutwfc, "#energy cutoff for wave functions");
Expand Down