|
ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
|
#include "../write_wfc_nao.h"#include "../filename.h"#include "source_io/module_parameter/parameter.h"#include "../binstream.h"#include "source_base/global_variable.h"#include "source_base/module_external/scalapack_connector.h"#include "gmock/gmock.h"#include "gtest/gtest.h"#include "mpi.h"Classes | |
| class | WriteWfcLcaoTest |
Macros | |
| #define | private public |
Functions | |
| TEST (GenWfcLcaoFnameTest, OutType1GammaOnlyOutAppFlagTrue) | |
| TEST (GenWfcLcaoFnameTest, OutType2GammaOnlyOutAppFlagFalse) | |
| TEST (GenWfcLcaoFnameTest, OutTypeInvalid) | |
| template<typename T > | |
| void | read_bin (const std::string &name, std::vector< T > &data) |
| TEST_F (WriteWfcLcaoTest, WriteWfcLcao) | |
| TEST_F (WriteWfcLcaoTest, WriteWfcLcaoComplex) | |
| TEST (ModuleIOTest, WriteWfcNao) | |
| TEST (ModuleIOTest, WriteWfcNaoBinary) | |
| TEST (ModuleIOTest, WriteWfcNaoComplex) | |
| TEST (ModuleIOTest, WriteWfcNaoComplexBinary) | |
| int | main (int argc, char **argv) |
| #define private public |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| TEST | ( | GenWfcLcaoFnameTest | , |
| OutType1GammaOnlyOutAppFlagTrue | |||
| ) |
| TEST | ( | GenWfcLcaoFnameTest | , |
| OutType2GammaOnlyOutAppFlagFalse | |||
| ) |
| TEST | ( | GenWfcLcaoFnameTest | , |
| OutTypeInvalid | |||
| ) |
| TEST | ( | ModuleIOTest | , |
| WriteWfcNao | |||
| ) |
| TEST | ( | ModuleIOTest | , |
| WriteWfcNaoBinary | |||
| ) |
| TEST | ( | ModuleIOTest | , |
| WriteWfcNaoComplex | |||
| ) |
| TEST | ( | ModuleIOTest | , |
| WriteWfcNaoComplexBinary | |||
| ) |
| TEST_F | ( | WriteWfcLcaoTest | , |
| WriteWfcLcao | |||
| ) |
| TEST_F | ( | WriteWfcLcaoTest | , |
| WriteWfcLcaoComplex | |||
| ) |