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