feos.pets.PetsParameters.from_records¶
- static PetsParameters.from_records(pure_records, binary_records=None, identifier_option=None)¶
Creates parameters from records.
- Parameters:
pure_records ([PureRecord]) – A list of pure component parameters.
binary_records (numpy.ndarray[float] or List[BinaryRecord], optional) – A matrix of binary interaction parameters or a list containing records for binary interactions.
identifier_option (IdentifierOption, optional, defaults to IdentifierOption.Name) – Identifier that is used to search binary records.