32 const std::complex<double>* Stmp,
33 std::complex<double>* psi_k,
34 std::ofstream& ofs_running,
42 std::ofstream& ofs_running,
46template <
typename Device>
52 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:15
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:29
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:500
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, CublasMpResources &cublas_res)
Definition norm_psi.cpp:233
Definition cublasmp_context.h:38