tfep.utils.plumed.io.read_table_field_names
- tfep.utils.plumed.io.read_table_field_names(file_path)[source]
Return the names provided in the ‘#! FIELDS …’ of the output file.
- Parameters:
file_path (str) – The path to the PLUMED output file.
- Returns:
field_names –
field_names[i]is the field name for thei-th column of the table in the output file.- Return type:
List[str]