I/O for trajectories

flare.utils.flare_io.md_trajectory_from_file(filename: str)

Read a list of structures from a json file, formatted as in md_trajectory_to_file. :param filename:

flare.utils.flare_io.md_trajectory_to_file(filename: str, structures: List[flare.struc.Structure])

Take a list of structures and write them to a json file. :param filename: :param structures: