atomica.function_parserΒΆ

Implements the parameter function parser

Parameter functions are entered as strings in the Framework file. This module implements the function parser that converts the string into an executable Python representation.

Functions

parse_function

Parses a string into a Python function

sdiv

Safe division by zero (return 0)

vector_max

Repeated elementwise maximum

vector_min

Repeated elementwise minimum