| 621 | } |
| 622 | |
| 623 | struct EigenvalueBreakState { |
| 624 | std::vector<double> previous_ritz_values_ha; |
| 625 | std::vector<double> first_step_delta_ha; |
| 626 | bool have_previous = false; |
| 627 | bool have_first_step_delta = false; |
| 628 | }; |
| 629 | |
| 630 | bool should_stop_vasp_like( |
| 631 | const std::vector<double>& current_ritz_values_ha, |
nothing calls this directly
no outgoing calls
no test coverage detected