ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
dftu.hpp
Go to the documentation of this file.
1namespace hamilt
2{
3
4#ifndef __DFTUTEMPLATE
5#define __DFTUTEMPLATE
6
11template <class T>
12class DFTU : public T
13{
14};
15
16#endif
17
18}
Definition dftu.hpp:13
#define T
Definition exp.cpp:237
Definition hamilt.h:12