17template<
class T>
class Meta :
public T {};
23template<
typename T,
typename Device>
36 template <
typename T_in,
typename Device_in = Device>
41 virtual void act(
const int nbands,
47 const bool is_first_node =
false)
const override;
54 const int *
get_isk()
const {
return this->isk;}
65 mutable int max_npw = 0;
69 mutable int vk_row = 0;
70 mutable int vk_col = 0;
74 const int* isk =
nullptr;
81 base_device::DEVICE_CPU* cpu_ctx = {};
Special pw_basis class. It includes different k-points.
Definition pw_basis_k.h:57
Definition operator_pw.h:8
#define T
Definition exp.cpp:237
T type
Definition macros.h:8
Definition math_kernel_op.h:85
Definition memory_op.h:77
Definition memory_op.h:17
Definition memory_op.h:31