ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
Classes | Typedefs | Functions
output_mulliken_test.cpp File Reference
#include "../output_mulliken.h"
#include "source_cell/cell_index.h"
#include "source_io/output_dmk.h"
#include "source_io/output_sk.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include "mpi.h"
Include dependency graph for output_mulliken_test.cpp:

Classes

class  OutputMullikenTest< TK >
 

Typedefs

using MyTypes = ::testing::Types< double, std::complex< double > >
 

Functions

 TYPED_TEST_SUITE (OutputMullikenTest, MyTypes)
 
 TYPED_TEST (OutputMullikenTest, OrbInfo)
 
 TYPED_TEST (OutputMullikenTest, nspin1)
 
 TYPED_TEST (OutputMullikenTest, nspin2)
 
 TYPED_TEST (OutputMullikenTest, nspin4)
 
int main (int argc, char **argv)
 

Typedef Documentation

◆ MyTypes

using MyTypes = ::testing::Types<double, std::complex<double> >

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

◆ TYPED_TEST() [1/4]

TYPED_TEST ( OutputMullikenTest  ,
nspin1   
)
Here is the call graph for this function:

◆ TYPED_TEST() [2/4]

TYPED_TEST ( OutputMullikenTest  ,
nspin2   
)
Here is the call graph for this function:

◆ TYPED_TEST() [3/4]

TYPED_TEST ( OutputMullikenTest  ,
nspin4   
)

◆ TYPED_TEST() [4/4]

TYPED_TEST ( OutputMullikenTest  ,
OrbInfo   
)
Here is the call graph for this function:

◆ TYPED_TEST_SUITE()

TYPED_TEST_SUITE ( OutputMullikenTest  ,
MyTypes   
)