ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
cal_density_real_op.h
Go to the documentation of this file.
2
3#ifndef CAL_DENSITY_REAL_OP_H
4#define CAL_DENSITY_REAL_OP_H
5namespace hamilt
6{
7template <typename T, typename Device>
9{
10 using Real = typename GetTypeReal<T>::type;
11 void operator()(const T *psi1, const T* psi2, T *out, double omega, int nrxx);
12};
13}
14#endif //CAL_DENSITY_REAL_OP_H
#define T
Definition exp.cpp:237
Definition hamilt.h:12
T type
Definition macros.h:8
Definition cal_density_real_op.h:9
void operator()(const T *psi1, const T *psi2, T *out, double omega, int nrxx)
typename GetTypeReal< T >::type Real
Definition cal_density_real_op.h:10