|
ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
|
#include "gmock/gmock.h"#include "gtest/gtest.h"#include "source_cell/klist.h"#include "source_cell/unitcell.h"#include "source_estate/module_charge/charge.h"#include "source_estate/module_charge/symmetry_rho.h"#include "source_hamilt/module_xc/xc_functional.h"#include "source_pw/module_pwdft/parallel_grid.h"#include "source_io/read_wf2rho_pw.h"#include "source_io/write_wfc_pw.h"#include "source_io/filename.h"#include "source_io/module_parameter/parameter.h"#include "source_psi/psi.h"#include "source_base/parallel_global.h"#include "source_basis/module_pw/test/test_tool.h"#include "mpi.h"Classes | |
| class | ReadWfcRhoTest |
Namespaces | |
| namespace | GlobalC |
Macros | |
| #define | private public |
Functions | |
| void | cal_ik2iktot (std::vector< int > &ik2iktot, const int &nks, const int &nkstot) |
| TEST_F (ReadWfcRhoTest, ReadWfcRho) | |
| int | main (int argc, char **argv) |
Variables | |
| Parallel_Grid | GlobalC::Pgrid |
| #define private public |
| void cal_ik2iktot | ( | std::vector< int > & | ik2iktot, |
| const int & | nks, | ||
| const int & | nkstot | ||
| ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| TEST_F | ( | ReadWfcRhoTest | , |
| ReadWfcRho | |||
| ) |