When performing sDFT computations without diagonalization, the SCF iter header is the same as KSDFT ks_solver:
// abacus-develop/source/source_estate/elecstate_print.cpp
std::map<std::string, std::string> iter_header_dict
= {{"cg", "CG"},
{"cg_in_lcao", "CG"},
{"lapack", "LA"},
{"genelpa", "GE"},
{"elpa", "EL"},
{"dav", "DA"},
{"dav_subspace", "DS"},
{"scalapack_gvx", "GV"},
{"cusolver", "CU"},
{"bpcg", "BP"},
{"pexsi", "PE"},
{"cusolvermp", "CM"}};
Describe the Code Quality Issue
When performing sDFT computations without diagonalization, the SCF iter header is the same as KSDFT ks_solver:
Maybe the title should be changed into something else?
Additional Context
No response
Task list for Issue attackers (only for developers)