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 8d6a511 commit d12b972Copy full SHA for d12b972
source/module_hsolver/diago_cusolvermp.h
@@ -2,7 +2,7 @@
2
#define DIAGO_CUSOLVERMPH
3
4
#ifdef __CUSOLVERMP
5
-#include "diagh.h"
+#include "module_hamilt_general/hamilt.h"
6
#include "module_base/macros.h"
7
#include "module_basis/module_ao/parallel_orbitals.h"
8
#include "module_hsolver/kernels/cuda/diag_cusolvermp.cuh"
source/module_hsolver/diago_elpa_native.h
@@ -1,7 +1,8 @@
1
#ifndef DIAGOELPANATIVE_H
#define DIAGOELPANATIVE_H
+#include "module_base/macros.h" // GetRealType
namespace hsolver
0 commit comments