#include "../directCalculation/direct_calculation.h"#include "../recursiveCalculation/recursiveCalculation.h"#include "gtest/gtest.h"#include "../Utility/misc.h"Functions | |
| TEST (ComparisonTest, CheckDOS) | |
| TEST (ComparisonTest, CheckOffDiagonalOrdered) | |
| TEST (ComparisonTest, CheckAllMatrixElements) | |
| TEST (ComparisonTest, DISABLED_RandomOnSiteEnergy) | |
| TEST (ComparisonTest, DISABLED_RandomHopping) | |
| TEST (ComparisonTest, DISABLED_NoDisorderNoDyn) | |
| TEST (ComparisonTest, DISABLED_RandomHoppingLargeDyn) | |
| TEST (ComparisonTest, DISABLED_NoDisorderLargeDyn) | |
| TEST | ( | ComparisonTest | , | |
| DISABLED_NoDisorderLargeDyn | ||||
| ) |
| TEST | ( | ComparisonTest | , | |
| DISABLED_RandomHoppingLargeDyn | ||||
| ) |
| TEST | ( | ComparisonTest | , | |
| DISABLED_NoDisorderNoDyn | ||||
| ) |
| TEST | ( | ComparisonTest | , | |
| DISABLED_RandomHopping | ||||
| ) |
| TEST | ( | ComparisonTest | , | |
| DISABLED_RandomOnSiteEnergy | ||||
| ) |
| TEST | ( | ComparisonTest | , | |
| CheckAllMatrixElements | ||||
| ) |
check all matrix elements of the Green's operator
| TEST | ( | ComparisonTest | , | |
| CheckOffDiagonalOrdered | ||||
| ) |
check the off-diagonal elements of the Green's operator
| TEST | ( | ComparisonTest | , | |
| CheckDOS | ||||
| ) |
check the diagonal elements of the Green operator from recursive and direct calculations
1.4.7