ABACUS
develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
source
source_hamilt
module_xc
test
xctest.h
Go to the documentation of this file.
1
#ifndef XCTEST_H
2
#define XCTEST_H
3
#include "gtest/gtest.h"
4
#define private public
5
#include "
source_io/module_parameter/parameter.h
"
6
#undef private
7
class
XCTest
:
public
testing::Test
8
{
9
public
:
10
XCTest
()
11
{
12
PARAM
.
input
.
basis_type
=
""
;
13
PARAM
.
input
.
cal_force
= 0;
14
PARAM
.
input
.
cal_stress
= 0;
15
}
16
};
17
#endif
Parameter::input
Input_para input
Definition
parameter.h:45
XCTest
Definition
xctest.h:8
XCTest::XCTest
XCTest()
Definition
xctest.h:10
PARAM
Parameter PARAM
Definition
parameter.cpp:3
parameter.h
Input_para::cal_force
bool cal_force
calculate the force
Definition
input_parameter.h:31
Input_para::cal_stress
bool cal_stress
calculate the stress
Definition
input_parameter.h:32
Input_para::basis_type
std::string basis_type
xiaohui add 2013-09-01, for structural adjustment
Definition
input_parameter.h:74
Generated by
1.9.8