atomistics.workflows.evcurve.helper.get_volume_lst# atomistics.workflows.evcurve.helper.get_volume_lst(structure_dict: dict) → ndarray[source]# Get a list of volume values from the structure dictionary. Parameters: structure_dict (dict) – The structure dictionary containing structure keys. Returns: A list of volume values. Return type: List[float]