fromCSV

fun fromCSV(filepath: String, separator: String = " "): List<AlchemistStateObservations>

Reads the simulation states from the given file.

Return

the list of simulation states

Parameters

filepath

the path of the file to read

separator

the separator used in the file