We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d729dd5 commit 7bb7414Copy full SHA for 7bb7414
source/module_hsolver/diag_hs_para.cpp
@@ -3,7 +3,10 @@
3
#include "module_base/scalapack_connector.h"
4
#include "module_basis/module_ao/parallel_2d.h"
5
#include "module_hsolver/diago_pxxxgvx.h"
6
+
7
+#ifdef __ELPA
8
#include "module_hsolver/genelpa/elpa_solver.h"
9
+#endif
10
11
#include <iostream>
12
@@ -186,7 +189,7 @@ template void Diago_HS_para<float>(float* h,
186
189
const MPI_Comm& comm,
187
190
const int diag_subspace,
188
191
const int block_size);
-
192
193
template void Diago_HS_para<std::complex<float>>(std::complex<float>* h,
194
std::complex<float>* s,
195
const int lda,
0 commit comments