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.
2 parents 3558a33 + 3c5e85b commit b0281c6Copy full SHA for b0281c6
source/Makefile
@@ -23,6 +23,7 @@ VPATH=./src_global\
23
:./module_elecstate\
24
:./module_psi\
25
:./module_hamilt\
26
+:./module_hamilt/ks_pw\
27
:./module_gint\
28
:./src_pw\
29
:./src_lcao\
source/Makefile.Objects
@@ -283,7 +283,7 @@ elecstate_pw_sdft.o
283
284
OBJ_PSI=psi.o
285
286
-OBJ_HAMILT=hamilt_lcao.o\
+OBJ_OPERATOR=hamilt_lcao.o\
287
hamilt_pw.o\
288
ekinetic_pw.o\
289
meta_pw.o\
@@ -300,7 +300,7 @@ $(OBJ_PLANEWAVE)\
300
$(OBJ_HSOLVER)\
301
$(OBJ_ELECSTATES)\
302
$(OBJ_PSI)\
303
-${OBJ_HAMILT}\
+${OBJ_OPERATOR}\
304
charge.o \
305
charge_mixing.o \
306
charge_pulay.o \
0 commit comments