get_min_energy_summary¶
- atomate2.common.jobs.electrode.get_min_energy_summary(relaxed_summaries, ref_structure, structure_matcher)[source]¶
Get the structure with the lowest energy.
- Parameters:
structures (The structures to compare.)
ref_structure (The reference structure to compare to.)
structure_matcher (The structure matcher to use to compare structures.)
relaxed_summaries (list[RelaxJobSummary])
- Return type:
The structure with the lowest energy.