tfep.utils.plumed.io

Provide utility functions to read output files generated by PLUMED.

Functions

read_table(file_path[, col_names, as_array, ...])

Read one or more columns from a PLUMED output file.

read_table_field_names(file_path)

Return the names provided in the '#! FIELDS ...' of the output file.

read_table_n_rows(file_path)

Read the number of rows in the table.

write_table(data, file_path[, col_names])

Take a table in dict format and write it in the format used by PLUMED.