bool read_wfc_nao(const std::string &global_readin_dir, const Parallel_Orbitals &ParaV, psi::Psi< T > &psid, ModuleBase::matrix &ekb, ModuleBase::matrix &wg, const std::vector< int > &ik2iktot, const int nkstot, const int nspin, const int skip_band=0, const int istep=-1)
Reads the wavefunction coefficients from an input file.
Definition read_wfc_nao.cpp:41
void read_wfc_nao_one_data(std::ifstream &ifs, float &data)
Reads a single data value from an input file stream.
Definition read_wfc_nao.cpp:14