|
ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
|
#include "gtest/gtest.h"#include <fstream>#include <vector>#include "source_io/module_parameter/parameter.h"#include <mpi.h>#include "source_cell/sep_cell.h"#include "source_cell/unitcell.h"Classes | |
| class | SepCellTest |
Macros | |
| #define | private public |
| #define | private public |
Functions | |
| TEST_F (SepCellTest, Constructor) | |
| TEST_F (SepCellTest, Init) | |
| TEST_F (SepCellTest, SetOmega) | |
| TEST_F (SepCellTest, ReadSepPotentialsSuccess) | |
| TEST_F (SepCellTest, ReadSepPotentialsNoSepFilesSection) | |
| TEST_F (SepCellTest, BcastSepCell) | |
| int | main (int argc, char **argv) |
| #define private public |
| #define private public |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| TEST_F | ( | SepCellTest | , |
| BcastSepCell | |||
| ) |
| TEST_F | ( | SepCellTest | , |
| Constructor | |||
| ) |
| TEST_F | ( | SepCellTest | , |
| Init | |||
| ) |
| TEST_F | ( | SepCellTest | , |
| ReadSepPotentialsNoSepFilesSection | |||
| ) |
| TEST_F | ( | SepCellTest | , |
| ReadSepPotentialsSuccess | |||
| ) |
| TEST_F | ( | SepCellTest | , |
| SetOmega | |||
| ) |