Skip to content

Commit

Permalink
🎨 remove unused header.
Browse files Browse the repository at this point in the history
  • Loading branch information
Drewniok committed Jan 10, 2025
1 parent 88ee438 commit dfaa110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/algorithms/simulation/sidb/quickexact.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1997,7 +1997,7 @@ TEMPLATE_TEST_CASE("QuickExact gate simulation of Si-111 surface", "[quickexact]

const auto simulation_results = quickexact<TestType>(lyt, params);

const auto ground_state = groundstate_from_simulation_results(simulation_results);
const auto ground_state = groundstate_from_simulation_result(simulation_results);
REQUIRE(ground_state.size() == 1);

CHECK(ground_state.front().get_charge_state({0, 0, 0}) == sidb_charge_state::NEGATIVE);
Expand Down

0 comments on commit dfaa110

Please sign in to comment.