|
ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
|
#include "source_io/write_dmk.h"#include "source_io/module_parameter/parameter.h"#include "source_base/global_variable.h"#include "prepare_unitcell.h"#include "gmock/gmock.h"#include "gtest/gtest.h"#include "source_base/module_external/scalapack_connector.h"#include "mpi.h"Macros | |
| #define | private public |
Functions | |
| void | init_pv (int nlocal, Parallel_2D &pv) |
| template<typename T > | |
| void | gen_dmk (std::vector< std::vector< T > > &dmk, std::vector< double > &efs, int nspin, int nk, int nlocal, Parallel_2D &pv) |
| TEST (DMKTest, GenFileName) | |
| TEST (DMKTest, WriteDMK) | |
| TEST (DMKTest, ReadDMK) | |
| int | main (int argc, char **argv) |
| #define private public |
| void gen_dmk | ( | std::vector< std::vector< T > > & | dmk, |
| std::vector< double > & | efs, | ||
| int | nspin, | ||
| int | nk, | ||
| int | nlocal, | ||
| Parallel_2D & | pv | ||
| ) |
| void init_pv | ( | int | nlocal, |
| Parallel_2D & | pv | ||
| ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| TEST | ( | DMKTest | , |
| GenFileName | |||
| ) |
| TEST | ( | DMKTest | , |
| ReadDMK | |||
| ) |
| TEST | ( | DMKTest | , |
| WriteDMK | |||
| ) |