uf3.representation.bspline.parse_knots_file¶
- parse_knots_file(filename: str, chemical_system: uf3.data.composition.ChemicalSystem) Dict[source]¶
Parse a nested dictionary of knot sequences from JSON file.
- Parameters
filename (str) – path to file.
chemical_system (composition.ChemicalSystem) – chemical system.
- Returns
map of knots per chemical interaction.
- Return type
knots_map (dict)