atomistics.workflows.evcurve.helper.get_energy_lst#
- atomistics.workflows.evcurve.helper.get_energy_lst(output_dict: dict, structure_dict: dict) ndarray[source]#
Get a list of energy values from the output dictionary for each structure in the structure dictionary.
- Parameters:
output_dict (dict) – The output dictionary containing energy values.
structure_dict (dict) – The structure dictionary containing structure keys.
- Returns:
A list of energy values.
- Return type:
List[float]