|
ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
|
#include "source_basis/module_ao/parallel_orbitals.h"#include "source_psi/psi.h"#include "source_base/matrix.h"Go to the source code of this file.
Namespaces | |
| namespace | ModuleIO |
Functions | |
| void | ModuleIO::read_wfc_nao_one_data (std::ifstream &ifs, float &data) |
| Reads a single data value from an input file stream. | |
| void | ModuleIO::read_wfc_nao_one_data (std::ifstream &ifs, double &data) |
| void | ModuleIO::read_wfc_nao_one_data (std::ifstream &ifs, std::complex< float > &data) |
| Reads a single complex data value from an input file stream. | |
| void | ModuleIO::read_wfc_nao_one_data (std::ifstream &ifs, std::complex< double > &data) |
| template<typename T > | |
| bool | ModuleIO::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. | |