|
ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
|
#include "read_wfc_nao.h"#include "source_base/parallel_common.h"#include "source_base/timer.h"#include "source_io/write_wfc_nao.h"#include "source_base/module_external/scalapack_connector.h"#include "source_io/filename.h"#include "source_base/tool_title.h"#include "source_base/global_function.h"Functions | |
| template bool | ModuleIO::read_wfc_nao< std::complex< double > > (const std::string &global_readin_dir, const Parallel_Orbitals &ParaV, psi::Psi< std::complex< double > > &psid, ModuleBase::matrix &ekb, ModuleBase::matrix &wg, const std::vector< int > &ik2iktot, const int nkstot, const int nspin, const int istep, const int skip_band) |
| template bool | ModuleIO::read_wfc_nao< std::complex< float > > (const std::string &global_readin_dir, const Parallel_Orbitals &ParaV, psi::Psi< std::complex< float > > &psid, ModuleBase::matrix &ekb, ModuleBase::matrix &wg, const std::vector< int > &ik2iktot, const int nkstot, const int nspin, const int istep, const int skip_band) |
| template bool ModuleIO::read_wfc_nao< std::complex< double > > | ( | const std::string & | global_readin_dir, |
| const Parallel_Orbitals & | ParaV, | ||
| psi::Psi< std::complex< double > > & | psid, | ||
| ModuleBase::matrix & | ekb, | ||
| ModuleBase::matrix & | wg, | ||
| const std::vector< int > & | ik2iktot, | ||
| const int | nkstot, | ||
| const int | nspin, | ||
| const int | istep, | ||
| const int | skip_band | ||
| ) |
| template bool ModuleIO::read_wfc_nao< std::complex< float > > | ( | const std::string & | global_readin_dir, |
| const Parallel_Orbitals & | ParaV, | ||
| psi::Psi< std::complex< float > > & | psid, | ||
| ModuleBase::matrix & | ekb, | ||
| ModuleBase::matrix & | wg, | ||
| const std::vector< int > & | ik2iktot, | ||
| const int | nkstot, | ||
| const int | nspin, | ||
| const int | istep, | ||
| const int | skip_band | ||
| ) |