read_csv#

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

Read a legacy arsenic format csv file

Parameters:
  • filepath – path to the csv file

  • units (openff.units.Quantity, optional) – 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:

dict