1#ifndef W_ABACUS_DEVELOP_ABACUS_DEVELOP_SOURCE_MODULE_IO_READ_WFC_NAO_H
2#define W_ABACUS_DEVELOP_ABACUS_DEVELOP_SOURCE_MODULE_IO_READ_WFC_NAO_H
40 const std::string& global_readin_dir,
44 const std::vector<int> &ik2iktot,
47 const int skip_band = 0,
48 const int nstep = -1);
Definition parallel_orbitals.h:9
Definition elecstate.h:15
This class has two functions: restart psi from the previous calculation, and write psi to the disk.
Definition cal_dos.h:9
bool read_wfc_nao(const std::string &global_readin_dir, const Parallel_Orbitals &ParaV, psi::Psi< T > &psid, elecstate::ElecState *const pelec, const std::vector< int > &ik2iktot, const int nkstot, const int nspin, const int skip_band=0, const int nstep=-1)
Reads the wavefunction coefficients from an input file.
Definition read_wfc_nao.cpp:25
void read_wfc_nao_one_data(std::ifstream &ifs, double &data)
Reads a single data value from an input file stream.
Definition read_wfc_nao.cpp:11