read_csv#

cinnabar.femap.read_csv(filepath: Path, units: Quantity | None = None) CSVData[source]#

Read a legacy format csv file

Parameters:
  • filepath (pathlib.Path) – The path to the csv file.

  • units (openff.units.Quantity, default None) – The units to use for values in the file, defaults to kcal/mol

Returns:

raw_results – A dict with Experimental and Calculated keys.

Return type:

CSVData