ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
operator_pw.h
Go to the documentation of this file.
1#ifndef OPERATORPW_H
2#define OPERATORPW_H
4
5namespace hamilt {
6template <typename T, typename Device = base_device::DEVICE_CPU>
7class OperatorPW : public Operator<T, Device>
8{
9 public:
10 virtual ~OperatorPW();
11 std::string classname = "";
12};
13
14}//end namespace hamilt
15
16#endif
Definition operator_pw.h:8
virtual ~OperatorPW()
std::string classname
Definition operator_pw.h:11
Definition operator.h:38
Definition hamilt.h:12