ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
exx_cal_energy_op.h
Go to the documentation of this file.
1#ifndef CAL_VEC_NORM_OP_H
2#define CAL_VEC_NORM_OP_H
4namespace hamilt{
5template <typename T, typename Device>
7{
8
9 using FPTYPE = typename GetTypeReal<T>::type;
10 FPTYPE operator()(const T *den, const FPTYPE *pot, FPTYPE scala, int npw);
11};
12
13} // namespace hamilt
14#endif //CAL_VEC_NORM_OP_H
#define T
Definition exp.cpp:237
Definition hamilt.h:12
T type
Definition macros.h:8
Definition exx_cal_energy_op.h:7
typename GetTypeReal< T >::type FPTYPE
Definition exx_cal_energy_op.h:9
FPTYPE operator()(const T *den, const FPTYPE *pot, FPTYPE scala, int npw)