ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
|
Classes | |
class | GramSchmidtOrth |
class | GramSchmidtOrthTest |
Macros | |
#define | DOUBLETHRESHOLD 1e-8 |
Functions | |
TEST_P (GramSchmidtOrthTest, CalOrth) | |
INSTANTIATE_TEST_SUITE_P (VerifyOrth, GramSchmidtOrthTest,::testing::Values(GramSchmidtOrth(10, 101, 0.1, ModuleBase::Gram_Schmidt_Orth< double, double >::Coordinate::Sphere), GramSchmidtOrth(20, 1001, 0.01, ModuleBase::Gram_Schmidt_Orth< double, double >::Coordinate::Sphere), GramSchmidtOrth(50, 10001, 0.001, ModuleBase::Gram_Schmidt_Orth< double, double >::Coordinate::Sphere), GramSchmidtOrth(10, 10001, 0.001, ModuleBase::Gram_Schmidt_Orth< double, double >::Coordinate::Cartesian), GramSchmidtOrth(20, 1001, 0.01, ModuleBase::Gram_Schmidt_Orth< double, double >::Coordinate::Cartesian), GramSchmidtOrth(50, 101, 0.1, ModuleBase::Gram_Schmidt_Orth< double, double >::Coordinate::Cartesian))) | |
#define DOUBLETHRESHOLD 1e-8 |
INSTANTIATE_TEST_SUITE_P | ( | VerifyOrth | , |
GramSchmidtOrthTest | , | ||
::testing::Values(GramSchmidtOrth(10, 101, 0.1, ModuleBase::Gram_Schmidt_Orth< double, double >::Coordinate::Sphere), GramSchmidtOrth(20, 1001, 0.01, ModuleBase::Gram_Schmidt_Orth< double, double >::Coordinate::Sphere), GramSchmidtOrth(50, 10001, 0.001, ModuleBase::Gram_Schmidt_Orth< double, double >::Coordinate::Sphere), GramSchmidtOrth(10, 10001, 0.001, ModuleBase::Gram_Schmidt_Orth< double, double >::Coordinate::Cartesian), GramSchmidtOrth(20, 1001, 0.01, ModuleBase::Gram_Schmidt_Orth< double, double >::Coordinate::Cartesian), GramSchmidtOrth(50, 101, 0.1, ModuleBase::Gram_Schmidt_Orth< double, double >::Coordinate::Cartesian)) | |||
) |
TEST_P | ( | GramSchmidtOrthTest | , |
CalOrth | |||
) |