ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
|
#include <gtest/gtest.h>
#include "mpi.h"
#include "../ao_to_mo.h"
#include "source_lcao/module_lr/utils/lr_util.h"
Classes | |
struct | matsize |
class | AO2MOTest |
Macros | |
#define | rand01 (static_cast<double>(rand()) / static_cast<double>(RAND_MAX) - 0.5 ) |
Functions | |
TEST_F (AO2MOTest, DoubleSerial) | |
TEST_F (AO2MOTest, ComplexSerial) | |
TEST_F (AO2MOTest, DoubleParallel) | |
TEST_F (AO2MOTest, ComplexParallel) | |
int | main (int argc, char **argv) |
#define rand01 (static_cast<double>(rand()) / static_cast<double>(RAND_MAX) - 0.5 ) |
int main | ( | int | argc, |
char ** | argv | ||
) |
TEST_F | ( | AO2MOTest | , |
ComplexParallel | |||
) |
TEST_F | ( | AO2MOTest | , |
ComplexSerial | |||
) |
TEST_F | ( | AO2MOTest | , |
DoubleParallel | |||
) |
TEST_F | ( | AO2MOTest | , |
DoubleSerial | |||
) |