ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
Classes | Macros | Functions
ao_to_mo_test.cpp File Reference
#include <gtest/gtest.h>
#include "mpi.h"
#include "../ao_to_mo.h"
#include "source_lcao/module_lr/utils/lr_util.h"
Include dependency graph for ao_to_mo_test.cpp:

Classes

struct  matsize
 
class  AO2MOTest
 

Macros

#define rand01   (static_cast<double>(rand()) / static_cast<double>(RAND_MAX) - 0.5 )
 

Functions

 TEST_F (AO2MOTest, DoubleSerial)
 
 TEST_F (AO2MOTest, ComplexSerial)
 
 TEST_F (AO2MOTest, DoubleParallel)
 
 TEST_F (AO2MOTest, ComplexParallel)
 
int main (int argc, char **argv)
 

Macro Definition Documentation

◆ rand01

#define rand01   (static_cast<double>(rand()) / static_cast<double>(RAND_MAX) - 0.5 )

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

◆ TEST_F() [1/4]

TEST_F ( AO2MOTest  ,
ComplexParallel   
)
Here is the call graph for this function:

◆ TEST_F() [2/4]

TEST_F ( AO2MOTest  ,
ComplexSerial   
)
Here is the call graph for this function:

◆ TEST_F() [3/4]

TEST_F ( AO2MOTest  ,
DoubleParallel   
)
Here is the call graph for this function:

◆ TEST_F() [4/4]

TEST_F ( AO2MOTest  ,
DoubleSerial   
)
Here is the call graph for this function: