Skip to content

Commit 9ef4c1b

Browse files
committed
add new kinetic operator header file in order to print out T (kinetic) matrix
1 parent 2d15ca4 commit 9ef4c1b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

source/module_esolver/lcao_after_scf.cpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@
4040
#include "module_hamilt_pw/hamilt_pwdft/global.h"
4141
#include "module_io/print_info.h"
4242

43+
44+
//mohan add 20250302
45+
#include "module_hamilt_lcao/hamilt_lcaodft/operator_lcao/ekinetic_new.h"
46+
47+
4348
#include <memory>
4449
#ifdef __EXX
4550
#include "module_io/restart_exx_csr.h"
@@ -402,7 +407,6 @@ void ESolver_KS_LCAO<TK, TR>::after_scf(UnitCell& ucell, const int istep, const
402407
GlobalV::DRANK);
403408
}
404409

405-
// where is new? mohan ask 2024-11-28
406410
delete ekinetic;
407411
}
408412

0 commit comments

Comments
 (0)