ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
Classes | Namespaces | Macros | Functions | Variables
charge_test.cpp File Reference
#include "gtest/gtest.h"
#include "gmock/gmock.h"
#include "source_cell/unitcell.h"
#include "source_estate/module_charge/charge.h"
#include "source_hamilt/module_xc/xc_functional.h"
#include "source_io/module_parameter/parameter.h"
#include "prepare_unitcell.h"
Include dependency graph for charge_test.cpp:

Classes

class  ChargeTest
 

Namespaces

namespace  elecstate
 

Macros

#define private   public
 
#define protected   public
 

Functions

void elecstate::Set_GlobalV_Default ()
 
 TEST_F (ChargeTest, Constructor)
 
 TEST_F (ChargeTest, Allocate)
 
 TEST_F (ChargeTest, SumRho)
 
 TEST_F (ChargeTest, RenormalizeRho)
 
 TEST_F (ChargeTest, CheckNe)
 
 TEST_F (ChargeTest, SaveRhoBeforeSumBand)
 
 TEST_F (ChargeTest, InitFinalScf)
 

Variables

double elecstate::tmp_ucell_omega = 500.0
 
double elecstate::tmp_gridecut = 80.0
 

Macro Definition Documentation

◆ private

#define private   public

◆ protected

#define protected   public

Function Documentation

◆ TEST_F() [1/7]

TEST_F ( ChargeTest  ,
Allocate   
)

◆ TEST_F() [2/7]

TEST_F ( ChargeTest  ,
CheckNe   
)

◆ TEST_F() [3/7]

TEST_F ( ChargeTest  ,
Constructor   
)

◆ TEST_F() [4/7]

TEST_F ( ChargeTest  ,
InitFinalScf   
)

◆ TEST_F() [5/7]

TEST_F ( ChargeTest  ,
RenormalizeRho   
)

◆ TEST_F() [6/7]

TEST_F ( ChargeTest  ,
SaveRhoBeforeSumBand   
)

◆ TEST_F() [7/7]

TEST_F ( ChargeTest  ,
SumRho   
)