31 const std::complex<double>* Stmp,
32 std::complex<double>* psi_k,
33 std::ofstream& ofs_running,
41 std::ofstream& ofs_running,
44template <
typename Device>
50 std::ofstream& ofs_running,
Definition parallel_orbitals.h:9
A multi-dimensional array of elements of a single data type.
Definition tensor.h:32
void print_matrix(std::ofstream &fp, T *matrix, int &nrow, int &ncol, bool row_first)
Definition diago_lapack_test.cpp:92
Definition band_energy.cpp:11
void norm_psi(const Parallel_Orbitals *pv, const int nband, const int nlocal, const std::complex< double > *Stmp, std::complex< double > *psi_k, std::ofstream &ofs_running, const int print_matrix)
normalize the wave function
Definition norm_psi.cpp:25
void norm_psi_tensor_lapack(const Parallel_Orbitals *pv, const int nband, const int nlocal, const ct::Tensor &Stmp, ct::Tensor &psi_k, std::ofstream &ofs_running, const int print_matrix)
Definition norm_psi.cpp:439
void norm_psi_tensor(const Parallel_Orbitals *pv, const int nband, const int nlocal, const ct::Tensor &Stmp, ct::Tensor &psi_k, std::ofstream &ofs_running, const int print_matrix)
Definition norm_psi.cpp:229