Skip to content

Commit e72545e

Browse files
committed
update
1 parent 472f6ef commit e72545e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

source/source_lcao/module_rt/td_folding.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#ifndef TD_FOLDING_H
22
#define TD_FOLDING_H
3+
#include "source_lcao/module_hcontainer/hcontainer.h"
4+
#include "source_base/abfs-vector3_order.h"
35

46
namespace module_rt{
57
// folding HR to hk, for hybrid gague
@@ -11,4 +13,6 @@ void folding_HR_td(const hamilt::HContainer<TR>& hR,
1113
const int hk_type,
1214
const UnitCell& ucell,
1315
const ModuleBase::Vector3<double>& At);
14-
}// namespace module_rt
16+
}// namespace module_rt
17+
18+
#endif

0 commit comments

Comments
 (0)