Get multiple particle fields as a dictionary of unyt arrays.
- Parameters:
fields (List[str]) – A list of field names in the format "group_name.field_name".
- Returns:
A dictionary mapping field names to their data as unyt arrays.
- Return type:
dict
- Raises:
KeyError – If any specified field does not exist in the dataset.