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 0574fd4 commit 7f8da22Copy full SHA for 7f8da22
source/module_hamilt_lcao/hamilt_lcaodft/hamilt_lcao.h
@@ -39,8 +39,9 @@ class HamiltLCAO : public Hamilt<TK>
39
const K_Vectors& kv_in,
40
const TwoCenterBundle& two_center_bundle,
41
const LCAO_Orbitals& orb,
42
- elecstate::DensityMatrix<TK, double>* DM_in,
+ elecstate::DensityMatrix<TK, double>* DM_in
43
#ifdef __DEEPKS
44
+ ,
45
LCAO_Deepks* ld_in
46
#endif
47
#ifdef __EXX
0 commit comments