Skip to content

Commit

Permalink
add simple test case
Browse files Browse the repository at this point in the history
  • Loading branch information
erdalmutlu committed Nov 8, 2024
1 parent 9d77571 commit f9961c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tamm/Test_Tensors.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ TEST_CASE("Spin Tensor Construction") {
IndexSpace SpinIS{
range(0, 20),
{{"occ", {range(0, 10)}}, {"virt", {range(10, 20)}}},
{{Spin{1}, {range(0, 5), range(10, 15)}}, {Spin{-1}, {range(5, 10), range(15, 20)}}}};
` {{Spin{1}, {range(0, 5), range(10, 15)}}, {Spin{-1}, {range(5, 10), range(15, 20)}}}};

IndexSpace IS{range(0, 20)};

Expand Down

0 comments on commit f9961c1

Please sign in to comment.