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 472f6ef commit e72545eCopy full SHA for e72545e
source/source_lcao/module_rt/td_folding.h
@@ -1,5 +1,7 @@
1
#ifndef TD_FOLDING_H
2
#define TD_FOLDING_H
3
+#include "source_lcao/module_hcontainer/hcontainer.h"
4
+#include "source_base/abfs-vector3_order.h"
5
6
namespace module_rt{
7
// folding HR to hk, for hybrid gague
@@ -11,4 +13,6 @@ void folding_HR_td(const hamilt::HContainer<TR>& hR,
11
13
const int hk_type,
12
14
const UnitCell& ucell,
15
const ModuleBase::Vector3<double>& At);
-}// namespace module_rt
16
+}// namespace module_rt
17
+
18
+#endif
0 commit comments