|
ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
|
#include <mpi.h>#include "gtest/gtest.h"#include "gmock/gmock.h"#include <fstream>#include <sstream>#include <sys/stat.h>#include "source_lcao/module_hcontainer/hcontainer.h"#include "source_lcao/module_hcontainer/output_hcontainer.h"#include "source_lcao/module_hcontainer/read_hcontainer.h"#include "source_cell/unitcell.h"#include "source_basis/module_ao/parallel_orbitals.h"#include "source_io/module_dm/write_dmr.h"Classes | |
| class | OutputHContainerTest |
Macros | |
| #define | private public |
Functions | |
| TEST_F (OutputHContainerTest, WriteReadConsistency) | |
| TEST_F (OutputHContainerTest, SparseThresholdFiltering) | |
| TEST_F (OutputHContainerTest, PrecisionParameter) | |
| TEST_F (OutputHContainerTest, Nspin2TwoFileConsistency) | |
| int | main (int argc, char **argv) |
| #define private public |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| TEST_F | ( | OutputHContainerTest | , |
| Nspin2TwoFileConsistency | |||
| ) |
| TEST_F | ( | OutputHContainerTest | , |
| PrecisionParameter | |||
| ) |
| TEST_F | ( | OutputHContainerTest | , |
| SparseThresholdFiltering | |||
| ) |
| TEST_F | ( | OutputHContainerTest | , |
| WriteReadConsistency | |||
| ) |