Skip to content

Commit

Permalink
reduce real te test time
Browse files Browse the repository at this point in the history
  • Loading branch information
hczhai committed Oct 7, 2023
1 parent 4b7c06e commit 5e2a426
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions unit_test/test_ancilla_tspace_h8_sto6g.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,7 @@ void TestTSpaceAncillaH8STO6G<FL>::test_imag_te(
mpo->deallocate();
}

#ifdef _USE_COMPLEX
typedef ::testing::Types<complex<double>, double> TestFL;
#else
typedef ::testing::Types<double> TestFL;
#endif

TYPED_TEST_CASE(TestTSpaceAncillaH8STO6G, TestFL);

Expand Down
4 changes: 0 additions & 4 deletions unit_test/test_real_te_h10_sto6g.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -260,11 +260,7 @@ void TestRealTEH10STO6G<FL>::test_dmrg(
mpo->deallocate();
}

#ifdef _USE_COMPLEX
typedef ::testing::Types<complex<double>> TestFL;
#else
typedef ::testing::Types<double> TestFL;
#endif

TYPED_TEST_CASE(TestRealTEH10STO6G, TestFL);

Expand Down

0 comments on commit 5e2a426

Please sign in to comment.